Animated React component — GlobeOff / GlobeOffIcon
Hover the globe-off icon above to see the default draw animation.
Tree-shakable named import — only the icons you reference end up in your bundle.
import { GlobeOff } from "lucide-motion";Also exported as GlobeOffIcon for the Lucide-suffix naming convention.
Drop the component into your JSX. The default trigger plays the draw animation on hover.
import { GlobeOff } from "lucide-motion";
<GlobeOff 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.114 4.462A14.5 14.5 0 0 1 12 2a10 10 0 0 1 9.313 13.643"
}
],
[
"path",
{
"d": "M15.557 15.556A14.5 14.5 0 0 1 12 22 10 10 0 0 1 4.929 4.929"
}
],
[
"path",
{
"d": "M15.892 10.234A14.5 14.5 0 0 0 12 2a10 10 0 0 0-3.643.687"
}
],
[
"path",
{
"d": "M17.656 12H22"
}
],
[
"path",
{
"d": "M19.071 19.071A10 10 0 0 1 12 22 14.5 14.5 0 0 1 8.44 8.45"
}
],
[
"path",
{
"d": "M2 12h10"
}
],
[
"path",
{
"d": "m2 2 20 20"
}
]
]