The Phosphor arrow circle down right icon visually represents a directional action, commonly used to indicate a download, submission, or navigation to a lower-right position within a user interface.
Common uses
- Download button
- Submit form action
- Navigate to next step
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowCircleDownRight } from '@phosphor-icons/react';
<ArrowCircleDownRight size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowCircleDownRight size={24} />thin
<ArrowCircleDownRight size={24} weight="thin" />light
<ArrowCircleDownRight size={24} weight="light" />bold
<ArrowCircleDownRight size={24} weight="bold" />fill
<ArrowCircleDownRight size={24} weight="fill" />duotone
<ArrowCircleDownRight size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- directionalpointerpointingarrowheadarrowsarrowcircledownrightdownload iconsubmit icondiagonal arrowsouth-east arrow
FAQ
- What is the primary purpose of the arrow circle down right icon?
- It signifies a downward and rightward movement or action, often used for downloads, submissions, or indicating the next step in a process.
- How do I use this icon in a React application?
- You can import and use it like this: import { ArrowCircleDownRight } from '@phosphor-icons/react'.
- What is the license for this 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 →