6 lines
454 B
XML
6 lines
454 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 100 100">
|
|
<g transform="scale(0.8) translate(15,15)">
|
|
<path d="M 10 60 L 50 20 90 60 M 80 50 L 80 90 20 90 20 50 M 30 40 L 30 25" style="stroke-width:32px;stroke:white;fill:none;stroke-linecap:round;"/>
|
|
<path d="M 10 60 L 50 20 90 60 M 80 50 L 80 90 20 90 20 50 M 30 40 L 30 25" style="stroke-width:16px;stroke:black;fill:none;stroke-linecap:round;"/>
|
|
</g>
|
|
</svg>
|