6 lines
360 B
XML
6 lines
360 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<rect width="100" height="100" fill="#ffffff" />
|
|
<text x="10" y="74" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif" font-weight="700" font-size="64" fill="#111111">12</text>
|
|
<circle cx="85" cy="69.5" r="4.5" fill="#d45d3c" />
|
|
</svg>
|