The Phosphor square split horizontal icon depicts a square divided into three horizontal sections, commonly used to represent layout options, content division, or splitting functionalities in a user interface.
Common uses
- Selecting a three-column layout
- Activating a horizontal split view
- Indicating content segmentation
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { SquareSplitHorizontal } from '@phosphor-icons/react';
<SquareSplitHorizontal size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<SquareSplitHorizontal size={24} />thin
<SquareSplitHorizontal size={24} weight="thin" />light
<SquareSplitHorizontal size={24} weight="light" />bold
<SquareSplitHorizontal size={24} weight="bold" />fill
<SquareSplitHorizontal size={24} weight="fill" />duotone
<SquareSplitHorizontal size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- shapespolygonscolumnsdesigneditorsquaresplithorizontalthree rowshorizontal sectionslayout columnssplit view
FAQ
- What does the square split horizontal icon represent?
- This icon visually represents a square divided into three horizontal parts, often used for layout choices or dividing content areas.
- How do I use the square split horizontal icon in React?
- You can import and use it in React with: import { SquareSplitHorizontal } from '@phosphor-icons/react'
- What is the license for the Phosphor square split horizontal icon?
- The Phosphor icon library, including the square split horizontal 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 →