The HugeIcons rotate right 02 icon depicts a clockwise rotation action, commonly used to indicate reorienting an item or content to the right.
Common uses
- Rotate an image 90 degrees clockwise
- Reorder list items to the right
- Apply a clockwise transform to an element
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { RotateRight02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={RotateRight02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- rotate clockwiseturn rightorient rightclockwise arrow
FAQ
- What does the rotate right 02 icon represent?
- This icon represents a clockwise rotation, typically used for actions that reorient content or elements to the right.
- How do I use the RotateRight02Icon in React?
- Import both HugeiconsIcon and RotateRight02Icon, then render them using <HugeiconsIcon icon={RotateRight02Icon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license, allowing for free 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 →