The Tabler arrow up square icon depicts an upward-pointing arrow within a square, commonly used to indicate an increase, a move to a higher position, or a "go to top" function.
Common uses
- Scroll to top button
- Increase or positive change indicator
- Navigation to a higher section
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconArrowUpSquare } from '@tabler/icons-react';
<IconArrowUpSquare size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconArrowUpSquare size={24} stroke={2} />filled
<IconArrowUpSquareFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- directionnortharrowsquarepointertopincreasenavigationflowrectangulararrowsupscroll to topgo topincrease arrownorth pointer
FAQ
- What does the arrow up square icon represent?
- It represents upward direction or an increase, often used for actions like scrolling to the top of a page or indicating a positive trend.
- How do I use the arrow up square icon in React?
- You can import and use it in React with: import { IconArrowUpSquare } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icon library, including the arrow up square 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 →