cleaning services icon

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

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

5 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the cleaning services icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.616 22q-.667 0-1.141-.475T4 20.386v-4.25q0-1.836 1.294-3.13t3.129-1.293h1.289V3.634q0-.674.462-1.154q.463-.48 1.134-.48h1.384q.672 0 1.134.48q.463.48.463 1.154v8.078h1.269q1.843 0 3.143 1.293Q20 14.3 20 16.135v4.25q0 .666-.475 1.14t-1.14.475zm0-1H7.75v-3.52q0-.212.144-.355t.357-.144t.356.143t.143.357V21h2.75v-3.52q0-.212.144-.355t.357-.144t.356.143t.143.357V21h2.75v-3.52q0-.212.144-.355t.357-.144t.356.143t.143.357V21h2.135q.269 0 .442-.173t.173-.442v-4.25q0-1.443-1.004-2.433t-2.438-.99H8.423q-1.426 0-2.424.998Q5 14.708 5 16.134v4.25q0 .27.173.443t.443.173"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCleaningServicesRounded(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="M5.616 22q-.667 0-1.141-.475T4 20.386v-4.25q0-1.836 1.294-3.13t3.129-1.293h1.289V3.634q0-.674.462-1.154q.463-.48 1.134-.48h1.384q.672 0 1.134.48q.463.48.463 1.154v8.078h1.269q1.843 0 3.143 1.293Q20 14.3 20 16.135v4.25q0 .666-.475 1.14t-1.14.475zm0-1H7.75v-3.52q0-.212.144-.355t.357-.144t.356.143t.143.357V21h2.75v-3.52q0-.212.144-.355t.357-.144t.356.143t.143.357V21h2.75v-3.52q0-.212.144-.355t.357-.144t.356.143t.143.357V21h2.135q.269 0 .442-.173t.173-.442v-4.25q0-1.443-1.004-2.433t-2.438-.99H8.423q-1.426 0-2.424.998Q5 14.708 5 16.134v4.25q0 .27.173.443t.443.173"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.616 22q-.667 0-1.141-.475T4 20.386v-4.25q0-1.836 1.294-3.13t3.129-1.293h1.289V3.634q0-.674.462-1.154q.463-.48 1.134-.48h1.384q.672 0 1.134.48q.463.48.463 1.154v8.078h1.269q1.843 0 3.143 1.293Q20 14.3 20 16.135v4.25q0 .666-.475 1.14t-1.14.475zm0-1H7.75v-3.52q0-.212.144-.355t.357-.144t.356.143t.143.357V21h2.75v-3.52q0-.212.144-.355t.357-.144t.356.143t.143.357V21h2.75v-3.52q0-.212.144-.355t.357-.144t.356.143t.143.357V21h2.135q.269 0 .442-.173t.173-.442v-4.25q0-1.443-1.004-2.433t-2.438-.99H8.423q-1.426 0-2.424.998Q5 14.708 5 16.134v4.25q0 .27.173.443t.443.173"/></svg>
</template>

CSS

.icon-cleaning-services-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%22M5.616%2022q-.667%200-1.141-.475T4%2020.386v-4.25q0-1.836%201.294-3.13t3.129-1.293h1.289V3.634q0-.674.462-1.154q.463-.48%201.134-.48h1.384q.672%200%201.134.48q.463.48.463%201.154v8.078h1.269q1.843%200%203.143%201.293Q20%2014.3%2020%2016.135v4.25q0%20.666-.475%201.14t-1.14.475zm0-1H7.75v-3.52q0-.212.144-.355t.357-.144t.356.143t.143.357V21h2.75v-3.52q0-.212.144-.355t.357-.144t.356.143t.143.357V21h2.75v-3.52q0-.212.144-.355t.357-.144t.356.143t.143.357V21h2.135q.269%200%20.442-.173t.173-.442v-4.25q0-1.443-1.004-2.433t-2.438-.99H8.423q-1.426%200-2.424.998Q5%2014.708%205%2016.134v4.25q0%20.27.173.443t.443.173%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%22M5.616%2022q-.667%200-1.141-.475T4%2020.386v-4.25q0-1.836%201.294-3.13t3.129-1.293h1.289V3.634q0-.674.462-1.154q.463-.48%201.134-.48h1.384q.672%200%201.134.48q.463.48.463%201.154v8.078h1.269q1.843%200%203.143%201.293Q20%2014.3%2020%2016.135v4.25q0%20.666-.475%201.14t-1.14.475zm0-1H7.75v-3.52q0-.212.144-.355t.357-.144t.356.143t.143.357V21h2.75v-3.52q0-.212.144-.355t.357-.144t.356.143t.143.357V21h2.75v-3.52q0-.212.144-.355t.357-.144t.356.143t.143.357V21h2.135q.269%200%20.442-.173t.173-.442v-4.25q0-1.443-1.004-2.433t-2.438-.99H8.423q-1.426%200-2.424.998Q5%2014.708%205%2016.134v4.25q0%20.27.173.443t.443.173%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-services-rounded.svg?color=%231a73e8&size=48