John KuehJohn Kueh

sorting down icon

HugeIcons · SortingDownIcon · MIT

Download SVG

The HugeIcons sorting down icon visually represents a downward-pointing arrow, commonly used to indicate a descending sort order or to reveal hidden content.

Common uses

  • Sort table columns in descending order
  • Indicate a collapsed menu or section
  • Trigger a dropdown menu

Use it in React

Install
npm i @hugeicons/react @hugeicons/core-free-icons
Import & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SortingDownIcon } from '@hugeicons/core-free-icons';

<HugeiconsIcon icon={SortingDownIcon} size={24} strokeWidth={1.5} />

Details

Library
HugeIcons (5,121 icons)
License
MIT
viewBox
0 0 24 24
Keywords
descendingcollapsedropdown arrowsort

FAQ

What is the purpose of the sorting down icon?
It's used to signify descending sort order or to indicate that content can be revealed or expanded.
How do I use the SortingDownIcon in React?
Import both HugeiconsIcon and SortingDownIcon, then render <HugeiconsIcon icon={SortingDownIcon} />.
What is the license for this icon?
The SortingDownIcon is available under the MIT license.

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 →