The HugeIcons layout left icon depicts a common UI pattern for arranging content with a primary section on the right and a secondary sidebar or navigation on the left.
Common uses
- Sidebar navigation
- Content layout with primary and secondary panels
- Dashboard layout
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LayoutLeftIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LayoutLeftIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- sidebar leftleft panelnavigation leftlayout sidebar
FAQ
- What does the layout left icon represent?
- It represents a layout where the main content area is on the right, and a sidebar or navigation menu is positioned on the left.
- How do I use the LayoutLeftIcon in React?
- Import both HugeiconsIcon and LayoutLeftIcon, then render the icon using <HugeiconsIcon icon={LayoutLeftIcon} />.
- 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 HugeIcons.
Looking for something else? Search HugeIcons 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 →