Vehicle Truck Cube icon

Used to represent general cargo scenarios. The Vehicle Truck Cube icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Vehicle Truck Cube icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { VehicleTruckCube24Regular, VehicleTruckCube24Filled } from "@fluentui/react-icons";

export function Example() {
  return <VehicleTruckCube24Regular aria-label="Vehicle Truck Cube" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_vehicle_truck_cube_24_regular.svg" width="24" height="24" alt="Vehicle Truck Cube">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 8.57363V4.42773C1 3.85958 1.321 3.34018 1.82918 3.08609L5.32918 1.33609C5.75147 1.12495 6.24853 1.12495 6.67082 1.33609L10.1708 3.08609C10.679 3.34018 11 3.85958 11 4.42773V8.57363C11 9.14179 10.679 9.66118 10.1708 9.91527L6.67082 11.6653C6.24853 11.8764 5.75147 11.8764 5.32918 11.6653L1.82918 9.91527C1.321 9.66118 1 9.14179 1 8.57363ZM2.55279 4.52708C2.42929 4.77407 2.5294 5.0744 2.77639 5.1979L5.5 6.5597V9.50068C5.5 9.77683 5.72386 10.0007 6 10.0007C6.27614 10.0007 6.5 9.77683 6.5 9.50068V6.5597L9.22361 5.1979C9.4706 5.0744 9.57071 4.77407 9.44721 4.52708C9.32372 4.28009 9.02338 4.17998 8.77639 4.30347L6 5.69167L3.22361 4.30347C2.97662 4.17998 2.67628 4.28009 2.55279 4.52708ZM3.5 11.8685V17.2505C3.5 17.6384 3.7945 17.9575 4.17212 17.9965C4.58509 16.8334 5.69527 16.0005 7 16.0005C8.30622 16.0005 9.41746 16.8353 9.82929 18.0005H12.1707C12.5825 16.8353 13.6938 16.0005 15 16.0005V5.25049C15 4.83628 14.6642 4.50049 14.25 4.50049H12V4.42754C12 3.9074 11.8386 3.41177 11.5527 3.00049H14.25C15.4926 3.00049 16.5 4.00785 16.5 5.25049V6.00049H18.0508C18.9203 6.00049 19.7119 6.50149 20.0842 7.28729L21.7834 10.8746C21.926 11.1757 22 11.5046 22 11.8378V17.2505C22 18.4931 20.9926 19.5005 19.75 19.5005H17.9585C17.7205 20.9193 16.4865 22.0005 15 22.0005C13.5135 22.0005 12.2795 20.9193 12.0415 19.5005H9.95852C9.72048 20.9193 8.4865 22.0005 7 22.0005C5.51012 22.0005 4.27391 20.9144 4.03987 19.4908C2.89576 19.3848 2 18.4223 2 17.2505V11.1185L3.5 11.8685ZM16.5 16.4018C17.1136 16.7568 17.5897 17.3227 17.8293 18.0005H19.75C20.1642 18.0005 20.5 17.6647 20.5 17.2505V17.0005H19.25C18.8358 17.0005 18.5 16.6648 18.5 16.2505C18.5 15.8363 18.8358 15.5005 19.25 15.5005H20.5V12.5005L16.5 12.5005V16.4018ZM18.0508 7.50049H16.5V11.0005L20.1833 11.0005L18.7286 7.92942C18.6045 7.66749 18.3406 7.50049 18.0508 7.50049ZM5.5 19.0005C5.5 19.8289 6.17157 20.5005 7 20.5005C7.82843 20.5005 8.5 19.8289 8.5 19.0005C8.5 18.1721 7.82843 17.5005 7 17.5005C6.17157 17.5005 5.5 18.1721 5.5 19.0005ZM15 20.5005C15.8284 20.5005 16.5 19.8289 16.5 19.0005C16.5 18.1721 15.8284 17.5005 15 17.5005C14.1716 17.5005 13.5 18.1721 13.5 19.0005C13.5 19.8289 14.1716 20.5005 15 20.5005Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/vehicle_truck_cube_24_regular.svg";

Details

NameVehicle Truck Cube
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_vehicle_truck_cube_24_regular.svg
Filled fileic_fluent_vehicle_truck_cube_24_filled.svg
React componentsVehicleTruckCube24Regular, VehicleTruckCube24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

travelridemapcommutepedaltruckmanufacturecargo

Related icons