Skip to content

[Icon Request] Pi (via thesvg.org) #864

Description

@tomowang

Icon Submission: Pi

Details

SVG Validation

  • File size: 0.6KB - within the 50KB limit
  • Valid SVG markup: Parses as valid SVG/XML
  • viewBox attribute: viewBox="0 0 800 800"
  • No embedded scripts: No script tags or event handlers found
  • No embedded raster images: No base64-encoded raster images found

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions