The HugeIcons rotate top left icon depicts a counter-clockwise rotation, commonly used to indicate reversing an action or returning an element to its original orientation.
Common uses
- Undo last action
- Reset form fields
- Rotate object counter-clockwise
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { RotateTopLeftIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={RotateTopLeftIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- undocounter-clockwiseresetturn left
FAQ
- What is the purpose of the rotate top left icon?
- This icon signifies a counter-clockwise rotation, often used for undoing actions or resetting an element's orientation.
- How do I use the RotateTopLeftIcon in React?
- Import both HugeiconsIcon and RotateTopLeftIcon, then render <HugeiconsIcon icon={RotateTopLeftIcon} />.
- What is the license for this icon?
- The HugeIcons library, including 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 →