Weather Alt 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Weather Alt 2 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/335042.svg" alt="Weather Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335042.svg" alt="Weather Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335042.svg" alt="Weather Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-weather-alt-2 {
background-image: url('https://proicons.com/icon/335042.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="k" d="M23.4681,5.5155c4.5961-.2465,9.3776,2.3927,10.9646,8.4309,3.9026.3179,6.8078,3.7282,6.4888,7.6171-.2812,3.4282-2.9991,6.1565-6.4373,6.4617H14.6675c-9.491-1.2836-10.7894-15.0544,0-16.9028,1.7184-3.3008,5.0728-5.4379,8.8005-5.6069Z"/><g id="d"><path id="e" class="k" d="M39.1078,31.834l-2.8071,7.4152"/><path id="f" class="k" d="M34.1165,31.834l-1.303,3.4421"/></g><g id="g"><path id="h" class="k" d="M15.0666,31.834l-2.8071,7.4152"/><path id="i" class="k" d="M10.0753,31.834l-1.303,3.4421"/></g><path id="j" class="k" d="M21.4307,30.7435l-2.4645,5.9824h3.8243l-1.2472,5.7743,7.1825-8.6548h-3.614l1.3926-3.1019h-5.0737Z"/></g></svg>
Copied!