The Phosphor arrows counter clockwise icon depicts a circular arrow indicating a reversal or refresh action, commonly used for undoing an operation or restarting a process.
Common uses
- Undo last action button
- Refresh data feed
- Rotate object 180 degrees
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowsCounterClockwise } from '@phosphor-icons/react';
<ArrowsCounterClockwise size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowsCounterClockwise size={24} />thin
<ArrowsCounterClockwise size={24} weight="thin" />light
<ArrowsCounterClockwise size={24} weight="light" />bold
<ArrowsCounterClockwise size={24} weight="bold" />fill
<ArrowsCounterClockwise size={24} weight="fill" />duotone
<ArrowsCounterClockwise size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- *updated*directionalpointerpointingarrowheadundorefreshingrotatespinfliparrowscounterclockwiseundo iconrefresh iconreload icon
FAQ
- What is the purpose of the arrows counter clockwise icon?
- This icon signifies an action that reverses a previous step or initiates a refresh. It's often used for undo or reload functionalities.
- How do I use this icon in React?
- Import the component and use it in your JSX like this: import { ArrowsCounterClockwise } from '@phosphor-icons/react'; <ArrowsCounterClockwise />.
- What is the license for this icon?
- The Phosphor icon set, including the arrows counter clockwise icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →