The Tabler palette icon depicts an artist's palette with dabs of color, commonly used in UI to represent features related to color selection, design tools, or artistic themes.
Common uses
- Color picker button
- Theme selection option
- Art or design tool menu item
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconPalette } from '@tabler/icons-react';
<IconPalette size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconPalette size={24} stroke={2} />filled
<IconPaletteFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- colorpaintpainterpictureboardartistpalettecreativeartisticvisualdesigncolor wheelpaint brushart tool
FAQ
- What is the palette icon used for?
- It represents color, design, or artistic tools. Use it for features like color pickers or theme selectors.
- How do I use the palette icon in React?
- Import it from '@tabler/icons-react' and use it as a component: `<IconPalette />`.
- What is the license for the Tabler palette icon?
- The Tabler icons, including the palette icon, are 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 →