The Lucide layout panel left icon depicts a sidebar or navigation panel positioned on the left side of a screen, commonly used to represent primary navigation or content organization.
Common uses
- Primary navigation menu
- Collapsible sidebar
- Dashboard layout
Use it in React
Install
npm i lucide-reactImport & render
import { LayoutPanelLeft } from 'lucide-react';
<LayoutPanelLeft size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- apphomestartgridlayoutpanelleftsidebarnavigationmenudrawer
FAQ
- What does the layout panel left icon represent?
- It visually signifies a left-aligned panel, often used for navigation, menus, or organizing content in an application's user interface.
- How do I use this icon in React?
- You can import and use it directly from the 'lucide-react' library with the following code: import { LayoutPanelLeft } from 'lucide-react'
- What is the license for this icon?
- This icon is provided under the ISC license, which is a permissive free software license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →