7 lines
336 B
XML
7 lines
336 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Pokédex">
|
|
<circle cx="32" cy="32" r="30" fill="#fff"/>
|
|
<path d="M2 32a30 30 0 0 1 60 0Z" fill="#b3161a"/>
|
|
<rect x="2" y="28" width="60" height="8" fill="#111"/>
|
|
<circle cx="32" cy="32" r="11" fill="#fff" stroke="#111" stroke-width="5"/>
|
|
</svg>
|