The Tabler template icon depicts a grid of squares, commonly used to represent layout options, design templates, or content arrangement in UI design.
Common uses
- Layout selection in a CMS
- Content grid settings
- Design theme preview
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconTemplate } from '@tabler/icons-react';
<IconTemplate size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconTemplate size={24} stroke={2} />filled
<IconTemplateFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- gridcolumnsmasonrycollagetemplatecreativeartisticvisualaestheticstyledesignlayout
FAQ
- What is the template icon used for?
- It's used to signify options related to layouts, templates, or visual arrangements in user interfaces.
- How do I use the template icon in React?
- Import it using: import { IconTemplate } from '@tabler/icons-react'. Then use it as a React component: <IconTemplate />.
- What is the license for this icon?
- The Tabler icon library, including the template 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 →