The Tabler sort ascending 2 icon depicts a set of text lines arranged in ascending order, commonly used to indicate a sorting function that arranges data from lowest to highest.
Common uses
- Sorting a list of products by price (low to high).
- Ordering search results by date (oldest first).
- Arranging user accounts by creation date.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSortAscending2 } from '@tabler/icons-react';
<IconSortAscending2 size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSortAscending2 size={24} stroke={2} />filled
<IconSortAscending2Filled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- filterclassifyarrangeordersortascendingtypographywritingfontcharactertext2order ascendingtext sortfilter ascending
FAQ
- What does the sort ascending 2 icon represent?
- This icon visually represents the action of sorting data in ascending order, meaning from smallest to largest or earliest to latest.
- How do I use this icon in a React application?
- You can import and use it in React with: import { IconSortAscending2 } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icons, including sort ascending 2, 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 →