Parkmate Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Parkmate 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/345543.svg" alt="Parkmate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345543.svg" alt="Parkmate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345543.svg" alt="Parkmate icon" :width="24" :height="24" />
CSS background
.icon-parkmate {
background-image: url('https://proicons.com/icon/345543.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M9.375,19.125c0-8.0772,6.5478-14.625,14.625-14.625s14.625,6.5478,14.625,14.625-6.5478,14.625-14.625,14.625h-14.625v-14.625Z"/><path class="cls-1" d="M19.125,19.125c0-2.6924,2.1826-4.875,4.875-4.875s4.875,2.1826,4.875,4.875-2.1826,4.875-4.875,4.875h-4.875v-4.875Z"/><rect class="cls-1" x="9.375" y="33.75" width="9.75" height="9.75"/></svg>
Copied!