paint brush household icon
paint-brush-household-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- paint-brush-household-bold
- Set
- Phosphor
- Style
- Bold
- 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="M233.47 22.53a36 36 0 0 0-50.91 0l-.39.4l-52.56 57.68l-5.8-5.79a28 28 0 0 0-39.6 0L7.52 151.51a12 12 0 0 0 0 17l80 80a12 12 0 0 0 17 0l76.7-76.7a28 28 0 0 0 0-39.6l-5.8-5.8l57.68-52.56l.4-.39a36 36 0 0 0-.03-50.93M96 223l-9-9l17.51-17.52a12 12 0 0 0-17-17L70 197l-11-11l17.52-17.52a12 12 0 0 0-17-17L42 169l-9-9l39-39l63 63ZM216.66 56.31l-66.73 60.81a12 12 0 0 0-.4 17.36l14.68 14.68a4 4 0 0 1 0 5.66L152 167l-63-63l12.2-12.2a4 4 0 0 1 5.66 0l14.68 14.68a12 12 0 0 0 17.36-.4l60.81-66.73a12 12 0 0 1 17 17Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPaintBrushHouseholdBold(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="M233.47 22.53a36 36 0 0 0-50.91 0l-.39.4l-52.56 57.68l-5.8-5.79a28 28 0 0 0-39.6 0L7.52 151.51a12 12 0 0 0 0 17l80 80a12 12 0 0 0 17 0l76.7-76.7a28 28 0 0 0 0-39.6l-5.8-5.8l57.68-52.56l.4-.39a36 36 0 0 0-.03-50.93M96 223l-9-9l17.51-17.52a12 12 0 0 0-17-17L70 197l-11-11l17.52-17.52a12 12 0 0 0-17-17L42 169l-9-9l39-39l63 63ZM216.66 56.31l-66.73 60.81a12 12 0 0 0-.4 17.36l14.68 14.68a4 4 0 0 1 0 5.66L152 167l-63-63l12.2-12.2a4 4 0 0 1 5.66 0l14.68 14.68a12 12 0 0 0 17.36-.4l60.81-66.73a12 12 0 0 1 17 17Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M233.47 22.53a36 36 0 0 0-50.91 0l-.39.4l-52.56 57.68l-5.8-5.79a28 28 0 0 0-39.6 0L7.52 151.51a12 12 0 0 0 0 17l80 80a12 12 0 0 0 17 0l76.7-76.7a28 28 0 0 0 0-39.6l-5.8-5.8l57.68-52.56l.4-.39a36 36 0 0 0-.03-50.93M96 223l-9-9l17.51-17.52a12 12 0 0 0-17-17L70 197l-11-11l17.52-17.52a12 12 0 0 0-17-17L42 169l-9-9l39-39l63 63ZM216.66 56.31l-66.73 60.81a12 12 0 0 0-.4 17.36l14.68 14.68a4 4 0 0 1 0 5.66L152 167l-63-63l12.2-12.2a4 4 0 0 1 5.66 0l14.68 14.68a12 12 0 0 0 17.36-.4l60.81-66.73a12 12 0 0 1 17 17Z"/></svg> </template>
CSS
.icon-paint-brush-household-bold {
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%22M233.47%2022.53a36%2036%200%200%200-50.91%200l-.39.4l-52.56%2057.68l-5.8-5.79a28%2028%200%200%200-39.6%200L7.52%20151.51a12%2012%200%200%200%200%2017l80%2080a12%2012%200%200%200%2017%200l76.7-76.7a28%2028%200%200%200%200-39.6l-5.8-5.8l57.68-52.56l.4-.39a36%2036%200%200%200-.03-50.93M96%20223l-9-9l17.51-17.52a12%2012%200%200%200-17-17L70%20197l-11-11l17.52-17.52a12%2012%200%200%200-17-17L42%20169l-9-9l39-39l63%2063ZM216.66%2056.31l-66.73%2060.81a12%2012%200%200%200-.4%2017.36l14.68%2014.68a4%204%200%200%201%200%205.66L152%20167l-63-63l12.2-12.2a4%204%200%200%201%205.66%200l14.68%2014.68a12%2012%200%200%200%2017.36-.4l60.81-66.73a12%2012%200%200%201%2017%2017Z%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%22M233.47%2022.53a36%2036%200%200%200-50.91%200l-.39.4l-52.56%2057.68l-5.8-5.79a28%2028%200%200%200-39.6%200L7.52%20151.51a12%2012%200%200%200%200%2017l80%2080a12%2012%200%200%200%2017%200l76.7-76.7a28%2028%200%200%200%200-39.6l-5.8-5.8l57.68-52.56l.4-.39a36%2036%200%200%200-.03-50.93M96%20223l-9-9l17.51-17.52a12%2012%200%200%200-17-17L70%20197l-11-11l17.52-17.52a12%2012%200%200%200-17-17L42%20169l-9-9l39-39l63%2063ZM216.66%2056.31l-66.73%2060.81a12%2012%200%200%200-.4%2017.36l14.68%2014.68a4%204%200%200%201%200%205.66L152%20167l-63-63l12.2-12.2a4%204%200%200%201%205.66%200l14.68%2014.68a12%2012%200%200%200%2017.36-.4l60.81-66.73a12%2012%200%200%201%2017%2017Z%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-bold.svg?color=%231a73e8&size=48