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

44 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 - Gibbeuse croissante">
<title>Waxing Gibbous</title>
<defs>
<linearGradient id="nightSkyWXG" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0B1D2A"/>
<stop offset="100%" stop-color="#1C2F3F"/>
</linearGradient>
<radialGradient id="moonLightWXG" 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(#nightSkyWXG)"/>
<!-- Stars -->
<g fill="#FFFFFF" opacity="0.85">
<circle cx="22" cy="24" r="2"/>
<circle cx="44" cy="18" r="1.4"/>
<circle cx="104" cy="22" r="1.8"/>
<circle cx="112" cy="46" 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 gibbous (mostly lit, shadow on left) -->
<path d="
M64 28
A36 36 0 1 1 64 100
A26 36 0 1 0 64 28
Z"
fill="url(#moonLightWXG)"/>
<!-- Subtle craters -->
<g fill="#CFCBB8" opacity="0.5">
<circle cx="74" cy="50" r="5"/>
<circle cx="62" cy="70" r="4"/>
<circle cx="76" cy="78" r="3"/>
</g>
</svg>