vehicle cab icon
vehicle-cab-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- vehicle-cab-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
vehicle-bicycle-16-filledvehicle-bus-16-filledvehicle-cable-car-20-filledvehicle-car-16-filledvehicle-car-collision-16-filledvehicle-car-parking-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 cab icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.5 16.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m10.25 1.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m-8.75.75a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75m-1-14.5V2a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v1.75h.158a3.75 3.75 0 0 1 3.638 2.84L22.398 9h1.352a.75.75 0 0 1 0 1.5h-.977l.28 1.12A2.75 2.75 0 0 1 25 14.25v9A2.75 2.75 0 0 1 22.25 26h-1a2.75 2.75 0 0 1-2.75-2.75v-1h-9v1A2.75 2.75 0 0 1 6.75 26h-1A2.75 2.75 0 0 1 3 23.25v-9c0-1.24.82-2.287 1.947-2.631l.28-1.119H4.25a.75.75 0 0 1 0-1.5h1.352l.602-2.41a3.75 3.75 0 0 1 3.638-2.84zm1.5 0h5V2.5h-5zm-1.658 1.5A2.25 2.25 0 0 0 7.66 6.954L6.523 11.5h14.954l-1.136-4.546a2.25 2.25 0 0 0-2.183-1.704zM20 22.25v1c0 .69.56 1.25 1.25 1.25h1c.69 0 1.25-.56 1.25-1.25v-1zm-12 1v-1H4.5v1c0 .69.56 1.25 1.25 1.25h1c.69 0 1.25-.56 1.25-1.25M22.25 13H5.75c-.69 0-1.25.56-1.25 1.25v6.5h19v-6.5c0-.69-.56-1.25-1.25-1.25"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleCab28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.5 16.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m10.25 1.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m-8.75.75a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75m-1-14.5V2a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v1.75h.158a3.75 3.75 0 0 1 3.638 2.84L22.398 9h1.352a.75.75 0 0 1 0 1.5h-.977l.28 1.12A2.75 2.75 0 0 1 25 14.25v9A2.75 2.75 0 0 1 22.25 26h-1a2.75 2.75 0 0 1-2.75-2.75v-1h-9v1A2.75 2.75 0 0 1 6.75 26h-1A2.75 2.75 0 0 1 3 23.25v-9c0-1.24.82-2.287 1.947-2.631l.28-1.119H4.25a.75.75 0 0 1 0-1.5h1.352l.602-2.41a3.75 3.75 0 0 1 3.638-2.84zm1.5 0h5V2.5h-5zm-1.658 1.5A2.25 2.25 0 0 0 7.66 6.954L6.523 11.5h14.954l-1.136-4.546a2.25 2.25 0 0 0-2.183-1.704zM20 22.25v1c0 .69.56 1.25 1.25 1.25h1c.69 0 1.25-.56 1.25-1.25v-1zm-12 1v-1H4.5v1c0 .69.56 1.25 1.25 1.25h1c.69 0 1.25-.56 1.25-1.25M22.25 13H5.75c-.69 0-1.25.56-1.25 1.25v6.5h19v-6.5c0-.69-.56-1.25-1.25-1.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.5 16.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m10.25 1.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m-8.75.75a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75m-1-14.5V2a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v1.75h.158a3.75 3.75 0 0 1 3.638 2.84L22.398 9h1.352a.75.75 0 0 1 0 1.5h-.977l.28 1.12A2.75 2.75 0 0 1 25 14.25v9A2.75 2.75 0 0 1 22.25 26h-1a2.75 2.75 0 0 1-2.75-2.75v-1h-9v1A2.75 2.75 0 0 1 6.75 26h-1A2.75 2.75 0 0 1 3 23.25v-9c0-1.24.82-2.287 1.947-2.631l.28-1.119H4.25a.75.75 0 0 1 0-1.5h1.352l.602-2.41a3.75 3.75 0 0 1 3.638-2.84zm1.5 0h5V2.5h-5zm-1.658 1.5A2.25 2.25 0 0 0 7.66 6.954L6.523 11.5h14.954l-1.136-4.546a2.25 2.25 0 0 0-2.183-1.704zM20 22.25v1c0 .69.56 1.25 1.25 1.25h1c.69 0 1.25-.56 1.25-1.25v-1zm-12 1v-1H4.5v1c0 .69.56 1.25 1.25 1.25h1c.69 0 1.25-.56 1.25-1.25M22.25 13H5.75c-.69 0-1.25.56-1.25 1.25v6.5h19v-6.5c0-.69-.56-1.25-1.25-1.25"/></svg> </template>
CSS
.icon-vehicle-cab-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2016.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m10.25%201.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m-8.75.75a.75.75%200%200%201%20.75-.75h4.5a.75.75%200%200%201%200%201.5h-4.5a.75.75%200%200%201-.75-.75m-1-14.5V2a1%201%200%200%201%201-1h6a1%201%200%200%201%201%201v1.75h.158a3.75%203.75%200%200%201%203.638%202.84L22.398%209h1.352a.75.75%200%200%201%200%201.5h-.977l.28%201.12A2.75%202.75%200%200%201%2025%2014.25v9A2.75%202.75%200%200%201%2022.25%2026h-1a2.75%202.75%200%200%201-2.75-2.75v-1h-9v1A2.75%202.75%200%200%201%206.75%2026h-1A2.75%202.75%200%200%201%203%2023.25v-9c0-1.24.82-2.287%201.947-2.631l.28-1.119H4.25a.75.75%200%200%201%200-1.5h1.352l.602-2.41a3.75%203.75%200%200%201%203.638-2.84zm1.5%200h5V2.5h-5zm-1.658%201.5A2.25%202.25%200%200%200%207.66%206.954L6.523%2011.5h14.954l-1.136-4.546a2.25%202.25%200%200%200-2.183-1.704zM20%2022.25v1c0%20.69.56%201.25%201.25%201.25h1c.69%200%201.25-.56%201.25-1.25v-1zm-12%201v-1H4.5v1c0%20.69.56%201.25%201.25%201.25h1c.69%200%201.25-.56%201.25-1.25M22.25%2013H5.75c-.69%200-1.25.56-1.25%201.25v6.5h19v-6.5c0-.69-.56-1.25-1.25-1.25%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2016.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m10.25%201.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m-8.75.75a.75.75%200%200%201%20.75-.75h4.5a.75.75%200%200%201%200%201.5h-4.5a.75.75%200%200%201-.75-.75m-1-14.5V2a1%201%200%200%201%201-1h6a1%201%200%200%201%201%201v1.75h.158a3.75%203.75%200%200%201%203.638%202.84L22.398%209h1.352a.75.75%200%200%201%200%201.5h-.977l.28%201.12A2.75%202.75%200%200%201%2025%2014.25v9A2.75%202.75%200%200%201%2022.25%2026h-1a2.75%202.75%200%200%201-2.75-2.75v-1h-9v1A2.75%202.75%200%200%201%206.75%2026h-1A2.75%202.75%200%200%201%203%2023.25v-9c0-1.24.82-2.287%201.947-2.631l.28-1.119H4.25a.75.75%200%200%201%200-1.5h1.352l.602-2.41a3.75%203.75%200%200%201%203.638-2.84zm1.5%200h5V2.5h-5zm-1.658%201.5A2.25%202.25%200%200%200%207.66%206.954L6.523%2011.5h14.954l-1.136-4.546a2.25%202.25%200%200%200-2.183-1.704zM20%2022.25v1c0%20.69.56%201.25%201.25%201.25h1c.69%200%201.25-.56%201.25-1.25v-1zm-12%201v-1H4.5v1c0%20.69.56%201.25%201.25%201.25h1c.69%200%201.25-.56%201.25-1.25M22.25%2013H5.75c-.69%200-1.25.56-1.25%201.25v6.5h19v-6.5c0-.69-.56-1.25-1.25-1.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/vehicle-cab-28-regular.svg?color=%231a73e8&size=48