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

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

1 other variant in TDesign Icons

Use the palette 1 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M15.889 6.938c0 2.174-1.741 3.937-3.889 3.937S8.111 9.112 8.111 6.938S9.852 3 12 3s3.889 1.763 3.889 3.938M9.778 17.063c0 2.174-1.741 3.937-3.89 3.937C3.742 21 2 19.237 2 17.063s1.741-3.938 3.889-3.938s3.889 1.763 3.889 3.938m12.222 0C22 19.237 20.259 21 18.11 21s-3.889-1.763-3.889-3.937s1.741-3.938 3.89-3.938c2.147 0 3.888 1.763 3.888 3.938"/><path stroke="currentColor" stroke-width="2" d="M15.889 6.938c0 2.174-1.741 3.937-3.889 3.937S8.111 9.112 8.111 6.938S9.852 3 12 3s3.889 1.763 3.889 3.938ZM9.778 17.063c0 2.174-1.741 3.937-3.89 3.937C3.742 21 2 19.237 2 17.063s1.741-3.938 3.889-3.938s3.889 1.763 3.889 3.938Zm12.222 0C22 19.237 20.259 21 18.11 21s-3.889-1.763-3.889-3.937s1.741-3.938 3.89-3.938c2.147 0 3.888 1.763 3.888 3.938Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignPalette1(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="M15.889 6.938c0 2.174-1.741 3.937-3.889 3.937S8.111 9.112 8.111 6.938S9.852 3 12 3s3.889 1.763 3.889 3.938M9.778 17.063c0 2.174-1.741 3.937-3.89 3.937C3.742 21 2 19.237 2 17.063s1.741-3.938 3.889-3.938s3.889 1.763 3.889 3.938m12.222 0C22 19.237 20.259 21 18.11 21s-3.889-1.763-3.889-3.937s1.741-3.938 3.89-3.938c2.147 0 3.888 1.763 3.888 3.938"/><path stroke="currentColor" strokeWidth="2" d="M15.889 6.938c0 2.174-1.741 3.937-3.889 3.937S8.111 9.112 8.111 6.938S9.852 3 12 3s3.889 1.763 3.889 3.938ZM9.778 17.063c0 2.174-1.741 3.937-3.89 3.937C3.742 21 2 19.237 2 17.063s1.741-3.938 3.889-3.938s3.889 1.763 3.889 3.938Zm12.222 0C22 19.237 20.259 21 18.11 21s-3.889-1.763-3.889-3.937s1.741-3.938 3.89-3.938c2.147 0 3.888 1.763 3.888 3.938Z"/></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="M15.889 6.938c0 2.174-1.741 3.937-3.889 3.937S8.111 9.112 8.111 6.938S9.852 3 12 3s3.889 1.763 3.889 3.938M9.778 17.063c0 2.174-1.741 3.937-3.89 3.937C3.742 21 2 19.237 2 17.063s1.741-3.938 3.889-3.938s3.889 1.763 3.889 3.938m12.222 0C22 19.237 20.259 21 18.11 21s-3.889-1.763-3.889-3.937s1.741-3.938 3.89-3.938c2.147 0 3.888 1.763 3.888 3.938"/><path stroke="currentColor" stroke-width="2" d="M15.889 6.938c0 2.174-1.741 3.937-3.889 3.937S8.111 9.112 8.111 6.938S9.852 3 12 3s3.889 1.763 3.889 3.938ZM9.778 17.063c0 2.174-1.741 3.937-3.89 3.937C3.742 21 2 19.237 2 17.063s1.741-3.938 3.889-3.938s3.889 1.763 3.889 3.938Zm12.222 0C22 19.237 20.259 21 18.11 21s-3.889-1.763-3.889-3.937s1.741-3.938 3.89-3.938c2.147 0 3.888 1.763 3.888 3.938Z"/></g></svg>
</template>

CSS

.icon-palette-1 {
  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%22M15.889%206.938c0%202.174-1.741%203.937-3.889%203.937S8.111%209.112%208.111%206.938S9.852%203%2012%203s3.889%201.763%203.889%203.938M9.778%2017.063c0%202.174-1.741%203.937-3.89%203.937C3.742%2021%202%2019.237%202%2017.063s1.741-3.938%203.889-3.938s3.889%201.763%203.889%203.938m12.222%200C22%2019.237%2020.259%2021%2018.11%2021s-3.889-1.763-3.889-3.937s1.741-3.938%203.89-3.938c2.147%200%203.888%201.763%203.888%203.938%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M15.889%206.938c0%202.174-1.741%203.937-3.889%203.937S8.111%209.112%208.111%206.938S9.852%203%2012%203s3.889%201.763%203.889%203.938ZM9.778%2017.063c0%202.174-1.741%203.937-3.89%203.937C3.742%2021%202%2019.237%202%2017.063s1.741-3.938%203.889-3.938s3.889%201.763%203.889%203.938Zm12.222%200C22%2019.237%2020.259%2021%2018.11%2021s-3.889-1.763-3.889-3.937s1.741-3.938%203.89-3.938c2.147%200%203.888%201.763%203.888%203.938Z%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%22M15.889%206.938c0%202.174-1.741%203.937-3.889%203.937S8.111%209.112%208.111%206.938S9.852%203%2012%203s3.889%201.763%203.889%203.938M9.778%2017.063c0%202.174-1.741%203.937-3.89%203.937C3.742%2021%202%2019.237%202%2017.063s1.741-3.938%203.889-3.938s3.889%201.763%203.889%203.938m12.222%200C22%2019.237%2020.259%2021%2018.11%2021s-3.889-1.763-3.889-3.937s1.741-3.938%203.89-3.938c2.147%200%203.888%201.763%203.888%203.938%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M15.889%206.938c0%202.174-1.741%203.937-3.889%203.937S8.111%209.112%208.111%206.938S9.852%203%2012%203s3.889%201.763%203.889%203.938ZM9.778%2017.063c0%202.174-1.741%203.937-3.89%203.937C3.742%2021%202%2019.237%202%2017.063s1.741-3.938%203.889-3.938s3.889%201.763%203.889%203.938Zm12.222%200C22%2019.237%2020.259%2021%2018.11%2021s-3.889-1.763-3.889-3.937s1.741-3.938%203.89-3.938c2.147%200%203.888%201.763%203.888%203.938Z%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-1.svg?color=%231a73e8&size=48