Car Parking Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Car Parking 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/323442.svg" alt="Car Parking icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323442.svg" alt="Car Parking icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323442.svg" alt="Car Parking icon" :width="24" :height="24" />
CSS background
.icon-car-parking {
background-image: url('https://proicons.com/icon/323442.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="c" points="32.5302 27.9428 34.7296 27.9428 34.4923 25.622 33.4109 24.356 25.3797 23.5912 21.7366 18.0001 13.5746 18.0001 8.5373 23.3275 4.1066 24.4352 3.5 27.3362 4.133 27.9428 7.667 27.9428"/><line class="c" x1="12.9944" y1="27.9428" x2="27.2555" y2="27.9428"/><line class="c" x1="25.3797" y1="23.5912" x2="8.5373" y2="23.3275"/><line class="c" x1="20.1048" y1="18.0001" x2="19.3223" y2="23.4795"/><line class="c" x1="13.5746" y1="18.0001" x2="12.7954" y2="23.3766"/><polyline class="c" points="20.6622 18.0001 27.6775 18.0001 35.1995 23.5912 43.2307 24.356 44.3121 25.622 44.5 27.9428 34.7296 27.9428"/><line class="c" x1="25.3797" y1="23.5912" x2="35.1995" y2="23.5912"/><line class="c" x1="34.4923" y1="25.622" x2="44.3121" y2="25.622"/><circle class="c" cx="29.8665" cy="27.4417" r="2.5582"/><circle class="c" cx="10.2252" cy="27.4417" r="2.5582"/><path class="c" d="m15.4229,27.9424c.2305,1.1711,1.2652,2.0553,2.5068,2.0553s2.2764-.8842,2.5068-2.0553"/><path class="c" d="m34.8361,27.9424c.2305,1.1711,1.2652,2.0553,2.5068,2.0553s2.2764-.8842,2.5068-2.0553"/></svg>
Copied!