The HugeIcons panel right close icon visually represents the action of collapsing or closing a sidebar or panel located on the right side of the screen.
Common uses
- Collapsing a right-hand sidebar menu
- Closing a modal or drawer that slides in from the right
- Toggling the visibility of a right-aligned content panel
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PanelRightCloseIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PanelRightCloseIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- collapse righthide sidebar rightclose drawer rightarrow right out
FAQ
- What is the purpose of the panel right close icon?
- This icon is used to indicate an action that will close or hide a panel or sidebar that appears on the right side of the user interface.
- How do I use this icon in React?
- Import both HugeiconsIcon and PanelRightCloseIcon, then render the icon using <HugeiconsIcon icon={PanelRightCloseIcon} />.
- What is the license for this icon?
- This icon is available under the MIT license, allowing for free use in both personal and 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 →