paint brush household icon

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

Name
paint-brush-household-fill
Set
Phosphor
Style
Fill
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="M230.64 25.36a32 32 0 0 0-45.26 0q-.21.21-.42.45l-53.41 62.41L121 77.64a24 24 0 0 0-33.95 0l-76.69 76.7a8 8 0 0 0 0 11.31l80 80a8 8 0 0 0 11.31 0L178.36 169a24 24 0 0 0 0-33.95l-10.58-10.57L230.19 71c.15-.14.31-.28.45-.43a32 32 0 0 0 0-45.21M96 228.69L79.32 212l22.34-22.35a8 8 0 0 0-11.31-11.31L68 200.68L55.32 188l22.34-22.35a8 8 0 0 0-11.31-11.31L44 176.68L27.31 160l50.35-50.34l68.69 68.69Z"/></svg>

React

import type { SVGProps } from "react";

export function PhPaintBrushHouseholdFill(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="M230.64 25.36a32 32 0 0 0-45.26 0q-.21.21-.42.45l-53.41 62.41L121 77.64a24 24 0 0 0-33.95 0l-76.69 76.7a8 8 0 0 0 0 11.31l80 80a8 8 0 0 0 11.31 0L178.36 169a24 24 0 0 0 0-33.95l-10.58-10.57L230.19 71c.15-.14.31-.28.45-.43a32 32 0 0 0 0-45.21M96 228.69L79.32 212l22.34-22.35a8 8 0 0 0-11.31-11.31L68 200.68L55.32 188l22.34-22.35a8 8 0 0 0-11.31-11.31L44 176.68L27.31 160l50.35-50.34l68.69 68.69Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M230.64 25.36a32 32 0 0 0-45.26 0q-.21.21-.42.45l-53.41 62.41L121 77.64a24 24 0 0 0-33.95 0l-76.69 76.7a8 8 0 0 0 0 11.31l80 80a8 8 0 0 0 11.31 0L178.36 169a24 24 0 0 0 0-33.95l-10.58-10.57L230.19 71c.15-.14.31-.28.45-.43a32 32 0 0 0 0-45.21M96 228.69L79.32 212l22.34-22.35a8 8 0 0 0-11.31-11.31L68 200.68L55.32 188l22.34-22.35a8 8 0 0 0-11.31-11.31L44 176.68L27.31 160l50.35-50.34l68.69 68.69Z"/></svg>
</template>

CSS

.icon-paint-brush-household-fill {
  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%22M230.64%2025.36a32%2032%200%200%200-45.26%200q-.21.21-.42.45l-53.41%2062.41L121%2077.64a24%2024%200%200%200-33.95%200l-76.69%2076.7a8%208%200%200%200%200%2011.31l80%2080a8%208%200%200%200%2011.31%200L178.36%20169a24%2024%200%200%200%200-33.95l-10.58-10.57L230.19%2071c.15-.14.31-.28.45-.43a32%2032%200%200%200%200-45.21M96%20228.69L79.32%20212l22.34-22.35a8%208%200%200%200-11.31-11.31L68%20200.68L55.32%20188l22.34-22.35a8%208%200%200%200-11.31-11.31L44%20176.68L27.31%20160l50.35-50.34l68.69%2068.69Z%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%22M230.64%2025.36a32%2032%200%200%200-45.26%200q-.21.21-.42.45l-53.41%2062.41L121%2077.64a24%2024%200%200%200-33.95%200l-76.69%2076.7a8%208%200%200%200%200%2011.31l80%2080a8%208%200%200%200%2011.31%200L178.36%20169a24%2024%200%200%200%200-33.95l-10.58-10.57L230.19%2071c.15-.14.31-.28.45-.43a32%2032%200%200%200%200-45.21M96%20228.69L79.32%20212l22.34-22.35a8%208%200%200%200-11.31-11.31L68%20200.68L55.32%20188l22.34-22.35a8%208%200%200%200-11.31-11.31L44%20176.68L27.31%20160l50.35-50.34l68.69%2068.69Z%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-fill.svg?color=%231a73e8&size=48