vehicle car parking icon
vehicle-car-parking-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- vehicle-car-parking-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
vehicle-bicycle-16-filledvehicle-bus-16-filledvehicle-cab-16-filledvehicle-cable-car-20-filledvehicle-car-16-filledvehicle-car-collision-16-filledvehicle-car-profile-16-filledvehicle-car-profile-ltr-16-filledvehicle-car-profile-ltr-clock-16-filledvehicle-car-profile-rtl-16-filledvehicle-motorcycle-16-filledvehicle-rv-16-filledvehicle-ship-16-filledvehicle-subway-16-filledvehicle-subway-clock-16-filledvehicle-tractor-20-filledvehicle-trailer-16-filledvehicle-trailer-arrow-down-16-filledvehicle-truck-16-filledvehicle-truck-bag-20-filledvehicle-truck-checkmark-16-filledvehicle-truck-cube-20-filledvehicle-truck-profile-16-filled
Use the vehicle car parking icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 3a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-1v19a1 1 0 1 1-2 0V11h-1a2 2 0 0 1-2-2zm-1.5 0H10.407a4 4 0 0 0-3.905 3.132L5.864 9H5a1 1 0 0 0 0 2h.42l-.33 1.485A4 4 0 0 0 3 16v10a3 3 0 0 0 3 3h1a3 3 0 0 0 3-3v-1h12v1a3 3 0 0 0 2.5 2.959v-2.093A1 1 0 0 1 24 26v-1h.5V12.465A3.5 3.5 0 0 1 23.196 12H7.246l1.208-5.434A2 2 0 0 1 10.406 5H21.5zM5 26v-1h3v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1m8.5-5a1 1 0 1 1 0-2h5a1 1 0 1 1 0 2zM11 17.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M22.5 16a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleCarParking32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 3a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-1v19a1 1 0 1 1-2 0V11h-1a2 2 0 0 1-2-2zm-1.5 0H10.407a4 4 0 0 0-3.905 3.132L5.864 9H5a1 1 0 0 0 0 2h.42l-.33 1.485A4 4 0 0 0 3 16v10a3 3 0 0 0 3 3h1a3 3 0 0 0 3-3v-1h12v1a3 3 0 0 0 2.5 2.959v-2.093A1 1 0 0 1 24 26v-1h.5V12.465A3.5 3.5 0 0 1 23.196 12H7.246l1.208-5.434A2 2 0 0 1 10.406 5H21.5zM5 26v-1h3v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1m8.5-5a1 1 0 1 1 0-2h5a1 1 0 1 1 0 2zM11 17.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M22.5 16a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 3a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-1v19a1 1 0 1 1-2 0V11h-1a2 2 0 0 1-2-2zm-1.5 0H10.407a4 4 0 0 0-3.905 3.132L5.864 9H5a1 1 0 0 0 0 2h.42l-.33 1.485A4 4 0 0 0 3 16v10a3 3 0 0 0 3 3h1a3 3 0 0 0 3-3v-1h12v1a3 3 0 0 0 2.5 2.959v-2.093A1 1 0 0 1 24 26v-1h.5V12.465A3.5 3.5 0 0 1 23.196 12H7.246l1.208-5.434A2 2 0 0 1 10.406 5H21.5zM5 26v-1h3v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1m8.5-5a1 1 0 1 1 0-2h5a1 1 0 1 1 0 2zM11 17.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M22.5 16a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg> </template>
CSS
.icon-vehicle-car-parking-32-filled {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%203a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v6a2%202%200%200%201-2%202h-1v19a1%201%200%201%201-2%200V11h-1a2%202%200%200%201-2-2zm-1.5%200H10.407a4%204%200%200%200-3.905%203.132L5.864%209H5a1%201%200%200%200%200%202h.42l-.33%201.485A4%204%200%200%200%203%2016v10a3%203%200%200%200%203%203h1a3%203%200%200%200%203-3v-1h12v1a3%203%200%200%200%202.5%202.959v-2.093A1%201%200%200%201%2024%2026v-1h.5V12.465A3.5%203.5%200%200%201%2023.196%2012H7.246l1.208-5.434A2%202%200%200%201%2010.406%205H21.5zM5%2026v-1h3v1a1%201%200%200%201-1%201H6a1%201%200%200%201-1-1m8.5-5a1%201%200%201%201%200-2h5a1%201%200%201%201%200%202zM11%2017.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M22.5%2016a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%203a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v6a2%202%200%200%201-2%202h-1v19a1%201%200%201%201-2%200V11h-1a2%202%200%200%201-2-2zm-1.5%200H10.407a4%204%200%200%200-3.905%203.132L5.864%209H5a1%201%200%200%200%200%202h.42l-.33%201.485A4%204%200%200%200%203%2016v10a3%203%200%200%200%203%203h1a3%203%200%200%200%203-3v-1h12v1a3%203%200%200%200%202.5%202.959v-2.093A1%201%200%200%201%2024%2026v-1h.5V12.465A3.5%203.5%200%200%201%2023.196%2012H7.246l1.208-5.434A2%202%200%200%201%2010.406%205H21.5zM5%2026v-1h3v1a1%201%200%200%201-1%201H6a1%201%200%200%201-1-1m8.5-5a1%201%200%201%201%200-2h5a1%201%200%201%201%200%202zM11%2017.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M22.5%2016a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/vehicle-car-parking-32-filled.svg?color=%231a73e8&size=48