vehicle car parking icon

vehicle-car-parking-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
vehicle-car-parking-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the vehicle car parking icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5H13v8.5a.5.5 0 0 1-1 0V6h-1.5a.5.5 0 0 1-.5-.5zM5.319 2H9v1H5.319a1 1 0 0 0-.992.872L4.052 6h5.033A1.5 1.5 0 0 0 10.5 7h-7a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5H11v1H5v1.25a.75.75 0 0 1-1.5 0V12A1.5 1.5 0 0 1 2 10.5v-3a1.5 1.5 0 0 1 1.034-1.426L3.044 6H2.5a.5.5 0 0 1 0-1h.673l.162-1.256A2 2 0 0 1 5.32 2m5.43 6.251q.132 0 .251.043v1.412A.748.748 0 0 1 10 9c0-.414.335-.749.749-.749M6 9a.749.749 0 1 1-1.498 0A.749.749 0 0 1 6 9"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleCarParking16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5H13v8.5a.5.5 0 0 1-1 0V6h-1.5a.5.5 0 0 1-.5-.5zM5.319 2H9v1H5.319a1 1 0 0 0-.992.872L4.052 6h5.033A1.5 1.5 0 0 0 10.5 7h-7a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5H11v1H5v1.25a.75.75 0 0 1-1.5 0V12A1.5 1.5 0 0 1 2 10.5v-3a1.5 1.5 0 0 1 1.034-1.426L3.044 6H2.5a.5.5 0 0 1 0-1h.673l.162-1.256A2 2 0 0 1 5.32 2m5.43 6.251q.132 0 .251.043v1.412A.748.748 0 0 1 10 9c0-.414.335-.749.749-.749M6 9a.749.749 0 1 1-1.498 0A.749.749 0 0 1 6 9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5H13v8.5a.5.5 0 0 1-1 0V6h-1.5a.5.5 0 0 1-.5-.5zM5.319 2H9v1H5.319a1 1 0 0 0-.992.872L4.052 6h5.033A1.5 1.5 0 0 0 10.5 7h-7a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5H11v1H5v1.25a.75.75 0 0 1-1.5 0V12A1.5 1.5 0 0 1 2 10.5v-3a1.5 1.5 0 0 1 1.034-1.426L3.044 6H2.5a.5.5 0 0 1 0-1h.673l.162-1.256A2 2 0 0 1 5.32 2m5.43 6.251q.132 0 .251.043v1.412A.748.748 0 0 1 10 9c0-.414.335-.749.749-.749M6 9a.749.749 0 1 1-1.498 0A.749.749 0 0 1 6 9"/></svg>
</template>

CSS

.icon-vehicle-car-parking-16-regular {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%20.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%20.5.5v5a.5.5%200%200%201-.5.5H13v8.5a.5.5%200%200%201-1%200V6h-1.5a.5.5%200%200%201-.5-.5zM5.319%202H9v1H5.319a1%201%200%200%200-.992.872L4.052%206h5.033A1.5%201.5%200%200%200%2010.5%207h-7a.5.5%200%200%200-.5.5v3a.5.5%200%200%200%20.5.5H11v1H5v1.25a.75.75%200%200%201-1.5%200V12A1.5%201.5%200%200%201%202%2010.5v-3a1.5%201.5%200%200%201%201.034-1.426L3.044%206H2.5a.5.5%200%200%201%200-1h.673l.162-1.256A2%202%200%200%201%205.32%202m5.43%206.251q.132%200%20.251.043v1.412A.748.748%200%200%201%2010%209c0-.414.335-.749.749-.749M6%209a.749.749%200%201%201-1.498%200A.749.749%200%200%201%206%209%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%20.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%20.5.5v5a.5.5%200%200%201-.5.5H13v8.5a.5.5%200%200%201-1%200V6h-1.5a.5.5%200%200%201-.5-.5zM5.319%202H9v1H5.319a1%201%200%200%200-.992.872L4.052%206h5.033A1.5%201.5%200%200%200%2010.5%207h-7a.5.5%200%200%200-.5.5v3a.5.5%200%200%200%20.5.5H11v1H5v1.25a.75.75%200%200%201-1.5%200V12A1.5%201.5%200%200%201%202%2010.5v-3a1.5%201.5%200%200%201%201.034-1.426L3.044%206H2.5a.5.5%200%200%201%200-1h.673l.162-1.256A2%202%200%200%201%205.32%202m5.43%206.251q.132%200%20.251.043v1.412A.748.748%200%200%201%2010%209c0-.414.335-.749.749-.749M6%209a.749.749%200%201%201-1.498%200A.749.749%200%200%201%206%209%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-16-regular.svg?color=%231a73e8&size=48