Forecastie Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Forecastie 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/326151.svg" alt="Forecastie icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326151.svg" alt="Forecastie icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326151.svg" alt="Forecastie icon" :width="24" :height="24" />
CSS background
.icon-forecastie {
background-image: url('https://proicons.com/icon/326151.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M23.41,11c5.3-.29,10.8,2.76,12.63,9.75,10.38,1.41,9.49,15.3.06,16.27H13.28c-10.95-1.47-12.44-17.4,0-19.54A12,12,0,0,1,23.41,11Zm0,0"/></svg>
Copied!