palette from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
palette
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the palette icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M22 11.464c-.14 2.079-1.522 3.627-3.726 4.221c-1.86.502-3.955-.498-5.39.704c-1.437 1.2-1.202 2.666-.558 3.692c.42.666 1.182 1.816-.674 1.816C6.13 21.897 2 17.523 2 12S6.477 2 12 2s10.37 3.953 10 9.464"/><path d="M11.75 8.004a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-4.72 3a1 1 0 1 1 0-2a1 1 0 0 1 0 2m9.488 0a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/><path stroke="currentColor" stroke-width="2" d="M22 11.464c-.14 2.079-1.522 3.627-3.726 4.221c-1.86.502-3.955-.498-5.39.704c-1.437 1.2-1.202 2.666-.558 3.692c.42.666 1.182 1.816-.674 1.816C6.13 21.897 2 17.523 2 12S6.477 2 12 2s10.37 3.953 10 9.464Z"/><path stroke="currentColor" stroke-width="2" d="M11.75 8.004a1 1 0 1 1 0-2a1 1 0 0 1 0 2Zm-4.72 3a1 1 0 1 1 0-2a1 1 0 0 1 0 2Zm9.488 0a1 1 0 1 1 0-2a1 1 0 0 1 0 2Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignPalette(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M22 11.464c-.14 2.079-1.522 3.627-3.726 4.221c-1.86.502-3.955-.498-5.39.704c-1.437 1.2-1.202 2.666-.558 3.692c.42.666 1.182 1.816-.674 1.816C6.13 21.897 2 17.523 2 12S6.477 2 12 2s10.37 3.953 10 9.464"/><path d="M11.75 8.004a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-4.72 3a1 1 0 1 1 0-2a1 1 0 0 1 0 2m9.488 0a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/><path stroke="currentColor" strokeWidth="2" d="M22 11.464c-.14 2.079-1.522 3.627-3.726 4.221c-1.86.502-3.955-.498-5.39.704c-1.437 1.2-1.202 2.666-.558 3.692c.42.666 1.182 1.816-.674 1.816C6.13 21.897 2 17.523 2 12S6.477 2 12 2s10.37 3.953 10 9.464Z"/><path stroke="currentColor" strokeWidth="2" d="M11.75 8.004a1 1 0 1 1 0-2a1 1 0 0 1 0 2Zm-4.72 3a1 1 0 1 1 0-2a1 1 0 0 1 0 2Zm9.488 0a1 1 0 1 1 0-2a1 1 0 0 1 0 2Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M22 11.464c-.14 2.079-1.522 3.627-3.726 4.221c-1.86.502-3.955-.498-5.39.704c-1.437 1.2-1.202 2.666-.558 3.692c.42.666 1.182 1.816-.674 1.816C6.13 21.897 2 17.523 2 12S6.477 2 12 2s10.37 3.953 10 9.464"/><path d="M11.75 8.004a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-4.72 3a1 1 0 1 1 0-2a1 1 0 0 1 0 2m9.488 0a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/><path stroke="currentColor" stroke-width="2" d="M22 11.464c-.14 2.079-1.522 3.627-3.726 4.221c-1.86.502-3.955-.498-5.39.704c-1.437 1.2-1.202 2.666-.558 3.692c.42.666 1.182 1.816-.674 1.816C6.13 21.897 2 17.523 2 12S6.477 2 12 2s10.37 3.953 10 9.464Z"/><path stroke="currentColor" stroke-width="2" d="M11.75 8.004a1 1 0 1 1 0-2a1 1 0 0 1 0 2Zm-4.72 3a1 1 0 1 1 0-2a1 1 0 0 1 0 2Zm9.488 0a1 1 0 1 1 0-2a1 1 0 0 1 0 2Z"/></g></svg>
</template>

CSS

.icon-palette {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M22%2011.464c-.14%202.079-1.522%203.627-3.726%204.221c-1.86.502-3.955-.498-5.39.704c-1.437%201.2-1.202%202.666-.558%203.692c.42.666%201.182%201.816-.674%201.816C6.13%2021.897%202%2017.523%202%2012S6.477%202%2012%202s10.37%203.953%2010%209.464%22%2F%3E%3Cpath%20d%3D%22M11.75%208.004a1%201%200%201%201%200-2a1%201%200%200%201%200%202m-4.72%203a1%201%200%201%201%200-2a1%201%200%200%201%200%202m9.488%200a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M22%2011.464c-.14%202.079-1.522%203.627-3.726%204.221c-1.86.502-3.955-.498-5.39.704c-1.437%201.2-1.202%202.666-.558%203.692c.42.666%201.182%201.816-.674%201.816C6.13%2021.897%202%2017.523%202%2012S6.477%202%2012%202s10.37%203.953%2010%209.464Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M11.75%208.004a1%201%200%201%201%200-2a1%201%200%200%201%200%202Zm-4.72%203a1%201%200%201%201%200-2a1%201%200%200%201%200%202Zm9.488%200a1%201%200%201%201%200-2a1%201%200%200%201%200%202Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M22%2011.464c-.14%202.079-1.522%203.627-3.726%204.221c-1.86.502-3.955-.498-5.39.704c-1.437%201.2-1.202%202.666-.558%203.692c.42.666%201.182%201.816-.674%201.816C6.13%2021.897%202%2017.523%202%2012S6.477%202%2012%202s10.37%203.953%2010%209.464%22%2F%3E%3Cpath%20d%3D%22M11.75%208.004a1%201%200%201%201%200-2a1%201%200%200%201%200%202m-4.72%203a1%201%200%201%201%200-2a1%201%200%200%201%200%202m9.488%200a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M22%2011.464c-.14%202.079-1.522%203.627-3.726%204.221c-1.86.502-3.955-.498-5.39.704c-1.437%201.2-1.202%202.666-.558%203.692c.42.666%201.182%201.816-.674%201.816C6.13%2021.897%202%2017.523%202%2012S6.477%202%2012%202s10.37%203.953%2010%209.464Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M11.75%208.004a1%201%200%201%201%200-2a1%201%200%200%201%200%202Zm-4.72%203a1%201%200%201%201%200-2a1%201%200%200%201%200%202Zm9.488%200a1%201%200%201%201%200-2a1%201%200%200%201%200%202Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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