ear-off

Animated React component — EarOff / EarOffIcon

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

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

Quick start

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

import { EarOff } from "lucide-motion";

<EarOff 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
hearinghard of hearinghearing lossdeafnessnoisesilenceaudioaccessibility
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": "M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46"
    }
  ],
  [
    "path",
    {
      "d": "M6 8.5c0-.75.13-1.47.36-2.14"
    }
  ],
  [
    "path",
    {
      "d": "M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76"
    }
  ],
  [
    "path",
    {
      "d": "M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18"
    }
  ],
  [
    "line",
    {
      "x1": "2",
      "x2": "22",
      "y1": "2",
      "y2": "22"
    }
  ]
]