Geometricweather Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Geometricweather 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/341018.svg" alt="Geometricweather icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341018.svg" alt="Geometricweather icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341018.svg" alt="Geometricweather icon" :width="24" :height="24" />
CSS background
.icon-geometricweather {
background-image: url('https://proicons.com/icon/341018.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><circle class="a" cx="24" cy="24" r="16.32"/><path class="a" d="M34.61,42.38,36.85,34l.16-.22,7.49-4.33L40.19,22c0-.09,0-.19,0-.28l2.24-8.35L34,11.15,33.82,11,29.49,3.5,22,7.81l-.28.05L13.39,5.62,11.15,14l-.16.22L3.5,18.51,7.81,26c0,.09,0,.19.05.28L5.62,34.61,14,36.85l.22.16,4.33,7.49L26,40.19l.28,0Z"/></svg>
Copied!