cleaning bucket icon

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

Name
cleaning-bucket-outline-sharp
Set
Material Symbols
Style
Outline Sharp
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="M7 23L5 8h14l-2 15zm1.75-2h6.5l1.45-11H7.275zm5.375-5.875Q15 14.25 15 13v-2h-2v2q0 .425-.288.713T12 14t-.712-.288T11 13v-2H9v2q0 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 6m5.25 15h-6.5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCleaningBucketOutlineSharp(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="M7 23L5 8h14l-2 15zm1.75-2h6.5l1.45-11H7.275zm5.375-5.875Q15 14.25 15 13v-2h-2v2q0 .425-.288.713T12 14t-.712-.288T11 13v-2H9v2q0 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 6m5.25 15h-6.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 23L5 8h14l-2 15zm1.75-2h6.5l1.45-11H7.275zm5.375-5.875Q15 14.25 15 13v-2h-2v2q0 .425-.288.713T12 14t-.712-.288T11 13v-2H9v2q0 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 6m5.25 15h-6.5z"/></svg>
</template>

CSS

.icon-cleaning-bucket-outline-sharp {
  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%22M7%2023L5%208h14l-2%2015zm1.75-2h6.5l1.45-11H7.275zm5.375-5.875Q15%2014.25%2015%2013v-2h-2v2q0%20.425-.288.713T12%2014t-.712-.288T11%2013v-2H9v2q0%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%206m5.25%2015h-6.5z%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%22M7%2023L5%208h14l-2%2015zm1.75-2h6.5l1.45-11H7.275zm5.375-5.875Q15%2014.25%2015%2013v-2h-2v2q0%20.425-.288.713T12%2014t-.712-.288T11%2013v-2H9v2q0%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%206m5.25%2015h-6.5z%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-outline-sharp.svg?color=%231a73e8&size=48