pen-off

Animated React component — PenOff / PenOffIcon

Hover the pen-off icon above to see the default draw animation.

Import

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

import { PenOff } from "lucide-motion";

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

Quick start

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

import { PenOff } from "lucide-motion";

<PenOff 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
disabledinactivenon-editablelockedread-onlyunmodifiablefrozenrestrictedpencilchangecreatedrawwriterwritingbiroinkmarkerfelt tipstationeryartist
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": "m10 10-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982"
    }
  ],
  [
    "path",
    {
      "d": "m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353"
    }
  ],
  [
    "path",
    {
      "d": "m2 2 20 20"
    }
  ]
]