8 lines
529 B
XML
8 lines
529 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" fill="#000"/>
|
|
<circle cx="16" cy="16" r="8" fill="none" stroke="#fff" stroke-width="1.5"/>
|
|
<circle cx="16" cy="16" r="4" fill="none" stroke="#fff" stroke-width="1"/>
|
|
<path d="M16 4 L16 8 M28 16 L24 16 M16 28 L16 24 M4 16 L8 16" stroke="#fff" stroke-width="1.5" stroke-linecap="square"/>
|
|
<path d="M23 9 L20.5 11.5 M23 23 L20.5 20.5 M9 23 L11.5 20.5 M9 9 L11.5 11.5" stroke="#fff" stroke-width="1" stroke-linecap="square"/>
|
|
</svg>
|