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

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

5 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

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="M9.315 22q-.623 0-1.08-.395q-.456-.395-.537-1.003L6.285 9.913q-.05-.365.182-.639T7.08 9h9.861q.38 0 .612.274q.233.274.183.64L16.32 20.602q-.081.608-.54 1.003q-.458.395-1.07.395zm4.454-7.23q.731-.728.731-1.77v-1q0-.213-.144-.356t-.357-.144t-.356.144T13.5 12v1q0 .617-.441 1.059q-.442.441-1.059.441t-1.059-.441T10.5 13v-1q0-.213-.144-.356t-.357-.144t-.356.144T9.5 12v1q0 1.042.729 1.77q.728.73 1.769.73t1.771-.73m1.233-7.79q-.415 0-.709-.29T14 5.983t.291-.709t.707-.293t.709.29t.293.708t-.291.709t-.707.293M10 5.98q-.82 0-1.41-.59T8 3.97t.59-1.41t1.42-.58t1.41.58t.58 1.42q0 .819-.58 1.41q-.58.59-1.42.59"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCleaningBucketRounded(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="M9.315 22q-.623 0-1.08-.395q-.456-.395-.537-1.003L6.285 9.913q-.05-.365.182-.639T7.08 9h9.861q.38 0 .612.274q.233.274.183.64L16.32 20.602q-.081.608-.54 1.003q-.458.395-1.07.395zm4.454-7.23q.731-.728.731-1.77v-1q0-.213-.144-.356t-.357-.144t-.356.144T13.5 12v1q0 .617-.441 1.059q-.442.441-1.059.441t-1.059-.441T10.5 13v-1q0-.213-.144-.356t-.357-.144t-.356.144T9.5 12v1q0 1.042.729 1.77q.728.73 1.769.73t1.771-.73m1.233-7.79q-.415 0-.709-.29T14 5.983t.291-.709t.707-.293t.709.29t.293.708t-.291.709t-.707.293M10 5.98q-.82 0-1.41-.59T8 3.97t.59-1.41t1.42-.58t1.41.58t.58 1.42q0 .819-.58 1.41q-.58.59-1.42.59"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.315 22q-.623 0-1.08-.395q-.456-.395-.537-1.003L6.285 9.913q-.05-.365.182-.639T7.08 9h9.861q.38 0 .612.274q.233.274.183.64L16.32 20.602q-.081.608-.54 1.003q-.458.395-1.07.395zm4.454-7.23q.731-.728.731-1.77v-1q0-.213-.144-.356t-.357-.144t-.356.144T13.5 12v1q0 .617-.441 1.059q-.442.441-1.059.441t-1.059-.441T10.5 13v-1q0-.213-.144-.356t-.357-.144t-.356.144T9.5 12v1q0 1.042.729 1.77q.728.73 1.769.73t1.771-.73m1.233-7.79q-.415 0-.709-.29T14 5.983t.291-.709t.707-.293t.709.29t.293.708t-.291.709t-.707.293M10 5.98q-.82 0-1.41-.59T8 3.97t.59-1.41t1.42-.58t1.41.58t.58 1.42q0 .819-.58 1.41q-.58.59-1.42.59"/></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%22M9.315%2022q-.623%200-1.08-.395q-.456-.395-.537-1.003L6.285%209.913q-.05-.365.182-.639T7.08%209h9.861q.38%200%20.612.274q.233.274.183.64L16.32%2020.602q-.081.608-.54%201.003q-.458.395-1.07.395zm4.454-7.23q.731-.728.731-1.77v-1q0-.213-.144-.356t-.357-.144t-.356.144T13.5%2012v1q0%20.617-.441%201.059q-.442.441-1.059.441t-1.059-.441T10.5%2013v-1q0-.213-.144-.356t-.357-.144t-.356.144T9.5%2012v1q0%201.042.729%201.77q.728.73%201.769.73t1.771-.73m1.233-7.79q-.415%200-.709-.29T14%205.983t.291-.709t.707-.293t.709.29t.293.708t-.291.709t-.707.293M10%205.98q-.82%200-1.41-.59T8%203.97t.59-1.41t1.42-.58t1.41.58t.58%201.42q0%20.819-.58%201.41q-.58.59-1.42.59%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%22M9.315%2022q-.623%200-1.08-.395q-.456-.395-.537-1.003L6.285%209.913q-.05-.365.182-.639T7.08%209h9.861q.38%200%20.612.274q.233.274.183.64L16.32%2020.602q-.081.608-.54%201.003q-.458.395-1.07.395zm4.454-7.23q.731-.728.731-1.77v-1q0-.213-.144-.356t-.357-.144t-.356.144T13.5%2012v1q0%20.617-.441%201.059q-.442.441-1.059.441t-1.059-.441T10.5%2013v-1q0-.213-.144-.356t-.357-.144t-.356.144T9.5%2012v1q0%201.042.729%201.77q.728.73%201.769.73t1.771-.73m1.233-7.79q-.415%200-.709-.29T14%205.983t.291-.709t.707-.293t.709.29t.293.708t-.291.709t-.707.293M10%205.98q-.82%200-1.41-.59T8%203.97t.59-1.41t1.42-.58t1.41.58t.58%201.42q0%20.819-.58%201.41q-.58.59-1.42.59%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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