mirror of
https://github.com/mrdarrengriffin/google-weather-icons.git
synced 2026-02-02 15:51:17 +00:00
16 lines
919 B
XML
16 lines
919 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<defs>
|
|
<linearGradient id="a" x1="0%" x2="98.277%" y1="0%" y2="98.277%">
|
|
<stop offset="0%" stop-color="#F1F3F4"/>
|
|
<stop offset="100%" stop-color="#DADCE0"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<g fill="none" fill-rule="evenodd">
|
|
<circle cx="20" cy="12" r="12" fill="#F1F3F4"/>
|
|
<circle cx="20" cy="12" r="12" fill="url(#a)"/>
|
|
<path fill="#F1F3F4" d="M20 24c0-5.523-4.477-10-10-10S0 18.477 0 24c.015-.023 20.005-.015 20 0Z"/>
|
|
<path fill="#FFF" stroke="#4285F4" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2" d="m25 10 2.5 4.375L30 10z"/>
|
|
<path stroke="#4285F4" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2" d="m25 27 2.5 4.375L30 27z"/>
|
|
<path fill="#FFF" stroke="#4285F4" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2" d="m17 19 2.5 4.375L22 19z"/>
|
|
</g>
|
|
</svg> |