The HugeIcons rotate top right icon visually represents a clockwise rotation, often used to indicate actions like rotating an object, reordering items, or applying a transform in a user interface.
Common uses
- Rotate object 90 degrees clockwise
- Reorder list items to the top
- Apply transform or filter
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { RotateTopRightIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={RotateTopRightIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- clockwise iconrotate right icontransform iconreorder icon
FAQ
- What is the 'rotate top right' icon used for?
- It typically signifies a clockwise rotation or reordering action. Use it for rotating elements or moving items to a higher position in a list.
- How do I use the RotateTopRightIcon in React?
- Import both HugeiconsIcon and RotateTopRightIcon, then render them like this: <HugeiconsIcon icon={RotateTopRightIcon} />.
- What is the license for this icon?
- This icon is available under the MIT license, allowing for free use 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 →