The Lucide refresh cw off icon depicts a circular arrow with a diagonal line through it, commonly used to indicate that a refresh or synchronization action has been canceled or is not available.
Common uses
- Disabling a refresh button
- Showing a failed synchronization attempt
- Indicating an unavailable auto-update feature
Use it in React
Install
npm i lucide-reactImport & render
import { RefreshCwOff } from 'lucide-react';
<RefreshCwOff size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- rotatereloadrerunsynchronisesynchronizearrowscircularcyclecancelnostoperrordisconnectignorerefreshcw
FAQ
- What does the refresh cw off icon represent?
- It signifies the cancellation or unavailability of a refresh or synchronization action. It's used to visually communicate that a process like reloading data or syncing is not currently possible or has been intentionally stopped.
- How do I use this icon in React?
- You can import and use it directly from the 'lucide-react' library like this: import { RefreshCwOff } from 'lucide-react'. Then, you can render it as a component: <RefreshCwOff />.
- What is the license for this icon?
- The Lucide icon library, including the refresh cw off icon, is available under the ISC 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 →