cleaning bucket icon

cleaning-bucket from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
cleaning-bucket
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the cleaning bucket icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M11 9h8.995c.496 0 .744 0 .89.16c.145.16.126.413.088.917l-.621 8.23c-.132 1.752-.198 2.628-.763 3.16c-.564.533-1.426.533-3.15.533h-4.504c-1.723 0-2.585 0-3.15-.533C7.947 20.675 8.082 19.07 8 18"/><path d="M11 8.91v5.454c0 1.714 0 2.57-.586 3.104C9.828 18 8.886 18 7 18s-2.828 0-3.414-.532C3 16.935 3 16.078 3 14.364v-.91c0-2.57 0-3.856.879-4.655C4.757 8 6.172 8 9 8h1c.471 0 .707 0 .854.133c.146.133.146.348.146.776"/><path d="M19 9c0-3.866-2.25-7-5.025-7C11.443 2 9.348 4.608 9 8m-6 6h8m0-1h9"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCleaningBucket(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M11 9h8.995c.496 0 .744 0 .89.16c.145.16.126.413.088.917l-.621 8.23c-.132 1.752-.198 2.628-.763 3.16c-.564.533-1.426.533-3.15.533h-4.504c-1.723 0-2.585 0-3.15-.533C7.947 20.675 8.082 19.07 8 18"/><path d="M11 8.91v5.454c0 1.714 0 2.57-.586 3.104C9.828 18 8.886 18 7 18s-2.828 0-3.414-.532C3 16.935 3 16.078 3 14.364v-.91c0-2.57 0-3.856.879-4.655C4.757 8 6.172 8 9 8h1c.471 0 .707 0 .854.133c.146.133.146.348.146.776"/><path d="M19 9c0-3.866-2.25-7-5.025-7C11.443 2 9.348 4.608 9 8m-6 6h8m0-1h9"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M11 9h8.995c.496 0 .744 0 .89.16c.145.16.126.413.088.917l-.621 8.23c-.132 1.752-.198 2.628-.763 3.16c-.564.533-1.426.533-3.15.533h-4.504c-1.723 0-2.585 0-3.15-.533C7.947 20.675 8.082 19.07 8 18"/><path d="M11 8.91v5.454c0 1.714 0 2.57-.586 3.104C9.828 18 8.886 18 7 18s-2.828 0-3.414-.532C3 16.935 3 16.078 3 14.364v-.91c0-2.57 0-3.856.879-4.655C4.757 8 6.172 8 9 8h1c.471 0 .707 0 .854.133c.146.133.146.348.146.776"/><path d="M19 9c0-3.866-2.25-7-5.025-7C11.443 2 9.348 4.608 9 8m-6 6h8m0-1h9"/></g></svg>
</template>

CSS

.icon-cleaning-bucket {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11%209h8.995c.496%200%20.744%200%20.89.16c.145.16.126.413.088.917l-.621%208.23c-.132%201.752-.198%202.628-.763%203.16c-.564.533-1.426.533-3.15.533h-4.504c-1.723%200-2.585%200-3.15-.533C7.947%2020.675%208.082%2019.07%208%2018%22%2F%3E%3Cpath%20d%3D%22M11%208.91v5.454c0%201.714%200%202.57-.586%203.104C9.828%2018%208.886%2018%207%2018s-2.828%200-3.414-.532C3%2016.935%203%2016.078%203%2014.364v-.91c0-2.57%200-3.856.879-4.655C4.757%208%206.172%208%209%208h1c.471%200%20.707%200%20.854.133c.146.133.146.348.146.776%22%2F%3E%3Cpath%20d%3D%22M19%209c0-3.866-2.25-7-5.025-7C11.443%202%209.348%204.608%209%208m-6%206h8m0-1h9%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11%209h8.995c.496%200%20.744%200%20.89.16c.145.16.126.413.088.917l-.621%208.23c-.132%201.752-.198%202.628-.763%203.16c-.564.533-1.426.533-3.15.533h-4.504c-1.723%200-2.585%200-3.15-.533C7.947%2020.675%208.082%2019.07%208%2018%22%2F%3E%3Cpath%20d%3D%22M11%208.91v5.454c0%201.714%200%202.57-.586%203.104C9.828%2018%208.886%2018%207%2018s-2.828%200-3.414-.532C3%2016.935%203%2016.078%203%2014.364v-.91c0-2.57%200-3.856.879-4.655C4.757%208%206.172%208%209%208h1c.471%200%20.707%200%20.854.133c.146.133.146.348.146.776%22%2F%3E%3Cpath%20d%3D%22M19%209c0-3.866-2.25-7-5.025-7C11.443%202%209.348%204.608%209%208m-6%206h8m0-1h9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/cleaning-bucket.svg?color=%231a73e8&size=48