first commit
This commit is contained in:
36
public/favicon.svg
Normal file
36
public/favicon.svg
Normal file
@@ -0,0 +1,36 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
||||
<defs>
|
||||
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
|
||||
<feGaussianBlur stdDeviation="1.2" result="blur" />
|
||||
<feMerge>
|
||||
<feMergeNode in="blur" />
|
||||
<feMergeNode in="SourceGraphic" />
|
||||
</feMerge>
|
||||
</filter>
|
||||
<linearGradient id="grad" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0%" stop-color="#00F0FF" />
|
||||
<stop offset="100%" stop-color="#B967FF" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<rect
|
||||
x="4" y="4" width="56" height="56" rx="10"
|
||||
fill="#0A0A0F"
|
||||
stroke="url(#grad)"
|
||||
stroke-width="2"
|
||||
/>
|
||||
|
||||
<g filter="url(#glow)">
|
||||
<path
|
||||
d="M38 14 L38 40 Q38 48 30 48 Q22 48 22 40"
|
||||
stroke="#00F0FF"
|
||||
stroke-width="4"
|
||||
stroke-linecap="round"
|
||||
fill="none"
|
||||
/>
|
||||
<circle cx="38" cy="14" r="3" fill="#FF2A6D" />
|
||||
</g>
|
||||
|
||||
<line x1="8" y1="52" x2="56" y2="52" stroke="#00F0FF" stroke-width="0.5" opacity="0.3" />
|
||||
<line x1="8" y1="54" x2="56" y2="54" stroke="#FF2A6D" stroke-width="0.5" opacity="0.3" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user