Icon Submission: Pi
Details
SVG Validation
SVG Content
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800">
<style>
.logo-mark { fill: #000; }
@media (prefers-color-scheme: dark) {
.logo-mark { fill: #fff; }
}
</style>
<!-- P shape: outer boundary clockwise, inner hole counter-clockwise -->
<path class="logo-mark" fill-rule="evenodd" d="
M165.29 165.29
H517.36
V400
H400
V517.36
H282.65
V634.72
H165.29
Z
M282.65 282.65
V400
H400
V282.65
Z
"/>
<!-- i dot -->
<path class="logo-mark" d="M517.36 400 H634.72 V634.72 H517.36 Z"/>
</svg>
icons.json Entry
{
"slug": "pi",
"title": "Pi",
"aliases": [],
"hex": "000000",
"categories": [
"AI",
"Software"
],
"variants": {
"default": "/icons/pi/default.svg"
},
"license": "MIT",
"url": "https://pi.dev/",
"guidelines": "https://pi.dev/"
}
Submitted via thesvg.org on 2026-08-07
Icon Submission: Pi
Details
SVG Validation
SVG Content
icons.json Entry
{ "slug": "pi", "title": "Pi", "aliases": [], "hex": "000000", "categories": [ "AI", "Software" ], "variants": { "default": "/icons/pi/default.svg" }, "license": "MIT", "url": "https://pi.dev/", "guidelines": "https://pi.dev/" }