The Tabler arrow autofit left icon depicts an arrow pointing left with a bounding box, commonly used to indicate fitting content or actions to the left side of a container or screen.
Common uses
- Fitting content to the left sidebar
- Collapsing a right-side panel
- Aligning elements to the left edge
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconArrowAutofitLeft } from '@tabler/icons-react';
<IconArrowAutofitLeft size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconArrowAutofitLeft size={24} stroke={2} />filled
<IconArrowAutofitLeftFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- directionwestarrowautofitleftpointernavigationflownavigatemovearrowsleft alignfit leftcollapse leftarrow left
FAQ
- What is the purpose of the arrow autofit left icon?
- It visually represents an action or state related to fitting or aligning elements towards the left, often used for navigation or layout adjustments.
- How do I use this icon in React?
- You can import and use it with: import { IconArrowAutofitLeft } from '@tabler/icons-react'; <IconArrowAutofitLeft />
- 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 →