The Tabler sort descending letters icon visually represents the action of arranging text or list items in reverse alphabetical order, commonly used in user interfaces for sorting data.
Common uses
- Sorting a list of names from Z to A.
- Ordering search results alphabetically in reverse.
- Applying a descending text sort filter to a table column.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSortDescendingLetters } from '@tabler/icons-react';
<IconSortDescendingLetters size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- filterclassifyarrangeordersortdescendingletterstypographywritingfonttextsort z to areverse alphabeticaltext order descendingdescending text
FAQ
- What is the purpose of the sort descending letters icon?
- This icon signifies arranging text or list items in reverse alphabetical order (Z to A). It's used in UIs to indicate a sorting function.
- How do I use this icon in React?
- You can import and use it with: import { IconSortDescendingLetters } from '@tabler/icons-react'. Then, render it like <IconSortDescendingLetters />.
- What is the license for this icon?
- The Tabler icons, including sort-descending-letters, are available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →