paint brush icon

paint-brush from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
paint-brush
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More actions icons from Carbon

Use the paint brush icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.83 23.17L23 17.33V13a1 1 0 0 0-.29-.71l-10-10a1 1 0 0 0-1.42 0l-9 9a1 1 0 0 0 0 1.42l10 10A1 1 0 0 0 13 23h4.34l5.83 5.84a4 4 0 0 0 5.66-5.66ZM6 10.41l2.29 2.3l1.42-1.42L7.41 9L9 7.41l4.29 4.3l1.42-1.42L10.41 6L12 4.41L18.59 11L11 18.59L4.41 12Zm21.41 17a2 2 0 0 1-2.82 0l-6.13-6.12a1.8 1.8 0 0 0-.71-.29h-4.34l-1-1L20 12.41l1 1v4.34a1 1 0 0 0 .29.7l6.12 6.14a2 2 0 0 1 0 2.82"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPaintBrush(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="M28.83 23.17L23 17.33V13a1 1 0 0 0-.29-.71l-10-10a1 1 0 0 0-1.42 0l-9 9a1 1 0 0 0 0 1.42l10 10A1 1 0 0 0 13 23h4.34l5.83 5.84a4 4 0 0 0 5.66-5.66ZM6 10.41l2.29 2.3l1.42-1.42L7.41 9L9 7.41l4.29 4.3l1.42-1.42L10.41 6L12 4.41L18.59 11L11 18.59L4.41 12Zm21.41 17a2 2 0 0 1-2.82 0l-6.13-6.12a1.8 1.8 0 0 0-.71-.29h-4.34l-1-1L20 12.41l1 1v4.34a1 1 0 0 0 .29.7l6.12 6.14a2 2 0 0 1 0 2.82"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.83 23.17L23 17.33V13a1 1 0 0 0-.29-.71l-10-10a1 1 0 0 0-1.42 0l-9 9a1 1 0 0 0 0 1.42l10 10A1 1 0 0 0 13 23h4.34l5.83 5.84a4 4 0 0 0 5.66-5.66ZM6 10.41l2.29 2.3l1.42-1.42L7.41 9L9 7.41l4.29 4.3l1.42-1.42L10.41 6L12 4.41L18.59 11L11 18.59L4.41 12Zm21.41 17a2 2 0 0 1-2.82 0l-6.13-6.12a1.8 1.8 0 0 0-.71-.29h-4.34l-1-1L20 12.41l1 1v4.34a1 1 0 0 0 .29.7l6.12 6.14a2 2 0 0 1 0 2.82"/></svg>
</template>

CSS

.icon-paint-brush {
  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%22M28.83%2023.17L23%2017.33V13a1%201%200%200%200-.29-.71l-10-10a1%201%200%200%200-1.42%200l-9%209a1%201%200%200%200%200%201.42l10%2010A1%201%200%200%200%2013%2023h4.34l5.83%205.84a4%204%200%200%200%205.66-5.66ZM6%2010.41l2.29%202.3l1.42-1.42L7.41%209L9%207.41l4.29%204.3l1.42-1.42L10.41%206L12%204.41L18.59%2011L11%2018.59L4.41%2012Zm21.41%2017a2%202%200%200%201-2.82%200l-6.13-6.12a1.8%201.8%200%200%200-.71-.29h-4.34l-1-1L20%2012.41l1%201v4.34a1%201%200%200%200%20.29.7l6.12%206.14a2%202%200%200%201%200%202.82%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%22M28.83%2023.17L23%2017.33V13a1%201%200%200%200-.29-.71l-10-10a1%201%200%200%200-1.42%200l-9%209a1%201%200%200%200%200%201.42l10%2010A1%201%200%200%200%2013%2023h4.34l5.83%205.84a4%204%200%200%200%205.66-5.66ZM6%2010.41l2.29%202.3l1.42-1.42L7.41%209L9%207.41l4.29%204.3l1.42-1.42L10.41%206L12%204.41L18.59%2011L11%2018.59L4.41%2012Zm21.41%2017a2%202%200%200%201-2.82%200l-6.13-6.12a1.8%201.8%200%200%200-.71-.29h-4.34l-1-1L20%2012.41l1%201v4.34a1%201%200%200%200%20.29.7l6.12%206.14a2%202%200%200%201%200%202.82%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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