cleaning icon
cleaning-outline from Health Icons by Resolve to Save Lives · Outline · Objects · MIT Free for personal and commercial use.
- Name
- cleaning-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Objects
- Viewbox
- 48×48
- License
- MIT
- Aliases
- cleaning2x-outline
1 other variant in Health Icons
The same icon in other sets
More objects icons from Health Icons
Use the cleaning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M22.062 25.602L11.33 5.416a1 1 0 1 1 1.766-.939l10.733 20.186l1.522-.81a4 4 0 0 1 5.41 1.655l.648 1.218l6.869 10.055l-14.249 7.576l-4.495-11.318l-.647-1.218a4 4 0 0 1 1.654-5.41zm-.583 2.575l4.81-2.557a2 2 0 0 1 2.705.827l.648 1.217l-8.343 4.436l-.647-1.218a2 2 0 0 1 .827-2.705m.83 6.432l2.753 6.933l1.834-.975l-2.165-4.215l1.78-.914l2.152 4.19l6.702-3.564l-4.208-6.16z" clip-rule="evenodd"/><path d="M16.36 35.231a1 1 0 0 1 1.28 1.537l-.001.001l-.002.002l-.003.002l-.01.008l-.03.025l-.103.079q-.131.1-.367.26c-.315.21-.77.484-1.344.758A11.15 11.15 0 0 1 11 39a1 1 0 1 1 0-2a9.15 9.15 0 0 0 3.92-.903a9 9 0 0 0 1.094-.617a6 6 0 0 0 .337-.24l.01-.01zm3.195 6.601a1 1 0 0 0-1.11-1.664l-.002.002l-.02.012l-.086.055q-.119.075-.349.207a14 14 0 0 1-1.27.642C15.65 41.561 14.299 42 13 42a1 1 0 1 0 0 2c1.702 0 3.35-.561 4.531-1.086a16 16 0 0 0 1.863-.979l.114-.072l.032-.021l.01-.006z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCleaningOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fillRule="evenodd" d="M22.062 25.602L11.33 5.416a1 1 0 1 1 1.766-.939l10.733 20.186l1.522-.81a4 4 0 0 1 5.41 1.655l.648 1.218l6.869 10.055l-14.249 7.576l-4.495-11.318l-.647-1.218a4 4 0 0 1 1.654-5.41zm-.583 2.575l4.81-2.557a2 2 0 0 1 2.705.827l.648 1.217l-8.343 4.436l-.647-1.218a2 2 0 0 1 .827-2.705m.83 6.432l2.753 6.933l1.834-.975l-2.165-4.215l1.78-.914l2.152 4.19l6.702-3.564l-4.208-6.16z" clipRule="evenodd"/><path d="M16.36 35.231a1 1 0 0 1 1.28 1.537l-.001.001l-.002.002l-.003.002l-.01.008l-.03.025l-.103.079q-.131.1-.367.26c-.315.21-.77.484-1.344.758A11.15 11.15 0 0 1 11 39a1 1 0 1 1 0-2a9.15 9.15 0 0 0 3.92-.903a9 9 0 0 0 1.094-.617a6 6 0 0 0 .337-.24l.01-.01zm3.195 6.601a1 1 0 0 0-1.11-1.664l-.002.002l-.02.012l-.086.055q-.119.075-.349.207a14 14 0 0 1-1.27.642C15.65 41.561 14.299 42 13 42a1 1 0 1 0 0 2c1.702 0 3.35-.561 4.531-1.086a16 16 0 0 0 1.863-.979l.114-.072l.032-.021l.01-.006z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M22.062 25.602L11.33 5.416a1 1 0 1 1 1.766-.939l10.733 20.186l1.522-.81a4 4 0 0 1 5.41 1.655l.648 1.218l6.869 10.055l-14.249 7.576l-4.495-11.318l-.647-1.218a4 4 0 0 1 1.654-5.41zm-.583 2.575l4.81-2.557a2 2 0 0 1 2.705.827l.648 1.217l-8.343 4.436l-.647-1.218a2 2 0 0 1 .827-2.705m.83 6.432l2.753 6.933l1.834-.975l-2.165-4.215l1.78-.914l2.152 4.19l6.702-3.564l-4.208-6.16z" clip-rule="evenodd"/><path d="M16.36 35.231a1 1 0 0 1 1.28 1.537l-.001.001l-.002.002l-.003.002l-.01.008l-.03.025l-.103.079q-.131.1-.367.26c-.315.21-.77.484-1.344.758A11.15 11.15 0 0 1 11 39a1 1 0 1 1 0-2a9.15 9.15 0 0 0 3.92-.903a9 9 0 0 0 1.094-.617a6 6 0 0 0 .337-.24l.01-.01zm3.195 6.601a1 1 0 0 0-1.11-1.664l-.002.002l-.02.012l-.086.055q-.119.075-.349.207a14 14 0 0 1-1.27.642C15.65 41.561 14.299 42 13 42a1 1 0 1 0 0 2c1.702 0 3.35-.561 4.531-1.086a16 16 0 0 0 1.863-.979l.114-.072l.032-.021l.01-.006z"/></g></svg> </template>
CSS
.icon-cleaning-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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22.062%2025.602L11.33%205.416a1%201%200%201%201%201.766-.939l10.733%2020.186l1.522-.81a4%204%200%200%201%205.41%201.655l.648%201.218l6.869%2010.055l-14.249%207.576l-4.495-11.318l-.647-1.218a4%204%200%200%201%201.654-5.41zm-.583%202.575l4.81-2.557a2%202%200%200%201%202.705.827l.648%201.217l-8.343%204.436l-.647-1.218a2%202%200%200%201%20.827-2.705m.83%206.432l2.753%206.933l1.834-.975l-2.165-4.215l1.78-.914l2.152%204.19l6.702-3.564l-4.208-6.16z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.36%2035.231a1%201%200%200%201%201.28%201.537l-.001.001l-.002.002l-.003.002l-.01.008l-.03.025l-.103.079q-.131.1-.367.26c-.315.21-.77.484-1.344.758A11.15%2011.15%200%200%201%2011%2039a1%201%200%201%201%200-2a9.15%209.15%200%200%200%203.92-.903a9%209%200%200%200%201.094-.617a6%206%200%200%200%20.337-.24l.01-.01zm3.195%206.601a1%201%200%200%200-1.11-1.664l-.002.002l-.02.012l-.086.055q-.119.075-.349.207a14%2014%200%200%201-1.27.642C15.65%2041.561%2014.299%2042%2013%2042a1%201%200%201%200%200%202c1.702%200%203.35-.561%204.531-1.086a16%2016%200%200%200%201.863-.979l.114-.072l.032-.021l.01-.006z%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22.062%2025.602L11.33%205.416a1%201%200%201%201%201.766-.939l10.733%2020.186l1.522-.81a4%204%200%200%201%205.41%201.655l.648%201.218l6.869%2010.055l-14.249%207.576l-4.495-11.318l-.647-1.218a4%204%200%200%201%201.654-5.41zm-.583%202.575l4.81-2.557a2%202%200%200%201%202.705.827l.648%201.217l-8.343%204.436l-.647-1.218a2%202%200%200%201%20.827-2.705m.83%206.432l2.753%206.933l1.834-.975l-2.165-4.215l1.78-.914l2.152%204.19l6.702-3.564l-4.208-6.16z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.36%2035.231a1%201%200%200%201%201.28%201.537l-.001.001l-.002.002l-.003.002l-.01.008l-.03.025l-.103.079q-.131.1-.367.26c-.315.21-.77.484-1.344.758A11.15%2011.15%200%200%201%2011%2039a1%201%200%201%201%200-2a9.15%209.15%200%200%200%203.92-.903a9%209%200%200%200%201.094-.617a6%206%200%200%200%20.337-.24l.01-.01zm3.195%206.601a1%201%200%200%200-1.11-1.664l-.002.002l-.02.012l-.086.055q-.119.075-.349.207a14%2014%200%200%201-1.27.642C15.65%2041.561%2014.299%2042%2013%2042a1%201%200%201%200%200%202c1.702%200%203.35-.561%204.531-1.086a16%2016%200%200%200%201.863-.979l.114-.072l.032-.021l.01-.006z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/cleaning-outline.svg?color=%231a73e8&size=48