vehicle truck cube icon

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

Name
vehicle-truck-cube-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M1 8.574V4.428a1.5 1.5 0 0 1 .83-1.342l3.5-1.75a1.5 1.5 0 0 1 1.34 0l3.5 1.75A1.5 1.5 0 0 1 11 4.428v4.146a1.5 1.5 0 0 1-.83 1.341l-3.5 1.75a1.5 1.5 0 0 1-1.34 0l-3.5-1.75A1.5 1.5 0 0 1 1 8.574m1.553-4.047a.5.5 0 0 0 .223.67L5.5 6.56V9.5a.5.5 0 1 0 1 0V6.56l2.724-1.362a.5.5 0 1 0-.448-.895L6 5.692L3.224 4.303a.5.5 0 0 0-.671.224m9-1.527A2.5 2.5 0 0 1 12 4.428v4.145a2.5 2.5 0 0 1-1.382 2.236l-3.5 1.75a2.5 2.5 0 0 1-2.236 0L2 11.12v6.131a2.25 2.25 0 0 0 2.04 2.24a3 3 0 0 0 5.919.01h2.082a3 3 0 0 0 5.918 0h1.791A2.25 2.25 0 0 0 22 17.25v-5.412a2.25 2.25 0 0 0-.217-.963l-1.699-3.588A2.25 2.25 0 0 0 18.051 6H16.5v-.75A2.25 2.25 0 0 0 14.25 3zm7.697 12.5h1.25V17h-1.25a.75.75 0 1 1 0-1.5m-.521-7.57L20.183 11H16.5V7.5h1.55a.75.75 0 0 1 .679.43M8.5 19a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m6.5-1.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleTruckCube24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 8.574V4.428a1.5 1.5 0 0 1 .83-1.342l3.5-1.75a1.5 1.5 0 0 1 1.34 0l3.5 1.75A1.5 1.5 0 0 1 11 4.428v4.146a1.5 1.5 0 0 1-.83 1.341l-3.5 1.75a1.5 1.5 0 0 1-1.34 0l-3.5-1.75A1.5 1.5 0 0 1 1 8.574m1.553-4.047a.5.5 0 0 0 .223.67L5.5 6.56V9.5a.5.5 0 1 0 1 0V6.56l2.724-1.362a.5.5 0 1 0-.448-.895L6 5.692L3.224 4.303a.5.5 0 0 0-.671.224m9-1.527A2.5 2.5 0 0 1 12 4.428v4.145a2.5 2.5 0 0 1-1.382 2.236l-3.5 1.75a2.5 2.5 0 0 1-2.236 0L2 11.12v6.131a2.25 2.25 0 0 0 2.04 2.24a3 3 0 0 0 5.919.01h2.082a3 3 0 0 0 5.918 0h1.791A2.25 2.25 0 0 0 22 17.25v-5.412a2.25 2.25 0 0 0-.217-.963l-1.699-3.588A2.25 2.25 0 0 0 18.051 6H16.5v-.75A2.25 2.25 0 0 0 14.25 3zm7.697 12.5h1.25V17h-1.25a.75.75 0 1 1 0-1.5m-.521-7.57L20.183 11H16.5V7.5h1.55a.75.75 0 0 1 .679.43M8.5 19a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m6.5-1.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 8.574V4.428a1.5 1.5 0 0 1 .83-1.342l3.5-1.75a1.5 1.5 0 0 1 1.34 0l3.5 1.75A1.5 1.5 0 0 1 11 4.428v4.146a1.5 1.5 0 0 1-.83 1.341l-3.5 1.75a1.5 1.5 0 0 1-1.34 0l-3.5-1.75A1.5 1.5 0 0 1 1 8.574m1.553-4.047a.5.5 0 0 0 .223.67L5.5 6.56V9.5a.5.5 0 1 0 1 0V6.56l2.724-1.362a.5.5 0 1 0-.448-.895L6 5.692L3.224 4.303a.5.5 0 0 0-.671.224m9-1.527A2.5 2.5 0 0 1 12 4.428v4.145a2.5 2.5 0 0 1-1.382 2.236l-3.5 1.75a2.5 2.5 0 0 1-2.236 0L2 11.12v6.131a2.25 2.25 0 0 0 2.04 2.24a3 3 0 0 0 5.919.01h2.082a3 3 0 0 0 5.918 0h1.791A2.25 2.25 0 0 0 22 17.25v-5.412a2.25 2.25 0 0 0-.217-.963l-1.699-3.588A2.25 2.25 0 0 0 18.051 6H16.5v-.75A2.25 2.25 0 0 0 14.25 3zm7.697 12.5h1.25V17h-1.25a.75.75 0 1 1 0-1.5m-.521-7.57L20.183 11H16.5V7.5h1.55a.75.75 0 0 1 .679.43M8.5 19a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m6.5-1.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
</template>

