Parkwhiz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Parkwhiz 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/330988.svg" alt="Parkwhiz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330988.svg" alt="Parkwhiz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330988.svg" alt="Parkwhiz icon" :width="24" :height="24" />
CSS background
.icon-parkwhiz {
background-image: url('https://proicons.com/icon/330988.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M11.5,30.5c-3.3137,0-6,2.6863-6,6s2.6863,6,6,6,6-2.6863,6-6v-16.5c0-5.799,4.701-10.5,10.5-10.5s10.5,4.701,10.5,10.5-4.701,10.5-10.5,10.5h-10.5" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M11.5,34.5c-1.1046,0-2,.8954-2,2s.8954,2,2,2,2-.8954,2-2v-16.5c0-8.0081,6.4919-14.5,14.5-14.5s14.5,6.4919,14.5,14.5-6.4919,14.5-14.5,14.5h-10.5" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!