paint brush household icon
paint-brush-household-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- paint-brush-household-thin
- Set
- Phosphor
- Style
- Thin
- 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="M227.81 28.19a28 28 0 0 0-39.6 0l-.21.23l-56.22 65.69l-13.63-13.63a20 20 0 0 0-28.29 0l-76.69 76.69a4 4 0 0 0 0 5.65l80 80a4 4 0 0 0 5.65 0l76.69-76.69a20 20 0 0 0 0-28.29l-13.63-13.63L227.58 68l.23-.21a28 28 0 0 0 0-39.6M96 234.34L73.66 212l25.17-25.18a4 4 0 0 0-5.65-5.65L68 206.34L49.66 188l25.17-25.18a4 4 0 0 0-5.65-5.65L44 182.34L21.66 160L72 109.65L146.35 184ZM222.26 62l-68.85 59a4 4 0 0 0-.23 5.87l16.69 16.69a12 12 0 0 1 0 17L152 178.34L77.66 104l17.86-17.87a12 12 0 0 1 17 0l16.69 16.69a4 4 0 0 0 5.87-.23L194 33.74A20 20 0 0 1 222.26 62"/></svg>
React
import type { SVGProps } from "react";
export function PhPaintBrushHouseholdThin(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="M227.81 28.19a28 28 0 0 0-39.6 0l-.21.23l-56.22 65.69l-13.63-13.63a20 20 0 0 0-28.29 0l-76.69 76.69a4 4 0 0 0 0 5.65l80 80a4 4 0 0 0 5.65 0l76.69-76.69a20 20 0 0 0 0-28.29l-13.63-13.63L227.58 68l.23-.21a28 28 0 0 0 0-39.6M96 234.34L73.66 212l25.17-25.18a4 4 0 0 0-5.65-5.65L68 206.34L49.66 188l25.17-25.18a4 4 0 0 0-5.65-5.65L44 182.34L21.66 160L72 109.65L146.35 184ZM222.26 62l-68.85 59a4 4 0 0 0-.23 5.87l16.69 16.69a12 12 0 0 1 0 17L152 178.34L77.66 104l17.86-17.87a12 12 0 0 1 17 0l16.69 16.69a4 4 0 0 0 5.87-.23L194 33.74A20 20 0 0 1 222.26 62"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M227.81 28.19a28 28 0 0 0-39.6 0l-.21.23l-56.22 65.69l-13.63-13.63a20 20 0 0 0-28.29 0l-76.69 76.69a4 4 0 0 0 0 5.65l80 80a4 4 0 0 0 5.65 0l76.69-76.69a20 20 0 0 0 0-28.29l-13.63-13.63L227.58 68l.23-.21a28 28 0 0 0 0-39.6M96 234.34L73.66 212l25.17-25.18a4 4 0 0 0-5.65-5.65L68 206.34L49.66 188l25.17-25.18a4 4 0 0 0-5.65-5.65L44 182.34L21.66 160L72 109.65L146.35 184ZM222.26 62l-68.85 59a4 4 0 0 0-.23 5.87l16.69 16.69a12 12 0 0 1 0 17L152 178.34L77.66 104l17.86-17.87a12 12 0 0 1 17 0l16.69 16.69a4 4 0 0 0 5.87-.23L194 33.74A20 20 0 0 1 222.26 62"/></svg> </template>
CSS
.icon-paint-brush-household-thin {
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%22M227.81%2028.19a28%2028%200%200%200-39.6%200l-.21.23l-56.22%2065.69l-13.63-13.63a20%2020%200%200%200-28.29%200l-76.69%2076.69a4%204%200%200%200%200%205.65l80%2080a4%204%200%200%200%205.65%200l76.69-76.69a20%2020%200%200%200%200-28.29l-13.63-13.63L227.58%2068l.23-.21a28%2028%200%200%200%200-39.6M96%20234.34L73.66%20212l25.17-25.18a4%204%200%200%200-5.65-5.65L68%20206.34L49.66%20188l25.17-25.18a4%204%200%200%200-5.65-5.65L44%20182.34L21.66%20160L72%20109.65L146.35%20184ZM222.26%2062l-68.85%2059a4%204%200%200%200-.23%205.87l16.69%2016.69a12%2012%200%200%201%200%2017L152%20178.34L77.66%20104l17.86-17.87a12%2012%200%200%201%2017%200l16.69%2016.69a4%204%200%200%200%205.87-.23L194%2033.74A20%2020%200%200%201%20222.26%2062%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%22M227.81%2028.19a28%2028%200%200%200-39.6%200l-.21.23l-56.22%2065.69l-13.63-13.63a20%2020%200%200%200-28.29%200l-76.69%2076.69a4%204%200%200%200%200%205.65l80%2080a4%204%200%200%200%205.65%200l76.69-76.69a20%2020%200%200%200%200-28.29l-13.63-13.63L227.58%2068l.23-.21a28%2028%200%200%200%200-39.6M96%20234.34L73.66%20212l25.17-25.18a4%204%200%200%200-5.65-5.65L68%20206.34L49.66%20188l25.17-25.18a4%204%200%200%200-5.65-5.65L44%20182.34L21.66%20160L72%20109.65L146.35%20184ZM222.26%2062l-68.85%2059a4%204%200%200%200-.23%205.87l16.69%2016.69a12%2012%200%200%201%200%2017L152%20178.34L77.66%20104l17.86-17.87a12%2012%200%200%201%2017%200l16.69%2016.69a4%204%200%200%200%205.87-.23L194%2033.74A20%2020%200%200%201%20222.26%2062%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-thin.svg?color=%231a73e8&size=48