The Tabler artboard icon depicts a blank canvas or design space, commonly used in UI to represent actions related to creating, editing, or managing design projects.
Common uses
- Button to create a new design file
- Link to a project's design assets
- Placeholder for a design tool interface
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconArtboard } from '@tabler/icons-react';
<IconArtboard size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconArtboard size={24} stroke={2} />filled
<IconArtboardFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- graphicsdrawingdesignartcanvasartboardcreativeartisticvisualaestheticdesign spacedrawing boardproject area
FAQ
- What is the artboard icon used for?
- It signifies a design area or canvas, useful for actions like creating new designs or managing design files.
- How do I use the artboard icon in React?
- Import it using: import { IconArtboard } from '@tabler/icons-react'. Then use it as a component: <IconArtboard />.
- What is the license for the Tabler artboard icon?
- The Tabler icon library, including the artboard 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 →