You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.5 KiB
XML
42 lines
1.5 KiB
XML
2 weeks ago
|
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48">
|
||
|
<defs>
|
||
|
<linearGradient id="cloudGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
||
|
<stop offset="0%" style="stop-color:#E3F2FD;stop-opacity:1" />
|
||
|
<stop offset="100%" style="stop-color:#BBDEFB;stop-opacity:1" />
|
||
|
</linearGradient>
|
||
|
<linearGradient id="sunGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
||
|
<stop offset="0%" style="stop-color:#FFD54F;stop-opacity:1" />
|
||
|
<stop offset="100%" style="stop-color:#FFC107;stop-opacity:1" />
|
||
|
</linearGradient>
|
||
|
</defs>
|
||
|
|
||
|
<!-- 太阳 -->
|
||
|
<circle cx="32" cy="16" r="8" fill="url(#sunGradient)"/>
|
||
|
|
||
|
<!-- 太阳光线 -->
|
||
|
<g stroke="#FFC107" stroke-width="2" stroke-linecap="round">
|
||
|
<line x1="32" y1="4" x2="32" y2="8"/>
|
||
|
<line x1="40" y1="8" x2="38" y2="10"/>
|
||
|
<line x1="44" y1="16" x2="40" y2="16"/>
|
||
|
<line x1="40" y1="24" x2="38" y2="22"/>
|
||
|
<line x1="24" y1="24" x2="26" y2="22"/>
|
||
|
<line x1="20" y1="16" x2="24" y2="16"/>
|
||
|
<line x1="24" y1="8" x2="26" y2="10"/>
|
||
|
</g>
|
||
|
|
||
|
<!-- 云朵 -->
|
||
|
<g fill="url(#cloudGradient)" stroke="#90CAF9" stroke-width="1">
|
||
|
<circle cx="16" cy="28" r="8"/>
|
||
|
<circle cx="24" cy="26" r="10"/>
|
||
|
<circle cx="32" cy="28" r="8"/>
|
||
|
<rect x="8" y="28" width="32" height="8" rx="4"/>
|
||
|
</g>
|
||
|
|
||
|
<!-- 雨滴 -->
|
||
|
<g fill="#2196F3" opacity="0.7">
|
||
|
<ellipse cx="14" cy="40" rx="1" ry="3"/>
|
||
|
<ellipse cx="20" cy="42" rx="1" ry="3"/>
|
||
|
<ellipse cx="26" cy="40" rx="1" ry="3"/>
|
||
|
<ellipse cx="32" cy="42" rx="1" ry="3"/>
|
||
|
</g>
|
||
|
</svg>
|