16 lines
546 B
XML
16 lines
546 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
|
|
<!-- Circular loop: concentric radii 300 and 188, exactly 112 units thick.
|
|
Stem: x=212...324, also 112 units, tangent to the outer circle.
|
|
A single outline avoids overlapping glass surfaces at the join. -->
|
|
<path fill="#f2fff7" fill-rule="evenodd" d="
|
|
M 212 454
|
|
A 300 300 0 1 1 324 687.760561259
|
|
L 324 814
|
|
A 56 56 0 0 1 212 814
|
|
Z
|
|
M 324 454
|
|
A 188 188 0 1 0 700 454
|
|
A 188 188 0 1 0 324 454
|
|
Z"/>
|
|
</svg>
|