7 lines
249 B
XML
7 lines
249 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150">
|
|
<g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="5">
|
|
<circle cx="75" cy="75" r="50"/>
|
|
<path d="M0 75h50s0-25 25-25 25 25 25 25h50"/>
|
|
</g>
|
|
</svg>
|