mouse-pointer-2-off

Animated React component — MousePointer2Off / MousePointer2OffIcon

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

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

Quick start

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

import { MousePointer2Off } from "lucide-motion";

<MousePointer2Off 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
pointermousecursoroffdisablearrownavigationselectionselectclickno-clickinteraction
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": "m15.55 8.45 5.138 2.087a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063L8.45 15.551"
    }
  ],
  [
    "path",
    {
      "d": "M22 2 2 22"
    }
  ],
  [
    "path",
    {
      "d": "m6.816 11.528-2.779-6.84a.495.495 0 0 1 .651-.651l6.84 2.779"
    }
  ]
]