Willyweather Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Willyweather 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/349742.svg" alt="Willyweather icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349742.svg" alt="Willyweather icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349742.svg" alt="Willyweather icon" :width="24" :height="24" />
CSS background
.icon-willyweather {
background-image: url('https://proicons.com/icon/349742.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><ellipse class="a" cx="24" cy="15.5256" rx="19.8346" ry="6.7863" transform="translate(-2.5655 4.9748) rotate(-11.2377)"/><path class="a" d="M10.0206,22.7775a3.6656,3.6656,0,0,0-.3585,2.09c.5146,3.7125,7.2467,5.8467,15.0367,4.767S38.3866,24.67,37.872,20.9572a3.8986,3.8986,0,0,0-1.331-2.3393"/><path class="a" d="M15.836,29.4161a5.1194,5.1194,0,0,0,.0473.5886c.5146,3.7124,4.9825,6.16,9.9794,5.4679a11.83,11.83,0,0,0,3.6308-1.1048"/><path class="a" d="M17.624,33.2577a4.8519,4.8519,0,0,0-.07,1.7121c.3977,2.8692,3.3146,4.9325,6.95,5.2031"/></svg>
Copied!