The Tabler arrow badge left icon depicts a left-pointing arrow within a badge shape, commonly used to indicate navigation back to a previous state or a previous item.
Common uses
- Go back button
- Previous item navigation
- Indicate returning to a prior menu
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconArrowBadgeLeft } from '@tabler/icons-react';
<IconArrowBadgeLeft size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconArrowBadgeLeft size={24} stroke={2} />filled
<IconArrowBadgeLeftFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- armybadgemilitaryranksoldierwarwestarrowleftdirectionarrowsback arrow badgeprevious badgeleft arrowwest arrow
FAQ
- What is the arrow badge left icon used for?
- It's typically used for navigation actions, such as going back to a previous page, item, or state.
- How do I use the arrow badge left icon in React?
- Import it from '@tabler/icons-react' like this: import { IconArrowBadgeLeft } from '@tabler/icons-react'.
- What is the license for this icon?
- The Tabler icon library, including this 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 →