A fan of colour swatches, for palettes, colour choices and design systems. On a 24×24 grid in stroke, two-tone, duotone and fill, free under MIT.
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 17L3 5C3 3.8954 3.8954 3 5 3L9 3C10.1046 3 11 3.8954 11 5L11 17C11 19.2091 9.2091 21 7 21C4.7909 21 3 19.2091 3 17ZM10.0642 19.5712L17.7776 10.3786C18.4876 9.5325 18.3773 8.271 17.5311 7.561L14.4669 4.9898C13.6208 4.2798 12.3593 4.3902 11.6493 5.2363L11 6.0101M7.6946 20.9392L19.347 18.8846C20.4348 18.6928 21.1611 17.6555 20.9693 16.5677L20.2748 12.6285C20.0829 11.5407 19.0456 10.8143 17.9578 11.0061L17.1284 11.1524"/>
<path d="M6 17C6 17.5523 6.4477 18 7 18C7.5523 18 8 17.5523 8 17C8 16.4477 7.5523 16 7 16C6.4477 16 6 16.4477 6 17Z" fill="currentColor" stroke="none"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- swatches
- colour palette
- color palette
- colours
- design system
- theme
Related icons
The rest of the swatch family first, then the Art shelf.
FAQ
Answered from swatch-book's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the swatch-book icon for?
- A fan of colour swatches, for palettes, colour choices and design systems. It is filed under Art in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as swatches, colour palette, color palette, colours, design system and theme, and the browser's search matches all of those.
- What styles does the swatch-book icon come in?
- All four: stroke, two-tone, duotone and fill. They are drawn from the same geometry, so swapping style never moves anything.
- Is there a square or circle version of swatch-book?
- No. swatch-book is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with swatch-book?
- easel, paint-roller, paintbrush and palette, all shown below. They are the Art shelf: nothing else in the set is named after swatch.
- How do I import swatch-book in React?
- <SwatchBook /> is the component, and the weight decides the module: stroke from "@keyline-icons/react", two-tone from "@keyline-icons/react/two-tone", duotone from "@keyline-icons/react/duotone" and fill from "@keyline-icons/react/fill". It takes the usual SVG props plus a size, so <SwatchBook size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the swatch-book SVG?
- icons/stroke/swatch-book.svg, icons/two-tone/swatch-book.svg, icons/duotone/swatch-book.svg and icons/fill/swatch-book.svg in the repository, normalised: no wrapper, no ids and no classes to strip out. The tabs above hand you the same drawing as SVG or JSX without the download, and neither needs an install.
- When was swatch-book added to the set?
- Added 17 Sept 2026, and last redrawn 17 Sept 2026. It ships in v1.0.0, so an install at that version or later has it.
Questions about the set rather than about this drawing are answered where they belong. The home page covers what the set is, how the three styles differ, why some icons come boxed and where the Figma file is; installing the set in a shadcn/ui project covers the React package, the CLI and using an icon without React. The MIT licence is stated in the footer of every page.