The Tabler layout board icon visually represents a grid or board, commonly used in UI to signify content organization, dashboards, or creative layouts.
Common uses
- Dashboard widget arrangement
- Image gallery or collage view
- Content grid display
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconLayoutBoard } from '@tabler/icons-react';
<IconLayoutBoard size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconLayoutBoard size={24} stroke={2} />filled
<IconLayoutBoardFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- gridcolumnsmasonrycollagelayoutboardcreativeartisticvisualaestheticdesigngrid layoutmasonry layoutdesign board
FAQ
- What is the layout board icon used for?
- It's typically used to represent sections of a page that are divided into a grid, like dashboards, galleries, or organized content areas.
- How do I use the layout board icon in React?
- You can import and use it directly with: import { IconLayoutBoard } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icons, including layout board, 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 →