Wetteronline Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wetteronline 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/349658.svg" alt="Wetteronline icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349658.svg" alt="Wetteronline icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349658.svg" alt="Wetteronline icon" :width="24" :height="24" />
CSS background
.icon-wetteronline {
background-image: url('https://proicons.com/icon/349658.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="M4.4259,15.0932a21.5,21.5,0,1,1-.0007,17.812"/><path class="a" d="M28.4488,14.2308c3.4205,7.1028.6168,18.2243-2.9159,22.5421"/><path class="a" d="M37.355,14.8481c3.4206,7.1028.6168,18.2243-2.9159,22.542"/><path class="a" d="M26.1961,20.145c2.972,1.7611,11.5514,2.3177,16.486,1.4953"/><path class="a" d="M24.9622,29.404c2.9719,1.7611,11.5514,2.3178,16.4859,1.4953"/><circle class="a" cx="12.2692" cy="24" r="5.5"/><line class="a" x1="12.2692" y1="16.3925" x2="12.2692" y2="14.2308"/><line class="a" x1="17.6485" y1="18.6207" x2="19.1771" y2="17.0921"/><line class="a" x1="19.8767" y1="24" x2="22.0384" y2="24"/><line class="a" x1="17.6485" y1="29.3793" x2="19.1771" y2="30.9079"/><line class="a" x1="12.2692" y1="31.6075" x2="12.2692" y2="33.7692"/><line class="a" x1="6.8899" y1="29.3793" x2="5.3613" y2="30.9079"/><line class="a" x1="4.6617" y1="24" x2="2.5" y2="24"/><line class="a" x1="6.8899" y1="18.6207" x2="5.3613" y2="17.0921"/></svg>
Copied!