Animated React component — ServerOff / ServerOffIcon
Hover the server-off icon above to see the default draw animation.
Tree-shakable named import — only the icons you reference end up in your bundle.
import { ServerOff } from "lucide-motion";Also exported as ServerOffIcon for the Lucide-suffix naming convention.
Drop the component into your JSX. The default trigger plays the draw animation on hover.
import { ServerOff } from "lucide-motion";
<ServerOff 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": "M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5"
}
],
[
"path",
{
"d": "M10 10 2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2h6z"
}
],
[
"path",
{
"d": "M22 17v-1a2 2 0 0 0-2-2h-1"
}
],
[
"path",
{
"d": "M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5.5.5-8-8H4z"
}
],
[
"path",
{
"d": "M6 18h.01"
}
],
[
"path",
{
"d": "m2 2 20 20"
}
]
]