30 lines
804 B
XML
30 lines
804 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<!-- Cap -->
|
|
<polygon points="256,80 448,192 256,304 64,192" fill="#0A4DB3"/>
|
|
|
|
<!-- Button -->
|
|
<circle cx="256" cy="192" r="14" fill="#FFFFFF"/>
|
|
|
|
<!-- Tassel string -->
|
|
<path d="M256 192 L360 236 L360 330"
|
|
stroke="#FFA500"
|
|
stroke-width="12"
|
|
fill="none"
|
|
stroke-linecap="round"/>
|
|
|
|
<!-- Tassel head -->
|
|
<circle cx="360" cy="340" r="12" fill="#FFA500"/>
|
|
|
|
<!-- Tassel -->
|
|
<path d="M348 352 L340 410
|
|
M356 352 L352 414
|
|
M364 352 L368 414
|
|
M372 352 L380 410"
|
|
stroke="#FFA500"
|
|
stroke-width="6"
|
|
stroke-linecap="round"/>
|
|
|
|
<!-- Underside -->
|
|
<polygon points="120,236 256,320 392,236 392,276 256,360 120,276"
|
|
fill="#0A4DB3"/>
|
|
</svg> |