artist palette emoji
artist-palette from Fluent Emoji High Contrast by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.
- Name
- artist-palette
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Activities
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More activities icons from Fluent Emoji High Contrast
Use the artist palette emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M24 19a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0-1a2 2 0 1 1 0-4a2 2 0 0 1 0 4m-7.5-9.25a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0m-6 4a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0M8.25 22a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5M16 24.25a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0"/><path d="M16.2 31a16.7 16.7 0 0 1-7.84-2.622a15.05 15.05 0 0 1-6.948-9.165A13.03 13.03 0 0 1 2.859 9.22c3.757-6.2 12.179-8.033 19.588-4.256c4.419 2.255 7.724 6.191 8.418 10.03a6.8 6.8 0 0 1-1.612 6.02c-2.158 2.356-4.943 2.323-6.967 2.3h-.007c-1.345-.024-2.185 0-2.386.4c.07.308.192.604.36.873a3.916 3.916 0 0 1-.209 4.807A4.7 4.7 0 0 1 16.2 31M14.529 5a11.35 11.35 0 0 0-9.961 5.25a11.05 11.05 0 0 0-1.218 8.473a13.03 13.03 0 0 0 6.03 7.934c3.351 1.988 7.634 3.3 9.111 1.473c.787-.968.537-1.565-.012-2.622a2.84 2.84 0 0 1-.372-2.7c.781-1.54 2.518-1.523 4.2-1.5c1.835.025 3.917.05 5.472-1.649a4.91 4.91 0 0 0 1.12-4.314c-.578-3.2-3.536-6.653-7.358-8.6a15.5 15.5 0 0 0-7.01-1.74z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastArtistPalette(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M24 19a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0-1a2 2 0 1 1 0-4a2 2 0 0 1 0 4m-7.5-9.25a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0m-6 4a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0M8.25 22a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5M16 24.25a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0"/><path d="M16.2 31a16.7 16.7 0 0 1-7.84-2.622a15.05 15.05 0 0 1-6.948-9.165A13.03 13.03 0 0 1 2.859 9.22c3.757-6.2 12.179-8.033 19.588-4.256c4.419 2.255 7.724 6.191 8.418 10.03a6.8 6.8 0 0 1-1.612 6.02c-2.158 2.356-4.943 2.323-6.967 2.3h-.007c-1.345-.024-2.185 0-2.386.4c.07.308.192.604.36.873a3.916 3.916 0 0 1-.209 4.807A4.7 4.7 0 0 1 16.2 31M14.529 5a11.35 11.35 0 0 0-9.961 5.25a11.05 11.05 0 0 0-1.218 8.473a13.03 13.03 0 0 0 6.03 7.934c3.351 1.988 7.634 3.3 9.111 1.473c.787-.968.537-1.565-.012-2.622a2.84 2.84 0 0 1-.372-2.7c.781-1.54 2.518-1.523 4.2-1.5c1.835.025 3.917.05 5.472-1.649a4.91 4.91 0 0 0 1.12-4.314c-.578-3.2-3.536-6.653-7.358-8.6a15.5 15.5 0 0 0-7.01-1.74z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M24 19a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0-1a2 2 0 1 1 0-4a2 2 0 0 1 0 4m-7.5-9.25a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0m-6 4a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0M8.25 22a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5M16 24.25a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0"/><path d="M16.2 31a16.7 16.7 0 0 1-7.84-2.622a15.05 15.05 0 0 1-6.948-9.165A13.03 13.03 0 0 1 2.859 9.22c3.757-6.2 12.179-8.033 19.588-4.256c4.419 2.255 7.724 6.191 8.418 10.03a6.8 6.8 0 0 1-1.612 6.02c-2.158 2.356-4.943 2.323-6.967 2.3h-.007c-1.345-.024-2.185 0-2.386.4c.07.308.192.604.36.873a3.916 3.916 0 0 1-.209 4.807A4.7 4.7 0 0 1 16.2 31M14.529 5a11.35 11.35 0 0 0-9.961 5.25a11.05 11.05 0 0 0-1.218 8.473a13.03 13.03 0 0 0 6.03 7.934c3.351 1.988 7.634 3.3 9.111 1.473c.787-.968.537-1.565-.012-2.622a2.84 2.84 0 0 1-.372-2.7c.781-1.54 2.518-1.523 4.2-1.5c1.835.025 3.917.05 5.472-1.649a4.91 4.91 0 0 0 1.12-4.314c-.578-3.2-3.536-6.653-7.358-8.6a15.5 15.5 0 0 0-7.01-1.74z"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M24%2019a3%203%200%201%200%200-6a3%203%200%200%200%200%206m0-1a2%202%200%201%201%200-4a2%202%200%200%201%200%204m-7.5-9.25a2.25%202.25%200%201%201-4.5%200a2.25%202.25%200%200%201%204.5%200m-6%204a2.25%202.25%200%201%201-4.5%200a2.25%202.25%200%200%201%204.5%200M8.25%2022a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5M16%2024.25a2.25%202.25%200%201%201-4.5%200a2.25%202.25%200%200%201%204.5%200%22%2F%3E%3Cpath%20d%3D%22M16.2%2031a16.7%2016.7%200%200%201-7.84-2.622a15.05%2015.05%200%200%201-6.948-9.165A13.03%2013.03%200%200%201%202.859%209.22c3.757-6.2%2012.179-8.033%2019.588-4.256c4.419%202.255%207.724%206.191%208.418%2010.03a6.8%206.8%200%200%201-1.612%206.02c-2.158%202.356-4.943%202.323-6.967%202.3h-.007c-1.345-.024-2.185%200-2.386.4c.07.308.192.604.36.873a3.916%203.916%200%200%201-.209%204.807A4.7%204.7%200%200%201%2016.2%2031M14.529%205a11.35%2011.35%200%200%200-9.961%205.25a11.05%2011.05%200%200%200-1.218%208.473a13.03%2013.03%200%200%200%206.03%207.934c3.351%201.988%207.634%203.3%209.111%201.473c.787-.968.537-1.565-.012-2.622a2.84%202.84%200%200%201-.372-2.7c.781-1.54%202.518-1.523%204.2-1.5c1.835.025%203.917.05%205.472-1.649a4.91%204.91%200%200%200%201.12-4.314c-.578-3.2-3.536-6.653-7.358-8.6a15.5%2015.5%200%200%200-7.01-1.74z%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M24%2019a3%203%200%201%200%200-6a3%203%200%200%200%200%206m0-1a2%202%200%201%201%200-4a2%202%200%200%201%200%204m-7.5-9.25a2.25%202.25%200%201%201-4.5%200a2.25%202.25%200%200%201%204.5%200m-6%204a2.25%202.25%200%201%201-4.5%200a2.25%202.25%200%200%201%204.5%200M8.25%2022a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5M16%2024.25a2.25%202.25%200%201%201-4.5%200a2.25%202.25%200%200%201%204.5%200%22%2F%3E%3Cpath%20d%3D%22M16.2%2031a16.7%2016.7%200%200%201-7.84-2.622a15.05%2015.05%200%200%201-6.948-9.165A13.03%2013.03%200%200%201%202.859%209.22c3.757-6.2%2012.179-8.033%2019.588-4.256c4.419%202.255%207.724%206.191%208.418%2010.03a6.8%206.8%200%200%201-1.612%206.02c-2.158%202.356-4.943%202.323-6.967%202.3h-.007c-1.345-.024-2.185%200-2.386.4c.07.308.192.604.36.873a3.916%203.916%200%200%201-.209%204.807A4.7%204.7%200%200%201%2016.2%2031M14.529%205a11.35%2011.35%200%200%200-9.961%205.25a11.05%2011.05%200%200%200-1.218%208.473a13.03%2013.03%200%200%200%206.03%207.934c3.351%201.988%207.634%203.3%209.111%201.473c.787-.968.537-1.565-.012-2.622a2.84%202.84%200%200%201-.372-2.7c.781-1.54%202.518-1.523%204.2-1.5c1.835.025%203.917.05%205.472-1.649a4.91%204.91%200%200%200%201.12-4.314c-.578-3.2-3.536-6.653-7.358-8.6a15.5%2015.5%200%200%200-7.01-1.74z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/artist-palette.svg?color=%231a73e8&size=48