The HugeIcons panel bottom close icon depicts a panel or drawer being closed from the bottom of the screen, commonly used to dismiss or hide bottom sheets or expandable menus.
Common uses
- Dismissing a bottom sheet menu
- Closing a slide-up modal
- Hiding a collapsible footer panel
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PanelBottomCloseIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PanelBottomCloseIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- bottom sheet closecollapse panelhide bottomdrawer close
FAQ
- What does the panel bottom close icon represent?
- This icon visually signifies the action of closing or retracting an element that originates from the bottom of the user interface, such as a bottom sheet or a drawer.
- How do I use the PanelBottomCloseIcon in React?
- Import both HugeiconsIcon and PanelBottomCloseIcon from their respective packages, then render the icon using the <HugeiconsIcon icon={PanelBottomCloseIcon} /> component.
- What is the license for this icon?
- The PanelBottomCloseIcon is distributed 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 →