Files
jardin/icons/moon/waning_crescent.svg
2026-02-22 15:05:40 +01:00

43 lines
1.3 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-label="Lune - Dernier croissant">
<title>Dernier croissant</title>
<defs>
<linearGradient id="nightSkyWC" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0B1D2A"/>
<stop offset="100%" stop-color="#1C2F3F"/>
</linearGradient>
<radialGradient id="moonLightWC" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#F6F4E8"/>
<stop offset="100%" stop-color="#D9D6C8"/>
</radialGradient>
</defs>
<!-- Night sky -->
<rect width="128" height="128" rx="20" fill="url(#nightSkyWC)"/>
<!-- Stars -->
<g fill="#FFFFFF" opacity="0.85">
<circle cx="24" cy="26" r="2"/>
<circle cx="46" cy="18" r="1.4"/>
<circle cx="104" cy="22" r="1.8"/>
<circle cx="112" cy="48" r="1.5"/>
<circle cx="18" cy="70" r="1.6"/>
<circle cx="94" cy="88" r="2"/>
</g>
<!-- Dark moon base -->
<circle cx="64" cy="64" r="36" fill="#2C3E50"/>
<!-- Illuminated crescent (left side, waning) -->
<path d="
M64 28
A36 36 0 0 0 64 100
A24 36 0 0 1 64 28
Z"
fill="url(#moonLightWC)"/>
<!-- Subtle craters on lit crescent -->
<g fill="#CFCBB8" opacity="0.5">
<circle cx="52" cy="56" r="3.5"/>
<circle cx="54" cy="72" r="2.5"/>
</g>
</svg>