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

57 lines
2.8 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48" fill="none">
<defs>
<linearGradient id="forgium-grad-cyan" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#38bdf8" />
<stop offset="100%" stop-color="#2563eb" />
</linearGradient>
<linearGradient id="forgium-grad-accent" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#60a5fa" />
<stop offset="100%" stop-color="#38bdf8" />
</linearGradient>
<filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="0" stdDeviation="2" flood-color="#38bdf8" flood-opacity="0.4"/>
</filter>
</defs>
<!-- SERVEUR 1 (HAUT) -->
<rect x="6" y="6" width="36" height="8" rx="4" fill="url(#forgium-grad-cyan)" fill-opacity="0.25" stroke="#38bdf8" stroke-width="2"/>
<circle cx="12" cy="10" r="1.5" fill="#38bdf8" filter="url(#glow)"/>
<circle cx="17" cy="10" r="1.5" fill="#60a5fa"/>
<line x1="30" y1="10" x2="36" y2="10" stroke="#38bdf8" stroke-width="1.5" stroke-linecap="round" stroke-opacity="0.6"/>
<!-- SERVEUR 2 (MILIEU) -->
<rect x="6" y="18" width="36" height="8" rx="4" fill="url(#forgium-grad-cyan)" fill-opacity="0.35" stroke="#38bdf8" stroke-width="2"/>
<circle cx="12" cy="22" r="1.5" fill="#38bdf8" filter="url(#glow)"/>
<circle cx="17" cy="22" r="1.5" fill="#60a5fa"/>
<line x1="30" y1="22" x2="36" y2="22" stroke="#38bdf8" stroke-width="1.5" stroke-linecap="round" stroke-opacity="0.6"/>
<!-- SERVEUR 3 (BAS) AVEC FORME DU F INTÉGRÉE -->
<!-- Base du serveur avec extension en F vers la droite et bas -->
<path d="M 6 34
C 6 31.8 7.8 30 10 30
L 40 30
C 41.1 30 42 30.9 42 32
C 42 33.1 41.1 34 40 34
L 20 34
L 20 37
L 32 37
C 33.1 37 34 37.9 34 39
C 34 40.1 33.1 41 32 41
L 20 41
L 20 45
C 20 46.1 19.1 47 18 47
C 16.9 47 16 46.1 16 45
L 16 34
L 10 34
C 7.8 34 6 35.8 6 38
L 6 34 Z"
fill="url(#forgium-grad-accent)" filter="url(#glow)"/>
<rect x="6" y="30" width="36" height="8" rx="4" fill="none" stroke="#38bdf8" stroke-width="2"/>
<circle cx="12" cy="34" r="1.5" fill="#38bdf8" filter="url(#glow)"/>
<circle cx="17" cy="34" r="1.5" fill="#60a5fa"/>
<!-- LE 'F' SOUVERAIN (Accent néon en surbrillance) -->
<path d="M 38 29 L 43 29 C 44 29 44.8 29.8 44.8 30.8 L 44.8 44 C 44.8 45 44 45.8 43 45.8 L 39 45.8 M 44.8 37 L 39 37"
stroke="url(#forgium-grad-accent)" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" filter="url(#glow)"/>
</svg>