The HugeIcons repeat off icon visually communicates the cessation of a repeating action or process, commonly used to disable or indicate that looping is not active.
Common uses
- Disabling loop playback in media players
- Toggling off auto-repeat for notifications
- Indicating a non-repeating mode in a sequence
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { RepeatOffIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={RepeatOffIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- no repeatstop loopdisable repeatoff loop
FAQ
- What does the RepeatOff icon represent?
- It represents the state where a repeating action is turned off. It's used to clearly indicate that a loop or repetition is not currently active.
- How do I use the RepeatOff icon in React?
- Import both HugeiconsIcon and RepeatOffIcon, then render <HugeiconsIcon icon={RepeatOffIcon} />.
- What is the license for this icon?
- This icon is available under the MIT license, allowing for free use in commercial and non-commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →