changement d'icone
Deploy Nexus Portal to HestiaCP (FTP) / build-and-deploy (push) Successful in 18s

This commit is contained in:
2026-06-12 11:52:12 +02:00
parent b433023761
commit cab5d749d2
4 changed files with 27 additions and 26 deletions
+26
View File
@@ -0,0 +1,26 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<defs>
<filter id="cyber-glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceGraphic" stdDeviation="12" result="blur1"/>
<feGaussianBlur in="SourceGraphic" stdDeviation="24" result="blur2"/>
<feMerge>
<feMergeNode in="blur2"/>
<feMergeNode in="blur1"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="512" height="512" fill="#050505"/>
<polygon points="90,50 420,50 420,360 300,470 90,470" fill="#121212" stroke="#222222" stroke-width="8"/>
<polyline points="150,130 350,130 350,270 260,360 150,360" fill="none" stroke="#00E5FF" stroke-width="28" stroke-linejoin="miter" filter="url(#cyber-glow)"/>
<circle cx="150" cy="130" r="20" fill="#00E5FF" filter="url(#cyber-glow)"/>
<circle cx="150" cy="360" r="20" fill="#00E5FF" filter="url(#cyber-glow)"/>
<rect x="350" y="410" width="12" height="40" fill="#00E5FF"/>
<rect x="375" y="410" width="12" height="40" fill="#00E5FF"/>
<rect x="400" y="410" width="12" height="40" fill="#00E5FF"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB