The Tabler square arrow left icon visually represents moving backward or returning to a previous state, commonly used for navigation or undo actions.
Common uses
- Go back to the previous page
- Undo the last action
- Navigate to a previous step in a wizard
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSquareArrowLeft } from '@tabler/icons-react';
<IconSquareArrowLeft size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSquareArrowLeft size={24} stroke={2} />filled
<IconSquareArrowLeftFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- directionshapewestsquarearrowleftpointernavigationflowrectangulararrowsback iconprevious iconreturn iconundo icon
FAQ
- What is the square arrow left icon used for?
- It's typically used to indicate a 'back' or 'previous' action in user interfaces, such as returning to a prior screen or undoing an operation.
- How do I use the square arrow left icon in React?
- You can import and use it in your React application with: import { IconSquareArrowLeft } from '@tabler/icons-react'
- What is the license for the Tabler square arrow left icon?
- The Tabler icon library, including the square arrow left 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 →