7 lines
292 B
XML
7 lines
292 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||
|
<g fill="none" stroke="#404040" stroke-width="32">
|
||
|
<circle cx="128" cy="128" r="112" fill="none"/>
|
||
|
<path d="M 168,168 a 56,56 0 1,1 0,-80"/>
|
||
|
<line x1="40" y1="216" x2="216" y2="40"/>
|
||
|
</g>
|
||
|
</svg>
|