vehicle cab icon
vehicle-cab-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- vehicle-cab-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M7 12a1 1 0 1 0-2 0a1 1 0 0 0 2 0m8 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0M7 3h-.86a2.5 2.5 0 0 0-2.452 2.01L3.49 6h-.74a.75.75 0 0 0 0 1.5h.44l-.111.56A1.5 1.5 0 0 0 2 9.5v5A1.5 1.5 0 0 0 3.5 16H4v1a1 1 0 1 0 2 0v-1h8v1a1 1 0 1 0 2 0v-1h.5a1.5 1.5 0 0 0 1.5-1.5v-5a1.5 1.5 0 0 0-1.079-1.44l-.112-.56h.441l.102-.007A.75.75 0 0 0 18 6.75l-.007-.102A.75.75 0 0 0 17.25 6h-.741l-.197-.99A2.5 2.5 0 0 0 13.86 3H13V1.75a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0-.75.75zm1 0V2h4v1zM3.5 9h13a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5m2.64-5h7.72a1.5 1.5 0 0 1 1.471 1.206L15.891 8H4.11l.559-2.794A1.5 1.5 0 0 1 6.139 4"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleCab20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7 12a1 1 0 1 0-2 0a1 1 0 0 0 2 0m8 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0M7 3h-.86a2.5 2.5 0 0 0-2.452 2.01L3.49 6h-.74a.75.75 0 0 0 0 1.5h.44l-.111.56A1.5 1.5 0 0 0 2 9.5v5A1.5 1.5 0 0 0 3.5 16H4v1a1 1 0 1 0 2 0v-1h8v1a1 1 0 1 0 2 0v-1h.5a1.5 1.5 0 0 0 1.5-1.5v-5a1.5 1.5 0 0 0-1.079-1.44l-.112-.56h.441l.102-.007A.75.75 0 0 0 18 6.75l-.007-.102A.75.75 0 0 0 17.25 6h-.741l-.197-.99A2.5 2.5 0 0 0 13.86 3H13V1.75a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0-.75.75zm1 0V2h4v1zM3.5 9h13a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5m2.64-5h7.72a1.5 1.5 0 0 1 1.471 1.206L15.891 8H4.11l.559-2.794A1.5 1.5 0 0 1 6.139 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7 12a1 1 0 1 0-2 0a1 1 0 0 0 2 0m8 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0M7 3h-.86a2.5 2.5 0 0 0-2.452 2.01L3.49 6h-.74a.75.75 0 0 0 0 1.5h.44l-.111.56A1.5 1.5 0 0 0 2 9.5v5A1.5 1.5 0 0 0 3.5 16H4v1a1 1 0 1 0 2 0v-1h8v1a1 1 0 1 0 2 0v-1h.5a1.5 1.5 0 0 0 1.5-1.5v-5a1.5 1.5 0 0 0-1.079-1.44l-.112-.56h.441l.102-.007A.75.75 0 0 0 18 6.75l-.007-.102A.75.75 0 0 0 17.25 6h-.741l-.197-.99A2.5 2.5 0 0 0 13.86 3H13V1.75a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0-.75.75zm1 0V2h4v1zM3.5 9h13a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5m2.64-5h7.72a1.5 1.5 0 0 1 1.471 1.206L15.891 8H4.11l.559-2.794A1.5 1.5 0 0 1 6.139 4"/></svg> </template>
CSS
.icon-vehicle-cab-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2012a1%201%200%201%200-2%200a1%201%200%200%200%202%200m8%200a1%201%200%201%200-2%200a1%201%200%200%200%202%200M7%203h-.86a2.5%202.5%200%200%200-2.452%202.01L3.49%206h-.74a.75.75%200%200%200%200%201.5h.44l-.111.56A1.5%201.5%200%200%200%202%209.5v5A1.5%201.5%200%200%200%203.5%2016H4v1a1%201%200%201%200%202%200v-1h8v1a1%201%200%201%200%202%200v-1h.5a1.5%201.5%200%200%200%201.5-1.5v-5a1.5%201.5%200%200%200-1.079-1.44l-.112-.56h.441l.102-.007A.75.75%200%200%200%2018%206.75l-.007-.102A.75.75%200%200%200%2017.25%206h-.741l-.197-.99A2.5%202.5%200%200%200%2013.86%203H13V1.75a.75.75%200%200%200-.75-.75h-4.5a.75.75%200%200%200-.75.75zm1%200V2h4v1zM3.5%209h13a.5.5%200%200%201%20.5.5v5a.5.5%200%200%201-.5.5h-13a.5.5%200%200%201-.5-.5v-5a.5.5%200%200%201%20.5-.5m2.64-5h7.72a1.5%201.5%200%200%201%201.471%201.206L15.891%208H4.11l.559-2.794A1.5%201.5%200%200%201%206.139%204%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2012a1%201%200%201%200-2%200a1%201%200%200%200%202%200m8%200a1%201%200%201%200-2%200a1%201%200%200%200%202%200M7%203h-.86a2.5%202.5%200%200%200-2.452%202.01L3.49%206h-.74a.75.75%200%200%200%200%201.5h.44l-.111.56A1.5%201.5%200%200%200%202%209.5v5A1.5%201.5%200%200%200%203.5%2016H4v1a1%201%200%201%200%202%200v-1h8v1a1%201%200%201%200%202%200v-1h.5a1.5%201.5%200%200%200%201.5-1.5v-5a1.5%201.5%200%200%200-1.079-1.44l-.112-.56h.441l.102-.007A.75.75%200%200%200%2018%206.75l-.007-.102A.75.75%200%200%200%2017.25%206h-.741l-.197-.99A2.5%202.5%200%200%200%2013.86%203H13V1.75a.75.75%200%200%200-.75-.75h-4.5a.75.75%200%200%200-.75.75zm1%200V2h4v1zM3.5%209h13a.5.5%200%200%201%20.5.5v5a.5.5%200%200%201-.5.5h-13a.5.5%200%200%201-.5-.5v-5a.5.5%200%200%201%20.5-.5m2.64-5h7.72a1.5%201.5%200%200%201%201.471%201.206L15.891%208H4.11l.559-2.794A1.5%201.5%200%200%201%206.139%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/vehicle-cab-20-regular.svg?color=%231a73e8&size=48