The Lucide corner left down icon visually represents a turn or a transition downwards and to the left, often used to indicate a path, a step in a process, or a return action.
Common uses
- Navigating to a previous step in a multi-step form.
- Indicating a 'go back' or 'return' function.
- Showing a downward trend or progression in a chart.
Use it in React
Install
npm i lucide-reactImport & render
import { CornerLeftDown } from 'lucide-react';
<CornerLeftDown size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- arrowcornerleftdownarrow down leftturn left downback arrowprevious step
FAQ
- What is the corner left down icon used for?
- It's typically used to show a turn downwards and to the left, like a step back or a change in direction.
- How do I use the corner left down icon in React?
- You can import and use it like this: import { CornerLeftDown } from 'lucide-react'; <CornerLeftDown />.
- What is the license for Lucide icons?
- Lucide icons are available 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 →