mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
8 lines
No EOL
542 B
XML
8 lines
No EOL
542 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64">
|
|
<circle cx="32" cy="32" r="31" fill="none" stroke="#fff" stroke-linecap="square" stroke-linejoin="bevel"
|
|
stroke-width="2"/>
|
|
<circle cx="32" cy="32" r="23" fill="none" stroke="#fff" stroke-linecap="square" stroke-linejoin="bevel"
|
|
stroke-width="2"/>
|
|
<circle cx="32" cy="32" r="9.5" fill="none" stroke="#fff" stroke-linecap="square" stroke-linejoin="bevel"/>
|
|
<path fill="none" stroke="#fff" stroke-width="1.5" d="M10 32h44M32 54V10"/>
|
|
</svg> |