The Lucide arrow down a z icon depicts a downward-pointing arrow next to the letters A and Z, commonly used to indicate a descending alphabetical sort order.
Common uses
- Sorting a list of names alphabetically from Z to A.
- Applying a descending filter to a dataset.
- Indicating the current sort direction is alphabetical descending.
Use it in React
Install
npm i lucide-reactImport & render
import { ArrowDownAZ } from 'lucide-react';
<ArrowDownAZ size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- filtersortascendingdescendingincreasingdecreasingrisingfallingalphabeticalarrowdownazsort descendingalphabetical sortdescending order
FAQ
- What does the arrow-down-a-z icon represent?
- This icon represents a descending alphabetical sort order, meaning items are arranged from Z to A.
- How do I use this icon in React?
- You can import and use it in React with: import { ArrowDownAZ } from 'lucide-react'.
- 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 →