The HugeIcons rotate left 03 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 { RotateLeft03Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={RotateLeft03Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- counter-clockwiseundobackreverse
FAQ
- What is the 'rotate left 03' icon used for?
- This icon visually represents a counter-clockwise rotation. It's typically used in interfaces to signify undoing an action or rotating an element back to a prior position.
- How do I use the RotateLeft03Icon in React?
- Import both HugeiconsIcon and RotateLeft03Icon, then render the icon using the code: ```jsx import { HugeiconsIcon } from '@hugeicons/react'; import { RotateLeft03Icon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={RotateLeft03Icon} /> ```
- What is the license for this icon?
- The HugeIcons library, including the RotateLeft03Icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.