Animated React component — KeyboardOff / KeyboardOffIcon
Hover the keyboard-off icon above to see the default draw animation.
Tree-shakable named import — only the icons you reference end up in your bundle.
import { KeyboardOff } from "lucide-motion";Also exported as KeyboardOffIcon for the Lucide-suffix naming convention.
Drop the component into your JSX. The default trigger plays the draw animation on hover.
import { KeyboardOff } from "lucide-motion";
<KeyboardOff 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": "M 20 4 A2 2 0 0 1 22 6"
}
],
[
"path",
{
"d": "M 22 6 L 22 16.41"
}
],
[
"path",
{
"d": "M 7 16 L 16 16"
}
],
[
"path",
{
"d": "M 9.69 4 L 20 4"
}
],
[
"path",
{
"d": "M14 8h.01"
}
],
[
"path",
{
"d": "M18 8h.01"
}
],
[
"path",
{
"d": "m2 2 20 20"
}
],
[
"path",
{
"d": "M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2"
}
],
[
"path",
{
"d": "M6 8h.01"
}
],
[
"path",
{
"d": "M8 12h.01"
}
]
]