The Tabler square arrow up icon depicts an arrow pointing upwards within a square, commonly used to indicate actions like uploading, returning to the top of a page, or increasing a value.
Common uses
- Upload file button
- Scroll to top of page
- Increase quantity or value
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSquareArrowUp } from '@tabler/icons-react';
<IconSquareArrowUp size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSquareArrowUp size={24} stroke={2} />filled
<IconSquareArrowUpFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- directionshapenorthtopsquarearrowpointerincreasenavigationflowarrowsupupload iconback to toparrow north
FAQ
- What does the square arrow up icon represent?
- It represents an upward direction, often used for actions like uploading, returning to the top, or indicating an increase.
- How do I use the square arrow up icon in React?
- You can import and use it in your React components like this: import { IconSquareArrowUp } from '@tabler/icons-react'.
- What is the license for the Tabler square arrow up icon?
- The Tabler icon library, including the square arrow up icon, is available 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 →