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

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

5 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the cleaning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.404 7.23V6.193L10.643 8.03q-.024.025-.272.087q-.165 0-.264-.155q-.1-.155-.013-.303L10.981 6v-.77h-.77q-.261 0-.438-.176q-.177-.177-.177-.439q0-.261.177-.438T10.212 4h4.23q.31 0 .54.23t.23.54v.505q0 .109-.016.185q-.015.077-.065.163l-.804 1.608zm-2 13.77q-.666 0-1.141-.475t-.475-1.14V15.21q0-.212.04-.392q.041-.18.147-.366l3.142-5.896q.14-.27.378-.413q.237-.143.532-.143h.954q.343 0 .575.232t.232.576v10.577q0 .666-.474 1.14T13.173 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCleaningRounded(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="M12.404 7.23V6.193L10.643 8.03q-.024.025-.272.087q-.165 0-.264-.155q-.1-.155-.013-.303L10.981 6v-.77h-.77q-.261 0-.438-.176q-.177-.177-.177-.439q0-.261.177-.438T10.212 4h4.23q.31 0 .54.23t.23.54v.505q0 .109-.016.185q-.015.077-.065.163l-.804 1.608zm-2 13.77q-.666 0-1.141-.475t-.475-1.14V15.21q0-.212.04-.392q.041-.18.147-.366l3.142-5.896q.14-.27.378-.413q.237-.143.532-.143h.954q.343 0 .575.232t.232.576v10.577q0 .666-.474 1.14T13.173 21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.404 7.23V6.193L10.643 8.03q-.024.025-.272.087q-.165 0-.264-.155q-.1-.155-.013-.303L10.981 6v-.77h-.77q-.261 0-.438-.176q-.177-.177-.177-.439q0-.261.177-.438T10.212 4h4.23q.31 0 .54.23t.23.54v.505q0 .109-.016.185q-.015.077-.065.163l-.804 1.608zm-2 13.77q-.666 0-1.141-.475t-.475-1.14V15.21q0-.212.04-.392q.041-.18.147-.366l3.142-5.896q.14-.27.378-.413q.237-.143.532-.143h.954q.343 0 .575.232t.232.576v10.577q0 .666-.474 1.14T13.173 21z"/></svg>
</template>

CSS

.icon-cleaning-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%22M12.404%207.23V6.193L10.643%208.03q-.024.025-.272.087q-.165%200-.264-.155q-.1-.155-.013-.303L10.981%206v-.77h-.77q-.261%200-.438-.176q-.177-.177-.177-.439q0-.261.177-.438T10.212%204h4.23q.31%200%20.54.23t.23.54v.505q0%20.109-.016.185q-.015.077-.065.163l-.804%201.608zm-2%2013.77q-.666%200-1.141-.475t-.475-1.14V15.21q0-.212.04-.392q.041-.18.147-.366l3.142-5.896q.14-.27.378-.413q.237-.143.532-.143h.954q.343%200%20.575.232t.232.576v10.577q0%20.666-.474%201.14T13.173%2021z%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%22M12.404%207.23V6.193L10.643%208.03q-.024.025-.272.087q-.165%200-.264-.155q-.1-.155-.013-.303L10.981%206v-.77h-.77q-.261%200-.438-.176q-.177-.177-.177-.439q0-.261.177-.438T10.212%204h4.23q.31%200%20.54.23t.23.54v.505q0%20.109-.016.185q-.015.077-.065.163l-.804%201.608zm-2%2013.77q-.666%200-1.141-.475t-.475-1.14V15.21q0-.212.04-.392q.041-.18.147-.366l3.142-5.896q.14-.27.378-.413q.237-.143.532-.143h.954q.343%200%20.575.232t.232.576v10.577q0%20.666-.474%201.14T13.173%2021z%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-rounded.svg?color=%231a73e8&size=48