6 lines
248 B
XML
6 lines
248 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" fill="#000000"/>
|
|
<circle cx="16" cy="16" r="10" fill="none" stroke="#ffffff" stroke-width="1.5"/>
|
|
<circle cx="16" cy="16" r="3" fill="#ffffff"/>
|
|
</svg>
|