18 lines
815 B
XML
18 lines
815 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="none" viewBox="0 0 48 48">
|
|
<!-- Sun circle -->
|
|
<circle cx="22" cy="22" r="12" fill="#fbbf24" />
|
|
<!-- Sun rays -->
|
|
<g stroke="#fbbf24" stroke-width="3" stroke-linecap="round">
|
|
<line x1="22" y1="4" x2="22" y2="9" />
|
|
<line x1="22" y1="35" x2="22" y2="40" />
|
|
<line x1="4" y1="22" x2="9" y2="22" />
|
|
<line x1="35" y1="22" x2="40" y2="22" />
|
|
<line x1="9.5" y1="9.5" x2="13" y2="13" />
|
|
<line x1="31" y1="31" x2="34.5" y2="34.5" />
|
|
<line x1="9.5" y1="34.5" x2="13" y2="31" />
|
|
<line x1="31" y1="13" x2="34.5" y2="9.5" />
|
|
</g>
|
|
<!-- Cloud overlay -->
|
|
<path d="M22 34 Q16 34 14 31 Q12 28 15 27 Q13 23 17 21 Q21 19 25 21 Q29 17 34 19 Q38 21 37 26 Q41 27 39 31 Q37 35 22 34Z" fill="#60a5fa" opacity="0.9" />
|
|
</svg>
|