The HugeIcons rotate left 02 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 { RotateLeft02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={RotateLeft02Icon} 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 does the rotate left 02 icon represent?
- This icon represents a counter-clockwise rotation. It's typically used for undoing actions or reverting an object's orientation.
- How do I use the RotateLeft02Icon in React?
- Import both HugeiconsIcon and RotateLeft02Icon, then render the icon using <HugeiconsIcon icon={RotateLeft02Icon} />.
- What is the license for this icon?
- The HugeIcons library, including this icon, is distributed 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 →