The Lucide arrow down z a icon visually represents a descending alphabetical sort order, commonly used to indicate that a list or data set is arranged from Z to A.
Common uses
- Sorting a table column from Z to A.
- Indicating a reverse alphabetical filter is active.
- Representing a 'sort descending' option in a dropdown menu.
Use it in React
Install
npm i lucide-reactImport & render
import { ArrowDownZA } from 'lucide-react';
<ArrowDownZA size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- filtersortascendingdescendingincreasingdecreasingrisingfallingalphabeticalreversearrowdownzasort descendingreverse alphabetical
FAQ
- What does the arrow-down-z-a icon signify?
- This icon signifies a descending sort order, specifically from Z to A alphabetically. It's used to show that a list is currently sorted in reverse alphabetical order.
- How do I use the arrow-down-z-a icon in React?
- You can import and use it in React with the following statement: import { ArrowDownZA } from 'lucide-react'. Then, render it as a component: <ArrowDownZA />.
- What is the license for the arrow-down-z-a icon?
- The Lucide icon set, including the arrow-down-z-a 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 →