palette-solid from Flowbite Icons by Themesberg · Solid · General · MIT Free for personal and commercial use.

Name
palette-solid
Set
Flowbite Icons
Style
Solid
Category
General
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More general icons from Flowbite 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" fill-rule="evenodd" d="M8.649 2.577A10.004 10.004 0 0 1 20.344 6.49a10 10 0 0 1 1.2 8.486l-.004.01l-.005.015a2.96 2.96 0 0 1-2.836 2.001h-2.69a1.04 1.04 0 0 0-.95.68c-.047.13-.068.27-.06.409v.916A3.01 3.01 0 0 1 11.96 22a9.6 9.6 0 0 1-4.195-1l.009.005l-.018-.009l.01.004a10.1 10.1 0 0 1-5.716-7.996l-.001-.012a9.99 9.99 0 0 1 6.6-10.415m3.35 3.429a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2zM8.53 7.518a1 1 0 0 0 0 2h.01a1 1 0 1 0 0-2zm6.968 0a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2zM6.99 11.004a1 1 0 1 0 0 2H7a1 1 0 1 0 0-2z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function FlowbitePaletteSolid(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" fillRule="evenodd" d="M8.649 2.577A10.004 10.004 0 0 1 20.344 6.49a10 10 0 0 1 1.2 8.486l-.004.01l-.005.015a2.96 2.96 0 0 1-2.836 2.001h-2.69a1.04 1.04 0 0 0-.95.68c-.047.13-.068.27-.06.409v.916A3.01 3.01 0 0 1 11.96 22a9.6 9.6 0 0 1-4.195-1l.009.005l-.018-.009l.01.004a10.1 10.1 0 0 1-5.716-7.996l-.001-.012a9.99 9.99 0 0 1 6.6-10.415m3.35 3.429a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2zM8.53 7.518a1 1 0 0 0 0 2h.01a1 1 0 1 0 0-2zm6.968 0a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2zM6.99 11.004a1 1 0 1 0 0 2H7a1 1 0 1 0 0-2z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.649 2.577A10.004 10.004 0 0 1 20.344 6.49a10 10 0 0 1 1.2 8.486l-.004.01l-.005.015a2.96 2.96 0 0 1-2.836 2.001h-2.69a1.04 1.04 0 0 0-.95.68c-.047.13-.068.27-.06.409v.916A3.01 3.01 0 0 1 11.96 22a9.6 9.6 0 0 1-4.195-1l.009.005l-.018-.009l.01.004a10.1 10.1 0 0 1-5.716-7.996l-.001-.012a9.99 9.99 0 0 1 6.6-10.415m3.35 3.429a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2zM8.53 7.518a1 1 0 0 0 0 2h.01a1 1 0 1 0 0-2zm6.968 0a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2zM6.99 11.004a1 1 0 1 0 0 2H7a1 1 0 1 0 0-2z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-palette-solid {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.649%202.577A10.004%2010.004%200%200%201%2020.344%206.49a10%2010%200%200%201%201.2%208.486l-.004.01l-.005.015a2.96%202.96%200%200%201-2.836%202.001h-2.69a1.04%201.04%200%200%200-.95.68c-.047.13-.068.27-.06.409v.916A3.01%203.01%200%200%201%2011.96%2022a9.6%209.6%200%200%201-4.195-1l.009.005l-.018-.009l.01.004a10.1%2010.1%200%200%201-5.716-7.996l-.001-.012a9.99%209.99%200%200%201%206.6-10.415m3.35%203.429a1%201%200%201%200%200%202h.01a1%201%200%201%200%200-2zM8.53%207.518a1%201%200%200%200%200%202h.01a1%201%200%201%200%200-2zm6.968%200a1%201%200%201%200%200%202h.01a1%201%200%201%200%200-2zM6.99%2011.004a1%201%200%201%200%200%202H7a1%201%200%201%200%200-2z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.649%202.577A10.004%2010.004%200%200%201%2020.344%206.49a10%2010%200%200%201%201.2%208.486l-.004.01l-.005.015a2.96%202.96%200%200%201-2.836%202.001h-2.69a1.04%201.04%200%200%200-.95.68c-.047.13-.068.27-.06.409v.916A3.01%203.01%200%200%201%2011.96%2022a9.6%209.6%200%200%201-4.195-1l.009.005l-.018-.009l.01.004a10.1%2010.1%200%200%201-5.716-7.996l-.001-.012a9.99%209.99%200%200%201%206.6-10.415m3.35%203.429a1%201%200%201%200%200%202h.01a1%201%200%201%200%200-2zM8.53%207.518a1%201%200%200%200%200%202h.01a1%201%200%201%200%200-2zm6.968%200a1%201%200%201%200%200%202h.01a1%201%200%201%200%200-2zM6.99%2011.004a1%201%200%201%200%200%202H7a1%201%200%201%200%200-2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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