vehicle truck cube icon

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

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

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the vehicle truck cube icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.042 9.889v4.361c0 .966.784 1.75 1.75 1.75h.258a2.5 2.5 0 0 0 4.9 0h1.1a2.5 2.5 0 0 0 4.9 0h1.55a1.5 1.5 0 0 0 1.5-1.5v-3.764a1.5 1.5 0 0 0-.158-.67l-1.618-3.237A1.5 1.5 0 0 0 14.882 6H14V4.75A1.75 1.75 0 0 0 12.25 3h-2.09c.218.324.341.712.341 1.118v3.764a2 2 0 0 1-1.105 1.789l-3 1.5a2 2 0 0 1-1.789 0zM14 7h.882a.5.5 0 0 1 .448.276L16.692 10H14zm-7.5 7a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m4.5 1.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M1.5 4.118v3.764a1 1 0 0 0 .553.895l3 1.5a1 1 0 0 0 .894 0l3-1.5a1 1 0 0 0 .553-.895V4.118a1 1 0 0 0-.553-.894l-3-1.5a1 1 0 0 0-.894 0l-3 1.5a1 1 0 0 0-.553.894m1.694-.078l2.306.973l2.306-.973a.5.5 0 0 1 .388.92L6 5.888V8.5a.5.5 0 1 1-1 0V5.887l-2.194-.926a.5.5 0 1 1 .388-.921"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleTruckCube20Filled(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="M2.042 9.889v4.361c0 .966.784 1.75 1.75 1.75h.258a2.5 2.5 0 0 0 4.9 0h1.1a2.5 2.5 0 0 0 4.9 0h1.55a1.5 1.5 0 0 0 1.5-1.5v-3.764a1.5 1.5 0 0 0-.158-.67l-1.618-3.237A1.5 1.5 0 0 0 14.882 6H14V4.75A1.75 1.75 0 0 0 12.25 3h-2.09c.218.324.341.712.341 1.118v3.764a2 2 0 0 1-1.105 1.789l-3 1.5a2 2 0 0 1-1.789 0zM14 7h.882a.5.5 0 0 1 .448.276L16.692 10H14zm-7.5 7a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m4.5 1.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M1.5 4.118v3.764a1 1 0 0 0 .553.895l3 1.5a1 1 0 0 0 .894 0l3-1.5a1 1 0 0 0 .553-.895V4.118a1 1 0 0 0-.553-.894l-3-1.5a1 1 0 0 0-.894 0l-3 1.5a1 1 0 0 0-.553.894m1.694-.078l2.306.973l2.306-.973a.5.5 0 0 1 .388.92L6 5.888V8.5a.5.5 0 1 1-1 0V5.887l-2.194-.926a.5.5 0 1 1 .388-.921"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.042 9.889v4.361c0 .966.784 1.75 1.75 1.75h.258a2.5 2.5 0 0 0 4.9 0h1.1a2.5 2.5 0 0 0 4.9 0h1.55a1.5 1.5 0 0 0 1.5-1.5v-3.764a1.5 1.5 0 0 0-.158-.67l-1.618-3.237A1.5 1.5 0 0 0 14.882 6H14V4.75A1.75 1.75 0 0 0 12.25 3h-2.09c.218.324.341.712.341 1.118v3.764a2 2 0 0 1-1.105 1.789l-3 1.5a2 2 0 0 1-1.789 0zM14 7h.882a.5.5 0 0 1 .448.276L16.692 10H14zm-7.5 7a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m4.5 1.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M1.5 4.118v3.764a1 1 0 0 0 .553.895l3 1.5a1 1 0 0 0 .894 0l3-1.5a1 1 0 0 0 .553-.895V4.118a1 1 0 0 0-.553-.894l-3-1.5a1 1 0 0 0-.894 0l-3 1.5a1 1 0 0 0-.553.894m1.694-.078l2.306.973l2.306-.973a.5.5 0 0 1 .388.92L6 5.888V8.5a.5.5 0 1 1-1 0V5.887l-2.194-.926a.5.5 0 1 1 .388-.921"/></svg>
</template>

CSS

.icon-vehicle-truck-cube-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%22M2.042%209.889v4.361c0%20.966.784%201.75%201.75%201.75h.258a2.5%202.5%200%200%200%204.9%200h1.1a2.5%202.5%200%200%200%204.9%200h1.55a1.5%201.5%200%200%200%201.5-1.5v-3.764a1.5%201.5%200%200%200-.158-.67l-1.618-3.237A1.5%201.5%200%200%200%2014.882%206H14V4.75A1.75%201.75%200%200%200%2012.25%203h-2.09c.218.324.341.712.341%201.118v3.764a2%202%200%200%201-1.105%201.789l-3%201.5a2%202%200%200%201-1.789%200zM14%207h.882a.5.5%200%200%201%20.448.276L16.692%2010H14zm-7.5%207a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m4.5%201.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200M1.5%204.118v3.764a1%201%200%200%200%20.553.895l3%201.5a1%201%200%200%200%20.894%200l3-1.5a1%201%200%200%200%20.553-.895V4.118a1%201%200%200%200-.553-.894l-3-1.5a1%201%200%200%200-.894%200l-3%201.5a1%201%200%200%200-.553.894m1.694-.078l2.306.973l2.306-.973a.5.5%200%200%201%20.388.92L6%205.888V8.5a.5.5%200%201%201-1%200V5.887l-2.194-.926a.5.5%200%201%201%20.388-.921%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%22M2.042%209.889v4.361c0%20.966.784%201.75%201.75%201.75h.258a2.5%202.5%200%200%200%204.9%200h1.1a2.5%202.5%200%200%200%204.9%200h1.55a1.5%201.5%200%200%200%201.5-1.5v-3.764a1.5%201.5%200%200%200-.158-.67l-1.618-3.237A1.5%201.5%200%200%200%2014.882%206H14V4.75A1.75%201.75%200%200%200%2012.25%203h-2.09c.218.324.341.712.341%201.118v3.764a2%202%200%200%201-1.105%201.789l-3%201.5a2%202%200%200%201-1.789%200zM14%207h.882a.5.5%200%200%201%20.448.276L16.692%2010H14zm-7.5%207a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m4.5%201.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200M1.5%204.118v3.764a1%201%200%200%200%20.553.895l3%201.5a1%201%200%200%200%20.894%200l3-1.5a1%201%200%200%200%20.553-.895V4.118a1%201%200%200%200-.553-.894l-3-1.5a1%201%200%200%200-.894%200l-3%201.5a1%201%200%200%200-.553.894m1.694-.078l2.306.973l2.306-.973a.5.5%200%200%201%20.388.92L6%205.888V8.5a.5.5%200%201%201-1%200V5.887l-2.194-.926a.5.5%200%201%201%20.388-.921%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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