vibrate-off

Animated React component — VibrateOff / VibrateOffIcon

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

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

Quick start

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

import { VibrateOff } from "lucide-motion";

<VibrateOff 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
smartphonenotificationrumblehaptic feedbacknotificationsscreen
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": "m2 8 2 2-2 2 2 2-2 2"
    }
  ],
  [
    "path",
    {
      "d": "m22 8-2 2 2 2-2 2 2 2"
    }
  ],
  [
    "path",
    {
      "d": "M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2"
    }
  ],
  [
    "path",
    {
      "d": "M16 10.34V6c0-.55-.45-1-1-1h-4.34"
    }
  ],
  [
    "line",
    {
      "x1": "2",
      "x2": "22",
      "y1": "2",
      "y2": "22"
    }
  ]
]