5 lines
172 B
XML
5 lines
172 B
XML
|
<svg width="100" height="100">
|
||
|
<circle cx="50" cy="50" r="35" stroke="#272b2f" stroke-width="10" fill="none" />
|
||
|
<circle cx="50" cy="50" r="17" fill="#272b2f" />
|
||
|
</svg>
|