paint brush icon

paint-brush from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
paint-brush
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the paint brush icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 32a8 8 0 0 0-8-8c-44.08 0-89.31 49.71-114.43 82.63A60 60 0 0 0 32 164c0 30.88-19.54 44.73-20.47 45.37A8 8 0 0 0 16 224h76a60 60 0 0 0 57.37-77.57C182.3 121.31 232 76.08 232 32M92 208H34.63C41.38 198.41 48 183.92 48 164a44 44 0 1 1 44 44m32.42-94.45q5.14-6.66 10.09-12.55A76.2 76.2 0 0 1 155 121.49q-5.9 4.94-12.55 10.09a60.5 60.5 0 0 0-18.03-18.03m42.7-2.68a92.6 92.6 0 0 0-22-22c31.78-34.53 55.75-45 69.9-47.91c-2.85 14.16-13.37 38.13-47.9 69.91"/></svg>

React

import type { SVGProps } from "react";

export function PhPaintBrush(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 32a8 8 0 0 0-8-8c-44.08 0-89.31 49.71-114.43 82.63A60 60 0 0 0 32 164c0 30.88-19.54 44.73-20.47 45.37A8 8 0 0 0 16 224h76a60 60 0 0 0 57.37-77.57C182.3 121.31 232 76.08 232 32M92 208H34.63C41.38 198.41 48 183.92 48 164a44 44 0 1 1 44 44m32.42-94.45q5.14-6.66 10.09-12.55A76.2 76.2 0 0 1 155 121.49q-5.9 4.94-12.55 10.09a60.5 60.5 0 0 0-18.03-18.03m42.7-2.68a92.6 92.6 0 0 0-22-22c31.78-34.53 55.75-45 69.9-47.91c-2.85 14.16-13.37 38.13-47.9 69.91"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 32a8 8 0 0 0-8-8c-44.08 0-89.31 49.71-114.43 82.63A60 60 0 0 0 32 164c0 30.88-19.54 44.73-20.47 45.37A8 8 0 0 0 16 224h76a60 60 0 0 0 57.37-77.57C182.3 121.31 232 76.08 232 32M92 208H34.63C41.38 198.41 48 183.92 48 164a44 44 0 1 1 44 44m32.42-94.45q5.14-6.66 10.09-12.55A76.2 76.2 0 0 1 155 121.49q-5.9 4.94-12.55 10.09a60.5 60.5 0 0 0-18.03-18.03m42.7-2.68a92.6 92.6 0 0 0-22-22c31.78-34.53 55.75-45 69.9-47.91c-2.85 14.16-13.37 38.13-47.9 69.91"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%2032a8%208%200%200%200-8-8c-44.08%200-89.31%2049.71-114.43%2082.63A60%2060%200%200%200%2032%20164c0%2030.88-19.54%2044.73-20.47%2045.37A8%208%200%200%200%2016%20224h76a60%2060%200%200%200%2057.37-77.57C182.3%20121.31%20232%2076.08%20232%2032M92%20208H34.63C41.38%20198.41%2048%20183.92%2048%20164a44%2044%200%201%201%2044%2044m32.42-94.45q5.14-6.66%2010.09-12.55A76.2%2076.2%200%200%201%20155%20121.49q-5.9%204.94-12.55%2010.09a60.5%2060.5%200%200%200-18.03-18.03m42.7-2.68a92.6%2092.6%200%200%200-22-22c31.78-34.53%2055.75-45%2069.9-47.91c-2.85%2014.16-13.37%2038.13-47.9%2069.91%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%2032a8%208%200%200%200-8-8c-44.08%200-89.31%2049.71-114.43%2082.63A60%2060%200%200%200%2032%20164c0%2030.88-19.54%2044.73-20.47%2045.37A8%208%200%200%200%2016%20224h76a60%2060%200%200%200%2057.37-77.57C182.3%20121.31%20232%2076.08%20232%2032M92%20208H34.63C41.38%20198.41%2048%20183.92%2048%20164a44%2044%200%201%201%2044%2044m32.42-94.45q5.14-6.66%2010.09-12.55A76.2%2076.2%200%200%201%20155%20121.49q-5.9%204.94-12.55%2010.09a60.5%2060.5%200%200%200-18.03-18.03m42.7-2.68a92.6%2092.6%200%200%200-22-22c31.78-34.53%2055.75-45%2069.9-47.91c-2.85%2014.16-13.37%2038.13-47.9%2069.91%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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