15 lines
834 B
XML
15 lines
834 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<rect width="64" height="64" rx="8" fill="#0e0800"/>
|
|
<!-- Chain links -->
|
|
<!-- Left chain link -->
|
|
<ellipse cx="18" cy="26" rx="8" ry="5" fill="none" stroke="#aa8833" stroke-width="3" transform="rotate(-30 18 26)"/>
|
|
<!-- Right chain link -->
|
|
<ellipse cx="46" cy="26" rx="8" ry="5" fill="none" stroke="#aa8833" stroke-width="3" transform="rotate(30 46 26)"/>
|
|
<!-- Center link -->
|
|
<ellipse cx="32" cy="28" rx="8" ry="5" fill="none" stroke="#aa8833" stroke-width="3"/>
|
|
<!-- Shackle bar -->
|
|
<line x1="14" y1="42" x2="50" y2="42" stroke="#aa8833" stroke-width="3.5" stroke-linecap="round"/>
|
|
<circle cx="14" cy="42" r="5" fill="none" stroke="#aa8833" stroke-width="3"/>
|
|
<circle cx="50" cy="42" r="5" fill="none" stroke="#aa8833" stroke-width="3"/>
|
|
</svg>
|