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

Name
cleaning-bucket-outline
Set
Material Symbols Light
Style
Outline
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.154 9h11.712L16.32 20.602q-.081.608-.54 1.003q-.458.395-1.07.395zm-.026-1h5.423q.23 0 .404-.154q.173-.154.211-.384L16.7 10H7.275l1.398 10.462q.039.23.212.384t.403.154m4.481-6.23q.731-.728.731-1.77v-1.5h-1V13q0 .617-.441 1.059q-.442.441-1.059.441t-1.059-.441T10.5 13v-1.5h-1V13q0 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.59M14.712 21h-6h6.577z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCleaningBucketOutline(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.154 9h11.712L16.32 20.602q-.081.608-.54 1.003q-.458.395-1.07.395zm-.026-1h5.423q.23 0 .404-.154q.173-.154.211-.384L16.7 10H7.275l1.398 10.462q.039.23.212.384t.403.154m4.481-6.23q.731-.728.731-1.77v-1.5h-1V13q0 .617-.441 1.059q-.442.441-1.059.441t-1.059-.441T10.5 13v-1.5h-1V13q0 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.59M14.712 21h-6h6.577z"/></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.154 9h11.712L16.32 20.602q-.081.608-.54 1.003q-.458.395-1.07.395zm-.026-1h5.423q.23 0 .404-.154q.173-.154.211-.384L16.7 10H7.275l1.398 10.462q.039.23.212.384t.403.154m4.481-6.23q.731-.728.731-1.77v-1.5h-1V13q0 .617-.441 1.059q-.442.441-1.059.441t-1.059-.441T10.5 13v-1.5h-1V13q0 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.59M14.712 21h-6h6.577z"/></svg>
</template>

CSS

.icon-cleaning-bucket-outline {
  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.154%209h11.712L16.32%2020.602q-.081.608-.54%201.003q-.458.395-1.07.395zm-.026-1h5.423q.23%200%20.404-.154q.173-.154.211-.384L16.7%2010H7.275l1.398%2010.462q.039.23.212.384t.403.154m4.481-6.23q.731-.728.731-1.77v-1.5h-1V13q0%20.617-.441%201.059q-.442.441-1.059.441t-1.059-.441T10.5%2013v-1.5h-1V13q0%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.59M14.712%2021h-6h6.577z%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.154%209h11.712L16.32%2020.602q-.081.608-.54%201.003q-.458.395-1.07.395zm-.026-1h5.423q.23%200%20.404-.154q.173-.154.211-.384L16.7%2010H7.275l1.398%2010.462q.039.23.212.384t.403.154m4.481-6.23q.731-.728.731-1.77v-1.5h-1V13q0%20.617-.441%201.059q-.442.441-1.059.441t-1.059-.441T10.5%2013v-1.5h-1V13q0%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.59M14.712%2021h-6h6.577z%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-outline.svg?color=%231a73e8&size=48