Meteociel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meteociel 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/343681.svg" alt="Meteociel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343681.svg" alt="Meteociel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343681.svg" alt="Meteociel icon" :width="24" :height="24" />
CSS background
.icon-meteociel {
background-image: url('https://proicons.com/icon/343681.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><path class="a" d="M11.628,37.626c11.6752.1218,17.3886-.0149,24.8408.0249m0-.0121a6.6251,6.6251,0,0,0,1.242-13.1656,7.6923,7.6923,0,0,0-7.2038-5.2165,8.2044,8.2044,0,0,0-2.8567.5465A10.2114,10.2114,0,0,0,8.3987,24.3987a6.951,6.951,0,0,0,2.8567,13.29M22.9306,15.3318a9.1,9.1,0,0,1,7.8248-4.72,8.7747,8.7747,0,0,1,7.7007,4.72,9.41,9.41,0,0,1-.1864,9.3153"/></svg>
Copied!