24 lines
780 B
XML
24 lines
780 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 64 64">
|
|
<path d="
|
|
M5,50
|
|
L5,10
|
|
C5,5 10,5 10,5
|
|
L20,5
|
|
C22,5 25,7 25,7
|
|
C25,7, 28,10 30,10
|
|
L55,10
|
|
C60,10 60,15 60,15
|
|
L60,50
|
|
C60,55 55,55 55,55
|
|
L10,55
|
|
C10,55 5,55 5,50"
|
|
style="fill:#ddd;stroke:black; stroke-width:4;"/>
|
|
|
|
<rect x="20" y="20" width="30" height="39" rx="3"
|
|
style="fill:#eee; stroke: black; stroke-width:4; stroke-linejoin:round;"/>
|
|
|
|
<line x1="25" y1="30" x2="40" y2="30" style="stroke: black; stroke-width:4; stroke-linecap:round;"/>
|
|
<line x1="25" y1="37" x2="35" y2="37" style="stroke: black; stroke-width:4; stroke-linecap:round;"/>
|
|
<line x1="25" y1="44" x2="40" y2="44" style="stroke: black; stroke-width:4; stroke-linecap:round;"/>
|
|
</svg>
|