The Lucide corner up right icon depicts an arrow turning upwards and to the right, commonly used to indicate an action that moves content or focus to a higher or subsequent position.
Common uses
- Upload button
- Redirecting to a new page
- Moving an item to a higher level
Use it in React
Install
npm i lucide-reactImport & render
import { CornerUpRight } from 'lucide-react';
<CornerUpRight size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- arrowcorneruprightupload arrowarrow up rightmove upredirect
FAQ
- What is the corner up right icon used for?
- It signifies an upward and rightward movement or redirection, often used for actions like uploading or navigating to a subsequent step.
- How do I use the corner up right icon in React?
- You can import and use it like this: import { CornerUpRight } from 'lucide-react'. Then render it as <CornerUpRight />.
- What is the license for Lucide icons?
- Lucide icons are distributed under the ISC license, which is a permissive free software 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 →