The Tabler square chevron up icon depicts a chevron enclosed within a square, commonly used to indicate an upward direction, increase, or navigation to a top section.
Common uses
- Scroll to top button
- Expand/collapse section indicator
- Navigate to the beginning of a list
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSquareChevronUp } from '@tabler/icons-react';
<IconSquareChevronUp size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSquareChevronUp size={24} stroke={2} />filled
<IconSquareChevronUpFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- shapedirectionnorthtopsquarechevronincreasenavigationflowrectangulararrowsuparrow up squarechevron up squarego to top
FAQ
- What is the purpose of the square chevron up icon?
- It visually represents moving upwards, increasing, or returning to the top of content. It's often used for navigation or indicating expansion.
- How do I use this icon in React?
- Import it from the '@tabler/icons-react' library like this: import { IconSquareChevronUp } from '@tabler/icons-react'.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing for free use in both personal and commercial projects.
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 →