The Lucide rotate ccw icon depicts a counter-clockwise arrow, commonly used to represent actions like undoing an operation, reloading content, or restarting a process.
Common uses
- Undo last action
- Reload page content
- Restart a process
Use it in React
Install
npm i lucide-reactImport & render
import { RotateCcw } from 'lucide-react';
<RotateCcw size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- arrowleftcounter-clockwiserestartreloadrerunrefreshbackupundoreplayredoretryrewindreverserotateccw
FAQ
- What is the primary purpose of the rotate ccw icon?
- It signifies a counter-clockwise rotation, often used for undo, reload, or restart functionalities in user interfaces.
- How do I use the rotate ccw icon in a React application?
- You can import and use it like this: import { RotateCcw } from 'lucide-react'. Then, render it as <RotateCcw />.
- What is the license for the Lucide rotate ccw icon?
- The Lucide icon library, including the rotate ccw 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 →