The Lucide panels right bottom icon visually represents a layout with content panels positioned to the right and bottom, often used to indicate secondary content areas or sidebars.
Common uses
- Displaying a collapsible right-hand sidebar.
- Indicating a secondary content panel at the bottom of the screen.
- Representing a multi-panel layout with auxiliary views.
Use it in React
Install
npm i lucide-reactImport & render
import { PanelsRightBottom } from 'lucide-react';
<PanelsRightBottom size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- drawerssidebarsecondarypanelsrightbottomsecondary panellayout right bottom
FAQ
- What is the purpose of the panels right bottom icon?
- This icon is typically used to signify areas of a user interface that contain secondary information or navigation, such as sidebars or supplementary content panes located on the right or bottom.
- How do I use this icon in React?
- You can import and use the icon in your React application with the following import statement: `import { PanelsRightBottom } from 'lucide-react'`. Then, render it as a component: `<PanelsRightBottom />`.
- What is the license for this icon?
- The Lucide icon library, including the 'panels right bottom' icon, is available 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 →