skyview/assets/static/images/favicon-48.svg

43 lines
2 KiB
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<svg width="48" height="48" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="bgGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#004d66;stop-opacity:1" />
<stop offset="80%" style="stop-color:#002633;stop-opacity:1" />
<stop offset="100%" style="stop-color:#001a26;stop-opacity:1" />
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="1" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background circle -->
<circle cx="24" cy="24" r="22" fill="url(#bgGrad)" stroke="#00d4ff" stroke-width="2"/>
<!-- Radar circles with subtle glow -->
<circle cx="24" cy="24" r="18" stroke="#00d4ff" stroke-width="1.5" fill="none" opacity="0.4" filter="url(#glow)"/>
<circle cx="24" cy="24" r="14" stroke="#00d4ff" stroke-width="1.2" fill="none" opacity="0.5"/>
<circle cx="24" cy="24" r="10" stroke="#00d4ff" stroke-width="1" fill="none" opacity="0.6"/>
<circle cx="24" cy="24" r="6" stroke="#00d4ff" stroke-width="0.8" fill="none" opacity="0.7"/>
<!-- Radar sweep with animation -->
<line x1="24" y1="24" x2="38" y2="14" stroke="#00d4ff" stroke-width="2" opacity="0.9" filter="url(#glow)"/>
<!-- Cross hairs -->
<line x1="24" y1="4" x2="24" y2="44" stroke="#00d4ff" stroke-width="0.8" opacity="0.3"/>
<line x1="4" y1="24" x2="44" y2="24" stroke="#00d4ff" stroke-width="0.8" opacity="0.3"/>
<!-- Aircraft blips -->
<circle cx="34" cy="16" r="1.8" fill="#00ff00" filter="url(#glow)"/>
<circle cx="16" cy="32" r="1.8" fill="#00ff00" opacity="0.8"/>
<circle cx="32" cy="34" r="1.8" fill="#00ff00" opacity="0.9"/>
<circle cx="14" cy="18" r="1.8" fill="#ffff00" opacity="0.7"/>
<!-- Center beacon -->
<circle cx="24" cy="24" r="2.5" fill="#00d4ff" filter="url(#glow)"/>
<circle cx="24" cy="24" r="1.5" fill="#ffffff" opacity="0.8"/>
</svg>