Afweatherwidget Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Afweatherwidget 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/321445.svg" alt="Afweatherwidget icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321445.svg" alt="Afweatherwidget icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321445.svg" alt="Afweatherwidget icon" :width="24" :height="24" />
CSS background
.icon-afweatherwidget {
background-image: url('https://proicons.com/icon/321445.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="M18.4836,10.5044,22.0558,6.468l3.5472,4.0832,5.5837-2.1465v5.7316l5.603.5968-1.2536,5.3662m.8112,1.1061,3.2167,2.766-1.3961,1.1692m-6.9811,9.9533v4.3522l-5.6133-2.0933-3.51,4.1792-3.6253-4.1813-5.515,2.1024V33.84l-5.6545-.735,1.3575-5.7139L4.5,23.9649l4.1489-3.4977L7.3311,14.7539l5.5832-.6709v-5.62l5.5695,2.0408"/><path class="a" d="M36.7647,25.121C38.03,16.3527,25.3415,15.5337,23.93,23.5534c-3.0724-2.0573-6.9336.2154-6.208,3.8-7.2451.0576-6.19,7.48-1.96,7.6711H38.6338c6.18.1346,7.4129-9.5785-1.8691-9.9033L37,24.9872"/><path class="a" d="M12.9993,29.2087a9.9665,9.9665,0,0,1,16.08-11.2594"/></svg>
Copied!