artist palette emoji

artist-palette from Emoji One (Colored) by Emoji One · Default · Activities · CC-BY-4.0 Attribution required.

Name
artist-palette
Set
Emoji One (Colored)
Style
Default
Category
Activities
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More activities icons from Emoji One (Colored)

Use the artist palette emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f6c799" d="M49.6 23.6C58.4 8.5 40.3-1.3 17.3 9.2C3.2 15.7-6.6 35.7 13 52.9c13.9 12.2 49 5.3 49-8.7c0-15.5-21.7-4.8-12.4-20.6m4.9 24.6c-2.8 2.4-7.2 2.4-10 0s-2.8-4.5 0-6.9s7.2-2.4 10 0s2.7 4.5 0 6.9"/><path fill="#2caece" d="M33.2 45.1c-3.1-2.4-8-2.4-11.1 0s-3.1 6.2 0 8.6s8 2.4 11.1 0c3-2.4 3-6.3 0-8.6"/><path fill="#fdf516" d="M19.6 33.6c-3.4-1.6-8-.6-10.4 2.3S7.6 42.4 11 44s8 .6 10.4-2.3s1.6-6.5-1.8-8.1"/><path fill="#f55" d="M17 20.6c-2.9-1.6-7.2-.9-9.4 1.6c-2.3 2.5-1.7 5.8 1.2 7.3c2.9 1.6 7.2.9 9.4-1.6s1.7-5.7-1.2-7.3"/><path fill="#83bf4f" d="M28.4 10.8c-2.8-1.6-6.9-1-9.1 1.4s-1.8 5.5 1.1 7.1c2.8 1.6 6.9 1 9.1-1.4s1.7-5.6-1.1-7.1"/><path fill="#9156b7" d="M44.7 9.7c-2.2-1.8-5.9-2.2-8.5-1c-2.5 1.2-2.8 3.7-.6 5.5s5.9 2.2 8.5 1c2.5-1.3 2.7-3.7.6-5.5"/><path fill="#947151" d="M40 42.1c-1.9 2.1-11.5 4-11.5 4s3.8-3.5 5.5-9.2c.8-2.7 4.7-2.7 6.4-1.2c1.7 1.4 1.5 4.3-.4 6.4"/><path fill="#666" d="M58.7 12.3c1-.1 2.9 1.6 3 2.5C62 19.1 44 34.5 44 34.5L41 32s13.3-19.4 17.7-19.7"/><path fill="#ccc" d="m38.4 34.9l3 2.5l2.6-2.9l-3-2.5z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneArtistPalette(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f6c799" d="M49.6 23.6C58.4 8.5 40.3-1.3 17.3 9.2C3.2 15.7-6.6 35.7 13 52.9c13.9 12.2 49 5.3 49-8.7c0-15.5-21.7-4.8-12.4-20.6m4.9 24.6c-2.8 2.4-7.2 2.4-10 0s-2.8-4.5 0-6.9s7.2-2.4 10 0s2.7 4.5 0 6.9"/><path fill="#2caece" d="M33.2 45.1c-3.1-2.4-8-2.4-11.1 0s-3.1 6.2 0 8.6s8 2.4 11.1 0c3-2.4 3-6.3 0-8.6"/><path fill="#fdf516" d="M19.6 33.6c-3.4-1.6-8-.6-10.4 2.3S7.6 42.4 11 44s8 .6 10.4-2.3s1.6-6.5-1.8-8.1"/><path fill="#f55" d="M17 20.6c-2.9-1.6-7.2-.9-9.4 1.6c-2.3 2.5-1.7 5.8 1.2 7.3c2.9 1.6 7.2.9 9.4-1.6s1.7-5.7-1.2-7.3"/><path fill="#83bf4f" d="M28.4 10.8c-2.8-1.6-6.9-1-9.1 1.4s-1.8 5.5 1.1 7.1c2.8 1.6 6.9 1 9.1-1.4s1.7-5.6-1.1-7.1"/><path fill="#9156b7" d="M44.7 9.7c-2.2-1.8-5.9-2.2-8.5-1c-2.5 1.2-2.8 3.7-.6 5.5s5.9 2.2 8.5 1c2.5-1.3 2.7-3.7.6-5.5"/><path fill="#947151" d="M40 42.1c-1.9 2.1-11.5 4-11.5 4s3.8-3.5 5.5-9.2c.8-2.7 4.7-2.7 6.4-1.2c1.7 1.4 1.5 4.3-.4 6.4"/><path fill="#666" d="M58.7 12.3c1-.1 2.9 1.6 3 2.5C62 19.1 44 34.5 44 34.5L41 32s13.3-19.4 17.7-19.7"/><path fill="#ccc" d="m38.4 34.9l3 2.5l2.6-2.9l-3-2.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f6c799" d="M49.6 23.6C58.4 8.5 40.3-1.3 17.3 9.2C3.2 15.7-6.6 35.7 13 52.9c13.9 12.2 49 5.3 49-8.7c0-15.5-21.7-4.8-12.4-20.6m4.9 24.6c-2.8 2.4-7.2 2.4-10 0s-2.8-4.5 0-6.9s7.2-2.4 10 0s2.7 4.5 0 6.9"/><path fill="#2caece" d="M33.2 45.1c-3.1-2.4-8-2.4-11.1 0s-3.1 6.2 0 8.6s8 2.4 11.1 0c3-2.4 3-6.3 0-8.6"/><path fill="#fdf516" d="M19.6 33.6c-3.4-1.6-8-.6-10.4 2.3S7.6 42.4 11 44s8 .6 10.4-2.3s1.6-6.5-1.8-8.1"/><path fill="#f55" d="M17 20.6c-2.9-1.6-7.2-.9-9.4 1.6c-2.3 2.5-1.7 5.8 1.2 7.3c2.9 1.6 7.2.9 9.4-1.6s1.7-5.7-1.2-7.3"/><path fill="#83bf4f" d="M28.4 10.8c-2.8-1.6-6.9-1-9.1 1.4s-1.8 5.5 1.1 7.1c2.8 1.6 6.9 1 9.1-1.4s1.7-5.6-1.1-7.1"/><path fill="#9156b7" d="M44.7 9.7c-2.2-1.8-5.9-2.2-8.5-1c-2.5 1.2-2.8 3.7-.6 5.5s5.9 2.2 8.5 1c2.5-1.3 2.7-3.7.6-5.5"/><path fill="#947151" d="M40 42.1c-1.9 2.1-11.5 4-11.5 4s3.8-3.5 5.5-9.2c.8-2.7 4.7-2.7 6.4-1.2c1.7 1.4 1.5 4.3-.4 6.4"/><path fill="#666" d="M58.7 12.3c1-.1 2.9 1.6 3 2.5C62 19.1 44 34.5 44 34.5L41 32s13.3-19.4 17.7-19.7"/><path fill="#ccc" d="m38.4 34.9l3 2.5l2.6-2.9l-3-2.5z"/></svg>
</template>

