The HugeIcons square arrow up down icon visually represents the action of sorting or reordering items, often used to indicate a bidirectional sorting control.
Common uses
- Sorting table columns
- Reordering list items
- Toggling between ascending/descending order
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SquareArrowUpDownIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SquareArrowUpDownIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- sort iconreorder iconup down arrowsbidirectional sort
FAQ
- What does the square arrow up down icon represent?
- This icon typically signifies a sorting function that can operate in both ascending and descending directions, or a general reordering capability.
- How do I use the SquareArrowUpDownIcon in React?
- Import it from '@hugeicons/core-free-icons' and render it using the HugeiconsIcon component: `<HugeiconsIcon icon={SquareArrowUpDownIcon} />`.
- What is the license for this icon?
- The SquareArrowUpDownIcon from HugeIcons is available 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 →