28 lines
636 B
XML
28 lines
636 B
XML
<svg width="256" height="256" viewBox="0 0 256 256"
|
|
xmlns="http://www.w3.org/2000/svg">
|
|
|
|
<!-- Base hexagon -->
|
|
<path d="M128 28
|
|
L208 72
|
|
L208 160
|
|
L128 204
|
|
L48 160
|
|
L48 72 Z"
|
|
fill="#6B4EFF"/>
|
|
|
|
<!-- Centered envelope (offset on Y) -->
|
|
<rect x="76" y="80" width="104" height="72" rx="10"
|
|
fill="none"
|
|
stroke="#FFFFFF"
|
|
stroke-width="8"/>
|
|
|
|
<!-- Envelope flap -->
|
|
<path d="M76 88 L128 120 L180 88"
|
|
fill="none"
|
|
stroke="#FFFFFF"
|
|
stroke-width="8"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"/>
|
|
|
|
</svg>
|