The Lucide arrow up z a icon depicts an upward-pointing arrow alongside the letters Z and A, commonly used to indicate a sort order from Z to A (descending alphabetical) or A to Z (ascending alphabetical).
Common uses
- Sorting a list alphabetically (A-Z)
- Sorting a list in reverse alphabetical order (Z-A)
- Indicating a filter or sort option for text-based data
Use it in React
Install
npm i lucide-reactImport & render
import { ArrowUpZA } from 'lucide-react';
<ArrowUpZA size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- filtersortascendingdescendingincreasingdecreasingrisingfallingalphabeticalreversearrowupzasort alphadescending sort
FAQ
- What does the arrow up z a icon represent?
- This icon represents sorting, specifically either ascending (A to Z) or descending (Z to A) alphabetical order. The arrow indicates direction, and the letters show the range of the sort.
- How do I use the arrow up z a icon in React?
- You can import and use the icon in your React application like this: import { ArrowUpZA } from 'lucide-react'. Then, render it as a component: <ArrowUpZA />.
- What is the license for the Lucide arrow up z a icon?
- The Lucide icon library, including the arrow up z a icon, is available under the ISC license. This 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 →