Beowulfweather Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Beowulfweather 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/322532.svg" alt="Beowulfweather icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322532.svg" alt="Beowulfweather icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322532.svg" alt="Beowulfweather icon" :width="24" :height="24" />
CSS background
.icon-beowulfweather {
background-image: url('https://proicons.com/icon/322532.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="M12.1488,23.7163c-1.4374-11.3452,12.9724-12.405,14.5748-2.0282,3.4891-2.662,7.874.2786,7.05,4.9164,8.2277.0745,7.03,9.6783,2.2263,9.9257H10.0262c-7.0183.1741-8.4183-12.3937,2.1226-12.8139l-.2673-.173"/><path class="a" d="M24.1,16.0075A10.6678,10.6678,0,1,1,39.7363,30.2681"/></svg>
Copied!