repeat-off

Animated React component — RepeatOff / RepeatOffIcon

Hover the repeat-off icon above to see the default draw animation.

Import

Tree-shakable named import — only the icons you reference end up in your bundle.

import { RepeatOff } from "lucide-motion";

Also exported as RepeatOffIcon for the Lucide-suffix naming convention.

Quick start

Drop the component into your JSX. The default trigger plays the draw animation on hover.

import { RepeatOff } from "lucide-motion";

<RepeatOff size={32} />
Timing presets · hover to play
Snappy
duration={0.2} stagger={0}
Cinematic
duration={1.5} stagger={0.4}
Linear
easing="linear"
Spinner
trigger="mount" repeat={Infinity}
Tags
looparrowsrecurringagain
Related icons

Raw node data

The icon's underlying SVG node tree — useful if you need to render or transform it yourself instead of using the component.

Show IconNode[]
[
  [
    "path",
    {
      "d": "M11.656 6H21l-4-4"
    }
  ],
  [
    "path",
    {
      "d": "M17.898 17.898A4 4 0 0 1 17 18H3l4-4"
    }
  ],
  [
    "path",
    {
      "d": "m2 2 20 20"
    }
  ],
  [
    "path",
    {
      "d": "M21 13v1a4 4 0 0 1-.171 1.159"
    }
  ],
  [
    "path",
    {
      "d": "m21 6-4 4"
    }
  ],
  [
    "path",
    {
      "d": "M3 11v-1a4 4 0 0 1 3.102-3.898"
    }
  ],
  [
    "path",
    {
      "d": "m7 22-4-4"
    }
  ]
]