The Tabler sort 0 9 icon depicts a numerical sorting order, commonly used in user interfaces to indicate ascending or descending order of numerical data.
Common uses
- Sorting a list of products by price
- Ordering search results by relevance score
- Arranging user IDs in ascending order
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSort09 } from '@tabler/icons-react';
<IconSort09 size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- numbersonetwothreefourfivenumericalsorttypographywritingtext09numerical sortascending numberssort by number
FAQ
- What does the sort 0 9 icon represent?
- This icon represents a numerical sorting order, typically used to show data sorted from lowest to highest (0 to 9) or vice versa.
- How do I use this icon in React?
- You can import and use the icon in your React application with the following import statement: import { IconSort09 } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icons, including sort-0-9, are distributed 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 →