The Tabler box multiple icon depicts several stacked boxes, commonly used to represent content sections, layers, or multiple items within a design context.
Common uses
- Displaying multiple content blocks on a dashboard.
- Indicating layered elements in a design tool.
- Representing a collection or set of items.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBoxMultiple } from '@tabler/icons-react';
<IconBoxMultiple size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBoxMultiple size={24} stroke={2} />filled
<IconBoxMultipleFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- csscascadingstylesheetbackgroundsectionwebsitelayerboxmultipledesignstacked boxeslayerscontent sectionsmultiple items
FAQ
- What does the box-multiple icon represent?
- It visually represents multiple stacked boxes, often signifying distinct sections, layers, or groups of content.
- How do I use the box-multiple icon in React?
- You can import and use it like this: import { IconBoxMultiple } from '@tabler/icons-react'. Then, render it as <IconBoxMultiple />.
- What is the license for the Tabler box multiple icon?
- The Tabler icon library, including the box-multiple 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 →