forgium-website/site-web/logo-forgium-v2.svg

43 lines
2.6 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64" fill="none">
<defs>
<!-- Dégradé Signature Forgium -->
<linearGradient id="serverGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#38bdf8"/>
<stop offset="100%" stop-color="#1e40af"/>
</linearGradient>
<linearGradient id="fGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#38bdf8"/>
<stop offset="100%" stop-color="#60a5fa"/>
</linearGradient>
<!-- Lueur néon subtile -->
<filter id="neonGlow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="0" stdDeviation="2.5" flood-color="#38bdf8" flood-opacity="0.45"/>
</filter>
</defs>
<!-- 1. SERVEUR DU HAUT (Plus haut, collé, coins arrondis bien visibles) -->
<rect x="6" y="8" width="40" height="13" rx="4.5" fill="url(#serverGrad)" fill-opacity="0.3" stroke="#38bdf8" stroke-width="2"/>
<!-- LEDs d'activité -->
<circle cx="13" cy="14.5" r="2" fill="#38bdf8" filter="url(#neonGlow)"/>
<circle cx="20" cy="14.5" r="1.5" fill="#60a5fa"/>
<line x1="32" y1="14.5" x2="40" y2="14.5" stroke="#38bdf8" stroke-width="1.8" stroke-linecap="round" stroke-opacity="0.5"/>
<!-- 2. SERVEUR DU MILIEU (Collé au premier, hauteur renforcée) -->
<rect x="6" y="21" width="40" height="13" rx="4.5" fill="url(#serverGrad)" fill-opacity="0.45" stroke="#38bdf8" stroke-width="2"/>
<circle cx="13" cy="27.5" r="2" fill="#38bdf8" filter="url(#neonGlow)"/>
<circle cx="20" cy="27.5" r="1.5" fill="#60a5fa"/>
<line x1="32" y1="27.5" x2="40" y2="27.5" stroke="#38bdf8" stroke-width="1.8" stroke-linecap="round" stroke-opacity="0.5"/>
<!-- 3. SERVEUR DU BAS (Collé au milieu, se termine à droite par un F stylisé) -->
<rect x="6" y="34" width="40" height="13" rx="4.5" fill="url(#serverGrad)" fill-opacity="0.6" stroke="#38bdf8" stroke-width="2"/>
<circle cx="13" cy="40.5" r="2" fill="#ffffff" filter="url(#neonGlow)"/>
<circle cx="20" cy="40.5" r="1.5" fill="#38bdf8"/>
<!-- SIGNATURE 'F' ÉPURÉE TOUT À DROITE DU SERVEUR DU BAS -->
<!-- Barre verticale du F -->
<rect x="49" y="34" width="3.5" height="19" rx="1.75" fill="url(#fGrad)" filter="url(#neonGlow)"/>
<!-- Barre supérieure du F (alignée avec le haut du 3e serveur) -->
<rect x="49" y="34" width="10" height="3.5" rx="1.75" fill="url(#fGrad)" filter="url(#neonGlow)"/>
<!-- Barre médiane du F -->
<rect x="49" y="42" width="7.5" height="3.5" rx="1.75" fill="url(#fGrad)" filter="url(#neonGlow)"/>
</svg>