The Phosphor palette icon depicts a painter's palette and is commonly used in UIs to represent color selection, customization, or design-related settings.
Common uses
- Open color picker
- Access theme settings
- Edit object colors
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Palette } from '@phosphor-icons/react';
<Palette size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Palette size={24} />thin
<Palette size={24} weight="thin" />light
<Palette size={24} weight="light" />bold
<Palette size={24} weight="bold" />fill
<Palette size={24} weight="fill" />duotone
<Palette size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- paintcolorscolor pickerartsdesigneditorobjectspalettecolor swatchpaint brushart palette
FAQ
- What is the palette icon used for?
- It's typically used to indicate actions related to color selection, customization, or design tools within an application.
- How do I use the palette icon in React?
- You can import it using `import { Palette } from '@phosphor-icons/react'` and then render it as a component: `<Palette />`.
- What is the license for the Phosphor palette icon?
- The Phosphor icon library, including the palette icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →