vehicle truck profile icon

vehicle-truck-profile-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
vehicle-truck-profile-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the vehicle truck profile icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.25 3A3.25 3.25 0 0 0 2 6.25v16.5A3.25 3.25 0 0 0 5.25 26h.876a4.002 4.002 0 0 0 7.748 0h2.252a4.002 4.002 0 0 0 7.748 0h2.876A3.25 3.25 0 0 0 30 22.75v-7.288c0-.44-.09-.876-.263-1.28L27.504 8.97A3.25 3.25 0 0 0 24.516 7H22v-.75A3.25 3.25 0 0 0 18.75 3zm18.624 21A4 4 0 0 0 22 21.535V16h6v4h-2a1 1 0 1 0 0 2h2v.75c0 .69-.56 1.25-1.25 1.25zM20 21a4 4 0 0 0-3.874 3h-2.252a4.002 4.002 0 0 0-7.748 0H5.25C4.56 24 4 23.44 4 22.75V6.25C4 5.56 4.56 5 5.25 5h13.5c.69 0 1.25.56 1.25 1.25zm-1.732 3A2 2 0 0 1 22 25a2 2 0 1 1-4 0c0-.364.097-.706.268-1M10 27a2 2 0 1 1-.002-3.998A2 2 0 0 1 10 27m12-13V9h2.516c.5 0 .952.298 1.15.758L27.482 14z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleTruckProfile32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.25 3A3.25 3.25 0 0 0 2 6.25v16.5A3.25 3.25 0 0 0 5.25 26h.876a4.002 4.002 0 0 0 7.748 0h2.252a4.002 4.002 0 0 0 7.748 0h2.876A3.25 3.25 0 0 0 30 22.75v-7.288c0-.44-.09-.876-.263-1.28L27.504 8.97A3.25 3.25 0 0 0 24.516 7H22v-.75A3.25 3.25 0 0 0 18.75 3zm18.624 21A4 4 0 0 0 22 21.535V16h6v4h-2a1 1 0 1 0 0 2h2v.75c0 .69-.56 1.25-1.25 1.25zM20 21a4 4 0 0 0-3.874 3h-2.252a4.002 4.002 0 0 0-7.748 0H5.25C4.56 24 4 23.44 4 22.75V6.25C4 5.56 4.56 5 5.25 5h13.5c.69 0 1.25.56 1.25 1.25zm-1.732 3A2 2 0 0 1 22 25a2 2 0 1 1-4 0c0-.364.097-.706.268-1M10 27a2 2 0 1 1-.002-3.998A2 2 0 0 1 10 27m12-13V9h2.516c.5 0 .952.298 1.15.758L27.482 14z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.25 3A3.25 3.25 0 0 0 2 6.25v16.5A3.25 3.25 0 0 0 5.25 26h.876a4.002 4.002 0 0 0 7.748 0h2.252a4.002 4.002 0 0 0 7.748 0h2.876A3.25 3.25 0 0 0 30 22.75v-7.288c0-.44-.09-.876-.263-1.28L27.504 8.97A3.25 3.25 0 0 0 24.516 7H22v-.75A3.25 3.25 0 0 0 18.75 3zm18.624 21A4 4 0 0 0 22 21.535V16h6v4h-2a1 1 0 1 0 0 2h2v.75c0 .69-.56 1.25-1.25 1.25zM20 21a4 4 0 0 0-3.874 3h-2.252a4.002 4.002 0 0 0-7.748 0H5.25C4.56 24 4 23.44 4 22.75V6.25C4 5.56 4.56 5 5.25 5h13.5c.69 0 1.25.56 1.25 1.25zm-1.732 3A2 2 0 0 1 22 25a2 2 0 1 1-4 0c0-.364.097-.706.268-1M10 27a2 2 0 1 1-.002-3.998A2 2 0 0 1 10 27m12-13V9h2.516c.5 0 .952.298 1.15.758L27.482 14z"/></svg>
</template>

CSS

.icon-vehicle-truck-profile-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.25%203A3.25%203.25%200%200%200%202%206.25v16.5A3.25%203.25%200%200%200%205.25%2026h.876a4.002%204.002%200%200%200%207.748%200h2.252a4.002%204.002%200%200%200%207.748%200h2.876A3.25%203.25%200%200%200%2030%2022.75v-7.288c0-.44-.09-.876-.263-1.28L27.504%208.97A3.25%203.25%200%200%200%2024.516%207H22v-.75A3.25%203.25%200%200%200%2018.75%203zm18.624%2021A4%204%200%200%200%2022%2021.535V16h6v4h-2a1%201%200%201%200%200%202h2v.75c0%20.69-.56%201.25-1.25%201.25zM20%2021a4%204%200%200%200-3.874%203h-2.252a4.002%204.002%200%200%200-7.748%200H5.25C4.56%2024%204%2023.44%204%2022.75V6.25C4%205.56%204.56%205%205.25%205h13.5c.69%200%201.25.56%201.25%201.25zm-1.732%203A2%202%200%200%201%2022%2025a2%202%200%201%201-4%200c0-.364.097-.706.268-1M10%2027a2%202%200%201%201-.002-3.998A2%202%200%200%201%2010%2027m12-13V9h2.516c.5%200%20.952.298%201.15.758L27.482%2014z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.25%203A3.25%203.25%200%200%200%202%206.25v16.5A3.25%203.25%200%200%200%205.25%2026h.876a4.002%204.002%200%200%200%207.748%200h2.252a4.002%204.002%200%200%200%207.748%200h2.876A3.25%203.25%200%200%200%2030%2022.75v-7.288c0-.44-.09-.876-.263-1.28L27.504%208.97A3.25%203.25%200%200%200%2024.516%207H22v-.75A3.25%203.25%200%200%200%2018.75%203zm18.624%2021A4%204%200%200%200%2022%2021.535V16h6v4h-2a1%201%200%201%200%200%202h2v.75c0%20.69-.56%201.25-1.25%201.25zM20%2021a4%204%200%200%200-3.874%203h-2.252a4.002%204.002%200%200%200-7.748%200H5.25C4.56%2024%204%2023.44%204%2022.75V6.25C4%205.56%204.56%205%205.25%205h13.5c.69%200%201.25.56%201.25%201.25zm-1.732%203A2%202%200%200%201%2022%2025a2%202%200%201%201-4%200c0-.364.097-.706.268-1M10%2027a2%202%200%201%201-.002-3.998A2%202%200%200%201%2010%2027m12-13V9h2.516c.5%200%20.952.298%201.15.758L27.482%2014z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/vehicle-truck-profile-32-regular.svg?color=%231a73e8&size=48