32 lines
890 B
XML
32 lines
890 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<style>
|
|
.c {
|
|
stroke-linejoin: round;
|
|
}
|
|
|
|
.c, .d {
|
|
stroke: #d6d6d6;
|
|
stroke-linecap: round;
|
|
stroke-width: 4px;
|
|
}
|
|
|
|
.c, .d, .e {
|
|
fill: none;
|
|
}
|
|
|
|
.d {
|
|
stroke-miterlimit: 10;
|
|
}
|
|
</style>
|
|
</defs>
|
|
<g id="a" data-name="frame">
|
|
<rect class="e" width="64" height="64"/>
|
|
</g>
|
|
<g id="b" data-name="chain_black.svg">
|
|
<path class="d" d="m36.42,34.84c2.15,1.45,3.55,3.99,3.55,6.64,0,4.41-3.57,7.98-7.98,7.98s-7.98-3.57-7.98-7.98c0-2.7,1.46-5.24,3.57-6.65"/>
|
|
<path class="d" d="m27.59,27.46c-.31-.22-3.58-2.63-3.57-6.47.01-3.85,3.31-7.98,7.98-7.98,4.41,0,7.98,3.57,7.98,7.98,0,2.65-1.4,5.19-3.56,6.64"/>
|
|
<line class="c" x1="32" y1="24.19" x2="32" y2="38.83"/>
|
|
</g>
|
|
</svg> |