paintbucket icon
paintbucket-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- paintbucket-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More newicons icons from Reicon
Use the paintbucket icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.11 7.471l-3.52-3.52c-3.16-3.15-4.82-1.99-6.82 0l-5.66 5.66c-1.15 1.15-1.78 1.89-2.01 2.71c0 .01-.01.01-.01.01v.05c-.41 1.46.67 2.7 2.02 4.05l3.53 3.51c1.26 1.27 2.28 2.06 3.41 2.06s2.1-.76 3.4-2.06l5.66-5.65c.49-.5.85-.91 1.13-1.3v-.01h.01c1.28-1.79.94-3.44-1.14-5.51m-1.03 3.9h-.01c-.3-.07-.61-.13-.92-.19c-.02 0-.04-.01-.07-.01q-1.05-.195-2.13-.33h-.04c-.72-.09-1.45-.16-2.18-.2h-.08c-.64-.04-1.29-.06-1.93-.06c-.78 0-1.56.04-2.33.09l-.37.03c-.58.04-1.16.1-1.73.17l-.46.06c-.58.09-1.15.18-1.72.29c-.13.03-.25.05-.38.07l-.16.03c.18-.2.39-.41.62-.64l5.65-5.65c1.82-1.8 2.44-2.23 4.68 0l3.51 3.52c.54.53.9.98 1.12 1.37c0 0 0 .01.01.01c.42.73-.26 1.6-1.08 1.44m2.87 5.499c-.38-.47-.71-.87-1.45-.87s-1.07.4-1.44.87c-.8.99-1.16 2.07-1.03 3.11c.15 1.19 1.17 2.02 2.47 2.02s2.32-.83 2.47-2.03c.13-1.04-.22-2.11-1.02-3.1"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPaintbucketFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.11 7.471l-3.52-3.52c-3.16-3.15-4.82-1.99-6.82 0l-5.66 5.66c-1.15 1.15-1.78 1.89-2.01 2.71c0 .01-.01.01-.01.01v.05c-.41 1.46.67 2.7 2.02 4.05l3.53 3.51c1.26 1.27 2.28 2.06 3.41 2.06s2.1-.76 3.4-2.06l5.66-5.65c.49-.5.85-.91 1.13-1.3v-.01h.01c1.28-1.79.94-3.44-1.14-5.51m-1.03 3.9h-.01c-.3-.07-.61-.13-.92-.19c-.02 0-.04-.01-.07-.01q-1.05-.195-2.13-.33h-.04c-.72-.09-1.45-.16-2.18-.2h-.08c-.64-.04-1.29-.06-1.93-.06c-.78 0-1.56.04-2.33.09l-.37.03c-.58.04-1.16.1-1.73.17l-.46.06c-.58.09-1.15.18-1.72.29c-.13.03-.25.05-.38.07l-.16.03c.18-.2.39-.41.62-.64l5.65-5.65c1.82-1.8 2.44-2.23 4.68 0l3.51 3.52c.54.53.9.98 1.12 1.37c0 0 0 .01.01.01c.42.73-.26 1.6-1.08 1.44m2.87 5.499c-.38-.47-.71-.87-1.45-.87s-1.07.4-1.44.87c-.8.99-1.16 2.07-1.03 3.11c.15 1.19 1.17 2.02 2.47 2.02s2.32-.83 2.47-2.03c.13-1.04-.22-2.11-1.02-3.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.11 7.471l-3.52-3.52c-3.16-3.15-4.82-1.99-6.82 0l-5.66 5.66c-1.15 1.15-1.78 1.89-2.01 2.71c0 .01-.01.01-.01.01v.05c-.41 1.46.67 2.7 2.02 4.05l3.53 3.51c1.26 1.27 2.28 2.06 3.41 2.06s2.1-.76 3.4-2.06l5.66-5.65c.49-.5.85-.91 1.13-1.3v-.01h.01c1.28-1.79.94-3.44-1.14-5.51m-1.03 3.9h-.01c-.3-.07-.61-.13-.92-.19c-.02 0-.04-.01-.07-.01q-1.05-.195-2.13-.33h-.04c-.72-.09-1.45-.16-2.18-.2h-.08c-.64-.04-1.29-.06-1.93-.06c-.78 0-1.56.04-2.33.09l-.37.03c-.58.04-1.16.1-1.73.17l-.46.06c-.58.09-1.15.18-1.72.29c-.13.03-.25.05-.38.07l-.16.03c.18-.2.39-.41.62-.64l5.65-5.65c1.82-1.8 2.44-2.23 4.68 0l3.51 3.52c.54.53.9.98 1.12 1.37c0 0 0 .01.01.01c.42.73-.26 1.6-1.08 1.44m2.87 5.499c-.38-.47-.71-.87-1.45-.87s-1.07.4-1.44.87c-.8.99-1.16 2.07-1.03 3.11c.15 1.19 1.17 2.02 2.47 2.02s2.32-.83 2.47-2.03c.13-1.04-.22-2.11-1.02-3.1"/></svg> </template>
CSS
.icon-paintbucket-filled {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.11%207.471l-3.52-3.52c-3.16-3.15-4.82-1.99-6.82%200l-5.66%205.66c-1.15%201.15-1.78%201.89-2.01%202.71c0%20.01-.01.01-.01.01v.05c-.41%201.46.67%202.7%202.02%204.05l3.53%203.51c1.26%201.27%202.28%202.06%203.41%202.06s2.1-.76%203.4-2.06l5.66-5.65c.49-.5.85-.91%201.13-1.3v-.01h.01c1.28-1.79.94-3.44-1.14-5.51m-1.03%203.9h-.01c-.3-.07-.61-.13-.92-.19c-.02%200-.04-.01-.07-.01q-1.05-.195-2.13-.33h-.04c-.72-.09-1.45-.16-2.18-.2h-.08c-.64-.04-1.29-.06-1.93-.06c-.78%200-1.56.04-2.33.09l-.37.03c-.58.04-1.16.1-1.73.17l-.46.06c-.58.09-1.15.18-1.72.29c-.13.03-.25.05-.38.07l-.16.03c.18-.2.39-.41.62-.64l5.65-5.65c1.82-1.8%202.44-2.23%204.68%200l3.51%203.52c.54.53.9.98%201.12%201.37c0%200%200%20.01.01.01c.42.73-.26%201.6-1.08%201.44m2.87%205.499c-.38-.47-.71-.87-1.45-.87s-1.07.4-1.44.87c-.8.99-1.16%202.07-1.03%203.11c.15%201.19%201.17%202.02%202.47%202.02s2.32-.83%202.47-2.03c.13-1.04-.22-2.11-1.02-3.1%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.11%207.471l-3.52-3.52c-3.16-3.15-4.82-1.99-6.82%200l-5.66%205.66c-1.15%201.15-1.78%201.89-2.01%202.71c0%20.01-.01.01-.01.01v.05c-.41%201.46.67%202.7%202.02%204.05l3.53%203.51c1.26%201.27%202.28%202.06%203.41%202.06s2.1-.76%203.4-2.06l5.66-5.65c.49-.5.85-.91%201.13-1.3v-.01h.01c1.28-1.79.94-3.44-1.14-5.51m-1.03%203.9h-.01c-.3-.07-.61-.13-.92-.19c-.02%200-.04-.01-.07-.01q-1.05-.195-2.13-.33h-.04c-.72-.09-1.45-.16-2.18-.2h-.08c-.64-.04-1.29-.06-1.93-.06c-.78%200-1.56.04-2.33.09l-.37.03c-.58.04-1.16.1-1.73.17l-.46.06c-.58.09-1.15.18-1.72.29c-.13.03-.25.05-.38.07l-.16.03c.18-.2.39-.41.62-.64l5.65-5.65c1.82-1.8%202.44-2.23%204.68%200l3.51%203.52c.54.53.9.98%201.12%201.37c0%200%200%20.01.01.01c.42.73-.26%201.6-1.08%201.44m2.87%205.499c-.38-.47-.71-.87-1.45-.87s-1.07.4-1.44.87c-.8.99-1.16%202.07-1.03%203.11c.15%201.19%201.17%202.02%202.47%202.02s2.32-.83%202.47-2.03c.13-1.04-.22-2.11-1.02-3.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/paintbucket-filled.svg?color=%231a73e8&size=48