CSS

.icon-vehicle-truck-cube-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%208.574V4.428a1.5%201.5%200%200%201%20.83-1.342l3.5-1.75a1.5%201.5%200%200%201%201.34%200l3.5%201.75A1.5%201.5%200%200%201%2011%204.428v4.146a1.5%201.5%200%200%201-.83%201.341l-3.5%201.75a1.5%201.5%200%200%201-1.34%200l-3.5-1.75A1.5%201.5%200%200%201%201%208.574m1.553-4.047a.5.5%200%200%200%20.223.67L5.5%206.56V9.5a.5.5%200%201%200%201%200V6.56l2.724-1.362a.5.5%200%201%200-.448-.895L6%205.692L3.224%204.303a.5.5%200%200%200-.671.224m9-1.527A2.5%202.5%200%200%201%2012%204.428v4.145a2.5%202.5%200%200%201-1.382%202.236l-3.5%201.75a2.5%202.5%200%200%201-2.236%200L2%2011.12v6.131a2.25%202.25%200%200%200%202.04%202.24a3%203%200%200%200%205.919.01h2.082a3%203%200%200%200%205.918%200h1.791A2.25%202.25%200%200%200%2022%2017.25v-5.412a2.25%202.25%200%200%200-.217-.963l-1.699-3.588A2.25%202.25%200%200%200%2018.051%206H16.5v-.75A2.25%202.25%200%200%200%2014.25%203zm7.697%2012.5h1.25V17h-1.25a.75.75%200%201%201%200-1.5m-.521-7.57L20.183%2011H16.5V7.5h1.55a.75.75%200%200%201%20.679.43M8.5%2019a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m6.5-1.5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%208.574V4.428a1.5%201.5%200%200%201%20.83-1.342l3.5-1.75a1.5%201.5%200%200%201%201.34%200l3.5%201.75A1.5%201.5%200%200%201%2011%204.428v4.146a1.5%201.5%200%200%201-.83%201.341l-3.5%201.75a1.5%201.5%200%200%201-1.34%200l-3.5-1.75A1.5%201.5%200%200%201%201%208.574m1.553-4.047a.5.5%200%200%200%20.223.67L5.5%206.56V9.5a.5.5%200%201%200%201%200V6.56l2.724-1.362a.5.5%200%201%200-.448-.895L6%205.692L3.224%204.303a.5.5%200%200%200-.671.224m9-1.527A2.5%202.5%200%200%201%2012%204.428v4.145a2.5%202.5%200%200%201-1.382%202.236l-3.5%201.75a2.5%202.5%200%200%201-2.236%200L2%2011.12v6.131a2.25%202.25%200%200%200%202.04%202.24a3%203%200%200%200%205.919.01h2.082a3%203%200%200%200%205.918%200h1.791A2.25%202.25%200%200%200%2022%2017.25v-5.412a2.25%202.25%200%200%200-.217-.963l-1.699-3.588A2.25%202.25%200%200%200%2018.051%206H16.5v-.75A2.25%202.25%200%200%200%2014.25%203zm7.697%2012.5h1.25V17h-1.25a.75.75%200%201%201%200-1.5m-.521-7.57L20.183%2011H16.5V7.5h1.55a.75.75%200%200%201%20.679.43M8.5%2019a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m6.5-1.5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%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-24-filled.svg?color=%231a73e8&size=48