Animated React component — Speech / SpeechIcon
Hover the speech icon above to see the default draw animation.
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.
Drop the component into your JSX. The default trigger plays the draw animation on hover.
import { Speech } from "lucide-motion";
<Speech size={32} />duration={0.2} stagger={0}duration={1.5} stagger={0.4}easing="linear"trigger="mount" repeat={Infinity}The icon's underlying SVG node tree — useful if you need to render or transform it yourself instead of using the component.
[
[
"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"
}
]
]