The HugeIcons rotate left 04 icon depicts a counter-clockwise rotation, commonly used to indicate undoing an action or returning an object to a previous orientation.
Common uses
- Undo last action
- Rotate object counter-clockwise
- Revert to previous state
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { RotateLeft04Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={RotateLeft04Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- undo iconcounter-clockwise iconback arrow iconreverse icon
FAQ
- What is the RotateLeft04Icon used for?
- This icon represents a counter-clockwise rotation. It's typically used to signify undoing an action or reverting an object's orientation.
- How do I use RotateLeft04Icon in React?
- Import the icon and then render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { RotateLeft04Icon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={RotateLeft04Icon} />.
- What is the license for this icon?
- The HugeIcons library, including this icon, is released 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 →