Weather Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Weather 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/349599.svg" alt="Weather icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349599.svg" alt="Weather icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349599.svg" alt="Weather icon" :width="24" :height="24" />
CSS background
.icon-weather {
background-image: url('https://proicons.com/icon/349599.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M20.43,17.33c4.46-.24,9.1,2.33,10.64,8.21a6.88,6.88,0,0,1,.05,13.71H11.89C2.68,38,1.42,24.59,11.89,22.79a10.14,10.14,0,0,1,8.54-5.46Zm0,0"/><path class="cls-1" d="M25.55,18.37a6.22,6.22,0,1,1,8.58,8.21"/><line class="cls-1" x1="31.13" y1="12.28" x2="31.13" y2="8.75"/><line class="cls-1" x1="24.88" y1="14.87" x2="22.38" y2="12.37"/><line class="cls-1" x1="37.38" y1="27.38" x2="39.88" y2="29.87"/><line class="cls-1" x1="39.97" y1="21.12" x2="43.5" y2="21.12"/><line class="cls-1" x1="37.38" y1="14.87" x2="39.88" y2="12.37"/></svg>
Weather in other icon packs
Copied!