9 lines
355 B
XML
9 lines
355 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16">
|
||
|
<g stroke-width="2" stroke="blue" shape-rendering="geometricPrecision">
|
||
|
<circle fill="none" cx="8" cy="8" r="7" stroke-linejoin="round"/>
|
||
|
<polyline points="8 11 8 8"/>
|
||
|
<polyline points="9 8 6 8"/>
|
||
|
<line x1="10" y1="11" x2="6" y2="11"/>
|
||
|
<rect x="8" y="5" width="0.01" height="0.01"/>
|
||
|
</g>
|
||
|
</svg>
|