Files
FlockRadar/favicon.svg
T

45 lines
2.2 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="100%" height="100%">
<defs>
<radialGradient id="favBg" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#0e1726"/>
<stop offset="100%" stop-color="#05070a"/>
</radialGradient>
<linearGradient id="favCyan" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#38bdf8"/>
<stop offset="100%" stop-color="#06b6d4"/>
</linearGradient>
<linearGradient id="favRed" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#f43f5e"/>
<stop offset="100%" stop-color="#e11d48"/>
</linearGradient>
<linearGradient id="favSweep" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#06b6d4" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#0284c7" stop-opacity="0"/>
</linearGradient>
</defs>
<!-- High-contrast rounded dark base for browser tab readability -->
<rect x="16" y="16" width="480" height="480" rx="108" fill="url(#favBg)" stroke="#38bdf8" stroke-width="8"/>
<!-- Radar sweep quadrant -->
<path d="M 256 256 L 416 96 A 226 226 0 0 0 256 30 Z" fill="url(#favSweep)"/>
<!-- Concentric Rings -->
<circle cx="256" cy="256" r="226" fill="none" stroke="url(#favCyan)" stroke-width="12" stroke-linecap="round" stroke-dasharray="160 30 90 30"/>
<circle cx="256" cy="256" r="140" fill="none" stroke="#38bdf8" stroke-width="6" opacity="0.6"/>
<circle cx="256" cy="256" r="70" fill="none" stroke="#38bdf8" stroke-width="4" stroke-dasharray="8 8" opacity="0.5"/>
<!-- ALPR Optical Crosshair Axes -->
<line x1="256" y1="30" x2="256" y2="482" stroke="#38bdf8" stroke-width="4" opacity="0.4"/>
<line x1="30" y1="256" x2="482" y2="256" stroke="#38bdf8" stroke-width="4" opacity="0.4"/>
<!-- Surveillance Camera Alert Core -->
<circle cx="256" cy="256" r="54" fill="url(#favRed)"/>
<circle cx="256" cy="256" r="22" fill="#ffffff"/>
<circle cx="263" cy="249" r="6" fill="#ffffff" opacity="0.9"/>
<!-- Radar Blip Detection -->
<circle cx="360" cy="130" r="14" fill="#f43f5e"/>
<circle cx="360" cy="130" r="26" fill="none" stroke="#f43f5e" stroke-width="4" opacity="0.7"/>
</svg>