palette from Line Awesome by Icons8 · Line · Spinners · Apache-2.0 Free for personal and commercial use.

Name
palette
Set
Line Awesome
Style
Line
Category
Spinners
Viewbox
32×32
License
Apache 2.0
Aliases
palette-solid

The same icon in other sets

More spinners icons from Line Awesome

Use the palette icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.594 2.969c-.531.015-1.078.074-1.625.156h-.031C8.613 3.996 4.3 8.191 3.217 13.5c-.323 1.512-.304 2.922-.093 4.313c.008.003 0 .023 0 .03c.328 2.348 3.375 3.376 5.094 1.657c1.23-1.23 3.05-1.23 4.281 0s1.23 3.05 0 4.281c-1.719 1.719-.691 4.766 1.656 5.094c.008 0 .028-.008.031 0c1.38.21 2.782.223 4.282-.094h.031c5.324-.992 9.508-5.406 10.375-10.718v-.032c1.133-7.64-4.453-14.312-11.719-15a12 12 0 0 0-1.562-.062zm.031 2A11 11 0 0 1 16.969 5a11.093 11.093 0 0 1 9.937 12.75c-.73 4.477-4.32 8.242-8.781 9.063h-.031a9.9 9.9 0 0 1-3.657.093c-.82-.101-1.199-1.02-.53-1.687a5.036 5.036 0 0 0 0-7.125a5.036 5.036 0 0 0-7.126 0c-.668.668-1.586.289-1.687-.532a9.9 9.9 0 0 1 .093-3.656c.918-4.488 4.586-8.082 9.063-8.812c.469-.07.922-.11 1.375-.125M14 7a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m7 2a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4M9 11a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m14 5a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m-4 5a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4"/></svg>

React

import type { SVGProps } from "react";

export function LaPalette(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.594 2.969c-.531.015-1.078.074-1.625.156h-.031C8.613 3.996 4.3 8.191 3.217 13.5c-.323 1.512-.304 2.922-.093 4.313c.008.003 0 .023 0 .03c.328 2.348 3.375 3.376 5.094 1.657c1.23-1.23 3.05-1.23 4.281 0s1.23 3.05 0 4.281c-1.719 1.719-.691 4.766 1.656 5.094c.008 0 .028-.008.031 0c1.38.21 2.782.223 4.282-.094h.031c5.324-.992 9.508-5.406 10.375-10.718v-.032c1.133-7.64-4.453-14.312-11.719-15a12 12 0 0 0-1.562-.062zm.031 2A11 11 0 0 1 16.969 5a11.093 11.093 0 0 1 9.937 12.75c-.73 4.477-4.32 8.242-8.781 9.063h-.031a9.9 9.9 0 0 1-3.657.093c-.82-.101-1.199-1.02-.53-1.687a5.036 5.036 0 0 0 0-7.125a5.036 5.036 0 0 0-7.126 0c-.668.668-1.586.289-1.687-.532a9.9 9.9 0 0 1 .093-3.656c.918-4.488 4.586-8.082 9.063-8.812c.469-.07.922-.11 1.375-.125M14 7a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m7 2a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4M9 11a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m14 5a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m-4 5a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.594 2.969c-.531.015-1.078.074-1.625.156h-.031C8.613 3.996 4.3 8.191 3.217 13.5c-.323 1.512-.304 2.922-.093 4.313c.008.003 0 .023 0 .03c.328 2.348 3.375 3.376 5.094 1.657c1.23-1.23 3.05-1.23 4.281 0s1.23 3.05 0 4.281c-1.719 1.719-.691 4.766 1.656 5.094c.008 0 .028-.008.031 0c1.38.21 2.782.223 4.282-.094h.031c5.324-.992 9.508-5.406 10.375-10.718v-.032c1.133-7.64-4.453-14.312-11.719-15a12 12 0 0 0-1.562-.062zm.031 2A11 11 0 0 1 16.969 5a11.093 11.093 0 0 1 9.937 12.75c-.73 4.477-4.32 8.242-8.781 9.063h-.031a9.9 9.9 0 0 1-3.657.093c-.82-.101-1.199-1.02-.53-1.687a5.036 5.036 0 0 0 0-7.125a5.036 5.036 0 0 0-7.126 0c-.668.668-1.586.289-1.687-.532a9.9 9.9 0 0 1 .093-3.656c.918-4.488 4.586-8.082 9.063-8.812c.469-.07.922-.11 1.375-.125M14 7a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m7 2a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4M9 11a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m14 5a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m-4 5a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.594%202.969c-.531.015-1.078.074-1.625.156h-.031C8.613%203.996%204.3%208.191%203.217%2013.5c-.323%201.512-.304%202.922-.093%204.313c.008.003%200%20.023%200%20.03c.328%202.348%203.375%203.376%205.094%201.657c1.23-1.23%203.05-1.23%204.281%200s1.23%203.05%200%204.281c-1.719%201.719-.691%204.766%201.656%205.094c.008%200%20.028-.008.031%200c1.38.21%202.782.223%204.282-.094h.031c5.324-.992%209.508-5.406%2010.375-10.718v-.032c1.133-7.64-4.453-14.312-11.719-15a12%2012%200%200%200-1.562-.062zm.031%202A11%2011%200%200%201%2016.969%205a11.093%2011.093%200%200%201%209.937%2012.75c-.73%204.477-4.32%208.242-8.781%209.063h-.031a9.9%209.9%200%200%201-3.657.093c-.82-.101-1.199-1.02-.53-1.687a5.036%205.036%200%200%200%200-7.125a5.036%205.036%200%200%200-7.126%200c-.668.668-1.586.289-1.687-.532a9.9%209.9%200%200%201%20.093-3.656c.918-4.488%204.586-8.082%209.063-8.812c.469-.07.922-.11%201.375-.125M14%207a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4m7%202a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4M9%2011a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4m14%205a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4m-4%205a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.594%202.969c-.531.015-1.078.074-1.625.156h-.031C8.613%203.996%204.3%208.191%203.217%2013.5c-.323%201.512-.304%202.922-.093%204.313c.008.003%200%20.023%200%20.03c.328%202.348%203.375%203.376%205.094%201.657c1.23-1.23%203.05-1.23%204.281%200s1.23%203.05%200%204.281c-1.719%201.719-.691%204.766%201.656%205.094c.008%200%20.028-.008.031%200c1.38.21%202.782.223%204.282-.094h.031c5.324-.992%209.508-5.406%2010.375-10.718v-.032c1.133-7.64-4.453-14.312-11.719-15a12%2012%200%200%200-1.562-.062zm.031%202A11%2011%200%200%201%2016.969%205a11.093%2011.093%200%200%201%209.937%2012.75c-.73%204.477-4.32%208.242-8.781%209.063h-.031a9.9%209.9%200%200%201-3.657.093c-.82-.101-1.199-1.02-.53-1.687a5.036%205.036%200%200%200%200-7.125a5.036%205.036%200%200%200-7.126%200c-.668.668-1.586.289-1.687-.532a9.9%209.9%200%200%201%20.093-3.656c.918-4.488%204.586-8.082%209.063-8.812c.469-.07.922-.11%201.375-.125M14%207a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4m7%202a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4M9%2011a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4m14%205a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4m-4%205a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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