vehicle cab icon
vehicle-cab-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- vehicle-cab-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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="M11 2a1 1 0 0 0-1 1v1h-.176a3.75 3.75 0 0 0-3.631 2.813L5.629 9H4.25a.75.75 0 0 0 0 1.5h.991l-.288 1.117A2.75 2.75 0 0 0 3 14.25v9A2.75 2.75 0 0 0 5.75 26h1a2.75 2.75 0 0 0 2.75-2.75v-1h9v1A2.75 2.75 0 0 0 21.25 26h1A2.75 2.75 0 0 0 25 23.25v-9a2.75 2.75 0 0 0-1.953-2.633l-.289-1.117h.992a.75.75 0 0 0 0-1.5h-1.379l-.564-2.187A3.75 3.75 0 0 0 18.176 4H18V3a1 1 0 0 0-1-1zm7.176 3.5a2.25 2.25 0 0 1 2.178 1.688l1.113 4.312H6.533l1.112-4.312A2.25 2.25 0 0 1 9.824 5.5zM20 22.25h3.5v1c0 .69-.56 1.25-1.25 1.25h-1c-.69 0-1.25-.56-1.25-1.25zm-12 1c0 .69-.56 1.25-1.25 1.25h-1c-.69 0-1.25-.56-1.25-1.25v-1H8zm-1-7a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0m12.75 1.25a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m-3.5 0a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleCab28Filled(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="M11 2a1 1 0 0 0-1 1v1h-.176a3.75 3.75 0 0 0-3.631 2.813L5.629 9H4.25a.75.75 0 0 0 0 1.5h.991l-.288 1.117A2.75 2.75 0 0 0 3 14.25v9A2.75 2.75 0 0 0 5.75 26h1a2.75 2.75 0 0 0 2.75-2.75v-1h9v1A2.75 2.75 0 0 0 21.25 26h1A2.75 2.75 0 0 0 25 23.25v-9a2.75 2.75 0 0 0-1.953-2.633l-.289-1.117h.992a.75.75 0 0 0 0-1.5h-1.379l-.564-2.187A3.75 3.75 0 0 0 18.176 4H18V3a1 1 0 0 0-1-1zm7.176 3.5a2.25 2.25 0 0 1 2.178 1.688l1.113 4.312H6.533l1.112-4.312A2.25 2.25 0 0 1 9.824 5.5zM20 22.25h3.5v1c0 .69-.56 1.25-1.25 1.25h-1c-.69 0-1.25-.56-1.25-1.25zm-12 1c0 .69-.56 1.25-1.25 1.25h-1c-.69 0-1.25-.56-1.25-1.25v-1H8zm-1-7a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0m12.75 1.25a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m-3.5 0a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11 2a1 1 0 0 0-1 1v1h-.176a3.75 3.75 0 0 0-3.631 2.813L5.629 9H4.25a.75.75 0 0 0 0 1.5h.991l-.288 1.117A2.75 2.75 0 0 0 3 14.25v9A2.75 2.75 0 0 0 5.75 26h1a2.75 2.75 0 0 0 2.75-2.75v-1h9v1A2.75 2.75 0 0 0 21.25 26h1A2.75 2.75 0 0 0 25 23.25v-9a2.75 2.75 0 0 0-1.953-2.633l-.289-1.117h.992a.75.75 0 0 0 0-1.5h-1.379l-.564-2.187A3.75 3.75 0 0 0 18.176 4H18V3a1 1 0 0 0-1-1zm7.176 3.5a2.25 2.25 0 0 1 2.178 1.688l1.113 4.312H6.533l1.112-4.312A2.25 2.25 0 0 1 9.824 5.5zM20 22.25h3.5v1c0 .69-.56 1.25-1.25 1.25h-1c-.69 0-1.25-.56-1.25-1.25zm-12 1c0 .69-.56 1.25-1.25 1.25h-1c-.69 0-1.25-.56-1.25-1.25v-1H8zm-1-7a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0m12.75 1.25a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m-3.5 0a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5z"/></svg> </template>
CSS
.icon-vehicle-cab-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%202a1%201%200%200%200-1%201v1h-.176a3.75%203.75%200%200%200-3.631%202.813L5.629%209H4.25a.75.75%200%200%200%200%201.5h.991l-.288%201.117A2.75%202.75%200%200%200%203%2014.25v9A2.75%202.75%200%200%200%205.75%2026h1a2.75%202.75%200%200%200%202.75-2.75v-1h9v1A2.75%202.75%200%200%200%2021.25%2026h1A2.75%202.75%200%200%200%2025%2023.25v-9a2.75%202.75%200%200%200-1.953-2.633l-.289-1.117h.992a.75.75%200%200%200%200-1.5h-1.379l-.564-2.187A3.75%203.75%200%200%200%2018.176%204H18V3a1%201%200%200%200-1-1zm7.176%203.5a2.25%202.25%200%200%201%202.178%201.688l1.113%204.312H6.533l1.112-4.312A2.25%202.25%200%200%201%209.824%205.5zM20%2022.25h3.5v1c0%20.69-.56%201.25-1.25%201.25h-1c-.69%200-1.25-.56-1.25-1.25zm-12%201c0%20.69-.56%201.25-1.25%201.25h-1c-.69%200-1.25-.56-1.25-1.25v-1H8zm-1-7a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200m12.75%201.25a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5m-3.5%200a.75.75%200%200%201%200%201.5h-4.5a.75.75%200%200%201%200-1.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%202a1%201%200%200%200-1%201v1h-.176a3.75%203.75%200%200%200-3.631%202.813L5.629%209H4.25a.75.75%200%200%200%200%201.5h.991l-.288%201.117A2.75%202.75%200%200%200%203%2014.25v9A2.75%202.75%200%200%200%205.75%2026h1a2.75%202.75%200%200%200%202.75-2.75v-1h9v1A2.75%202.75%200%200%200%2021.25%2026h1A2.75%202.75%200%200%200%2025%2023.25v-9a2.75%202.75%200%200%200-1.953-2.633l-.289-1.117h.992a.75.75%200%200%200%200-1.5h-1.379l-.564-2.187A3.75%203.75%200%200%200%2018.176%204H18V3a1%201%200%200%200-1-1zm7.176%203.5a2.25%202.25%200%200%201%202.178%201.688l1.113%204.312H6.533l1.112-4.312A2.25%202.25%200%200%201%209.824%205.5zM20%2022.25h3.5v1c0%20.69-.56%201.25-1.25%201.25h-1c-.69%200-1.25-.56-1.25-1.25zm-12%201c0%20.69-.56%201.25-1.25%201.25h-1c-.69%200-1.25-.56-1.25-1.25v-1H8zm-1-7a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200m12.75%201.25a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5m-3.5%200a.75.75%200%200%201%200%201.5h-4.5a.75.75%200%200%201%200-1.5z%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-filled.svg?color=%231a73e8&size=48