The Tabler sort descending icon visually represents arranging data from highest to lowest, commonly used in UI to indicate a descending sort order for lists or tables.
Common uses
- Sorting a table column from Z to A.
- Ordering search results by relevance (highest first).
- Applying a descending filter to a list of items.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSortDescending } from '@tabler/icons-react';
<IconSortDescending size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- filterclassifyarrangeordersortdescendingtypographywritingfontcharactertextdescending ordersort z-areverse sortfilter descending
FAQ
- What does the sort descending icon represent?
- It signifies arranging items in descending order, from largest or latest to smallest or earliest.
- How do I use this icon in React?
- Import it using `import { IconSortDescending } from '@tabler/icons-react'` and then use it as a React component.
- What is the license for this icon?
- The Tabler icons, including sort descending, 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 →