Animated React component — SoapDispenserDroplet / SoapDispenserDropletIcon
Hover the soap-dispenser-droplet icon above to see the default draw animation.
Tree-shakable named import — only the icons you reference end up in your bundle.
import { SoapDispenserDroplet } from "lucide-motion";Also exported as SoapDispenserDropletIcon for the Lucide-suffix naming convention.
Drop the component into your JSX. The default trigger plays the draw animation on hover.
import { SoapDispenserDroplet } from "lucide-motion";
<SoapDispenserDroplet 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": "M10.5 2v4"
}
],
[
"path",
{
"d": "M14 2H7a2 2 0 0 0-2 2"
}
],
[
"path",
{
"d": "M19.29 14.76A6.67 6.67 0 0 1 17 11a6.6 6.6 0 0 1-2.29 3.76c-1.15.92-1.71 2.04-1.71 3.19 0 2.22 1.8 4.05 4 4.05s4-1.83 4-4.05c0-1.16-.57-2.26-1.71-3.19"
}
],
[
"path",
{
"d": "M9.607 21H6a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h7V7a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3"
}
]
]