Wunderground Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wunderground 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/349857.svg" alt="Wunderground icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349857.svg" alt="Wunderground icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349857.svg" alt="Wunderground icon" :width="24" :height="24" />
CSS background
.icon-wunderground {
background-image: url('https://proicons.com/icon/349857.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M21.31,33.9a2.44,2.44,0,0,1-2.24-1.47l-2.66-6.14-2.66,6.14a2.45,2.45,0,0,1-4.49,0L4.35,21.11a2.45,2.45,0,0,1,4.49-1.95L11.5,25.3l2.66-6.14a2.45,2.45,0,0,1,4.49,0l2.66,6.14,2.09-4.82a4.63,4.63,0,0,1,8.88,1.84V26a3,3,0,0,0,1,2.21,3,3,0,0,0,2.31.76,3.14,3.14,0,0,0,2.69-3.21V20.14a2.45,2.45,0,1,1,4.89,0v5.64A8.06,8.06,0,0,1,36,33.86,7.88,7.88,0,0,1,27.39,26V23.58l-3.83,8.85A2.46,2.46,0,0,1,21.31,33.9Z"/><path class="a" d="M34.82,11.23,33,15a2.12,2.12,0,0,0,1.44,3,2,2,0,0,0,.35,0,2.19,2.19,0,0,0,.36,0,2.12,2.12,0,0,0,1.44-3Z"/><path class="a" d="M27.39,23.48a2.77,2.77,0,0,0-2.77-2.77,2.82,2.82,0,0,0-1.52.45"/></svg>
Copied!