The Phosphor columns icon depicts a layout of two vertical rectangles, commonly used to represent a two-column layout or content arrangement in user interfaces.
Common uses
- Switching between single and double column views
- Representing a split-screen mode
- Indicating a content card layout
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Columns } from '@phosphor-icons/react';
<Columns size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Columns size={24} />thin
<Columns size={24} weight="thin" />light
<Columns size={24} weight="light" />bold
<Columns size={24} weight="bold" />fill
<Columns size={24} weight="fill" />duotone
<Columns size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- 2shapespolygonsboxstacklisttablecardsdesigncolumnstwo columnssplit screenlayout
FAQ
- What is the columns icon used for?
- It's typically used to signify a two-column layout, split-screen functionality, or a card-based arrangement of content.
- How do I use the columns icon in React?
- You can import and use it like this: import { Columns } from '@phosphor-icons/react'. Then render it as <Columns />.
- What is the license for the Phosphor columns icon?
- The Phosphor icon library, including the columns icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →