The Phosphor swatches icon depicts a set of color squares, commonly used in UI to represent color palettes, selection tools, or design options.
Common uses
- Color palette selection
- Design tool options
- Swatch management
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Swatches } from '@phosphor-icons/react';
<Swatches size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Swatches size={24} />thin
<Swatches size={24} weight="thin" />light
<Swatches size={24} weight="light" />bold
<Swatches size={24} weight="bold" />fill
<Swatches size={24} weight="fill" />duotone
<Swatches size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- colorscolor pickersamplespantonedesigneditorobjectsswatchescolor palettecolor samplesdesign colors
FAQ
- What is the swatches icon used for?
- It represents color choices, palettes, or design elements within an interface.
- How do I use the swatches icon in React?
- Import it using `import { Swatches } from '@phosphor-icons/react'` and then use it as a component: `<Swatches />`.
- What is the license for this icon?
- The Phosphor swatches icon is available under the MIT license.
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 →