cleaning icon
cleaning-outline-rounded from Material Symbols Light by Google · Outline Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- cleaning-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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="M10.98 6v-.77h-.768q-.252 0-.434-.181q-.182-.182-.182-.434q0-.251.182-.433T10.212 4h4.23q.31 0 .54.23t.23.54v.505q0 .106-.016.184q-.015.078-.065.164l-.804 1.608h-1.923V6.192l-1.76 1.837q-.025.025-.265.087q-.173 0-.272-.155t-.013-.303zm-.576 15q-.671 0-1.143-.472t-.472-1.144V15.21q0-.211.04-.39t.146-.367l3.142-5.896q.14-.27.382-.413T13.027 8h.954q.348 0 .578.23t.23.578v10.576q0 .672-.473 1.144q-.472.472-1.143.472zm0-1h2.769q.27 0 .443-.173t.173-.442V9h-.781l-3.22 6.08v4.305q0 .269.174.442q.173.173.442.173m0 0h-.615h4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCleaningOutlineRounded(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="M10.98 6v-.77h-.768q-.252 0-.434-.181q-.182-.182-.182-.434q0-.251.182-.433T10.212 4h4.23q.31 0 .54.23t.23.54v.505q0 .106-.016.184q-.015.078-.065.164l-.804 1.608h-1.923V6.192l-1.76 1.837q-.025.025-.265.087q-.173 0-.272-.155t-.013-.303zm-.576 15q-.671 0-1.143-.472t-.472-1.144V15.21q0-.211.04-.39t.146-.367l3.142-5.896q.14-.27.382-.413T13.027 8h.954q.348 0 .578.23t.23.578v10.576q0 .672-.473 1.144q-.472.472-1.143.472zm0-1h2.769q.27 0 .443-.173t.173-.442V9h-.781l-3.22 6.08v4.305q0 .269.174.442q.173.173.442.173m0 0h-.615h4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.98 6v-.77h-.768q-.252 0-.434-.181q-.182-.182-.182-.434q0-.251.182-.433T10.212 4h4.23q.31 0 .54.23t.23.54v.505q0 .106-.016.184q-.015.078-.065.164l-.804 1.608h-1.923V6.192l-1.76 1.837q-.025.025-.265.087q-.173 0-.272-.155t-.013-.303zm-.576 15q-.671 0-1.143-.472t-.472-1.144V15.21q0-.211.04-.39t.146-.367l3.142-5.896q.14-.27.382-.413T13.027 8h.954q.348 0 .578.23t.23.578v10.576q0 .672-.473 1.144q-.472.472-1.143.472zm0-1h2.769q.27 0 .443-.173t.173-.442V9h-.781l-3.22 6.08v4.305q0 .269.174.442q.173.173.442.173m0 0h-.615h4z"/></svg> </template>
CSS
.icon-cleaning-outline-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%22M10.98%206v-.77h-.768q-.252%200-.434-.181q-.182-.182-.182-.434q0-.251.182-.433T10.212%204h4.23q.31%200%20.54.23t.23.54v.505q0%20.106-.016.184q-.015.078-.065.164l-.804%201.608h-1.923V6.192l-1.76%201.837q-.025.025-.265.087q-.173%200-.272-.155t-.013-.303zm-.576%2015q-.671%200-1.143-.472t-.472-1.144V15.21q0-.211.04-.39t.146-.367l3.142-5.896q.14-.27.382-.413T13.027%208h.954q.348%200%20.578.23t.23.578v10.576q0%20.672-.473%201.144q-.472.472-1.143.472zm0-1h2.769q.27%200%20.443-.173t.173-.442V9h-.781l-3.22%206.08v4.305q0%20.269.174.442q.173.173.442.173m0%200h-.615h4z%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%22M10.98%206v-.77h-.768q-.252%200-.434-.181q-.182-.182-.182-.434q0-.251.182-.433T10.212%204h4.23q.31%200%20.54.23t.23.54v.505q0%20.106-.016.184q-.015.078-.065.164l-.804%201.608h-1.923V6.192l-1.76%201.837q-.025.025-.265.087q-.173%200-.272-.155t-.013-.303zm-.576%2015q-.671%200-1.143-.472t-.472-1.144V15.21q0-.211.04-.39t.146-.367l3.142-5.896q.14-.27.382-.413T13.027%208h.954q.348%200%20.578.23t.23.578v10.576q0%20.672-.473%201.144q-.472.472-1.143.472zm0-1h2.769q.27%200%20.443-.173t.173-.442V9h-.781l-3.22%206.08v4.305q0%20.269.174.442q.173.173.442.173m0%200h-.615h4z%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-outline-rounded.svg?color=%231a73e8&size=48