The HugeIcons rotate clockwise icon visually represents a circular arrow indicating a turn in a clockwise direction, commonly used for actions like refreshing content or rotating an object.
Common uses
- Refresh button
- Rotate object in editor
- Sort ascending (circular)
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { RotateClockwiseIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={RotateClockwiseIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- refresh iconcircular arrowclockwise arrowturn right
FAQ
- What is the purpose of the rotate clockwise icon?
- This icon signifies a clockwise rotation or refresh action. It's used to indicate that content will be updated or an object will be turned in a circular, rightward direction.
- How do I use the RotateClockwiseIcon in React?
- To use it in React, first import the necessary components: `import { HugeiconsIcon } from '@hugeicons/react'; import { RotateClockwiseIcon } from '@hugeicons/core-free-icons';`. Then, render it using `<HugeiconsIcon icon={RotateClockwiseIcon} />`.
- What is the license for HugeIcons?
- The HugeIcons icon library is distributed 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 →