vehicle car parking icon
vehicle-car-parking-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- vehicle-car-parking-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M36.5 2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2H39v28.75a1.25 1.25 0 1 0 2.5 0V16H44a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm-4 4.187A6.3 6.3 0 0 0 30.979 6H16.673a6.25 6.25 0 0 0-6.07 4.763L9.81 14H7.25a1.25 1.25 0 1 0 0 2.5h1.948l-.433 1.767A4.25 4.25 0 0 0 6 22.25v17.5A3.25 3.25 0 0 0 9.25 43h3.5A3.25 3.25 0 0 0 16 39.75V36.5h16v3.25A3.25 3.25 0 0 0 35.25 43H37v-2.5h-1.75a.75.75 0 0 1-.75-.75V36.5H37V18H11.404l1.627-6.642A3.75 3.75 0 0 1 16.673 8.5H30.98c.536 0 1.053.114 1.521.322zM8.5 36.5h5v3.25a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75zM12 26a2 2 0 1 1 4 0a2 2 0 0 1-4 0m22 2a2 2 0 1 1 0-4a2 2 0 0 1 0 4m-6.25 0a1.25 1.25 0 1 1 0 2.5h-7.5a1.25 1.25 0 1 1 0-2.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleCarParking48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M36.5 2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2H39v28.75a1.25 1.25 0 1 0 2.5 0V16H44a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm-4 4.187A6.3 6.3 0 0 0 30.979 6H16.673a6.25 6.25 0 0 0-6.07 4.763L9.81 14H7.25a1.25 1.25 0 1 0 0 2.5h1.948l-.433 1.767A4.25 4.25 0 0 0 6 22.25v17.5A3.25 3.25 0 0 0 9.25 43h3.5A3.25 3.25 0 0 0 16 39.75V36.5h16v3.25A3.25 3.25 0 0 0 35.25 43H37v-2.5h-1.75a.75.75 0 0 1-.75-.75V36.5H37V18H11.404l1.627-6.642A3.75 3.75 0 0 1 16.673 8.5H30.98c.536 0 1.053.114 1.521.322zM8.5 36.5h5v3.25a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75zM12 26a2 2 0 1 1 4 0a2 2 0 0 1-4 0m22 2a2 2 0 1 1 0-4a2 2 0 0 1 0 4m-6.25 0a1.25 1.25 0 1 1 0 2.5h-7.5a1.25 1.25 0 1 1 0-2.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M36.5 2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2H39v28.75a1.25 1.25 0 1 0 2.5 0V16H44a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm-4 4.187A6.3 6.3 0 0 0 30.979 6H16.673a6.25 6.25 0 0 0-6.07 4.763L9.81 14H7.25a1.25 1.25 0 1 0 0 2.5h1.948l-.433 1.767A4.25 4.25 0 0 0 6 22.25v17.5A3.25 3.25 0 0 0 9.25 43h3.5A3.25 3.25 0 0 0 16 39.75V36.5h16v3.25A3.25 3.25 0 0 0 35.25 43H37v-2.5h-1.75a.75.75 0 0 1-.75-.75V36.5H37V18H11.404l1.627-6.642A3.75 3.75 0 0 1 16.673 8.5H30.98c.536 0 1.053.114 1.521.322zM8.5 36.5h5v3.25a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75zM12 26a2 2 0 1 1 4 0a2 2 0 0 1-4 0m22 2a2 2 0 1 1 0-4a2 2 0 0 1 0 4m-6.25 0a1.25 1.25 0 1 1 0 2.5h-7.5a1.25 1.25 0 1 1 0-2.5z"/></svg> </template>
CSS
.icon-vehicle-car-parking-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M36.5%202a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202H39v28.75a1.25%201.25%200%201%200%202.5%200V16H44a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2zm-4%204.187A6.3%206.3%200%200%200%2030.979%206H16.673a6.25%206.25%200%200%200-6.07%204.763L9.81%2014H7.25a1.25%201.25%200%201%200%200%202.5h1.948l-.433%201.767A4.25%204.25%200%200%200%206%2022.25v17.5A3.25%203.25%200%200%200%209.25%2043h3.5A3.25%203.25%200%200%200%2016%2039.75V36.5h16v3.25A3.25%203.25%200%200%200%2035.25%2043H37v-2.5h-1.75a.75.75%200%200%201-.75-.75V36.5H37V18H11.404l1.627-6.642A3.75%203.75%200%200%201%2016.673%208.5H30.98c.536%200%201.053.114%201.521.322zM8.5%2036.5h5v3.25a.75.75%200%200%201-.75.75h-3.5a.75.75%200%200%201-.75-.75zM12%2026a2%202%200%201%201%204%200a2%202%200%200%201-4%200m22%202a2%202%200%201%201%200-4a2%202%200%200%201%200%204m-6.25%200a1.25%201.25%200%201%201%200%202.5h-7.5a1.25%201.25%200%201%201%200-2.5z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M36.5%202a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202H39v28.75a1.25%201.25%200%201%200%202.5%200V16H44a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2zm-4%204.187A6.3%206.3%200%200%200%2030.979%206H16.673a6.25%206.25%200%200%200-6.07%204.763L9.81%2014H7.25a1.25%201.25%200%201%200%200%202.5h1.948l-.433%201.767A4.25%204.25%200%200%200%206%2022.25v17.5A3.25%203.25%200%200%200%209.25%2043h3.5A3.25%203.25%200%200%200%2016%2039.75V36.5h16v3.25A3.25%203.25%200%200%200%2035.25%2043H37v-2.5h-1.75a.75.75%200%200%201-.75-.75V36.5H37V18H11.404l1.627-6.642A3.75%203.75%200%200%201%2016.673%208.5H30.98c.536%200%201.053.114%201.521.322zM8.5%2036.5h5v3.25a.75.75%200%200%201-.75.75h-3.5a.75.75%200%200%201-.75-.75zM12%2026a2%202%200%201%201%204%200a2%202%200%200%201-4%200m22%202a2%202%200%201%201%200-4a2%202%200%200%201%200%204m-6.25%200a1.25%201.25%200%201%201%200%202.5h-7.5a1.25%201.25%200%201%201%200-2.5z%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-48-filled.svg?color=%231a73e8&size=48