Animated React component — CctvOff / CctvOffIcon
Hover the cctv-off icon above to see the default draw animation.
Tree-shakable named import — only the icons you reference end up in your bundle.
import { CctvOff } from "lucide-motion";Also exported as CctvOffIcon for the Lucide-suffix naming convention.
Drop the component into your JSX. The default trigger plays the draw animation on hover.
import { CctvOff } from "lucide-motion";
<CctvOff 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": "m12.309 6.652 4.797 2.401a1 1 0 0 1 .447 1.341l-.501 1.001.605.605h2.725a1 1 0 0 1 .894 1.447l-.724 1.448"
}
],
[
"path",
{
"d": "m15.166 15.166-.719 1.439a1 1 0 0 1-1.342.447L3.61 12.3a2.92 2.92 0 0 1-1.3-3.91L3.69 5.6a2.9 2.9 0 0 1 .873-1.037"
}
],
[
"path",
{
"d": "M2 19h3.76a2 2 0 0 0 1.8-1.1l1.441-2.902"
}
],
[
"path",
{
"d": "m2 2 20 20"
}
],
[
"path",
{
"d": "M2 21v-4"
}
],
[
"path",
{
"d": "M7 9h.01"
}
]
]