paint bucket icon
paint-bucket-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- paint-bucket-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the paint bucket icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M237 164.67a6 6 0 0 0-10 0c-.7 1-17 25.72-17 43.33a22 22 0 0 0 44 0c0-17.61-16.31-42.29-17-43.33M232 218a10 10 0 0 1-10-10c0-8.17 5.37-19.92 10-28.34c4.63 8.41 10 20.15 10 28.34a10 10 0 0 1-10 10m1.9-80.82a6 6 0 0 0 2.34-9.94L120.76 11.76a6 6 0 0 0-8.49 0l-42 42l-26-26a6 6 0 0 0-8.49 8.48l26 26l-45.34 45.35a22 22 0 0 0 0 31.11l84.86 84.86a22 22 0 0 0 31.11 0l78.83-78.83Zm-30.14-1.94l-79.83 79.83a10 10 0 0 1-14.14 0l-84.86-84.86a10 10 0 0 1 0-14.14l45.32-45.32l31.62 31.61a26 26 0 0 0 3.75 32a26 26 0 0 0 36.76 0a26 26 0 0 0-32-40.51L78.74 62.26l37.78-37.77l104.37 104.37l-14.79 4.93a6.1 6.1 0 0 0-2.34 1.45m-89.66-29.13a14 14 0 1 1 0 19.82a13.91 13.91 0 0 1 0-19.82"/></svg>
React
import type { SVGProps } from "react";
export function PhPaintBucketLight(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="M237 164.67a6 6 0 0 0-10 0c-.7 1-17 25.72-17 43.33a22 22 0 0 0 44 0c0-17.61-16.31-42.29-17-43.33M232 218a10 10 0 0 1-10-10c0-8.17 5.37-19.92 10-28.34c4.63 8.41 10 20.15 10 28.34a10 10 0 0 1-10 10m1.9-80.82a6 6 0 0 0 2.34-9.94L120.76 11.76a6 6 0 0 0-8.49 0l-42 42l-26-26a6 6 0 0 0-8.49 8.48l26 26l-45.34 45.35a22 22 0 0 0 0 31.11l84.86 84.86a22 22 0 0 0 31.11 0l78.83-78.83Zm-30.14-1.94l-79.83 79.83a10 10 0 0 1-14.14 0l-84.86-84.86a10 10 0 0 1 0-14.14l45.32-45.32l31.62 31.61a26 26 0 0 0 3.75 32a26 26 0 0 0 36.76 0a26 26 0 0 0-32-40.51L78.74 62.26l37.78-37.77l104.37 104.37l-14.79 4.93a6.1 6.1 0 0 0-2.34 1.45m-89.66-29.13a14 14 0 1 1 0 19.82a13.91 13.91 0 0 1 0-19.82"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M237 164.67a6 6 0 0 0-10 0c-.7 1-17 25.72-17 43.33a22 22 0 0 0 44 0c0-17.61-16.31-42.29-17-43.33M232 218a10 10 0 0 1-10-10c0-8.17 5.37-19.92 10-28.34c4.63 8.41 10 20.15 10 28.34a10 10 0 0 1-10 10m1.9-80.82a6 6 0 0 0 2.34-9.94L120.76 11.76a6 6 0 0 0-8.49 0l-42 42l-26-26a6 6 0 0 0-8.49 8.48l26 26l-45.34 45.35a22 22 0 0 0 0 31.11l84.86 84.86a22 22 0 0 0 31.11 0l78.83-78.83Zm-30.14-1.94l-79.83 79.83a10 10 0 0 1-14.14 0l-84.86-84.86a10 10 0 0 1 0-14.14l45.32-45.32l31.62 31.61a26 26 0 0 0 3.75 32a26 26 0 0 0 36.76 0a26 26 0 0 0-32-40.51L78.74 62.26l37.78-37.77l104.37 104.37l-14.79 4.93a6.1 6.1 0 0 0-2.34 1.45m-89.66-29.13a14 14 0 1 1 0 19.82a13.91 13.91 0 0 1 0-19.82"/></svg> </template>
CSS
.icon-paint-bucket-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%22M237%20164.67a6%206%200%200%200-10%200c-.7%201-17%2025.72-17%2043.33a22%2022%200%200%200%2044%200c0-17.61-16.31-42.29-17-43.33M232%20218a10%2010%200%200%201-10-10c0-8.17%205.37-19.92%2010-28.34c4.63%208.41%2010%2020.15%2010%2028.34a10%2010%200%200%201-10%2010m1.9-80.82a6%206%200%200%200%202.34-9.94L120.76%2011.76a6%206%200%200%200-8.49%200l-42%2042l-26-26a6%206%200%200%200-8.49%208.48l26%2026l-45.34%2045.35a22%2022%200%200%200%200%2031.11l84.86%2084.86a22%2022%200%200%200%2031.11%200l78.83-78.83Zm-30.14-1.94l-79.83%2079.83a10%2010%200%200%201-14.14%200l-84.86-84.86a10%2010%200%200%201%200-14.14l45.32-45.32l31.62%2031.61a26%2026%200%200%200%203.75%2032a26%2026%200%200%200%2036.76%200a26%2026%200%200%200-32-40.51L78.74%2062.26l37.78-37.77l104.37%20104.37l-14.79%204.93a6.1%206.1%200%200%200-2.34%201.45m-89.66-29.13a14%2014%200%201%201%200%2019.82a13.91%2013.91%200%200%201%200-19.82%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%22M237%20164.67a6%206%200%200%200-10%200c-.7%201-17%2025.72-17%2043.33a22%2022%200%200%200%2044%200c0-17.61-16.31-42.29-17-43.33M232%20218a10%2010%200%200%201-10-10c0-8.17%205.37-19.92%2010-28.34c4.63%208.41%2010%2020.15%2010%2028.34a10%2010%200%200%201-10%2010m1.9-80.82a6%206%200%200%200%202.34-9.94L120.76%2011.76a6%206%200%200%200-8.49%200l-42%2042l-26-26a6%206%200%200%200-8.49%208.48l26%2026l-45.34%2045.35a22%2022%200%200%200%200%2031.11l84.86%2084.86a22%2022%200%200%200%2031.11%200l78.83-78.83Zm-30.14-1.94l-79.83%2079.83a10%2010%200%200%201-14.14%200l-84.86-84.86a10%2010%200%200%201%200-14.14l45.32-45.32l31.62%2031.61a26%2026%200%200%200%203.75%2032a26%2026%200%200%200%2036.76%200a26%2026%200%200%200-32-40.51L78.74%2062.26l37.78-37.77l104.37%20104.37l-14.79%204.93a6.1%206.1%200%200%200-2.34%201.45m-89.66-29.13a14%2014%200%201%201%200%2019.82a13.91%2013.91%200%200%201%200-19.82%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/paint-bucket-light.svg?color=%231a73e8&size=48