vehicle cab icon
vehicle-cab-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- vehicle-cab-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M9.266 1.992a.75.75 0 0 0-.75.75V4.5h-.664a3.25 3.25 0 0 0-3.11 2.303L4.683 7H3.75a.75.75 0 0 0 0 1.5h.533l-.202.827A2.25 2.25 0 0 0 3 11.25v8.5c0 .966.784 1.75 1.75 1.75h1.5A1.75 1.75 0 0 0 8 19.75V18.5h8v1.25c0 .966.784 1.75 1.75 1.75h1.5A1.75 1.75 0 0 0 21 19.75v-8.5c0-.815-.434-1.53-1.083-1.924l-.206-.826h.539a.75.75 0 0 0 0-1.5h-.942l-.055-.184A3.25 3.25 0 0 0 16.14 4.5h-.656V2.742a.75.75 0 0 0-.75-.75zM7.852 6h8.288a1.75 1.75 0 0 1 1.676 1.247l.21.702L18.29 9H5.705l.257-1.052l.216-.708A1.75 1.75 0 0 1 7.852 6M4.5 18.5h2v1.25a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25zm13 0h2v1.25a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25zM8.005 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0M17 14a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleCab24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.266 1.992a.75.75 0 0 0-.75.75V4.5h-.664a3.25 3.25 0 0 0-3.11 2.303L4.683 7H3.75a.75.75 0 0 0 0 1.5h.533l-.202.827A2.25 2.25 0 0 0 3 11.25v8.5c0 .966.784 1.75 1.75 1.75h1.5A1.75 1.75 0 0 0 8 19.75V18.5h8v1.25c0 .966.784 1.75 1.75 1.75h1.5A1.75 1.75 0 0 0 21 19.75v-8.5c0-.815-.434-1.53-1.083-1.924l-.206-.826h.539a.75.75 0 0 0 0-1.5h-.942l-.055-.184A3.25 3.25 0 0 0 16.14 4.5h-.656V2.742a.75.75 0 0 0-.75-.75zM7.852 6h8.288a1.75 1.75 0 0 1 1.676 1.247l.21.702L18.29 9H5.705l.257-1.052l.216-.708A1.75 1.75 0 0 1 7.852 6M4.5 18.5h2v1.25a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25zm13 0h2v1.25a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25zM8.005 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0M17 14a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.266 1.992a.75.75 0 0 0-.75.75V4.5h-.664a3.25 3.25 0 0 0-3.11 2.303L4.683 7H3.75a.75.75 0 0 0 0 1.5h.533l-.202.827A2.25 2.25 0 0 0 3 11.25v8.5c0 .966.784 1.75 1.75 1.75h1.5A1.75 1.75 0 0 0 8 19.75V18.5h8v1.25c0 .966.784 1.75 1.75 1.75h1.5A1.75 1.75 0 0 0 21 19.75v-8.5c0-.815-.434-1.53-1.083-1.924l-.206-.826h.539a.75.75 0 0 0 0-1.5h-.942l-.055-.184A3.25 3.25 0 0 0 16.14 4.5h-.656V2.742a.75.75 0 0 0-.75-.75zM7.852 6h8.288a1.75 1.75 0 0 1 1.676 1.247l.21.702L18.29 9H5.705l.257-1.052l.216-.708A1.75 1.75 0 0 1 7.852 6M4.5 18.5h2v1.25a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25zm13 0h2v1.25a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25zM8.005 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0M17 14a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg> </template>
CSS
.icon-vehicle-cab-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.266%201.992a.75.75%200%200%200-.75.75V4.5h-.664a3.25%203.25%200%200%200-3.11%202.303L4.683%207H3.75a.75.75%200%200%200%200%201.5h.533l-.202.827A2.25%202.25%200%200%200%203%2011.25v8.5c0%20.966.784%201.75%201.75%201.75h1.5A1.75%201.75%200%200%200%208%2019.75V18.5h8v1.25c0%20.966.784%201.75%201.75%201.75h1.5A1.75%201.75%200%200%200%2021%2019.75v-8.5c0-.815-.434-1.53-1.083-1.924l-.206-.826h.539a.75.75%200%200%200%200-1.5h-.942l-.055-.184A3.25%203.25%200%200%200%2016.14%204.5h-.656V2.742a.75.75%200%200%200-.75-.75zM7.852%206h8.288a1.75%201.75%200%200%201%201.676%201.247l.21.702L18.29%209H5.705l.257-1.052l.216-.708A1.75%201.75%200%200%201%207.852%206M4.5%2018.5h2v1.25a.25.25%200%200%201-.25.25h-1.5a.25.25%200%200%201-.25-.25zm13%200h2v1.25a.25.25%200%200%201-.25.25h-1.5a.25.25%200%200%201-.25-.25zM8.005%2013a1%201%200%201%201-2%200a1%201%200%200%201%202%200M17%2014a1%201%200%201%201%200-2a1%201%200%200%201%200%202%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.266%201.992a.75.75%200%200%200-.75.75V4.5h-.664a3.25%203.25%200%200%200-3.11%202.303L4.683%207H3.75a.75.75%200%200%200%200%201.5h.533l-.202.827A2.25%202.25%200%200%200%203%2011.25v8.5c0%20.966.784%201.75%201.75%201.75h1.5A1.75%201.75%200%200%200%208%2019.75V18.5h8v1.25c0%20.966.784%201.75%201.75%201.75h1.5A1.75%201.75%200%200%200%2021%2019.75v-8.5c0-.815-.434-1.53-1.083-1.924l-.206-.826h.539a.75.75%200%200%200%200-1.5h-.942l-.055-.184A3.25%203.25%200%200%200%2016.14%204.5h-.656V2.742a.75.75%200%200%200-.75-.75zM7.852%206h8.288a1.75%201.75%200%200%201%201.676%201.247l.21.702L18.29%209H5.705l.257-1.052l.216-.708A1.75%201.75%200%200%201%207.852%206M4.5%2018.5h2v1.25a.25.25%200%200%201-.25.25h-1.5a.25.25%200%200%201-.25-.25zm13%200h2v1.25a.25.25%200%200%201-.25.25h-1.5a.25.25%200%200%201-.25-.25zM8.005%2013a1%201%200%201%201-2%200a1%201%200%200%201%202%200M17%2014a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/vehicle-cab-24-filled.svg?color=%231a73e8&size=48