The Lucide arrow down 1 0 icon visually represents a descending numerical order, commonly used to indicate a sortable list or data set in a descending (or reverse alphabetical) direction.
Common uses
- Sorting a table column from Z to A
- Applying a descending filter to a list
- Indicating the lowest value in a range
Use it in React
Install
npm i lucide-reactImport & render
import { ArrowDown10 } from 'lucide-react';
<ArrowDown10 size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- filtersortascendingdescendingincreasingdecreasingrisingfallingnumericalarrowdown10descending sortreverse orderfilter down
FAQ
- What does the arrow-down-1-0 icon represent?
- This icon represents a descending order, typically for numerical or alphabetical data. It's often used for sorting or filtering lists in reverse.
- How do I use the arrow-down-1-0 icon in React?
- You can import and use it directly from the 'lucide-react' library with the following statement: import { ArrowDown10 } from 'lucide-react'.
- What is the license for the Lucide arrow down 1 0 icon?
- The Lucide icon library, including the arrow down 1 0 icon, is available under the ISC license, which is a permissive open-source 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 →