4 lines
239 B
XML
4 lines
239 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<circle cx="50" cy="50" r="45" fill="#1a1a2e" stroke="#0f3460" stroke-width="4"/>
|
|
<text x="50" y="60" font-size="40" text-anchor="middle" fill="#e94560">🌍</text>
|
|
</svg>
|