artist palette emoji
artist-palette from Fluent Emoji Flat by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.
- Name
- artist-palette
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Activities
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More activities icons from Fluent Emoji Flat
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="none"><path fill="#fbb8ab" d="M21.993 5.854c-6.707-3.42-14.656-2.1-18.279 3.883S2.398 23.68 8.87 27.517c3.18 1.886 8.312 3.811 10.398 1.244c2.044-2.516-.972-4.11-.268-5.502c1.133-2.24 6.2.699 9.515-2.922c3.734-4.082.009-11.151-6.522-14.483M24 19c-1.745 0-3-1.273-3-3s1.255-3 3-3s3 1.273 3 3s-1.255 3-3 3"/><path fill="#8d65c5" d="M14.25 11a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5"/><path fill="#f70a8d" d="M8.25 15a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5"/><path fill="#00d26a" d="M8.25 22a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5"/><path fill="#3f5fff" d="M13.75 26.5a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatArtistPalette(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#fbb8ab" d="M21.993 5.854c-6.707-3.42-14.656-2.1-18.279 3.883S2.398 23.68 8.87 27.517c3.18 1.886 8.312 3.811 10.398 1.244c2.044-2.516-.972-4.11-.268-5.502c1.133-2.24 6.2.699 9.515-2.922c3.734-4.082.009-11.151-6.522-14.483M24 19c-1.745 0-3-1.273-3-3s1.255-3 3-3s3 1.273 3 3s-1.255 3-3 3"/><path fill="#8d65c5" d="M14.25 11a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5"/><path fill="#f70a8d" d="M8.25 15a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5"/><path fill="#00d26a" d="M8.25 22a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5"/><path fill="#3f5fff" d="M13.75 26.5a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#fbb8ab" d="M21.993 5.854c-6.707-3.42-14.656-2.1-18.279 3.883S2.398 23.68 8.87 27.517c3.18 1.886 8.312 3.811 10.398 1.244c2.044-2.516-.972-4.11-.268-5.502c1.133-2.24 6.2.699 9.515-2.922c3.734-4.082.009-11.151-6.522-14.483M24 19c-1.745 0-3-1.273-3-3s1.255-3 3-3s3 1.273 3 3s-1.255 3-3 3"/><path fill="#8d65c5" d="M14.25 11a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5"/><path fill="#f70a8d" d="M8.25 15a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5"/><path fill="#00d26a" d="M8.25 22a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5"/><path fill="#3f5fff" d="M13.75 26.5a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5"/></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%22none%22%3E%3Cpath%20fill%3D%22%23fbb8ab%22%20d%3D%22M21.993%205.854c-6.707-3.42-14.656-2.1-18.279%203.883S2.398%2023.68%208.87%2027.517c3.18%201.886%208.312%203.811%2010.398%201.244c2.044-2.516-.972-4.11-.268-5.502c1.133-2.24%206.2.699%209.515-2.922c3.734-4.082.009-11.151-6.522-14.483M24%2019c-1.745%200-3-1.273-3-3s1.255-3%203-3s3%201.273%203%203s-1.255%203-3%203%22%2F%3E%3Cpath%20fill%3D%22%238d65c5%22%20d%3D%22M14.25%2011a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5%22%2F%3E%3Cpath%20fill%3D%22%23f70a8d%22%20d%3D%22M8.25%2015a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5%22%2F%3E%3Cpath%20fill%3D%22%2300d26a%22%20d%3D%22M8.25%2022a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5%22%2F%3E%3Cpath%20fill%3D%22%233f5fff%22%20d%3D%22M13.75%2026.5a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5%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%22none%22%3E%3Cpath%20fill%3D%22%23fbb8ab%22%20d%3D%22M21.993%205.854c-6.707-3.42-14.656-2.1-18.279%203.883S2.398%2023.68%208.87%2027.517c3.18%201.886%208.312%203.811%2010.398%201.244c2.044-2.516-.972-4.11-.268-5.502c1.133-2.24%206.2.699%209.515-2.922c3.734-4.082.009-11.151-6.522-14.483M24%2019c-1.745%200-3-1.273-3-3s1.255-3%203-3s3%201.273%203%203s-1.255%203-3%203%22%2F%3E%3Cpath%20fill%3D%22%238d65c5%22%20d%3D%22M14.25%2011a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5%22%2F%3E%3Cpath%20fill%3D%22%23f70a8d%22%20d%3D%22M8.25%2015a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5%22%2F%3E%3Cpath%20fill%3D%22%2300d26a%22%20d%3D%22M8.25%2022a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5%22%2F%3E%3Cpath%20fill%3D%22%233f5fff%22%20d%3D%22M13.75%2026.5a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5%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-flat/artist-palette.svg?color=%231a73e8&size=48