admin / Syanpse-Vanguard
public
Syanpse-Vanguard / synapse-vanguard-v3 / sv / web / assets / logo.svg
2273 B · main
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 240" width="200" height="240" role="img" aria-label="Synapse-Vanguard">
<defs>
<linearGradient id="frame" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#f8fafc"/>
<stop offset="0.5" stop-color="#94a3b8"/>
<stop offset="1" stop-color="#334155"/>
</linearGradient>
<linearGradient id="face" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#1e293b"/>
<stop offset="1" stop-color="#0b1220"/>
</linearGradient>
<radialGradient id="glow" cx="0.5" cy="0.4" r="0.7">
<stop offset="0" stop-color="#06b6d4" stop-opacity="0.55"/>
<stop offset="1" stop-color="#06b6d4" stop-opacity="0"/>
</radialGradient>
<filter id="soft"><feGaussianBlur stdDeviation="2.2"/></filter>
</defs>
<!-- shield frame -->
<path d="M100 8 L182 40 V120 C182 176 146 212 100 232 C54 212 18 176 18 120 V40 Z"
fill="url(#frame)"/>
<!-- shield face -->
<path d="M100 20 L170 48 V118 C170 166 140 198 100 216 C60 198 30 166 30 118 V48 Z"
fill="url(#face)" stroke="#334155" stroke-width="1.5"/>
<!-- inner glow -->
<path d="M100 20 L170 48 V118 C170 166 140 198 100 216 C60 198 30 166 30 118 V48 Z"
fill="url(#glow)"/>
<!-- network mesh + V -->
<g stroke="#22d3ee" stroke-width="2" opacity="0.85">
<line x1="62" y1="60" x2="100" y2="150"/>
<line x1="100" y1="150" x2="138" y2="60"/>
<line x1="62" y1="60" x2="138" y2="60"/>
<line x1="62" y1="60" x2="100" y2="96"/>
<line x1="138" y1="60" x2="100" y2="96"/>
<line x1="100" y1="96" x2="80" y2="112"/>
<line x1="100" y1="96" x2="120" y2="112"/>
<line x1="80" y1="112" x2="100" y2="150"/>
<line x1="120" y1="112" x2="100" y2="150"/>
<line x1="62" y1="60" x2="46" y2="92"/>
<line x1="138" y1="60" x2="154" y2="92"/>
</g>
<g fill="#67e8f9">
<circle cx="100" cy="150" r="7" filter="url(#soft)"/>
<circle cx="100" cy="150" r="4.5"/>
</g>
<g fill="#a5f3fc">
<circle cx="62" cy="60" r="5"/><circle cx="138" cy="60" r="5"/>
<circle cx="100" cy="96" r="5"/><circle cx="80" cy="112" r="4"/>
<circle cx="120" cy="112" r="4"/><circle cx="46" cy="92" r="3.5"/>
<circle cx="154" cy="92" r="3.5"/>
</g>
</svg>
|