The HugeIcons rotate right 04 icon depicts a clockwise rotation arrow, commonly used to indicate an action that will reorient an element or view to the right.
Common uses
- Rotate an image or object 90 degrees clockwise.
- Refresh or reorder content to the right.
- Apply a clockwise transformation.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { RotateRight04Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={RotateRight04Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- clockwise arrowturn rightreorientspin right
FAQ
- What does the rotate right 04 icon represent?
- This icon represents a clockwise rotation. It's typically used for actions that reorient something to the right.
- How do I use the RotateRight04Icon in React?
- Import both HugeiconsIcon and RotateRight04Icon, then render it using <HugeiconsIcon icon={RotateRight04Icon} />.
- What is the license for this icon?
- This icon is provided under the MIT license, which allows for free usage in both personal and commercial projects.
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 →