Meteo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/343679.svg" alt="Meteo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343679.svg" alt="Meteo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343679.svg" alt="Meteo icon" :width="24" :height="24" />
CSS background
.icon-meteo {
background-image: url('https://proicons.com/icon/343679.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="M24,16a8,8,0,1,1-8,8A8,8,0,0,1,24,16Z"/><line class="a" x1="23.98" y1="35.82" x2="23.98" y2="42.5"/><line class="a" x1="15.63" y1="32.34" x2="10.91" y2="37.07"/><line class="a" x1="12.18" y1="23.98" x2="5.5" y2="23.98"/><line class="a" x1="15.66" y1="15.63" x2="10.93" y2="10.91"/><line class="a" x1="24.02" y1="12.18" x2="24.02" y2="5.5"/><line class="a" x1="32.37" y1="15.66" x2="37.09" y2="10.93"/><line class="a" x1="35.82" y1="24.02" x2="42.5" y2="24.02"/><line class="a" x1="32.34" y1="32.37" x2="37.07" y2="37.09"/></svg>
Copied!