paint brush household icon

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

Name
paint-brush-household-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the paint brush household icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M229.23 26.77a30.05 30.05 0 0 0-42.43 0l-.32.34l-54.81 64.05l-12.11-12.1a22 22 0 0 0-31.11 0l-76.69 76.69a6 6 0 0 0 0 8.49l80 80a6 6 0 0 0 8.49 0l76.69-76.69a22 22 0 0 0 0-31.11l-12.1-12.11l64-54.81l.34-.32a30.05 30.05 0 0 0 .05-42.43M96 231.51L76.49 212l23.76-23.76a6 6 0 0 0-8.49-8.49L68 203.51L52.49 188l23.76-23.76a6 6 0 0 0-8.49-8.49L44 179.51L24.49 160L72 112.48L143.52 184ZM220.89 60.56l-68.78 58.87a6 6 0 0 0-2.1 4.33a6 6 0 0 0 1.76 4.47l16.68 16.69a10 10 0 0 1 0 14.15L152 175.51L80.49 104l16.44-16.45a10 10 0 0 1 14.15 0l16.69 16.68a6 6 0 0 0 8.8-.34l58.87-68.78a18 18 0 0 1 25.45 25.45"/></svg>

React

import type { SVGProps } from "react";

export function PhPaintBrushHouseholdLight(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="M229.23 26.77a30.05 30.05 0 0 0-42.43 0l-.32.34l-54.81 64.05l-12.11-12.1a22 22 0 0 0-31.11 0l-76.69 76.69a6 6 0 0 0 0 8.49l80 80a6 6 0 0 0 8.49 0l76.69-76.69a22 22 0 0 0 0-31.11l-12.1-12.11l64-54.81l.34-.32a30.05 30.05 0 0 0 .05-42.43M96 231.51L76.49 212l23.76-23.76a6 6 0 0 0-8.49-8.49L68 203.51L52.49 188l23.76-23.76a6 6 0 0 0-8.49-8.49L44 179.51L24.49 160L72 112.48L143.52 184ZM220.89 60.56l-68.78 58.87a6 6 0 0 0-2.1 4.33a6 6 0 0 0 1.76 4.47l16.68 16.69a10 10 0 0 1 0 14.15L152 175.51L80.49 104l16.44-16.45a10 10 0 0 1 14.15 0l16.69 16.68a6 6 0 0 0 8.8-.34l58.87-68.78a18 18 0 0 1 25.45 25.45"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M229.23 26.77a30.05 30.05 0 0 0-42.43 0l-.32.34l-54.81 64.05l-12.11-12.1a22 22 0 0 0-31.11 0l-76.69 76.69a6 6 0 0 0 0 8.49l80 80a6 6 0 0 0 8.49 0l76.69-76.69a22 22 0 0 0 0-31.11l-12.1-12.11l64-54.81l.34-.32a30.05 30.05 0 0 0 .05-42.43M96 231.51L76.49 212l23.76-23.76a6 6 0 0 0-8.49-8.49L68 203.51L52.49 188l23.76-23.76a6 6 0 0 0-8.49-8.49L44 179.51L24.49 160L72 112.48L143.52 184ZM220.89 60.56l-68.78 58.87a6 6 0 0 0-2.1 4.33a6 6 0 0 0 1.76 4.47l16.68 16.69a10 10 0 0 1 0 14.15L152 175.51L80.49 104l16.44-16.45a10 10 0 0 1 14.15 0l16.69 16.68a6 6 0 0 0 8.8-.34l58.87-68.78a18 18 0 0 1 25.45 25.45"/></svg>
</template>

CSS

.icon-paint-brush-household-light {
  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%22M229.23%2026.77a30.05%2030.05%200%200%200-42.43%200l-.32.34l-54.81%2064.05l-12.11-12.1a22%2022%200%200%200-31.11%200l-76.69%2076.69a6%206%200%200%200%200%208.49l80%2080a6%206%200%200%200%208.49%200l76.69-76.69a22%2022%200%200%200%200-31.11l-12.1-12.11l64-54.81l.34-.32a30.05%2030.05%200%200%200%20.05-42.43M96%20231.51L76.49%20212l23.76-23.76a6%206%200%200%200-8.49-8.49L68%20203.51L52.49%20188l23.76-23.76a6%206%200%200%200-8.49-8.49L44%20179.51L24.49%20160L72%20112.48L143.52%20184ZM220.89%2060.56l-68.78%2058.87a6%206%200%200%200-2.1%204.33a6%206%200%200%200%201.76%204.47l16.68%2016.69a10%2010%200%200%201%200%2014.15L152%20175.51L80.49%20104l16.44-16.45a10%2010%200%200%201%2014.15%200l16.69%2016.68a6%206%200%200%200%208.8-.34l58.87-68.78a18%2018%200%200%201%2025.45%2025.45%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%22M229.23%2026.77a30.05%2030.05%200%200%200-42.43%200l-.32.34l-54.81%2064.05l-12.11-12.1a22%2022%200%200%200-31.11%200l-76.69%2076.69a6%206%200%200%200%200%208.49l80%2080a6%206%200%200%200%208.49%200l76.69-76.69a22%2022%200%200%200%200-31.11l-12.1-12.11l64-54.81l.34-.32a30.05%2030.05%200%200%200%20.05-42.43M96%20231.51L76.49%20212l23.76-23.76a6%206%200%200%200-8.49-8.49L68%20203.51L52.49%20188l23.76-23.76a6%206%200%200%200-8.49-8.49L44%20179.51L24.49%20160L72%20112.48L143.52%20184ZM220.89%2060.56l-68.78%2058.87a6%206%200%200%200-2.1%204.33a6%206%200%200%200%201.76%204.47l16.68%2016.69a10%2010%200%200%201%200%2014.15L152%20175.51L80.49%20104l16.44-16.45a10%2010%200%200%201%2014.15%200l16.69%2016.68a6%206%200%200%200%208.8-.34l58.87-68.78a18%2018%200%200%201%2025.45%2025.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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