The Tabler sort ascending numbers icon visually represents arranging numerical data in an increasing order, commonly used in UI to indicate or activate a numerical sorting function.
Common uses
- Sorting a table column of prices from low to high.
- Ordering a list of product IDs in ascending numerical sequence.
- Applying a filter to display items based on their numerical rank.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSortAscendingNumbers } from '@tabler/icons-react';
<IconSortAscendingNumbers size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- filterclassifyarrangeordersortascendingnumberstypographywritingfonttextsort numbers upnumerical sort ascorder numbers low to highascending 123
FAQ
- What is the purpose of the sort ascending numbers icon?
- This icon signifies an action to arrange items in ascending numerical order, from smallest to largest.
- How do I use this icon in React?
- Import it using: import { IconSortAscendingNumbers } from '@tabler/icons-react'. Then use it as a component: <IconSortAscendingNumbers />.
- What is the license for this icon?
- The Tabler icons, including sort-ascending-numbers, 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 →