The Lucide corner right down icon depicts a right-angled arrow pointing downwards, commonly used to indicate a continuation or transition to a lower section or a subsequent step.
Common uses
- Indicating a next step in a multi-step process.
- Linking to a related section further down a page.
- Showing a download or save action.
Use it in React
Install
npm i lucide-reactImport & render
import { CornerRightDown } from 'lucide-react';
<CornerRightDown size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- arrowcornerrightdownarrow down rightturn downnext step icondownload arrow
FAQ
- What does the corner right down icon represent?
- It visually represents a turn or transition downwards and to the right, often signifying a continuation or next action.
- How do I use the corner right down icon in React?
- You can import and use it like this: import { CornerRightDown } from 'lucide-react'. Then render it as <CornerRightDown />.
- What is the license for the Lucide corner right down icon?
- The Lucide icon library, including the corner right down icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →