The Tabler square rounded chevron left icon depicts a left-pointing chevron within a rounded square, commonly used to indicate a previous step, go back action, or navigation to the left.
Common uses
- Back button in a navigation bar
- Previous item in a carousel
- Collapse/expand sidebar
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSquareRoundedChevronLeft } from '@tabler/icons-react';
<IconSquareRoundedChevronLeft size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSquareRoundedChevronLeft size={24} stroke={2} />filled
<IconSquareRoundedChevronLeftFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- shapedirectionwestsquareroundedchevronleftnavigationflowrectangulararrowspreviousback arrowgo backarrow left
FAQ
- What is the purpose of the square rounded chevron left icon?
- It visually represents moving backward, returning to a previous state, or navigating to a preceding element in a sequence.
- How do I use this icon in React?
- Import it using `import { IconSquareRoundedChevronLeft } from '@tabler/icons-react'` and then render the component `<IconSquareRoundedChevronLeft />`.
- What is the license for this icon?
- This icon is distributed 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 →