The Heroicons view columns icon visually represents the concept of displaying content in multiple vertical sections, commonly used to toggle or indicate different layout views.
Common uses
- Switching between single-column and multi-column layouts.
- Indicating a table or grid view is active.
- Selecting which columns to display in a data table.
Use it in React
Install
npm i @heroicons/reactImport & render
import { ViewColumnsIcon } from '@heroicons/react/24/outline';
<ViewColumnsIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<ViewColumnsIcon className="size-6" />24/solid
<ViewColumnsIcon className="size-6" />20/solid
<ViewColumnsIcon className="size-6" />16/solid
<ViewColumnsIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- viewcolumnslayout columnscolumn viewmulti-columngrid layout
FAQ
- What does the view columns icon represent?
- It depicts multiple vertical bars, symbolizing the arrangement or selection of content in columns, often used for layout controls.
- How do I use this icon in React?
- Import it using: import { ViewColumnsIcon } from '@heroicons/react/24/outline' and then use it as a React component.
- What is the license for this icon?
- The Heroicons library, including this icon, is available under the MIT license.