The HugeIcons arrow down az icon depicts a downward-pointing arrow with the letters 'A' and 'Z' inside, commonly used to indicate an ascending sort order (A to Z) when applied to a list or table.
Common uses
- Sorting a list alphabetically from A to Z
- Indicating a default or ascending sort option
- Representing an alphabetical index
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrowDownAZIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowDownAZIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- sort a to zalphabetical sortdescending orderaz sort
FAQ
- What does the ArrowDownAZIcon represent?
- This icon represents an alphabetical sort order, specifically from A to Z, indicating an ascending arrangement of items.
- How do I use the ArrowDownAZIcon in React?
- Import both HugeiconsIcon and ArrowDownAZIcon, then render the icon using <HugeiconsIcon icon={ArrowDownAZIcon} />.
- What is the license for this icon?
- The ArrowDownAZIcon is part of the HugeIcons library and is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →