bucket icon
bucket-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- bucket-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All bucket icons →More newicons icons from Reicon
Use the bucket icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.04 10.64L9.69 3.29l-.87-.87a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l.87.87L3 9.98c-.64.64-.98 1.29-1 1.94c-.02.69.32 1.38 1 2.07L7.01 18c1.34 1.33 2.68 1.33 4.01 0l6.02-6.02c.2-.2.29-.47.27-.73a.95.95 0 0 0-.27-.61M16 22.75H3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h13c.41 0 .75.34.75.75s-.34.75-.75.75m3.35-7.97a.7.7 0 0 0-1 0c-.31.34-1.85 2.07-1.85 3.39c0 1.3 1.05 2.35 2.35 2.35s2.35-1.05 2.35-2.35c0-1.31-1.54-3.05-1.85-3.39"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBucketFilled(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="M17.04 10.64L9.69 3.29l-.87-.87a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l.87.87L3 9.98c-.64.64-.98 1.29-1 1.94c-.02.69.32 1.38 1 2.07L7.01 18c1.34 1.33 2.68 1.33 4.01 0l6.02-6.02c.2-.2.29-.47.27-.73a.95.95 0 0 0-.27-.61M16 22.75H3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h13c.41 0 .75.34.75.75s-.34.75-.75.75m3.35-7.97a.7.7 0 0 0-1 0c-.31.34-1.85 2.07-1.85 3.39c0 1.3 1.05 2.35 2.35 2.35s2.35-1.05 2.35-2.35c0-1.31-1.54-3.05-1.85-3.39"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.04 10.64L9.69 3.29l-.87-.87a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l.87.87L3 9.98c-.64.64-.98 1.29-1 1.94c-.02.69.32 1.38 1 2.07L7.01 18c1.34 1.33 2.68 1.33 4.01 0l6.02-6.02c.2-.2.29-.47.27-.73a.95.95 0 0 0-.27-.61M16 22.75H3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h13c.41 0 .75.34.75.75s-.34.75-.75.75m3.35-7.97a.7.7 0 0 0-1 0c-.31.34-1.85 2.07-1.85 3.39c0 1.3 1.05 2.35 2.35 2.35s2.35-1.05 2.35-2.35c0-1.31-1.54-3.05-1.85-3.39"/></svg> </template>
CSS
.icon-bucket-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%22M17.04%2010.64L9.69%203.29l-.87-.87a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l.87.87L3%209.98c-.64.64-.98%201.29-1%201.94c-.02.69.32%201.38%201%202.07L7.01%2018c1.34%201.33%202.68%201.33%204.01%200l6.02-6.02c.2-.2.29-.47.27-.73a.95.95%200%200%200-.27-.61M16%2022.75H3c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h13c.41%200%20.75.34.75.75s-.34.75-.75.75m3.35-7.97a.7.7%200%200%200-1%200c-.31.34-1.85%202.07-1.85%203.39c0%201.3%201.05%202.35%202.35%202.35s2.35-1.05%202.35-2.35c0-1.31-1.54-3.05-1.85-3.39%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%22M17.04%2010.64L9.69%203.29l-.87-.87a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l.87.87L3%209.98c-.64.64-.98%201.29-1%201.94c-.02.69.32%201.38%201%202.07L7.01%2018c1.34%201.33%202.68%201.33%204.01%200l6.02-6.02c.2-.2.29-.47.27-.73a.95.95%200%200%200-.27-.61M16%2022.75H3c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h13c.41%200%20.75.34.75.75s-.34.75-.75.75m3.35-7.97a.7.7%200%200%200-1%200c-.31.34-1.85%202.07-1.85%203.39c0%201.3%201.05%202.35%202.35%202.35s2.35-1.05%202.35-2.35c0-1.31-1.54-3.05-1.85-3.39%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bucket-filled.svg?color=%231a73e8&size=48