The Phosphor arrow counter clockwise icon visually represents a circular arrow moving in the opposite direction of a clock's hands, commonly used for actions like undoing a previous step or refreshing content.
Common uses
- Undo last action
- Refresh/reload data
- Rotate object 180 degrees
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowCounterClockwise } from '@phosphor-icons/react';
<ArrowCounterClockwise size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowCounterClockwise size={24} />thin
<ArrowCounterClockwise size={24} weight="thin" />light
<ArrowCounterClockwise size={24} weight="light" />bold
<ArrowCounterClockwise size={24} weight="bold" />fill
<ArrowCounterClockwise size={24} weight="fill" />duotone
<ArrowCounterClockwise size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- *updated*directionalpointerpointingarrowheadundorefreshingrotatespinfliparrowsarrowcounterclockwiseundo iconrefresh icon
FAQ
- What is the primary purpose of the arrow-counter-clockwise icon?
- It signifies an action that reverses a previous operation or initiates a refresh cycle, such as undoing a change or reloading a page.
- How do I use the arrow counter clockwise icon in React?
- Import it from the library and use it as a component: import { ArrowCounterClockwise } from '@phosphor-icons/react'; <ArrowCounterClockwise />
- What is the license for the Phosphor arrow counter clockwise icon?
- The Phosphor icon library, including this 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 →