The Phosphor arrow line down right icon depicts a diagonal line with an arrowhead pointing downwards and to the right, commonly used to indicate a direction or a pathway.
Common uses
- Navigating to a sub-section or related content.
- Indicating a download or export action.
- Showing a progression or flow in a process.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ArrowLineDownRight } from '@phosphor-icons/react';
<ArrowLineDownRight size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ArrowLineDownRight size={24} />thin
<ArrowLineDownRight size={24} weight="thin" />light
<ArrowLineDownRight size={24} weight="light" />bold
<ArrowLineDownRight size={24} weight="bold" />fill
<ArrowLineDownRight size={24} weight="fill" />duotone
<ArrowLineDownRight size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- directionalpointerpointingarrowheadarrowsarrowlinedownrightdiagonal arrowsouth-east arrowdown-right pointer
FAQ
- What is this icon used for?
- This icon is used to visually represent a direction or movement downwards and to the right, often for navigation or indicating a process flow.
- How do I use this icon in React?
- You can import and use it in React with: import { ArrowLineDownRight } 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 →