Weather Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Weather Alt 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/349600.svg" alt="Weather Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349600.svg" alt="Weather Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349600.svg" alt="Weather Alt icon" :width="24" :height="24" />
CSS background
.icon-weather-alt {
background-image: url('https://proicons.com/icon/349600.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M24,13A11,11,0,1,1,13,24,11,11,0,0,1,24,13Z"/><line class="cls-1" x1="24" y1="3.5" x2="24" y2="9.61"/><line class="cls-1" x1="38.5" y1="9.5" x2="34.18" y2="13.82"/><line class="cls-1" x1="44.5" y1="24" x2="38.39" y2="24"/><line class="cls-1" x1="38.5" y1="38.5" x2="34.18" y2="34.18"/><line class="cls-1" x1="24" y1="44.5" x2="24" y2="38.39"/><line class="cls-1" x1="9.5" y1="38.5" x2="13.82" y2="34.18"/><line class="cls-1" x1="3.5" y1="24" x2="9.61" y2="24"/><line class="cls-1" x1="9.5" y1="9.5" x2="13.82" y2="13.82"/></svg>
Copied!