John KuehJohn Kueh

arrange by letters za icon

HugeIcons · ArrangeByLettersZAIcon · MIT

Download SVG

The HugeIcons arrange by letters za icon depicts a list of items sorted in reverse alphabetical order, commonly used to indicate a descending alphabetical sort function in user interfaces.

Common uses

  • Sorting a table column alphabetically from Z to A.
  • Selecting a reverse alphabetical sort option in a dropdown menu.
  • Indicating the current sort order of a list is Z to A.

Use it in React

Install
npm i @hugeicons/react @hugeicons/core-free-icons
Import & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrangeByLettersZAIcon } from '@hugeicons/core-free-icons';

<HugeiconsIcon icon={ArrangeByLettersZAIcon} size={24} strokeWidth={1.5} />

Details

Library
HugeIcons (5,121 icons)
License
MIT
viewBox
0 0 24 24
Keywords
sort z to adescending sortreverse alphabeticalsort letters

FAQ

What does the ArrangeByLettersZAIcon represent?
This icon represents a reverse alphabetical sort, typically from Z to A. It's used to visually indicate this sorting order in UI elements.
How do I use this icon in a React application?
Import the icon and use it with the Hugeicons component like this: import { HugeiconsIcon } from '@hugeicons/react'; import { ArrangeByLettersZAIcon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={ArrangeByLettersZAIcon} />.
What is the license for this icon?
This icon is provided under the MIT license, allowing for free use in both personal and commercial projects.

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 →