vehicle-cab-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
vehicle-cab-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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.75 1a.75.75 0 0 0-.75.75V3h-.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.5v4A1.5 1.5 0 0 0 3.5 15h13a1.5 1.5 0 0 0 1.5-1.5v-4a1.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-.75zM6.14 4h7.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 4M5 11.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m8 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0M6 17v-1H4v1a1 1 0 1 0 2 0m10-1v1a1 1 0 1 1-2 0v-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleCab20Filled(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.75 1a.75.75 0 0 0-.75.75V3h-.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.5v4A1.5 1.5 0 0 0 3.5 15h13a1.5 1.5 0 0 0 1.5-1.5v-4a1.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-.75zM6.14 4h7.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 4M5 11.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m8 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0M6 17v-1H4v1a1 1 0 1 0 2 0m10-1v1a1 1 0 1 1-2 0v-1z"/></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.75 1a.75.75 0 0 0-.75.75V3h-.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.5v4A1.5 1.5 0 0 0 3.5 15h13a1.5 1.5 0 0 0 1.5-1.5v-4a1.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-.75zM6.14 4h7.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 4M5 11.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m8 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0M6 17v-1H4v1a1 1 0 1 0 2 0m10-1v1a1 1 0 1 1-2 0v-1z"/></svg>
</template>

CSS

.icon-vehicle-cab-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.75%201a.75.75%200%200%200-.75.75V3h-.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.5v4A1.5%201.5%200%200%200%203.5%2015h13a1.5%201.5%200%200%200%201.5-1.5v-4a1.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-.75zM6.14%204h7.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%204M5%2011.5a1%201%200%201%201%202%200a1%201%200%200%201-2%200m8%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200M6%2017v-1H4v1a1%201%200%201%200%202%200m10-1v1a1%201%200%201%201-2%200v-1z%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.75%201a.75.75%200%200%200-.75.75V3h-.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.5v4A1.5%201.5%200%200%200%203.5%2015h13a1.5%201.5%200%200%200%201.5-1.5v-4a1.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-.75zM6.14%204h7.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%204M5%2011.5a1%201%200%201%201%202%200a1%201%200%200%201-2%200m8%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200M6%2017v-1H4v1a1%201%200%201%200%202%200m10-1v1a1%201%200%201%201-2%200v-1z%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-filled.svg?color=%231a73e8&size=48