The HugeIcons rotate left 06 icon depicts a counter-clockwise rotation, commonly used to indicate undoing an action or returning an element 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 { RotateLeft06Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={RotateLeft06Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- counter-clockwiseundoleft turnreset
FAQ
- What does the RotateLeft06Icon represent?
- It represents a counter-clockwise rotation, often used for undoing operations or resetting an object's orientation.
- How do I use this icon in a React application?
- Import both HugeiconsIcon and RotateLeft06Icon, then render the icon using <HugeiconsIcon icon={RotateLeft06Icon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license, allowing for free commercial and non-commercial use.
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 →