The Tabler grid pattern icon visually represents a repeating pattern of lines, often used to signify organization, structure, or a layout view in user interfaces.
Common uses
- Displaying a grid or list view toggle.
- Indicating a dashboard or layout management section.
- Representing a tiling or pattern selection option.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconGridPattern } from '@tabler/icons-react';
<IconGridPattern size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconGridPattern size={24} stroke={2} />filled
<IconGridPatternFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- gridmeshnetlinepatternsystemnetworklayoutlines
FAQ
- What is the grid pattern icon used for?
- It's typically used to represent organizational structures, layout options, or views that involve grids or repeating patterns in a UI.
- How do I use the grid pattern icon in React?
- You can import and use it like this: `import { IconGridPattern } from '@tabler/icons-react'`. Then render it as `<IconGridPattern />`.
- What is the license for the grid pattern icon?
- The Tabler icon library, including the grid pattern icon, is 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 →