6 lines
393 B
XML
6 lines
393 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
|
|
<circle cx="32" cy="32" r="28" fill="none" stroke="#e94560" stroke-width="5"/>
|
|
<text x="32" y="44" text-anchor="middle" font-family="monospace" font-size="38" font-weight="bold" fill="#555">$</text>
|
|
<line x1="12" y1="52" x2="52" y2="12" stroke="#e94560" stroke-width="5" stroke-linecap="round"/>
|
|
</svg>
|