Voelkner Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Voelkner 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/316557.svg" alt="Voelkner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316557.svg" alt="Voelkner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316557.svg" alt="Voelkner icon" :width="24" :height="24" />
CSS background
.icon-voelkner {
background-image: url('https://proicons.com/icon/316557.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>voelkner</title><path d="M19.4 3.502C18.093 8.84 15.018 16.05 11.964 16.05S5.841 8.827 4.552 3.502H0c.229 1.007 1.121 4.707 2.597 8.122 2.543 5.89 5.695 8.876 9.367 8.876s6.828-2.991 9.385-8.893C22.806 8.247 23.737 4.592 24 3.5h-4.6z"/></svg>
Copied!