The Tabler container icon visually represents a box or storage unit, commonly used in UI design to signify grouping, packaging, or a distinct section of content.
Common uses
- Grouping related form elements
- Indicating a content block or section
- Representing a storage or packaging concept
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconContainer } from '@tabler/icons-react';
<IconContainer size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconContainer size={24} stroke={2} />filled
<IconContainerFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- htmlblockstoreinsidecontainercreativeartisticvisualaestheticstyledesignboxpackagesection
FAQ
- What does the container icon represent?
- It depicts a box or storage unit, often used to visually group or delineate content sections in a user interface.
- How do I use the container icon in React?
- You can import and use it like this: import { IconContainer } from '@tabler/icons-react'. Then render it as <IconContainer />.
- What is the license for the Tabler container icon?
- The Tabler icons, including the container icon, are distributed 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 →