cleaning services icon

cleaning-services-outline from Material Symbols by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.

Name
cleaning-services-outline
Set
Material Symbols
Style
Outline
Category
Maps
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

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="M3 23v-7q0-2.075 1.463-3.537T8 11h1V3q0-.825.588-1.412T11 1h2q.825 0 1.413.588T15 3v8h1q2.075 0 3.538 1.463T21 16v7zm2-2h2v-3q0-.425.288-.712T8 17t.713.288T9 18v3h2v-3q0-.425.288-.712T12 17t.713.288T13 18v3h2v-3q0-.425.288-.712T16 17t.713.288T17 18v3h2v-5q0-1.25-.875-2.125T16 13H8q-1.25 0-2.125.875T5 16zm8-10V3h-2v8zm0 0h-2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCleaningServicesOutline(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="M3 23v-7q0-2.075 1.463-3.537T8 11h1V3q0-.825.588-1.412T11 1h2q.825 0 1.413.588T15 3v8h1q2.075 0 3.538 1.463T21 16v7zm2-2h2v-3q0-.425.288-.712T8 17t.713.288T9 18v3h2v-3q0-.425.288-.712T12 17t.713.288T13 18v3h2v-3q0-.425.288-.712T16 17t.713.288T17 18v3h2v-5q0-1.25-.875-2.125T16 13H8q-1.25 0-2.125.875T5 16zm8-10V3h-2v8zm0 0h-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 23v-7q0-2.075 1.463-3.537T8 11h1V3q0-.825.588-1.412T11 1h2q.825 0 1.413.588T15 3v8h1q2.075 0 3.538 1.463T21 16v7zm2-2h2v-3q0-.425.288-.712T8 17t.713.288T9 18v3h2v-3q0-.425.288-.712T12 17t.713.288T13 18v3h2v-3q0-.425.288-.712T16 17t.713.288T17 18v3h2v-5q0-1.25-.875-2.125T16 13H8q-1.25 0-2.125.875T5 16zm8-10V3h-2v8zm0 0h-2z"/></svg>
</template>

CSS

.icon-cleaning-services-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%22M3%2023v-7q0-2.075%201.463-3.537T8%2011h1V3q0-.825.588-1.412T11%201h2q.825%200%201.413.588T15%203v8h1q2.075%200%203.538%201.463T21%2016v7zm2-2h2v-3q0-.425.288-.712T8%2017t.713.288T9%2018v3h2v-3q0-.425.288-.712T12%2017t.713.288T13%2018v3h2v-3q0-.425.288-.712T16%2017t.713.288T17%2018v3h2v-5q0-1.25-.875-2.125T16%2013H8q-1.25%200-2.125.875T5%2016zm8-10V3h-2v8zm0%200h-2z%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%22M3%2023v-7q0-2.075%201.463-3.537T8%2011h1V3q0-.825.588-1.412T11%201h2q.825%200%201.413.588T15%203v8h1q2.075%200%203.538%201.463T21%2016v7zm2-2h2v-3q0-.425.288-.712T8%2017t.713.288T9%2018v3h2v-3q0-.425.288-.712T12%2017t.713.288T13%2018v3h2v-3q0-.425.288-.712T16%2017t.713.288T17%2018v3h2v-5q0-1.25-.875-2.125T16%2013H8q-1.25%200-2.125.875T5%2016zm8-10V3h-2v8zm0%200h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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