speech

Animated React component — Speech / SpeechIcon

Hover the speech icon above to see the default draw animation.

Import

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

import { Speech } from "lucide-motion";

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

Quick start

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

import { Speech } from "lucide-motion";

<Speech 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
disabilitydisabledddahumanaccessibilitypeoplesound
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": "M8.8 20v-4.1l1.9.2a2.3 2.3 0 0 0 2.164-2.1V8.3A5.37 5.37 0 0 0 2 8.25c0 2.8.656 3.054 1 4.55a5.77 5.77 0 0 1 .029 2.758L2 20"
    }
  ],
  [
    "path",
    {
      "d": "M19.8 17.8a7.5 7.5 0 0 0 .003-10.603"
    }
  ],
  [
    "path",
    {
      "d": "M17 15a3.5 3.5 0 0 0-.025-4.975"
    }
  ]
]