Car Parking Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Car Parking Alt 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/338003.svg" alt="Car Parking Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338003.svg" alt="Car Parking Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338003.svg" alt="Car Parking Alt icon" :width="24" :height="24" />
CSS background
.icon-car-parking-alt {
background-image: url('https://proicons.com/icon/338003.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>.b{fill:#fff;}.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M18.7776,24.3525v-15.7656h5.1614c2.9179,0,5.2834,2.3705,5.2834,5.2948s-2.3654,5.2948-5.2834,5.2948h-5.1614"/><rect class="c" x="16.3905" y="32.3689" width="15.219" height="5.6528" rx="1.7393" ry="1.7393"/><circle class="b" cx="19.106" cy="35.4127" r=".75"/><path class="c" d="M18.1298,32.3689l1.0217-3.9977c.1715-.6711.8786-1.2202,1.5713-1.2202h6.5546c.6927,0,1.3998.5491,1.5713,1.2202l1.0217,3.9977"/><circle class="b" cx="28.894" cy="35.4127" r=".75"/><line class="c" x1="18.7821" y1="38.0217" x2="18.7821" y2="39.4131"/><line class="c" x1="29.2179" y1="38.0217" x2="29.2179" y2="39.4131"/><rect class="c" x="7.5" y="4.5" width="33" height="39" rx="4" ry="4"/></svg>
Copied!