The Tabler layout sidebar left expand icon visually represents a primary content area with an expandable left-hand sidebar, commonly used to indicate a collapsible navigation or menu panel.
Common uses
- Toggle visibility of a left-aligned navigation menu.
- Indicate expandable/collapsible side panel in a dashboard.
- Control the display of secondary information or tools in a sidebar.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconLayoutSidebarLeftExpand } from '@tabler/icons-react';
<IconLayoutSidebarLeftExpand size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconLayoutSidebarLeftExpand size={24} stroke={2} />filled
<IconLayoutSidebarLeftExpandFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- gridasidecolumncolumnsmenunavigationlayoutsidebarleftexpanddesignexpand sidebarcollapse menunavigation panelgrid layout
FAQ
- What is the purpose of the layout sidebar left expand icon?
- It signifies a UI element that can expand or collapse a sidebar, typically used for navigation or additional controls.
- How do I use this icon in React?
- Import it using: import { IconLayoutSidebarLeftExpand } from '@tabler/icons-react'; and then use it as a component: <IconLayoutSidebarLeftExpand />.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing for free use in commercial and non-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 →