Forecaster Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Forecaster 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/326150.svg" alt="Forecaster icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326150.svg" alt="Forecaster icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326150.svg" alt="Forecaster icon" :width="24" :height="24" />
CSS background
.icon-forecaster {
background-image: url('https://proicons.com/icon/326150.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-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M38.6588,8.271A3.3034,3.3034,0,0,0,34.47,11.4582c-3.5326-.7065-3.5326,4.2391-.7066,4.2391h7.78a2.9,2.9,0,0,0,1.9946-.6857"/><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M24.22,2.72a21.5,21.5,0,0,1-21.5,21.5"/><polyline class="a" points="5.352 34.706 10.729 28.691 25.39 45.5"/><polyline class="a" points="13.431 31.789 24.211 18.65 32.211 29.458"/><polyline class="a" points="20.773 40.207 36.721 25.219 43.33 33.42"/></svg>
Copied!