mirror of
https://git.hexahost.dev/smueller/HexaHost-Frontend.git
synced 2026-06-02 17:58:43 +00:00
22 lines
690 B
XML
22 lines
690 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<defs>
|
|
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#ff51f9;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#a348ff;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Hexagon shape -->
|
|
<polygon points="50,10 85,30 85,70 50,90 15,70 15,30"
|
|
fill="url(#grad)"
|
|
stroke="#3978ff"
|
|
stroke-width="2"/>
|
|
|
|
<!-- Letter H -->
|
|
<text x="50" y="60"
|
|
text-anchor="middle"
|
|
font-family="Arial, sans-serif"
|
|
font-size="40"
|
|
font-weight="bold"
|
|
fill="white">H</text>
|
|
</svg> |