cleaning services icon
cleaning-services from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- cleaning-services
- Set
- Material Symbols Light
- Style
- Regular
- 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="M4 22v-5.866q0-1.835 1.294-3.129t3.129-1.294h1.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.135V22zm1-1h2.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.357V21H19v-4.866q0-1.442-1.004-2.432t-2.438-.99H8.423q-1.426 0-2.424.998Q5 14.708 5 16.134z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCleaningServices(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="M4 22v-5.866q0-1.835 1.294-3.129t3.129-1.294h1.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.135V22zm1-1h2.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.357V21H19v-4.866q0-1.442-1.004-2.432t-2.438-.99H8.423q-1.426 0-2.424.998Q5 14.708 5 16.134z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22v-5.866q0-1.835 1.294-3.129t3.129-1.294h1.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.135V22zm1-1h2.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.357V21H19v-4.866q0-1.442-1.004-2.432t-2.438-.99H8.423q-1.426 0-2.424.998Q5 14.708 5 16.134z"/></svg> </template>
CSS
.icon-cleaning-services {
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%22M4%2022v-5.866q0-1.835%201.294-3.129t3.129-1.294h1.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.135V22zm1-1h2.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.357V21H19v-4.866q0-1.442-1.004-2.432t-2.438-.99H8.423q-1.426%200-2.424.998Q5%2014.708%205%2016.134z%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%22M4%2022v-5.866q0-1.835%201.294-3.129t3.129-1.294h1.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.135V22zm1-1h2.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.357V21H19v-4.866q0-1.442-1.004-2.432t-2.438-.99H8.423q-1.426%200-2.424.998Q5%2014.708%205%2016.134z%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.svg?color=%231a73e8&size=48