The HugeIcons rotate ccw square icon depicts a counter-clockwise rotation within a square, commonly used to signify undoing an action or reversing a process.
Common uses
- Undo last action
- Reverse sort order
- Reset to previous state
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { RotateCcwSquareIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={RotateCcwSquareIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- undoreversecounterclockwisereset
FAQ
- What does the rotate ccw square icon represent?
- It represents a counter-clockwise rotation, often used for undoing or reversing operations in a user interface.
- How do I use the RotateCcwSquareIcon in React?
- Import both HugeiconsIcon and RotateCcwSquareIcon, then render <HugeiconsIcon icon={RotateCcwSquareIcon} />.
- What is the license for this icon?
- This icon is available under the MIT license.
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 →