Shadowweather Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shadowweather 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/332634.svg" alt="Shadowweather icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332634.svg" alt="Shadowweather icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332634.svg" alt="Shadowweather icon" :width="24" :height="24" />
CSS background
.icon-shadowweather {
background-image: url('https://proicons.com/icon/332634.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-miterlimit:10;}</style></defs><path class="a" d="M31.2219,15.8871a10.9177,10.9177,0,0,0-20.1214,7.5867,6.9982,6.9982,0,0,0,.398,13.985H32.6653a10.8348,10.8348,0,1,0-7.6494-18.508"/></svg>
Copied!