8 lines
335 B
XML
8 lines
335 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120">
|
|
<g transform="translate(8,40)">
|
|
<circle cx="20" cy="20" r="20" fill="none" stroke="black" stroke-width="2"/>
|
|
<circle cx="84" cy="20" r="20" fill="none" stroke="black" stroke-width="2"/>
|
|
<rect x="40" y="17" width="24" height="2" fill="black"/>
|
|
</g>
|
|
</svg>
|
|
|