The HugeIcons panel left dashed icon visually represents a collapsible or expandable sidebar menu, commonly used to toggle the visibility of navigation or auxiliary content.
Common uses
- Collapsible sidebar navigation
- Toggling a settings panel
- Hiding/showing a secondary menu
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PanelLeftDashedIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PanelLeftDashedIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- sidebar togglecollapse menuexpand panelleft menu
FAQ
- What does the 'panel left dashed' icon signify?
- This icon typically indicates a UI element that can be opened or closed, revealing or hiding content on the left side of the screen, such as a navigation menu.
- How do I use the PanelLeftDashedIcon in React?
- Import both HugeiconsIcon and PanelLeftDashedIcon, then render the icon using <HugeiconsIcon icon={PanelLeftDashedIcon} />.
- What is the license for this icon?
- The HugeIcons library, including this icon, is available under the MIT license.
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 →