The HugeIcons sort by up 02 icon depicts an upward-pointing arrow within a box, commonly used to indicate ascending sort order or to initiate an upward sort action in user interfaces.
Common uses
- Sorting a list of items in ascending alphabetical order.
- Ordering data from lowest to highest value.
- Activating an upward trend or increase display.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SortByUp02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SortByUp02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- sort ascendingsort upascending orderup arrow sort
FAQ
- What does the SortByUp02Icon represent?
- It represents an upward sort action, typically used for ascending order in lists or data displays.
- How do I use SortByUp02Icon in a React project?
- Import both HugeiconsIcon and SortByUp02Icon, then render the icon using <HugeiconsIcon icon={SortByUp02Icon} />.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing for free use.
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 →