mirror of
https://git.hexahost.dev/smueller/HexaHost-Frontend.git
synced 2026-06-02 08:08:43 +00:00
initial commit
This commit is contained in:
22
public/favicon.svg
Normal file
22
public/favicon.svg
Normal file
@@ -0,0 +1,22 @@
|
||||
<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>
|
||||
|
After Width: | Height: | Size: 690 B |
Reference in New Issue
Block a user