Weather Forecast Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Weather Forecast icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/335043.svg" alt="Weather Forecast icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335043.svg" alt="Weather Forecast icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335043.svg" alt="Weather Forecast icon" :width="24" :height="24" />
CSS background
.icon-weather-forecast {
background-image: url('https://proicons.com/icon/335043.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><path class="a" d="M21.6923,31.1556H13.0648c-9.0177-.8034-8.9693-13.9941.0537-14.7357,1.6552-6.32,6.6424-9.0822,11.436-8.8242a10.9,10.9,0,0,1,9.1789,5.8684c11.2533,1.9347,9.8991,16.3587,0,17.6915H24.547"/><path class="a" d="M19.0483,8.7135a6.6853,6.6853,0,1,0-9.4412,8.6974"/><path class="a" d="M25.15,25.3645l-4.729,8.6845,3.1309,1.5864-1.35,6.5585,5.2194-7.73-3.0482-1.63Z"/><circle class="b" cx="17.4575" cy="33.6491" r="0.75"/><circle class="b" cx="28.4314" cy="39.6251" r="0.75"/><circle class="b" cx="30.495" cy="34.7347" r="0.75"/><circle class="b" cx="11.9614" cy="34.8422" r="0.75"/><circle class="b" cx="17.8982" cy="37.7119" r="0.75"/><circle class="b" cx="37.6533" cy="34.0361" r="0.75"/><circle class="b" cx="34.4933" cy="41.4439" r="0.75"/><circle class="b" cx="34.0634" cy="36.9166" r="0.75"/><circle class="b" cx="14.1256" cy="42.1939" r="0.75"/></svg>
Copied!