Fmiweather Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fmiweather 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/340600.svg" alt="Fmiweather icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340600.svg" alt="Fmiweather icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340600.svg" alt="Fmiweather icon" :width="24" :height="24" />
CSS background
.icon-fmiweather {
background-image: url('https://proicons.com/icon/340600.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><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M30.5811,44.474a23.5082,23.5082,0,0,1,0-40.948"/><path class="a" d="M36.1817,41.7185a18.9767,18.9767,0,0,1,0-35.4368"/><path class="a" d="M40.3094,38.01a14.442,14.442,0,0,1,0-28.0191"/><path class="a" d="M43.1459,33.7918a9.9078,9.9078,0,0,1,0-19.5836"/><path class="a" d="M44.8329,29.334a5.3756,5.3756,0,0,1,0-10.668"/><path class="a" d="M17.4189,3.526a23.5082,23.5082,0,0,1,0,40.948"/><path class="a" d="M11.8183,6.2815a18.9767,18.9767,0,0,1,0,35.4368"/><path class="a" d="M7.6906,9.99a14.442,14.442,0,0,1,0,28.0191"/><path class="a" d="M4.8541,14.2082a9.9078,9.9078,0,0,1,0,19.5836"/><path class="a" d="M3.1671,18.666a5.3756,5.3756,0,0,1,0,10.668"/><line class="a" x1="2.5" y1="24" x2="45.5" y2="24"/></svg>
Copied!