Parkeren Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Parkeren 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/345540.svg" alt="Parkeren icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345540.svg" alt="Parkeren icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345540.svg" alt="Parkeren icon" :width="24" :height="24" />
CSS background
.icon-parkeren {
background-image: url('https://proicons.com/icon/345540.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="M20.8431,27.35V14.8058H24.92a4.2335,4.2335,0,1,1,0,8.467H20.8431"/><circle class="a" cx="24" cy="21.0777" r="11.7285"/><path class="a" d="M24.5964,43.3011a.9936.9936,0,0,1-1.1928,0C18.46,39.6165,7.8985,30.8665,7.8985,20.92a16.1046,16.1046,0,1,1,32.203,0C40.1015,30.8665,29.54,39.6165,24.5964,43.3011Z"/></svg>
Copied!