The Tabler sort descending numbers icon visually represents arranging numerical data from highest to lowest, commonly used in UI elements for sorting lists or tables.
Common uses
- Sorting a table column by numerical value (descending).
- Ordering search results by a score or price.
- Selecting a descending numerical sort option in a dropdown.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSortDescendingNumbers } from '@tabler/icons-react';
<IconSortDescendingNumbers size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- filterclassifyarrangeordersortdescendingnumberstypographywritingfonttextsort numbers largest to smallestdescending order numbersnumerical sort downarrange numbers high to low
FAQ
- What is this icon used for?
- It indicates sorting data in descending numerical order, from largest to smallest.
- How do I use this icon in React?
- Import it using `import { IconSortDescendingNumbers } from '@tabler/icons-react'` and use it as a component.
- What is the license for this icon?
- This icon is from the Tabler icon library and is 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 →