47 lines
1.7 KiB
XML
47 lines
1.7 KiB
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-label="Alliance Boréale">
|
||
|
|
<defs>
|
||
|
|
<radialGradient id="sky" cx="50%" cy="36%" r="75%">
|
||
|
|
<stop offset="0%" stop-color="#10184a"/>
|
||
|
|
<stop offset="100%" stop-color="#05060f"/>
|
||
|
|
</radialGradient>
|
||
|
|
<linearGradient id="aurora" x1="0" y1="1" x2="1" y2="0">
|
||
|
|
<stop offset="0%" stop-color="#2ec18f"/>
|
||
|
|
<stop offset="45%" stop-color="#56c2ff"/>
|
||
|
|
<stop offset="100%" stop-color="#a98bff"/>
|
||
|
|
</linearGradient>
|
||
|
|
<radialGradient id="glow" cx="50%" cy="50%" r="50%">
|
||
|
|
<stop offset="0%" stop-color="#bfe9ff"/>
|
||
|
|
<stop offset="100%" stop-color="#bfe9ff" stop-opacity="0"/>
|
||
|
|
</radialGradient>
|
||
|
|
<radialGradient id="star" cx="50%" cy="45%" r="60%">
|
||
|
|
<stop offset="0%" stop-color="#ffffff"/>
|
||
|
|
<stop offset="100%" stop-color="#d6ecff"/>
|
||
|
|
</radialGradient>
|
||
|
|
</defs>
|
||
|
|
|
||
|
|
<!-- ciel nocturne -->
|
||
|
|
<circle cx="16" cy="16" r="16" fill="url(#sky)"/>
|
||
|
|
|
||
|
|
<!-- ruban d'aurore -->
|
||
|
|
<path d="M3 21 C 9 16, 13 23, 18 18 C 22 14, 26 17, 30 13"
|
||
|
|
fill="none" stroke="url(#aurora)" stroke-width="2.6"
|
||
|
|
stroke-linecap="round" opacity="0.85"/>
|
||
|
|
|
||
|
|
<!-- petites étoiles (constellation) -->
|
||
|
|
<circle cx="7" cy="9" r="0.9" fill="#cfe6ff"/>
|
||
|
|
<circle cx="24" cy="8" r="1.1" fill="#ffffff"/>
|
||
|
|
<circle cx="26" cy="22" r="0.8" fill="#bfe9ff"/>
|
||
|
|
<circle cx="9" cy="25" r="0.7" fill="#cfe6ff"/>
|
||
|
|
|
||
|
|
<!-- halo de l'étoile centrale -->
|
||
|
|
<circle cx="16" cy="15" r="9" fill="url(#glow)" opacity="0.55"/>
|
||
|
|
|
||
|
|
<!-- étoile centrale à quatre branches -->
|
||
|
|
<path d="M16 5
|
||
|
|
C 16.9 12.4, 17.6 13.1, 25 14
|
||
|
|
C 17.6 14.9, 16.9 15.6, 16 23
|
||
|
|
C 15.1 15.6, 14.4 14.9, 7 14
|
||
|
|
C 14.4 13.1, 15.1 12.4, 16 5 Z"
|
||
|
|
fill="url(#star)"/>
|
||
|
|
</svg>
|