cleaning bucket icon

cleaning-bucket-rounded from Material Symbols by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.

Name
cleaning-bucket-rounded
Set
Material Symbols
Style
Rounded
Category
Home
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

Use the cleaning bucket icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.75 23q-.75 0-1.312-.488t-.663-1.237L5.15 9.125q-.05-.45.25-.787T6.15 8h11.7q.45 0 .75.338t.25.787l-1.625 12.15q-.1.75-.663 1.238T15.25 23zm5.375-7.875Q15 14.25 15 13v-1q0-.425-.288-.712T14 11t-.712.288T13 12v1q0 .425-.288.713T12 14t-.712-.288T11 13v-1q0-.425-.288-.712T10 11t-.712.288T9 12v1q0 1.25.875 2.125T12 16t2.125-.875M15 7q-.625 0-1.062-.437T13.5 5.5t.438-1.062T15 4t1.063.438T16.5 5.5t-.437 1.063T15 7m-5-1q-1.05 0-1.775-.725T7.5 3.5t.725-1.775T10 1t1.775.725T12.5 3.5t-.725 1.775T10 6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCleaningBucketRounded(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="M8.75 23q-.75 0-1.312-.488t-.663-1.237L5.15 9.125q-.05-.45.25-.787T6.15 8h11.7q.45 0 .75.338t.25.787l-1.625 12.15q-.1.75-.663 1.238T15.25 23zm5.375-7.875Q15 14.25 15 13v-1q0-.425-.288-.712T14 11t-.712.288T13 12v1q0 .425-.288.713T12 14t-.712-.288T11 13v-1q0-.425-.288-.712T10 11t-.712.288T9 12v1q0 1.25.875 2.125T12 16t2.125-.875M15 7q-.625 0-1.062-.437T13.5 5.5t.438-1.062T15 4t1.063.438T16.5 5.5t-.437 1.063T15 7m-5-1q-1.05 0-1.775-.725T7.5 3.5t.725-1.775T10 1t1.775.725T12.5 3.5t-.725 1.775T10 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.75 23q-.75 0-1.312-.488t-.663-1.237L5.15 9.125q-.05-.45.25-.787T6.15 8h11.7q.45 0 .75.338t.25.787l-1.625 12.15q-.1.75-.663 1.238T15.25 23zm5.375-7.875Q15 14.25 15 13v-1q0-.425-.288-.712T14 11t-.712.288T13 12v1q0 .425-.288.713T12 14t-.712-.288T11 13v-1q0-.425-.288-.712T10 11t-.712.288T9 12v1q0 1.25.875 2.125T12 16t2.125-.875M15 7q-.625 0-1.062-.437T13.5 5.5t.438-1.062T15 4t1.063.438T16.5 5.5t-.437 1.063T15 7m-5-1q-1.05 0-1.775-.725T7.5 3.5t.725-1.775T10 1t1.775.725T12.5 3.5t-.725 1.775T10 6"/></svg>
</template>

CSS

.icon-cleaning-bucket-rounded {
  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%22M8.75%2023q-.75%200-1.312-.488t-.663-1.237L5.15%209.125q-.05-.45.25-.787T6.15%208h11.7q.45%200%20.75.338t.25.787l-1.625%2012.15q-.1.75-.663%201.238T15.25%2023zm5.375-7.875Q15%2014.25%2015%2013v-1q0-.425-.288-.712T14%2011t-.712.288T13%2012v1q0%20.425-.288.713T12%2014t-.712-.288T11%2013v-1q0-.425-.288-.712T10%2011t-.712.288T9%2012v1q0%201.25.875%202.125T12%2016t2.125-.875M15%207q-.625%200-1.062-.437T13.5%205.5t.438-1.062T15%204t1.063.438T16.5%205.5t-.437%201.063T15%207m-5-1q-1.05%200-1.775-.725T7.5%203.5t.725-1.775T10%201t1.775.725T12.5%203.5t-.725%201.775T10%206%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%22M8.75%2023q-.75%200-1.312-.488t-.663-1.237L5.15%209.125q-.05-.45.25-.787T6.15%208h11.7q.45%200%20.75.338t.25.787l-1.625%2012.15q-.1.75-.663%201.238T15.25%2023zm5.375-7.875Q15%2014.25%2015%2013v-1q0-.425-.288-.712T14%2011t-.712.288T13%2012v1q0%20.425-.288.713T12%2014t-.712-.288T11%2013v-1q0-.425-.288-.712T10%2011t-.712.288T9%2012v1q0%201.25.875%202.125T12%2016t2.125-.875M15%207q-.625%200-1.062-.437T13.5%205.5t.438-1.062T15%204t1.063.438T16.5%205.5t-.437%201.063T15%207m-5-1q-1.05%200-1.775-.725T7.5%203.5t.725-1.775T10%201t1.775.725T12.5%203.5t-.725%201.775T10%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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