The Tabler layout sidebar left collapse icon visually represents a collapsible left-hand sidebar, commonly used in user interfaces to toggle the visibility of navigation or supplementary content.
Common uses
- Collapsing a primary navigation menu.
- Hiding/showing a secondary settings panel.
- Toggling an expandable content area on the left.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconLayoutSidebarLeftCollapse } from '@tabler/icons-react';
<IconLayoutSidebarLeftCollapse size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconLayoutSidebarLeftCollapse size={24} stroke={2} />filled
<IconLayoutSidebarLeftCollapseFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- gridasidecolumncolumnsmenunavigationlayoutsidebarleftcollapsedesignsidebar togglecollapse menunavigation hidegrid layout
FAQ
- What is this icon used for?
- This icon signifies a collapsible sidebar, typically used to manage the display of navigation menus or additional content panels within an application.
- How do I use this in React?
- You can import and use it in React with: import { IconLayoutSidebarLeftCollapse } from '@tabler/icons-react'
- What is the license for this icon?
- This icon is distributed 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 →