The Tabler arrow left circle icon depicts a leftward-pointing arrow enclosed in a circle, commonly used to indicate returning to a previous state, navigating back, or initiating a leftward movement.
Common uses
- Back button in navigation
- Undo last action
- Scroll left control
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconArrowLeftCircle } from '@tabler/icons-react';
<IconArrowLeftCircle size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconArrowLeftCircle size={24} stroke={2} />filled
<IconArrowLeftCircleFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- dragmovearrowleftcircledirectionpointernavigationflowroundarrowsback circleprevious arrowreturn iconleft circular arrow
FAQ
- What is the primary purpose of the arrow left circle icon?
- It visually represents backward navigation or movement. It's often used for 'back' buttons or to signify returning to a previous step or screen.
- How do I use this icon in a React application?
- You can import and use it directly with the following statement: import { IconArrowLeftCircle } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icon library, including the arrow left circle 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 →