The Lucide columns 3 icon depicts three vertical sections, commonly used to represent layouts with multiple sidebars, content panes, or a preview of content split into thirds.
Common uses
- Displaying a three-column website layout.
- Representing a file explorer with three panes.
- Indicating a content preview with three equal sections.
Use it in React
Install
npm i lucide-reactImport & render
import { Columns3 } from 'lucide-react';
<Columns3 size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- lineslistqueuepreviewparallelseriessplitverticalhorizontalthirdstriplecentermiddlealignmentevensidebars
FAQ
- What does the columns 3 icon represent?
- It visually signifies a layout divided into three equal vertical sections, often used for sidebars, content areas, or previews.
- How do I use the columns 3 icon in React?
- You can import and use it like this: import { Columns3 } from 'lucide-react'. Then render it as a component: <Columns3 />.
- What is the license for the Lucide columns 3 icon?
- The Lucide icon library, including the columns 3 icon, is available under the ISC 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 →