The HugeIcons view sidebar right icon visually represents the action of displaying or toggling a sidebar panel on the right side of the screen, commonly used to provide additional options or information.
Common uses
- Show/hide secondary navigation
- Display contextual information panel
- Toggle a settings or tools panel
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ViewSidebarRightIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ViewSidebarRightIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- sidebar rightshow sidebarright paneltoggle sidebar
FAQ
- What does the 'view sidebar right' icon represent?
- It indicates the presence or action of a sidebar panel located on the right side of the user interface.
- How do I use this icon in React?
- Import both HugeiconsIcon and ViewSidebarRightIcon, then render <HugeiconsIcon icon={ViewSidebarRightIcon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license, allowing for free use.
Related icons
The same idea in other libraries, and near matches in HugeIcons.