John KuehJohn Kueh

sort descending shapes icon

Tabler · sort-descending-shapes · MIT

Download SVG

The Tabler sort descending shapes icon visually represents a descending order or arrangement of different shapes, often used to indicate a sorting function that places items from highest to lowest based on a shape attribute.

Common uses

  • Sorting a list of geometric objects by size (largest first).
  • Arranging elements in a UI based on a predefined shape hierarchy.
  • Indicating a reverse order of shape-based filtering.

Use it in React

Install
npm i @tabler/icons-react
Import & render
import { IconSortDescendingShapes } from '@tabler/icons-react';

<IconSortDescendingShapes size={24} stroke={2} />

Styles

Tabler ships this icon in 2 styles — each its own import:

outline
<IconSortDescendingShapes size={24} stroke={2} />
filled
<IconSortDescendingShapesFilled size={24} stroke={2} />

Details

Library
Tabler (5,093 icons)
License
MIT
viewBox
0 0 24 24
Category
System
Keywords
ordersequencedecreasearrangereversedownwardhierarchylogicpatternsystemsortdescendingshapessort shapes reversedescending shape ordershape sort down

FAQ

What does the sort descending shapes icon represent?
It depicts a sequence of shapes arranged in descending order, commonly used for sorting or filtering based on shape characteristics.
How do I use this icon in React?
Import it using: import { IconSortDescendingShapes } from '@tabler/icons-react'; and then use it as a React 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 →