32 lines
1.7 KiB
XML
32 lines
1.7 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 54" width="54" height="54" fill="none">
|
|
<defs>
|
|
<linearGradient id="stackGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#38bdf8"/>
|
|
<stop offset="100%" stop-color="#1d4ed8"/>
|
|
</linearGradient>
|
|
<filter id="neon" x="-20%" y="-20%" width="140%" height="140%">
|
|
<feDropShadow dx="0" dy="0" stdDeviation="2" flood-color="#38bdf8" flood-opacity="0.5"/>
|
|
</filter>
|
|
</defs>
|
|
|
|
<!-- SERVEUR 1 (HAUT) -->
|
|
<rect x="6" y="8" width="42" height="7" rx="3.5" fill="url(#stackGrad)" fill-opacity="0.3" stroke="#38bdf8" stroke-width="2"/>
|
|
<circle cx="12" cy="11.5" r="1.5" fill="#38bdf8" filter="url(#neon)"/>
|
|
<circle cx="17" cy="11.5" r="1.5" fill="#60a5fa"/>
|
|
|
|
<!-- SERVEUR 2 (MILIEU) -->
|
|
<rect x="6" y="19" width="42" height="7" rx="3.5" fill="url(#stackGrad)" fill-opacity="0.4" stroke="#38bdf8" stroke-width="2"/>
|
|
<circle cx="12" cy="22.5" r="1.5" fill="#38bdf8" filter="url(#neon)"/>
|
|
<circle cx="17" cy="22.5" r="1.5" fill="#60a5fa"/>
|
|
|
|
<!-- SERVEUR 3 (BAS) QUI FORME LE 'F' MAJESTUEUX -->
|
|
<!-- Barre haute du F (le 3e serveur) -->
|
|
<rect x="6" y="30" width="42" height="7" rx="3.5" fill="url(#stackGrad)" stroke="#38bdf8" stroke-width="2"/>
|
|
<circle cx="12" cy="33.5" r="1.5" fill="#ffffff" filter="url(#neon)"/>
|
|
|
|
<!-- Colonne verticale du F qui descend -->
|
|
<path d="M 10 37 L 10 47 C 10 49 11.5 50 13.5 50 C 15.5 50 17 49 17 47 L 17 37 Z" fill="url(#stackGrad)"/>
|
|
|
|
<!-- Branche médiane du F qui part vers la droite -->
|
|
<rect x="17" y="39" width="18" height="5.5" rx="2.75" fill="url(#stackGrad)" stroke="#38bdf8" stroke-width="1.5" filter="url(#neon)"/>
|
|
</svg>
|