Skip to content

Instantly share code, notes, and snippets.

<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200">
<rect width="200" height="200" fill="#F0F0F0"/>
<circle cx="100" cy="100" r="80" fill="#3498db"/>
<text x="100" y="110" font-size="30" text-anchor="middle" fill="#ffffff">SVG</text>
</svg>