The Tabler columns 2 icon depicts two vertical columns, commonly used to represent content divided into two distinct sections or panes.
Common uses
- Sidebar and main content area
- Two-panel file explorer
- Split-view editor
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconColumns2 } from '@tabler/icons-react';
<IconColumns2 size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconColumns2 size={24} stroke={2} />filled
<IconColumns2Filled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- layoutgriddesignarranegmentcolumnstypographywritingfontcharacterwordtext2two columnssplit viewlayout twocontent divider
FAQ
- What is the columns 2 icon used for?
- It visually represents a layout divided into two equal vertical sections, useful for sidebars, comparison views, or multi-pane interfaces.
- How do I use the columns 2 icon in React?
- Import it using `import { IconColumns2 } from '@tabler/icons-react'` and then use it as a React component: `<IconColumns2 />`.
- What is the license for the columns 2 icon?
- The Tabler icon set, including the columns 2 icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →