The Tabler arrow left square icon depicts a rectangular shape with an arrow pointing to the left, commonly used to indicate a "back" action, a previous step, or movement in a leftward direction.
Common uses
- Back button in navigation
- Previous item in a carousel
- Undo action
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconArrowLeftSquare } from '@tabler/icons-react';
<IconArrowLeftSquare size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconArrowLeftSquare size={24} stroke={2} />filled
<IconArrowLeftSquareFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- dragmovearrowleftsquaredirectionpointernavigationflowrectangulararrowsback squareprevious arrowmove left iconleft navigation
FAQ
- What is the arrow left square icon used for?
- It's typically used for navigation, indicating a return to a previous state or location, or for actions that move content or focus to the left.
- How do I use the arrow left square icon in React?
- You can import and use it directly in your React components like this: import { IconArrowLeftSquare } from '@tabler/icons-react'.
- What is the license for the Tabler arrow left square icon?
- The Tabler icon library, including the arrow left 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 →