Remplace le logo PNG par un SVG radar inline (cercles concentriques + bras rotatif + blip) en bleu #2563eb/#60a5fa sur fond #1a1a2e. Même SVG utilisé pour favicon.svg et le picto dans la topbar. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
919 B
XML
13 lines
919 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<circle cx="16" cy="16" r="15" fill="#1a1a2e" stroke="#2563eb" stroke-width="1.5"/>
|
|
<circle cx="16" cy="16" r="5" fill="none" stroke="#2563eb" stroke-width="0.8" opacity="0.6"/>
|
|
<circle cx="16" cy="16" r="9" fill="none" stroke="#2563eb" stroke-width="0.8" opacity="0.5"/>
|
|
<circle cx="16" cy="16" r="13" fill="none" stroke="#2563eb" stroke-width="0.8" opacity="0.4"/>
|
|
<line x1="16" y1="3" x2="16" y2="29" stroke="#2563eb" stroke-width="0.5" opacity="0.3"/>
|
|
<line x1="3" y1="16" x2="29" y2="16" stroke="#2563eb" stroke-width="0.5" opacity="0.3"/>
|
|
<path d="M16 16 L25 7 A13 13 0 0 0 16 3 Z" fill="#60a5fa" opacity="0.18"/>
|
|
<line x1="16" y1="16" x2="25" y2="7" stroke="#60a5fa" stroke-width="1.5" stroke-linecap="round"/>
|
|
<circle cx="22" cy="10" r="1.5" fill="#60a5fa" opacity="0.9"/>
|
|
<circle cx="16" cy="16" r="1.5" fill="#fff"/>
|
|
</svg>
|