palette-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
palette-filled
Set
TDesign Icons
Style
Filled
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"><path fill="currentColor" d="M12 1C5.925 1 1 5.925 1 12c0 6.042 4.545 10.897 10.653 10.897c.53 0 1.064-.075 1.49-.35c.514-.333.713-.85.699-1.338c-.012-.409-.17-.774-.29-1.013a7 7 0 0 0-.352-.605l-.027-.043c-.244-.389-.374-.805-.35-1.185c.021-.347.175-.767.702-1.207c.405-.34.938-.418 1.855-.382q.208.008.447.024c.776.045 1.776.104 2.708-.147c2.555-.69 4.29-2.555 4.463-5.12C23.418 5.286 17.93 1 12 1M9.75 7.004a2 2 0 1 1 4 0a2 2 0 0 1-4 0m-4.72 3a2 2 0 1 1 4 0a2 2 0 0 1-4 0m11.488-2a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>

React

import type { SVGProps } from "react";

export function TdesignPaletteFilled(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="M12 1C5.925 1 1 5.925 1 12c0 6.042 4.545 10.897 10.653 10.897c.53 0 1.064-.075 1.49-.35c.514-.333.713-.85.699-1.338c-.012-.409-.17-.774-.29-1.013a7 7 0 0 0-.352-.605l-.027-.043c-.244-.389-.374-.805-.35-1.185c.021-.347.175-.767.702-1.207c.405-.34.938-.418 1.855-.382q.208.008.447.024c.776.045 1.776.104 2.708-.147c2.555-.69 4.29-2.555 4.463-5.12C23.418 5.286 17.93 1 12 1M9.75 7.004a2 2 0 1 1 4 0a2 2 0 0 1-4 0m-4.72 3a2 2 0 1 1 4 0a2 2 0 0 1-4 0m11.488-2a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1C5.925 1 1 5.925 1 12c0 6.042 4.545 10.897 10.653 10.897c.53 0 1.064-.075 1.49-.35c.514-.333.713-.85.699-1.338c-.012-.409-.17-.774-.29-1.013a7 7 0 0 0-.352-.605l-.027-.043c-.244-.389-.374-.805-.35-1.185c.021-.347.175-.767.702-1.207c.405-.34.938-.418 1.855-.382q.208.008.447.024c.776.045 1.776.104 2.708-.147c2.555-.69 4.29-2.555 4.463-5.12C23.418 5.286 17.93 1 12 1M9.75 7.004a2 2 0 1 1 4 0a2 2 0 0 1-4 0m-4.72 3a2 2 0 1 1 4 0a2 2 0 0 1-4 0m11.488-2a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
</template>

CSS

.icon-palette-filled {
  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%22M12%201C5.925%201%201%205.925%201%2012c0%206.042%204.545%2010.897%2010.653%2010.897c.53%200%201.064-.075%201.49-.35c.514-.333.713-.85.699-1.338c-.012-.409-.17-.774-.29-1.013a7%207%200%200%200-.352-.605l-.027-.043c-.244-.389-.374-.805-.35-1.185c.021-.347.175-.767.702-1.207c.405-.34.938-.418%201.855-.382q.208.008.447.024c.776.045%201.776.104%202.708-.147c2.555-.69%204.29-2.555%204.463-5.12C23.418%205.286%2017.93%201%2012%201M9.75%207.004a2%202%200%201%201%204%200a2%202%200%200%201-4%200m-4.72%203a2%202%200%201%201%204%200a2%202%200%200%201-4%200m11.488-2a2%202%200%201%201%200%204a2%202%200%200%201%200-4%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%22M12%201C5.925%201%201%205.925%201%2012c0%206.042%204.545%2010.897%2010.653%2010.897c.53%200%201.064-.075%201.49-.35c.514-.333.713-.85.699-1.338c-.012-.409-.17-.774-.29-1.013a7%207%200%200%200-.352-.605l-.027-.043c-.244-.389-.374-.805-.35-1.185c.021-.347.175-.767.702-1.207c.405-.34.938-.418%201.855-.382q.208.008.447.024c.776.045%201.776.104%202.708-.147c2.555-.69%204.29-2.555%204.463-5.12C23.418%205.286%2017.93%201%2012%201M9.75%207.004a2%202%200%201%201%204%200a2%202%200%200%201-4%200m-4.72%203a2%202%200%201%201%204%200a2%202%200%200%201-4%200m11.488-2a2%202%200%201%201%200%204a2%202%200%200%201%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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