swatchbook icon

swatchbook from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
swatchbook
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons

Use the swatchbook icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 16a1 1 0 1 0 1 1a1 1 0 0 0-1-1m12.06-4l1.23-1.23a3 3 0 0 0 0-4.24l-2.83-2.82a3 3 0 0 0-4.24 0L12 4.94A3 3 0 0 0 9 2H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-4a3 3 0 0 0-2.94-3M10 19a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1Zm2-11.24l2.64-2.64a1 1 0 0 1 1.41 0L18.88 8a1 1 0 0 1 0 1.41L16 12.29l-4 3.95ZM20 19a1 1 0 0 1-1 1h-7.18a3.1 3.1 0 0 0 .17-.92L17.07 14H19a1 1 0 0 1 1 1Z"/></svg>

React

import type { SVGProps } from "react";

export function UilSwatchbook(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 16a1 1 0 1 0 1 1a1 1 0 0 0-1-1m12.06-4l1.23-1.23a3 3 0 0 0 0-4.24l-2.83-2.82a3 3 0 0 0-4.24 0L12 4.94A3 3 0 0 0 9 2H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-4a3 3 0 0 0-2.94-3M10 19a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1Zm2-11.24l2.64-2.64a1 1 0 0 1 1.41 0L18.88 8a1 1 0 0 1 0 1.41L16 12.29l-4 3.95ZM20 19a1 1 0 0 1-1 1h-7.18a3.1 3.1 0 0 0 .17-.92L17.07 14H19a1 1 0 0 1 1 1Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 16a1 1 0 1 0 1 1a1 1 0 0 0-1-1m12.06-4l1.23-1.23a3 3 0 0 0 0-4.24l-2.83-2.82a3 3 0 0 0-4.24 0L12 4.94A3 3 0 0 0 9 2H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-4a3 3 0 0 0-2.94-3M10 19a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1Zm2-11.24l2.64-2.64a1 1 0 0 1 1.41 0L18.88 8a1 1 0 0 1 0 1.41L16 12.29l-4 3.95ZM20 19a1 1 0 0 1-1 1h-7.18a3.1 3.1 0 0 0 .17-.92L17.07 14H19a1 1 0 0 1 1 1Z"/></svg>
</template>

CSS

.icon-swatchbook {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2016a1%201%200%201%200%201%201a1%201%200%200%200-1-1m12.06-4l1.23-1.23a3%203%200%200%200%200-4.24l-2.83-2.82a3%203%200%200%200-4.24%200L12%204.94A3%203%200%200%200%209%202H5a3%203%200%200%200-3%203v14a3%203%200%200%200%203%203h14a3%203%200%200%200%203-3v-4a3%203%200%200%200-2.94-3M10%2019a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1V5a1%201%200%200%201%201-1h4a1%201%200%200%201%201%201Zm2-11.24l2.64-2.64a1%201%200%200%201%201.41%200L18.88%208a1%201%200%200%201%200%201.41L16%2012.29l-4%203.95ZM20%2019a1%201%200%200%201-1%201h-7.18a3.1%203.1%200%200%200%20.17-.92L17.07%2014H19a1%201%200%200%201%201%201Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2016a1%201%200%201%200%201%201a1%201%200%200%200-1-1m12.06-4l1.23-1.23a3%203%200%200%200%200-4.24l-2.83-2.82a3%203%200%200%200-4.24%200L12%204.94A3%203%200%200%200%209%202H5a3%203%200%200%200-3%203v14a3%203%200%200%200%203%203h14a3%203%200%200%200%203-3v-4a3%203%200%200%200-2.94-3M10%2019a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1V5a1%201%200%200%201%201-1h4a1%201%200%200%201%201%201Zm2-11.24l2.64-2.64a1%201%200%200%201%201.41%200L18.88%208a1%201%200%200%201%200%201.41L16%2012.29l-4%203.95ZM20%2019a1%201%200%200%201-1%201h-7.18a3.1%203.1%200%200%200%20.17-.92L17.07%2014H19a1%201%200%200%201%201%201Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/swatchbook.svg?color=%231a73e8&size=48