The Tabler columns 3 icon depicts three vertical columns, commonly used to represent a multi-column layout or content organization within a user interface.
Common uses
- Displaying content in a three-column grid.
- Representing a page layout option with three sections.
- Indicating a text formatting option for three columns.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconColumns3 } from '@tabler/icons-react';
<IconColumns3 size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconColumns3 size={24} stroke={2} />filled
<IconColumns3Filled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- layoutgriddesignarranegmentcolumnstypographywritingfontcharacterwordtext3three columnslayout columnsgrid layoutcontent arrangement
FAQ
- What is the purpose of the columns 3 icon?
- It visually represents a layout divided into three distinct vertical sections or columns, often used for content arrangement or design choices.
- How do I use the columns 3 icon in React?
- You can import and use it directly in your React components with: `import { IconColumns3 } from '@tabler/icons-react'`.
- What is the license for the Tabler columns 3 icon?
- The Tabler icon library, including the columns 3 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 →