Car Parking 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Car Parking 2 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/338002.svg" alt="Car Parking 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338002.svg" alt="Car Parking 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338002.svg" alt="Car Parking 2 icon" :width="24" :height="24" />
CSS background
.icon-car-parking-2 {
background-image: url('https://proicons.com/icon/338002.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>.s{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline id="e" class="s" points="32.03020096 20.19275093 34.229599 20.19275093 33.99229813 17.87195015 32.91090012 16.60595131 24.87969971 15.84115028 21.23660088 10.25004959 13.07460022 10.25004959 8.03730011 15.5774498 3.60659981 16.68515015 3 19.58615112 3.6329999 20.19275093 7.16699982 20.19275093"/><line id="f" class="s" x1="12.49440002" y1="20.19275093" x2="26.75550079" y2="20.19275093"/><line id="g" class="s" x1="24.87969971" y1="15.84115028" x2="8.03730011" y2="15.5774498"/><line id="h" class="s" x1="19.60479927" y1="10.25004959" x2="18.82229996" y2="15.72945023"/><line id="i" class="s" x1="13.07460022" y1="10.25004959" x2="12.29539967" y2="15.62655067"/><polyline id="j" class="s" points="20.16220093 10.25004959 27.17749977 10.25004959 34.69950104 15.84115028 42.73070145 16.60595131 43.81209946 17.87195015 44 20.19275093 34.229599 20.19275093"/><line id="k" class="s" x1="24.87969971" y1="15.84115028" x2="34.69950104" y2="15.84115028"/><line id="l" class="s" x1="33.99229813" y1="17.87195015" x2="43.81209946" y2="17.87195015"/><circle id="m" class="s" cx="29.36650085" cy="19.69165039" r="2.55820084"/><circle id="n" class="s" cx="9.7251997" cy="19.69165039" r="2.55820036"/><path id="o" class="s" d="M14.9229002,20.19235039c.23050022,1.17110062,1.26520061,2.05529976,2.50680065,2.05529976s2.27639961-.88419914,2.5067997-2.05529976"/><path id="p" class="s" d="M34.33610153,20.19235039c.23049927,1.17110062,1.26520157,2.05529976,2.50680161,2.05529976s2.27640152-.88419914,2.50680161-2.05529976"/><circle id="q" class="s" cx="38" cy="30.74995041" r="7"/><path id="r" class="s" d="M35.34991074,29.17492676c0-1.63551712,1.48162842-2.92498016,3.17588043-2.59937668,1.11135101.21357727,1.99882126,1.17471695,2.10943985,2.3009758.08229828.83775711-.18281937,1.66440582-.76150131,2.1722374-1.07202148.94078064-4.52381897,3.47616196-4.52381897,3.47616196h5.29999924"/></svg>
Copied!