The Tabler arrow autofit width icon depicts a horizontal arrow with lines on either side, commonly used to indicate an action that adjusts content to fit the available horizontal space or to represent bidirectional horizontal movement.
Common uses
- Expand/collapse content to fit width
- Horizontal auto-fitting controls
- Two-way horizontal navigation
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconArrowAutofitWidth } from '@tabler/icons-react';
<IconArrowAutofitWidth size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconArrowAutofitWidth size={24} stroke={2} />filled
<IconArrowAutofitWidthFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- directioneastwestarrowautofitwidthpointernavigationflownavigatearrowshorizontal expandfit to widthbidirectional arrowauto width
FAQ
- What is the purpose of the arrow autofit width icon?
- It signifies adjusting content to fill horizontal space or represents bidirectional horizontal movement, often used in layout or navigation controls.
- How do I use this icon in React?
- Import it using: import { IconArrowAutofitWidth } from '@tabler/icons-react'
- What is the license for this icon?
- 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 →