admin / Synapse-Sonar
publicAttack Surface Simulation
Synapse-Sonar / synapse-sonar / public / logo.svg
2946 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 54 55 | <svg viewBox="0 0 240 312" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Synapse Sonar">
<title>Synapse Sonar</title>
<defs>
<linearGradient id="ss-iron" x1="0.05" y1="0" x2="0.9" y2="1">
<stop offset="0" stop-color="#f4f8ff"/>
<stop offset="0.34" stop-color="#cfe0fb"/>
<stop offset="0.68" stop-color="#7faae6"/>
<stop offset="1" stop-color="#2f6fd6"/>
</linearGradient>
<linearGradient id="ss-syn" x1="0" y1="0" x2="0.45" y2="1">
<stop offset="0" stop-color="#ffffff"/>
<stop offset="0.7" stop-color="#eaf2fe"/>
<stop offset="1" stop-color="#bcd6f7"/>
</linearGradient>
<linearGradient id="ss-needle" gradientUnits="userSpaceOnUse" x1="120" y1="115" x2="178" y2="40">
<stop offset="0" stop-color="#bcd6f7"/>
<stop offset="1" stop-color="#ffffff"/>
</linearGradient>
<radialGradient id="ss-core" cx="0.45" cy="0.38" r="0.75">
<stop offset="0" stop-color="#ffffff"/>
<stop offset="0.5" stop-color="#dbe8fc"/>
<stop offset="1" stop-color="#5b8fd6"/>
</radialGradient>
<radialGradient id="ss-aura" cx="0.5" cy="0.5" r="0.5">
<stop offset="0" stop-color="#3b82f6" stop-opacity="0.4"/>
<stop offset="0.6" stop-color="#3b82f6" stop-opacity="0.12"/>
<stop offset="1" stop-color="#3b82f6" stop-opacity="0"/>
</radialGradient>
<filter id="ss-glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="2" result="b"/>
<feMerge><feMergeNode in="b"/><feMergeNode in="SourceGraphic"/></feMerge>
</filter>
</defs>
<circle cx="120" cy="115" r="120" fill="url(#ss-aura)"/>
<g filter="url(#ss-glow)" fill="none" stroke="url(#ss-iron)" stroke-width="11" stroke-linecap="round">
<path d="M45.8 162.3 A88 88 0 1 1 146.4 199.0"/>
<path d="M82.4 56.0 A70 70 0 1 1 53.3 136.0"/>
<path d="M164.7 86.5 A53 53 0 1 1 104.1 64.4"/>
<path d="M139.9 146.2 A37 37 0 1 1 155.3 103.9" stroke-width="10"/>
</g>
<line x1="120" y1="115" x2="178" y2="40" stroke="url(#ss-needle)" stroke-width="13" stroke-linecap="round" filter="url(#ss-glow)"/>
<circle cx="120" cy="115" r="26" fill="url(#ss-core)" filter="url(#ss-glow)"/>
<g filter="url(#ss-glow)" fill="none" stroke="url(#ss-syn)" stroke-linecap="round" stroke-linejoin="round">
<path d="M133 106 C133 98 108 97 108 106 C108 114 133 117 133 125 C133 134 108 133 108 125" stroke-width="8"/>
<path d="M108 126 L93 137" stroke-width="6.5"/>
<circle cx="86" cy="142" r="7.5" stroke-width="5"/>
</g>
<text x="120" y="262" text-anchor="middle" font-family="Montserrat, Inter, 'Segoe UI', system-ui, sans-serif" font-weight="800" font-size="41" letter-spacing="1.5" fill="#f8fafc">SYNAPSE</text>
<text x="120" y="300" text-anchor="middle" font-family="Montserrat, Inter, 'Segoe UI', system-ui, sans-serif" font-weight="700" font-size="32" letter-spacing="9" fill="#7fb2ec">SONAR</text>
</svg>
|