paint bucket icon
paint-bucket-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- paint-bucket-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M248 208a16 16 0 0 1-32 0c0-16 16-40 16-40s16 24 16 40m-16-76.52l-24 8l-79.83 79.83a16 16 0 0 1-22.63 0l-84.85-84.85a16 16 0 0 1 0-22.63L116.52 16Zm-93.86-29.62a20 20 0 1 0 0 28.28a20 20 0 0 0 0-28.28" opacity=".2"/><path d="M238.66 163.56a8 8 0 0 0-13.32 0C223.57 166.23 208 190.09 208 208a24 24 0 0 0 48 0c0-17.91-15.57-41.77-17.34-44.44M232 216a8 8 0 0 1-8-8c0-6.8 4-16.32 8-24.08c4 7.76 8 17.34 8 24.08a8 8 0 0 1-8 8m2.53-76.93a8 8 0 0 0 3.13-13.24L122.17 10.34a8 8 0 0 0-11.31 0L70.25 51l-24.6-24.66a8 8 0 0 0-11.31 11.32l24.6 24.6L15 106.17a24 24 0 0 0 0 33.94L99.89 225a24 24 0 0 0 33.94 0l78.49-78.49Zm-32.19-5.24l-79.83 79.83a8 8 0 0 1-11.31 0L26.34 128.8a8 8 0 0 1 0-11.31l43.91-43.92l29.12 29.12a28 28 0 1 0 11.31-11.32L81.57 62.26l35-34.95L217.19 128l-11.72 3.9a8.1 8.1 0 0 0-3.13 1.93m-86.83-26.31a13.26 13.26 0 1 1-.05.06s.05-.05.05-.06"/></g></svg>
React
import type { SVGProps } from "react";
export function PhPaintBucketDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M248 208a16 16 0 0 1-32 0c0-16 16-40 16-40s16 24 16 40m-16-76.52l-24 8l-79.83 79.83a16 16 0 0 1-22.63 0l-84.85-84.85a16 16 0 0 1 0-22.63L116.52 16Zm-93.86-29.62a20 20 0 1 0 0 28.28a20 20 0 0 0 0-28.28" opacity=".2"/><path d="M238.66 163.56a8 8 0 0 0-13.32 0C223.57 166.23 208 190.09 208 208a24 24 0 0 0 48 0c0-17.91-15.57-41.77-17.34-44.44M232 216a8 8 0 0 1-8-8c0-6.8 4-16.32 8-24.08c4 7.76 8 17.34 8 24.08a8 8 0 0 1-8 8m2.53-76.93a8 8 0 0 0 3.13-13.24L122.17 10.34a8 8 0 0 0-11.31 0L70.25 51l-24.6-24.66a8 8 0 0 0-11.31 11.32l24.6 24.6L15 106.17a24 24 0 0 0 0 33.94L99.89 225a24 24 0 0 0 33.94 0l78.49-78.49Zm-32.19-5.24l-79.83 79.83a8 8 0 0 1-11.31 0L26.34 128.8a8 8 0 0 1 0-11.31l43.91-43.92l29.12 29.12a28 28 0 1 0 11.31-11.32L81.57 62.26l35-34.95L217.19 128l-11.72 3.9a8.1 8.1 0 0 0-3.13 1.93m-86.83-26.31a13.26 13.26 0 1 1-.05.06s.05-.05.05-.06"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M248 208a16 16 0 0 1-32 0c0-16 16-40 16-40s16 24 16 40m-16-76.52l-24 8l-79.83 79.83a16 16 0 0 1-22.63 0l-84.85-84.85a16 16 0 0 1 0-22.63L116.52 16Zm-93.86-29.62a20 20 0 1 0 0 28.28a20 20 0 0 0 0-28.28" opacity=".2"/><path d="M238.66 163.56a8 8 0 0 0-13.32 0C223.57 166.23 208 190.09 208 208a24 24 0 0 0 48 0c0-17.91-15.57-41.77-17.34-44.44M232 216a8 8 0 0 1-8-8c0-6.8 4-16.32 8-24.08c4 7.76 8 17.34 8 24.08a8 8 0 0 1-8 8m2.53-76.93a8 8 0 0 0 3.13-13.24L122.17 10.34a8 8 0 0 0-11.31 0L70.25 51l-24.6-24.66a8 8 0 0 0-11.31 11.32l24.6 24.6L15 106.17a24 24 0 0 0 0 33.94L99.89 225a24 24 0 0 0 33.94 0l78.49-78.49Zm-32.19-5.24l-79.83 79.83a8 8 0 0 1-11.31 0L26.34 128.8a8 8 0 0 1 0-11.31l43.91-43.92l29.12 29.12a28 28 0 1 0 11.31-11.32L81.57 62.26l35-34.95L217.19 128l-11.72 3.9a8.1 8.1 0 0 0-3.13 1.93m-86.83-26.31a13.26 13.26 0 1 1-.05.06s.05-.05.05-.06"/></g></svg> </template>
CSS
.icon-paint-bucket-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M248%20208a16%2016%200%200%201-32%200c0-16%2016-40%2016-40s16%2024%2016%2040m-16-76.52l-24%208l-79.83%2079.83a16%2016%200%200%201-22.63%200l-84.85-84.85a16%2016%200%200%201%200-22.63L116.52%2016Zm-93.86-29.62a20%2020%200%201%200%200%2028.28a20%2020%200%200%200%200-28.28%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M238.66%20163.56a8%208%200%200%200-13.32%200C223.57%20166.23%20208%20190.09%20208%20208a24%2024%200%200%200%2048%200c0-17.91-15.57-41.77-17.34-44.44M232%20216a8%208%200%200%201-8-8c0-6.8%204-16.32%208-24.08c4%207.76%208%2017.34%208%2024.08a8%208%200%200%201-8%208m2.53-76.93a8%208%200%200%200%203.13-13.24L122.17%2010.34a8%208%200%200%200-11.31%200L70.25%2051l-24.6-24.66a8%208%200%200%200-11.31%2011.32l24.6%2024.6L15%20106.17a24%2024%200%200%200%200%2033.94L99.89%20225a24%2024%200%200%200%2033.94%200l78.49-78.49Zm-32.19-5.24l-79.83%2079.83a8%208%200%200%201-11.31%200L26.34%20128.8a8%208%200%200%201%200-11.31l43.91-43.92l29.12%2029.12a28%2028%200%201%200%2011.31-11.32L81.57%2062.26l35-34.95L217.19%20128l-11.72%203.9a8.1%208.1%200%200%200-3.13%201.93m-86.83-26.31a13.26%2013.26%200%201%201-.05.06s.05-.05.05-.06%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M248%20208a16%2016%200%200%201-32%200c0-16%2016-40%2016-40s16%2024%2016%2040m-16-76.52l-24%208l-79.83%2079.83a16%2016%200%200%201-22.63%200l-84.85-84.85a16%2016%200%200%201%200-22.63L116.52%2016Zm-93.86-29.62a20%2020%200%201%200%200%2028.28a20%2020%200%200%200%200-28.28%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M238.66%20163.56a8%208%200%200%200-13.32%200C223.57%20166.23%20208%20190.09%20208%20208a24%2024%200%200%200%2048%200c0-17.91-15.57-41.77-17.34-44.44M232%20216a8%208%200%200%201-8-8c0-6.8%204-16.32%208-24.08c4%207.76%208%2017.34%208%2024.08a8%208%200%200%201-8%208m2.53-76.93a8%208%200%200%200%203.13-13.24L122.17%2010.34a8%208%200%200%200-11.31%200L70.25%2051l-24.6-24.66a8%208%200%200%200-11.31%2011.32l24.6%2024.6L15%20106.17a24%2024%200%200%200%200%2033.94L99.89%20225a24%2024%200%200%200%2033.94%200l78.49-78.49Zm-32.19-5.24l-79.83%2079.83a8%208%200%200%201-11.31%200L26.34%20128.8a8%208%200%200%201%200-11.31l43.91-43.92l29.12%2029.12a28%2028%200%201%200%2011.31-11.32L81.57%2062.26l35-34.95L217.19%20128l-11.72%203.9a8.1%208.1%200%200%200-3.13%201.93m-86.83-26.31a13.26%2013.26%200%201%201-.05.06s.05-.05.05-.06%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/paint-bucket-duotone.svg?color=%231a73e8&size=48