Notifiche Meteo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Notifiche Meteo 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/330350.svg" alt="Notifiche Meteo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330350.svg" alt="Notifiche Meteo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330350.svg" alt="Notifiche Meteo icon" :width="24" :height="24" />
CSS background
.icon-notifiche-meteo {
background-image: url('https://proicons.com/icon/330350.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.3234,33.4475A11.0218,11.0218,0,1,1,34.94,25.3432"/><path class="a" d="M22.1985,38.9962,24,43.5l1.82-4.5513"/><path class="a" d="M21.4565,10.4348,24,4.5l2.5435,5.9348Z"/><path class="a" d="M12.6094,16.2065l-2.398-5.9951,5.9951,2.398Z"/><path class="a" d="M39.2347,25.7061,43.5,24l-6.3587-2.5435v3.7787"/><path class="a" d="M10.4348,26.5435,4.5,24l5.9348-2.5435Z"/><path class="a" d="M35.0908,16.5062l2.6978-6.2948-6.2948,2.6978Z"/><path class="a" d="M16.2065,35.3906l-5.9951,2.398,2.398-5.9951Z"/><path class="a" d="M6.4437,23.0415a4.2395,4.2395,0,0,1,6.1707-4.41"/><path class="a" d="M12.6505,18.5189a4.2392,4.2392,0,0,1,4.2019-2.9971"/><path class="a" d="M8.7834,31.81a4.2391,4.2391,0,0,1-3.1-7.13"/><path class="a" d="M8.7832,31.8093h7.343"/><path class="a" d="M22.26,38.9505a4.07,4.07,0,0,1-1.91-7.6628"/><path class="a" d="M20.37,31.2238A4.1543,4.1543,0,0,1,26.4868,26"/><path class="a" d="M26.5029,26.0347a4.1543,4.1543,0,0,1,8.156,0"/><path class="a" d="M34.716,26.209a4.1543,4.1543,0,1,1,4.9375,6.6726"/><path class="a" d="M41.2005,31.0665a4.1543,4.1543,0,0,1-2.014,7.7878"/><path class="a" d="M39.1865,38.8543l-16.9347.11"/></svg>
Copied!