47 lines
1.8 KiB
XML
47 lines
1.8 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-label="Soleil - ciel clair">
|
|
<title>Soleil - ciel clair</title>
|
|
<defs>
|
|
<radialGradient id="sunCore" cx="50%" cy="50%" r="60%">
|
|
<stop offset="0%" stop-color="#FFE68A"/>
|
|
<stop offset="55%" stop-color="#FFC93C"/>
|
|
<stop offset="100%" stop-color="#FFB300"/>
|
|
</radialGradient>
|
|
<filter id="softGlow" x="-30%" y="-30%" width="160%" height="160%">
|
|
<feGaussianBlur stdDeviation="2.2" result="blur"/>
|
|
<feMerge>
|
|
<feMergeNode in="blur"/>
|
|
<feMergeNode in="SourceGraphic"/>
|
|
</feMerge>
|
|
</filter>
|
|
</defs>
|
|
|
|
<!-- Clear sky background -->
|
|
<rect x="0" y="0" width="128" height="128" rx="20" fill="#6EC6FF"/>
|
|
|
|
<!-- Subtle sky highlight -->
|
|
<path d="M0,20 C30,6 72,6 128,26 L128,0 L0,0 Z" fill="#8ED7FF" opacity="0.65"/>
|
|
|
|
<!-- Sun -->
|
|
<g transform="translate(64 58)" filter="url(#softGlow)">
|
|
<!-- Rays -->
|
|
<g stroke="#FFD25A" stroke-width="6" stroke-linecap="round" opacity="0.95">
|
|
<line x1="0" y1="-44" x2="0" y2="-60"/>
|
|
<line x1="0" y1="44" x2="0" y2="60"/>
|
|
<line x1="-44" y1="0" x2="-60" y2="0"/>
|
|
<line x1="44" y1="0" x2="60" y2="0"/>
|
|
|
|
<line x1="31" y1="-31" x2="44" y2="-44"/>
|
|
<line x1="-31" y1="-31" x2="-44" y2="-44"/>
|
|
<line x1="31" y1="31" x2="44" y2="44"/>
|
|
<line x1="-31" y1="31" x2="-44" y2="44"/>
|
|
</g>
|
|
|
|
<!-- Core -->
|
|
<circle r="26" fill="url(#sunCore)"/>
|
|
<circle r="30" fill="#FFD45C" opacity="0.18"/>
|
|
</g>
|
|
|
|
<!-- Horizon hint -->
|
|
<path d="M0,104 C26,96 46,94 64,94 C82,94 102,96 128,104 L128,128 L0,128 Z" fill="#49B36B"/>
|
|
<path d="M0,110 C26,102 46,100 64,100 C82,100 102,102 128,110 L128,128 L0,128 Z" fill="#3AA65E" opacity="0.8"/>
|
|
</svg> |