The Lucide repeat off icon visually represents the cessation of a repeating action, commonly used in UIs to indicate that a loop or continuous process has been disabled.
Common uses
- Disabling a looping playback feature
- Toggling off auto-refreshing data
- Indicating a non-repeating mode in a sequence
Use it in React
Install
npm i lucide-reactImport & render
import { RepeatOff } from 'lucide-react';
<RepeatOff size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- looparrowsrecurringagainrepeatoffno repeatstop loopdisable repeatonce
FAQ
- What does the repeat off icon signify?
- It signifies that a function or process that was previously set to repeat is now turned off and will not continue indefinitely.
- How do I use the repeat off icon in React?
- You can import it directly from the 'lucide-react' library like this: import { RepeatOff } from 'lucide-react'.
- What is the license for Lucide icons?
- Lucide icons are distributed under the ISC license, which is a permissive free software license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →