Forklift icon

Forklift is a Google Material Symbol from the Business category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

forklift_outlined_fill0_wght400.svg

Forklift icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=forklift" />

<span class="material-symbols-outlined">forklift</span>

Forklift icon in React

// With the font from the HTML tab:
export function ForkliftIcon() {
  return (
    <span className="material-symbols-outlined">
      forklift
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import ForkliftIcon from "@material-symbols/svg-400/outlined/forklift.svg?react";

Forklift icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">forklift</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import ForkliftIcon from "@material-symbols/svg-400/outlined/forklift.svg?component"; -->

Forklift icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">forklift</mat-icon>

Forklift icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.forklift, fill: 0, weight: 400)

Forklift icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/forklift.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M3.75 20.75q-1.146 0-1.948-.802Q1 19.146 1 18q0-.614 .263-1.17T2 15.875v-4.875h2v-6h7.7l4.65 10.9q.175 .375 .288 .774Q16.75 17.073 16.75 17.5q0 1.347-.952 2.298Q14.847 20.75 13.5 20.75q-.969 0-1.784-.55T10.5 18.75H6.4q-.25 .875-.987 1.438T3.75 20.75Zm14.75-1v-15.75h1.5v14.25h3v1.5H18.5Zm-13.862-.858q.362-.358 .362-.887 0-.53-.358-.892-.358-.363-.887-.363-.53 0-.892 .358-.363 .358-.363 .888 0 .529 .358 .892 .358 .362 .888 .362 .529 0 .892-.358Zm10.1-.151q.512-.51 .512-1.238t-.509-1.24q-.51-.513-1.238-.513t-1.24 .51q-.513 .509-.513 1.237t.51 1.241q.509 .512 1.237 .512t1.241-.509ZM6.4 17.25h3.84q.06-.4 .185-.775t.325-.725H7.9L4.825 12.5h-1.325v2.75h.25q.925 0 1.663 .563T6.4 17.25Zm2.175-3.025h5.425L10.725 6.5H5.5v4.5l3.075 3.225Zm-.675 1.525-.475-.512Q6.95 14.725 6.363 14.125T5.3 13.013L4.825 12.5h-1.325 1.325l3.075 3.25h2.85-2.85Z" />
</vector>

Forklift icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/forklift.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/forklift.svg" width="24" height="24" alt="Forklift">

Forklift icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameForklift
Ligatureforklift
Code pointU+F868
CategoryBusiness
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/forklift.svg, forklift-fill.svg
FlutterSymbols.forklift
LicenseApache License 2.0 (© Google LLC)

Keywords

businessstoragevehicletransportequipmentautomotivemachinedeliveryconstructionmachineryindustriallogisticsinventory

Related icons