Park Now Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Park Now 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/345537.svg" alt="Park Now icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345537.svg" alt="Park Now icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345537.svg" alt="Park Now icon" :width="24" :height="24" />
CSS background
.icon-park-now {
background-image: url('https://proicons.com/icon/345537.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"><defs><style>.n{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><polyline id="c" class="n" points="33.5751 26.1859 31.7631 33.4337 29.9511 26.1859 28.1392 33.4337 26.3272 26.1859"/><path id="d" class="n" d="M20.2236,33.4336h0c-1.359,0-2.3556-1.0872-2.3556-2.3556v-2.4462c0-1.359,1.0872-2.4462,2.3556-2.4462h0c1.359,0,2.4462,1.0872,2.4462,2.4462v2.3556c0,1.359-1.0872,2.4462-2.4462,2.4462Z"/><polyline id="e" class="n" points="9.5004 33.4336 9.5004 26.1858 14.3021 33.4336 14.3021 26.1858"/><line id="f" class="n" x1="34.6949" y1="14.5663" x2="34.6949" y2="21.8141"/><line id="g" class="n" x1="34.6949" y1="19.2774" x2="38.5" y2="14.5663"/><line id="h" class="n" x1="38.5" y1="21.8141" x2="35.6008" y2="18.1902"/><path id="i" class="n" d="M26.3268,21.8141v-7.2479h2.3556c1.359,0,2.4462,1.0872,2.4462,2.4462s-1.0872,2.4462-2.4462,2.4462h-2.3556"/><line id="j" class="n" x1="28.7713" y1="19.457" x2="31.0379" y2="21.7235"/><path id="k" class="n" d="M9.5,21.8141v-7.2479h2.3556c1.359,0,2.4462,1.0872,2.4462,2.4462s-1.0872,2.4462-2.4462,2.4462h-2.3556"/><line id="l" class="n" x1="21.945" y1="19.3679" x2="18.6835" y2="19.3679"/><polyline id="m" class="n" points="17.868 21.8141 20.3142 14.5663 22.7604 21.8141"/></g><rect class="n" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!