The Tabler layout icon depicts a grid or arrangement of elements, commonly used to represent options for structuring content or visual presentation in a user interface.
Common uses
- Selecting a content display format (e.g., list vs. grid)
- Applying a visual theme or style
- Defining a dashboard or workspace arrangement
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconLayout } from '@tabler/icons-react';
<IconLayout size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconLayout size={24} stroke={2} />filled
<IconLayoutFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- gridcolumnsmasonrycollagelayoutcreativeartisticvisualaestheticstyledesignarrangementstructure
FAQ
- What is the layout icon used for?
- It's used to signify choices related to how content is organized or displayed visually, like choosing between different arrangements or styles.
- How do I use the layout icon in React?
- You can import and use it with: import { IconLayout } from '@tabler/icons-react'
- What is the license for the Tabler layout icon?
- The Tabler icons, including the layout icon, are available 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 →