pointer-off

Animated React component — PointerOff / PointerOffIcon

Hover the pointer-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 { PointerOff } from "lucide-motion";

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

Quick start

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

import { PointerOff } from "lucide-motion";

<PointerOff 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
mouse
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 4.5V4a2 2 0 0 0-2.41-1.957"
    }
  ],
  [
    "path",
    {
      "d": "M13.9 8.4a2 2 0 0 0-1.26-1.295"
    }
  ],
  [
    "path",
    {
      "d": "M21.7 16.2A8 8 0 0 0 22 14v-3a2 2 0 1 0-4 0v-1a2 2 0 0 0-3.63-1.158"
    }
  ],
  [
    "path",
    {
      "d": "m7 15-1.8-1.8a2 2 0 0 0-2.79 2.86L6 19.7a7.74 7.74 0 0 0 6 2.3h2a8 8 0 0 0 5.657-2.343"
    }
  ],
  [
    "path",
    {
      "d": "M6 6v8"
    }
  ],
  [
    "path",
    {
      "d": "m2 2 20 20"
    }
  ]
]