The HugeIcons sort descending icon visually represents arranging data in a descending order, typically from largest to smallest or Z to A.
Common uses
- Sorting a table column from highest to lowest value.
- Ordering a list of items from Z to A.
- Selecting a descending sort option in a dropdown menu.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SortDescendingIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SortDescendingIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- descending ordersort z to asort highest to lowestreverse sort
FAQ
- What does the sort descending icon represent?
- It indicates that data will be arranged in descending order, such as from highest to lowest or Z to A.
- How do I use the SortDescendingIcon in React?
- Import both HugeiconsIcon and SortDescendingIcon, then render it using <HugeiconsIcon icon={SortDescendingIcon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.