forklift

Animated React component — Forklift / ForkliftIcon

Hover the forklift icon above to see the default draw animation.

Import

Tree-shakable named import — only the icons you reference end up in your bundle.

import { Forklift } from "lucide-motion";

Also exported as ForkliftIcon for the Lucide-suffix naming convention.

Quick start

Drop the component into your JSX. The default trigger plays the draw animation on hover.

import { Forklift } from "lucide-motion";

<Forklift size={32} />
Timing presets · hover to play
Snappy
duration={0.2} stagger={0}
Cinematic
duration={1.5} stagger={0.4}
Linear
easing="linear"
Spinner
trigger="mount" repeat={Infinity}
Tags
machineryindustrialwarehouseliftingstorageequipmentheavy-dutymovingvehicletransportlogistics
Related icons

Raw node data

The icon's underlying SVG node tree — useful if you need to render or transform it yourself instead of using the component.

Show IconNode[]
[
  [
    "path",
    {
      "d": "M12 12H5a2 2 0 0 0-2 2v5"
    }
  ],
  [
    "path",
    {
      "d": "M15 19h7"
    }
  ],
  [
    "path",
    {
      "d": "M16 19V2"
    }
  ],
  [
    "path",
    {
      "d": "M6 12V7a2 2 0 0 1 2-2h2.172a2 2 0 0 1 1.414.586l3.828 3.828A2 2 0 0 1 16 10.828"
    }
  ],
  [
    "path",
    {
      "d": "M7 19h4"
    }
  ],
  [
    "circle",
    {
      "cx": "13",
      "cy": "19",
      "r": "2"
    }
  ],
  [
    "circle",
    {
      "cx": "5",
      "cy": "19",
      "r": "2"
    }
  ]
]