AIWAKE-Prototyp mit Programm-Evolution
This commit is contained in:
22
assets/ui/favicon.svg
Normal file
22
assets/ui/favicon.svg
Normal file
@@ -0,0 +1,22 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
||||
<defs>
|
||||
<radialGradient id="wakeGlow" cx="50%" cy="48%" r="54%">
|
||||
<stop offset="0" stop-color="#9effc0"/>
|
||||
<stop offset="0.42" stop-color="#29ff85"/>
|
||||
<stop offset="1" stop-color="#050807"/>
|
||||
</radialGradient>
|
||||
<filter id="softGlow" x="-40%" y="-40%" width="180%" height="180%">
|
||||
<feGaussianBlur stdDeviation="2.2" result="blur"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="blur"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<rect width="64" height="64" rx="10" fill="#050807"/>
|
||||
<path d="M8 32 20 17h24l12 15-12 15H20Z" fill="#07130d" stroke="#29ff85" stroke-width="2"/>
|
||||
<path d="M16 32 24 22h16l8 10-8 10H24Z" fill="#102219" stroke="#53e5ff" stroke-width="1.5" filter="url(#softGlow)"/>
|
||||
<rect x="27" y="27" width="10" height="10" fill="url(#wakeGlow)" transform="rotate(45 32 32)" filter="url(#softGlow)"/>
|
||||
<path d="M32 10v7M32 47v7M10 32h7M47 32h7" stroke="#29ff85" stroke-width="2" stroke-linecap="square"/>
|
||||
<path d="M22 22 42 42M42 22 22 42" stroke="#53e5ff" stroke-width="1" opacity=".55"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user