The HugeIcons sort by down 01 icon depicts a downward-pointing arrow, commonly used to indicate a descending sort order or to initiate a download action.
Common uses
- Sorting a list in descending order (e.g., Z-A, 9-0)
- Indicating a filter is set to descending
- Triggering a file download
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SortByDown01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SortByDown01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- descending sortsort descendingdownloadarrow down
FAQ
- What is the primary purpose of the SortByDown01Icon?
- This icon primarily signifies a descending sort order in lists or tables. It can also be used to represent a download action.
- How do I use the SortByDown01Icon in a React application?
- Import both HugeiconsIcon and SortByDown01Icon from their respective packages, then render the icon using the HugeiconsIcon component with the icon prop set to SortByDown01Icon.
- What is the license for this icon?
- The SortByDown01Icon is distributed 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 →