paintbrush from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.

Name
paintbrush
Set
Emoji One (Colored)
Style
Default
Category
Objects
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More objects icons from Emoji One (Colored)

Use the paintbrush emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#3e4347" d="M20.5 54.6c.9-9.9 5.4-9.7 3-12c-2.3-2.3.3-.3-12.3 3.3c-4.5 1.3-6.4 5.3-6.7 8.8c-.1 1-.8 5.6-4.5 7c0 0 7.8.8 11.7 0c4-.3 8.4-2.3 8.8-7.1"/><path fill="#94989b" d="M11.6 45.7s2.8.3 2.4 2.4s2.2.1 2.3 1.7c.1 1.7 2.9.6 2.8 2.2c-.1 1.7 1.8 1 1.5 2.5s-.7 3.2-1.9 4.2c-1.1 1 .4-4.8-.9-3.6s-1-2.9-2.8-2.1c-1.9.8-.3-3.3-2.4-2.4s-1.4-3-2.7-2.7c-1.3.4-1.1-.9-1.1-.9s1.1-.8 2.8-1.3"/><path fill="#ed4c5c" d="M4.6 53.8s-.7 6.3-4.6 7.8c0 0 8.4 1.1 12.4-.1c0 0 2-.7-.2-1.8s-.4-2-1.6-1.8c-1.2.1 1.2-1.7-.7-1.5s-.4-2.5-1.7-1.9c-1.3.7-.9-2-1.6-1.1c-.6.8-.4-.9-1-.7s-.8.2-1 1.1"/><path fill="#ffc7ce" d="M10.8 59.9s-.4.3-1.1.6c-.3.1-.7.3-1.2.4c-.4 0-.8.1-1.3.1s-.9 0-1.4-.1c-.4-.1-.9-.2-1.2-.3c-.7-.2-1.1-.4-1.1-.4s.5-.2 1.2-.3s1.6-.2 2.5-.3c.9 0 1.8 0 2.5.1c.6.1 1.1.2 1.1.2"/><path fill="#89664c" d="m21.2 51.1l-6.4-6.4S42.6 13.9 52.2 4c2.6-2.7 7-2.7 9.7 0s2.7 7.1 0 9.7C52 23.2 21.2 51.1 21.2 51.1"/><path fill="#d3976e" d="m20.2 50l-4.3-4.3S43.4 16.3 52.7 6.6c2.6-2.6 6.2-3.3 8-1.4c1.8 1.8 1.2 5.4-1.4 8C49.6 22.6 20.2 50 20.2 50"/><path fill="#c7d3d8" d="m13.894 44.98l3.465-3.466l7.07 7.071l-3.464 3.465z"/><path fill="#fff" d="m15.167 46.25l3.465-3.464l4.525 4.526l-3.465 3.464z"/></svg>

React

import type { SVGProps } from "react";

