Starkeverben Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Starkeverben 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/333295.svg" alt="Starkeverben icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333295.svg" alt="Starkeverben icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333295.svg" alt="Starkeverben icon" :width="24" :height="24" />
CSS background
.icon-starkeverben {
background-image: url('https://proicons.com/icon/333295.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="M33.5,25.82H24a2.54,2.54,0,1,1,0-5.08H33.5c1.41,0-.39,1.14-.39,2.54S34.91,25.82,33.5,25.82Z"/><path class="a" d="M24,15.32a8,8,0,1,0,0,15.93h0A7.13,7.13,0,1,1,24,45.5h0a21.49,21.49,0,1,1,13.52-4.78"/></svg>
Copied!