CSS

.icon-artist-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%2064%2064%22%3E%3Cpath%20fill%3D%22%23f6c799%22%20d%3D%22M49.6%2023.6C58.4%208.5%2040.3-1.3%2017.3%209.2C3.2%2015.7-6.6%2035.7%2013%2052.9c13.9%2012.2%2049%205.3%2049-8.7c0-15.5-21.7-4.8-12.4-20.6m4.9%2024.6c-2.8%202.4-7.2%202.4-10%200s-2.8-4.5%200-6.9s7.2-2.4%2010%200s2.7%204.5%200%206.9%22%2F%3E%3Cpath%20fill%3D%22%232caece%22%20d%3D%22M33.2%2045.1c-3.1-2.4-8-2.4-11.1%200s-3.1%206.2%200%208.6s8%202.4%2011.1%200c3-2.4%203-6.3%200-8.6%22%2F%3E%3Cpath%20fill%3D%22%23fdf516%22%20d%3D%22M19.6%2033.6c-3.4-1.6-8-.6-10.4%202.3S7.6%2042.4%2011%2044s8%20.6%2010.4-2.3s1.6-6.5-1.8-8.1%22%2F%3E%3Cpath%20fill%3D%22%23f55%22%20d%3D%22M17%2020.6c-2.9-1.6-7.2-.9-9.4%201.6c-2.3%202.5-1.7%205.8%201.2%207.3c2.9%201.6%207.2.9%209.4-1.6s1.7-5.7-1.2-7.3%22%2F%3E%3Cpath%20fill%3D%22%2383bf4f%22%20d%3D%22M28.4%2010.8c-2.8-1.6-6.9-1-9.1%201.4s-1.8%205.5%201.1%207.1c2.8%201.6%206.9%201%209.1-1.4s1.7-5.6-1.1-7.1%22%2F%3E%3Cpath%20fill%3D%22%239156b7%22%20d%3D%22M44.7%209.7c-2.2-1.8-5.9-2.2-8.5-1c-2.5%201.2-2.8%203.7-.6%205.5s5.9%202.2%208.5%201c2.5-1.3%202.7-3.7.6-5.5%22%2F%3E%3Cpath%20fill%3D%22%23947151%22%20d%3D%22M40%2042.1c-1.9%202.1-11.5%204-11.5%204s3.8-3.5%205.5-9.2c.8-2.7%204.7-2.7%206.4-1.2c1.7%201.4%201.5%204.3-.4%206.4%22%2F%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M58.7%2012.3c1-.1%202.9%201.6%203%202.5C62%2019.1%2044%2034.5%2044%2034.5L41%2032s13.3-19.4%2017.7-19.7%22%2F%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22m38.4%2034.9l3%202.5l2.6-2.9l-3-2.5z%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23f6c799%22%20d%3D%22M49.6%2023.6C58.4%208.5%2040.3-1.3%2017.3%209.2C3.2%2015.7-6.6%2035.7%2013%2052.9c13.9%2012.2%2049%205.3%2049-8.7c0-15.5-21.7-4.8-12.4-20.6m4.9%2024.6c-2.8%202.4-7.2%202.4-10%200s-2.8-4.5%200-6.9s7.2-2.4%2010%200s2.7%204.5%200%206.9%22%2F%3E%3Cpath%20fill%3D%22%232caece%22%20d%3D%22M33.2%2045.1c-3.1-2.4-8-2.4-11.1%200s-3.1%206.2%200%208.6s8%202.4%2011.1%200c3-2.4%203-6.3%200-8.6%22%2F%3E%3Cpath%20fill%3D%22%23fdf516%22%20d%3D%22M19.6%2033.6c-3.4-1.6-8-.6-10.4%202.3S7.6%2042.4%2011%2044s8%20.6%2010.4-2.3s1.6-6.5-1.8-8.1%22%2F%3E%3Cpath%20fill%3D%22%23f55%22%20d%3D%22M17%2020.6c-2.9-1.6-7.2-.9-9.4%201.6c-2.3%202.5-1.7%205.8%201.2%207.3c2.9%201.6%207.2.9%209.4-1.6s1.7-5.7-1.2-7.3%22%2F%3E%3Cpath%20fill%3D%22%2383bf4f%22%20d%3D%22M28.4%2010.8c-2.8-1.6-6.9-1-9.1%201.4s-1.8%205.5%201.1%207.1c2.8%201.6%206.9%201%209.1-1.4s1.7-5.6-1.1-7.1%22%2F%3E%3Cpath%20fill%3D%22%239156b7%22%20d%3D%22M44.7%209.7c-2.2-1.8-5.9-2.2-8.5-1c-2.5%201.2-2.8%203.7-.6%205.5s5.9%202.2%208.5%201c2.5-1.3%202.7-3.7.6-5.5%22%2F%3E%3Cpath%20fill%3D%22%23947151%22%20d%3D%22M40%2042.1c-1.9%202.1-11.5%204-11.5%204s3.8-3.5%205.5-9.2c.8-2.7%204.7-2.7%206.4-1.2c1.7%201.4%201.5%204.3-.4%206.4%22%2F%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M58.7%2012.3c1-.1%202.9%201.6%203%202.5C62%2019.1%2044%2034.5%2044%2034.5L41%2032s13.3-19.4%2017.7-19.7%22%2F%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22m38.4%2034.9l3%202.5l2.6-2.9l-3-2.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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