Regenradar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Regenradar 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/332041.svg" alt="Regenradar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332041.svg" alt="Regenradar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332041.svg" alt="Regenradar icon" :width="24" :height="24" />
CSS background
.icon-regenradar {
background-image: url('https://proicons.com/icon/332041.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="M6.62,27.61l-.89,1.53c-.46,1.9,2.38,1.77,1.77,0Zm4.59,2.27-.89,1.54c-.46,1.9,2.38,1.77,1.77,0Zm4.55-1-.88,1.54a1,1,0,1,0,1.77,0ZM4.87,25.64H18.1c2.92,0,3.76-5.23-1.66-4.55-.32-1.64-1.44-2.47-3.39-2.47-.29-3.22-4.23-3.31-4.86-.49-1.57.25-2.67,1-2.77,2.52C2,20.41,1.25,25.64,4.87,25.64Zm2.06,8.69,0-20.66M23,28.46c5.84,2.47,11.72,2.4,18,.54M23.83,20.66a25.54,25.54,0,0,0,17.93,1m-6.94-6.88c3.17,12.57-1.25,17.94-6.93,22.1m.22-23.51C31.27,26,26.86,31.34,21.17,35.5M6.93,13.67a20.67,20.67,0,1,1,0,20.66"/></svg>
Copied!