12 lines
669 B
XML
12 lines
669 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
|
|
<defs>
|
|
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#00D4AA;stop-color:1" />
|
|
<stop offset="100%" style="stop-color:#009B7D;stop-color:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<polygon points="32,4 58,20 58,44 32,60 6,44 6,20" fill="url(#grad)" opacity="0.95"/>
|
|
<polygon points="32,12 50,24 50,40 32,52 14,40 14,24" fill="none" stroke="#fff" stroke-width="2.5" opacity="0.9"/>
|
|
<text x="32" y="42" font-family="Arial, sans-serif" font-size="26" font-weight="700" fill="#fff" text-anchor="middle">H</text>
|
|
</svg>
|