admin / Synapse-Sonar
publicAttack Surface Simulation
Synapse-Sonar / synapse-sonar / app / icon.svg
1884 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 | <svg viewBox="0 0 240 240" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Synapse Sonar">
<defs>
<linearGradient id="i-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="i-syn" x1="0" y1="0" x2="0.45" y2="1">
<stop offset="0" stop-color="#ffffff"/>
<stop offset="1" stop-color="#bcd6f7"/>
</linearGradient>
<linearGradient id="i-needle" gradientUnits="userSpaceOnUse" x1="120" y1="120" x2="178" y2="45">
<stop offset="0" stop-color="#bcd6f7"/>
<stop offset="1" stop-color="#ffffff"/>
</linearGradient>
<radialGradient id="i-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>
</defs>
<rect width="240" height="240" rx="52" fill="#05080f"/>
<g fill="none" stroke="url(#i-iron)" stroke-width="11" stroke-linecap="round">
<path d="M45.8 167.3 A88 88 0 1 1 146.4 204.0"/>
<path d="M82.4 61.0 A70 70 0 1 1 53.3 141.0"/>
<path d="M164.7 91.5 A53 53 0 1 1 104.1 69.4"/>
<path d="M139.9 151.2 A37 37 0 1 1 155.3 108.9" stroke-width="10"/>
</g>
<line x1="120" y1="120" x2="178" y2="45" stroke="url(#i-needle)" stroke-width="13" stroke-linecap="round"/>
<circle cx="120" cy="120" r="26" fill="url(#i-core)"/>
<g fill="none" stroke="url(#i-syn)" stroke-linecap="round" stroke-linejoin="round">
<path d="M133 111 C133 103 108 102 108 111 C108 119 133 122 133 130 C133 139 108 138 108 130" stroke-width="8"/>
<path d="M108 131 L93 142" stroke-width="6.5"/>
<circle cx="86" cy="147" r="7.5" stroke-width="5"/>
</g>
</svg>
|