export function EmojionePaintbrush(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#3e4347" d="M20.5 54.6c.9-9.9 5.4-9.7 3-12c-2.3-2.3.3-.3-12.3 3.3c-4.5 1.3-6.4 5.3-6.7 8.8c-.1 1-.8 5.6-4.5 7c0 0 7.8.8 11.7 0c4-.3 8.4-2.3 8.8-7.1"/><path fill="#94989b" d="M11.6 45.7s2.8.3 2.4 2.4s2.2.1 2.3 1.7c.1 1.7 2.9.6 2.8 2.2c-.1 1.7 1.8 1 1.5 2.5s-.7 3.2-1.9 4.2c-1.1 1 .4-4.8-.9-3.6s-1-2.9-2.8-2.1c-1.9.8-.3-3.3-2.4-2.4s-1.4-3-2.7-2.7c-1.3.4-1.1-.9-1.1-.9s1.1-.8 2.8-1.3"/><path fill="#ed4c5c" d="M4.6 53.8s-.7 6.3-4.6 7.8c0 0 8.4 1.1 12.4-.1c0 0 2-.7-.2-1.8s-.4-2-1.6-1.8c-1.2.1 1.2-1.7-.7-1.5s-.4-2.5-1.7-1.9c-1.3.7-.9-2-1.6-1.1c-.6.8-.4-.9-1-.7s-.8.2-1 1.1"/><path fill="#ffc7ce" d="M10.8 59.9s-.4.3-1.1.6c-.3.1-.7.3-1.2.4c-.4 0-.8.1-1.3.1s-.9 0-1.4-.1c-.4-.1-.9-.2-1.2-.3c-.7-.2-1.1-.4-1.1-.4s.5-.2 1.2-.3s1.6-.2 2.5-.3c.9 0 1.8 0 2.5.1c.6.1 1.1.2 1.1.2"/><path fill="#89664c" d="m21.2 51.1l-6.4-6.4S42.6 13.9 52.2 4c2.6-2.7 7-2.7 9.7 0s2.7 7.1 0 9.7C52 23.2 21.2 51.1 21.2 51.1"/><path fill="#d3976e" d="m20.2 50l-4.3-4.3S43.4 16.3 52.7 6.6c2.6-2.6 6.2-3.3 8-1.4c1.8 1.8 1.2 5.4-1.4 8C49.6 22.6 20.2 50 20.2 50"/><path fill="#c7d3d8" d="m13.894 44.98l3.465-3.466l7.07 7.071l-3.464 3.465z"/><path fill="#fff" d="m15.167 46.25l3.465-3.464l4.525 4.526l-3.465 3.464z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#3e4347" d="M20.5 54.6c.9-9.9 5.4-9.7 3-12c-2.3-2.3.3-.3-12.3 3.3c-4.5 1.3-6.4 5.3-6.7 8.8c-.1 1-.8 5.6-4.5 7c0 0 7.8.8 11.7 0c4-.3 8.4-2.3 8.8-7.1"/><path fill="#94989b" d="M11.6 45.7s2.8.3 2.4 2.4s2.2.1 2.3 1.7c.1 1.7 2.9.6 2.8 2.2c-.1 1.7 1.8 1 1.5 2.5s-.7 3.2-1.9 4.2c-1.1 1 .4-4.8-.9-3.6s-1-2.9-2.8-2.1c-1.9.8-.3-3.3-2.4-2.4s-1.4-3-2.7-2.7c-1.3.4-1.1-.9-1.1-.9s1.1-.8 2.8-1.3"/><path fill="#ed4c5c" d="M4.6 53.8s-.7 6.3-4.6 7.8c0 0 8.4 1.1 12.4-.1c0 0 2-.7-.2-1.8s-.4-2-1.6-1.8c-1.2.1 1.2-1.7-.7-1.5s-.4-2.5-1.7-1.9c-1.3.7-.9-2-1.6-1.1c-.6.8-.4-.9-1-.7s-.8.2-1 1.1"/><path fill="#ffc7ce" d="M10.8 59.9s-.4.3-1.1.6c-.3.1-.7.3-1.2.4c-.4 0-.8.1-1.3.1s-.9 0-1.4-.1c-.4-.1-.9-.2-1.2-.3c-.7-.2-1.1-.4-1.1-.4s.5-.2 1.2-.3s1.6-.2 2.5-.3c.9 0 1.8 0 2.5.1c.6.1 1.1.2 1.1.2"/><path fill="#89664c" d="m21.2 51.1l-6.4-6.4S42.6 13.9 52.2 4c2.6-2.7 7-2.7 9.7 0s2.7 7.1 0 9.7C52 23.2 21.2 51.1 21.2 51.1"/><path fill="#d3976e" d="m20.2 50l-4.3-4.3S43.4 16.3 52.7 6.6c2.6-2.6 6.2-3.3 8-1.4c1.8 1.8 1.2 5.4-1.4 8C49.6 22.6 20.2 50 20.2 50"/><path fill="#c7d3d8" d="m13.894 44.98l3.465-3.466l7.07 7.071l-3.464 3.465z"/><path fill="#fff" d="m15.167 46.25l3.465-3.464l4.525 4.526l-3.465 3.464z"/></svg>
</template>

CSS

.icon-paintbrush {
  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%233e4347%22%20d%3D%22M20.5%2054.6c.9-9.9%205.4-9.7%203-12c-2.3-2.3.3-.3-12.3%203.3c-4.5%201.3-6.4%205.3-6.7%208.8c-.1%201-.8%205.6-4.5%207c0%200%207.8.8%2011.7%200c4-.3%208.4-2.3%208.8-7.1%22%2F%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M11.6%2045.7s2.8.3%202.4%202.4s2.2.1%202.3%201.7c.1%201.7%202.9.6%202.8%202.2c-.1%201.7%201.8%201%201.5%202.5s-.7%203.2-1.9%204.2c-1.1%201%20.4-4.8-.9-3.6s-1-2.9-2.8-2.1c-1.9.8-.3-3.3-2.4-2.4s-1.4-3-2.7-2.7c-1.3.4-1.1-.9-1.1-.9s1.1-.8%202.8-1.3%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M4.6%2053.8s-.7%206.3-4.6%207.8c0%200%208.4%201.1%2012.4-.1c0%200%202-.7-.2-1.8s-.4-2-1.6-1.8c-1.2.1%201.2-1.7-.7-1.5s-.4-2.5-1.7-1.9c-1.3.7-.9-2-1.6-1.1c-.6.8-.4-.9-1-.7s-.8.2-1%201.1%22%2F%3E%3Cpath%20fill%3D%22%23ffc7ce%22%20d%3D%22M10.8%2059.9s-.4.3-1.1.6c-.3.1-.7.3-1.2.4c-.4%200-.8.1-1.3.1s-.9%200-1.4-.1c-.4-.1-.9-.2-1.2-.3c-.7-.2-1.1-.4-1.1-.4s.5-.2%201.2-.3s1.6-.2%202.5-.3c.9%200%201.8%200%202.5.1c.6.1%201.1.2%201.1.2%22%2F%3E%3Cpath%20fill%3D%22%2389664c%22%20d%3D%22m21.2%2051.1l-6.4-6.4S42.6%2013.9%2052.2%204c2.6-2.7%207-2.7%209.7%200s2.7%207.1%200%209.7C52%2023.2%2021.2%2051.1%2021.2%2051.1%22%2F%3E%3Cpath%20fill%3D%22%23d3976e%22%20d%3D%22m20.2%2050l-4.3-4.3S43.4%2016.3%2052.7%206.6c2.6-2.6%206.2-3.3%208-1.4c1.8%201.8%201.2%205.4-1.4%208C49.6%2022.6%2020.2%2050%2020.2%2050%22%2F%3E%3Cpath%20fill%3D%22%23c7d3d8%22%20d%3D%22m13.894%2044.98l3.465-3.466l7.07%207.071l-3.464%203.465z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m15.167%2046.25l3.465-3.464l4.525%204.526l-3.465%203.464z%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%233e4347%22%20d%3D%22M20.5%2054.6c.9-9.9%205.4-9.7%203-12c-2.3-2.3.3-.3-12.3%203.3c-4.5%201.3-6.4%205.3-6.7%208.8c-.1%201-.8%205.6-4.5%207c0%200%207.8.8%2011.7%200c4-.3%208.4-2.3%208.8-7.1%22%2F%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M11.6%2045.7s2.8.3%202.4%202.4s2.2.1%202.3%201.7c.1%201.7%202.9.6%202.8%202.2c-.1%201.7%201.8%201%201.5%202.5s-.7%203.2-1.9%204.2c-1.1%201%20.4-4.8-.9-3.6s-1-2.9-2.8-2.1c-1.9.8-.3-3.3-2.4-2.4s-1.4-3-2.7-2.7c-1.3.4-1.1-.9-1.1-.9s1.1-.8%202.8-1.3%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M4.6%2053.8s-.7%206.3-4.6%207.8c0%200%208.4%201.1%2012.4-.1c0%200%202-.7-.2-1.8s-.4-2-1.6-1.8c-1.2.1%201.2-1.7-.7-1.5s-.4-2.5-1.7-1.9c-1.3.7-.9-2-1.6-1.1c-.6.8-.4-.9-1-.7s-.8.2-1%201.1%22%2F%3E%3Cpath%20fill%3D%22%23ffc7ce%22%20d%3D%22M10.8%2059.9s-.4.3-1.1.6c-.3.1-.7.3-1.2.4c-.4%200-.8.1-1.3.1s-.9%200-1.4-.1c-.4-.1-.9-.2-1.2-.3c-.7-.2-1.1-.4-1.1-.4s.5-.2%201.2-.3s1.6-.2%202.5-.3c.9%200%201.8%200%202.5.1c.6.1%201.1.2%201.1.2%22%2F%3E%3Cpath%20fill%3D%22%2389664c%22%20d%3D%22m21.2%2051.1l-6.4-6.4S42.6%2013.9%2052.2%204c2.6-2.7%207-2.7%209.7%200s2.7%207.1%200%209.7C52%2023.2%2021.2%2051.1%2021.2%2051.1%22%2F%3E%3Cpath%20fill%3D%22%23d3976e%22%20d%3D%22m20.2%2050l-4.3-4.3S43.4%2016.3%2052.7%206.6c2.6-2.6%206.2-3.3%208-1.4c1.8%201.8%201.2%205.4-1.4%208C49.6%2022.6%2020.2%2050%2020.2%2050%22%2F%3E%3Cpath%20fill%3D%22%23c7d3d8%22%20d%3D%22m13.894%2044.98l3.465-3.466l7.07%207.071l-3.464%203.465z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m15.167%2046.25l3.465-3.464l4.525%204.526l-3.465%203.464z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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