8 lines
410 B
XML
8 lines
410 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="Pokédex">
|
|
<rect width="512" height="512" rx="96" fill="#b3161a"/>
|
|
<circle cx="256" cy="256" r="150" fill="#fff"/>
|
|
<path d="M106 256a150 150 0 0 1 300 0Z" fill="#111"/>
|
|
<rect x="106" y="240" width="300" height="32" fill="#111"/>
|
|
<circle cx="256" cy="256" r="54" fill="#fff" stroke="#111" stroke-width="22"/>
|
|
</svg>
|