cleaning from Health Icons by Resolve to Save Lives · Filled · Objects · MIT Free for personal and commercial use.

Name
cleaning
Set
Health Icons
Style
Filled
Category
Objects
Viewbox
48×48
License
MIT

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.219l6.87 10.054l-8.738 4.645l-3.027-5.983l-1.784.903l3.045 6.02l-3.746 1.991l-4.495-11.318l-.647-1.218a4 4 0 0 1 1.654-5.41zm4.227.018l-4.81 2.557a2 2 0 0 0-.827 2.705l.647 1.218l8.343-4.436l-.648-1.217a2 2 0 0 0-2.705-.827" clip-rule="evenodd"/><path d="M17.768 35.36a1 1 0 0 0-1.408-.129h.002l-.011.008l-.062.048a6 6 0 0 1-.275.194c-.248.165-.618.39-1.094.616A9.15 9.15 0 0 1 11 37a1 1 0 1 0 0 2a11.15 11.15 0 0 0 4.78-1.097a11 11 0 0 0 1.344-.758a8 8 0 0 0 .47-.34l.03-.023l.01-.008l.003-.004h.002l.001-.002a1 1 0 0 0 .128-1.408m2.064 5.085a1 1 0 0 1-.277 1.387l-.002.002l-.004.002l-.01.006l-.031.02l-.114.073a16 16 0 0 1-1.862.979C16.35 43.439 14.701 44 13 44a1 1 0 1 1 0-2c1.298 0 2.65-.439 3.719-.914a14 14 0 0 0 1.618-.85q.059-.035.086-.054l.02-.012l.002-.002a1 1 0 0 1 1.387.277"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCleaning(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.219l6.87 10.054l-8.738 4.645l-3.027-5.983l-1.784.903l3.045 6.02l-3.746 1.991l-4.495-11.318l-.647-1.218a4 4 0 0 1 1.654-5.41zm4.227.018l-4.81 2.557a2 2 0 0 0-.827 2.705l.647 1.218l8.343-4.436l-.648-1.217a2 2 0 0 0-2.705-.827" clipRule="evenodd"/><path d="M17.768 35.36a1 1 0 0 0-1.408-.129h.002l-.011.008l-.062.048a6 6 0 0 1-.275.194c-.248.165-.618.39-1.094.616A9.15 9.15 0 0 1 11 37a1 1 0 1 0 0 2a11.15 11.15 0 0 0 4.78-1.097a11 11 0 0 0 1.344-.758a8 8 0 0 0 .47-.34l.03-.023l.01-.008l.003-.004h.002l.001-.002a1 1 0 0 0 .128-1.408m2.064 5.085a1 1 0 0 1-.277 1.387l-.002.002l-.004.002l-.01.006l-.031.02l-.114.073a16 16 0 0 1-1.862.979C16.35 43.439 14.701 44 13 44a1 1 0 1 1 0-2c1.298 0 2.65-.439 3.719-.914a14 14 0 0 0 1.618-.85q.059-.035.086-.054l.02-.012l.002-.002a1 1 0 0 1 1.387.277"/></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.219l6.87 10.054l-8.738 4.645l-3.027-5.983l-1.784.903l3.045 6.02l-3.746 1.991l-4.495-11.318l-.647-1.218a4 4 0 0 1 1.654-5.41zm4.227.018l-4.81 2.557a2 2 0 0 0-.827 2.705l.647 1.218l8.343-4.436l-.648-1.217a2 2 0 0 0-2.705-.827" clip-rule="evenodd"/><path d="M17.768 35.36a1 1 0 0 0-1.408-.129h.002l-.011.008l-.062.048a6 6 0 0 1-.275.194c-.248.165-.618.39-1.094.616A9.15 9.15 0 0 1 11 37a1 1 0 1 0 0 2a11.15 11.15 0 0 0 4.78-1.097a11 11 0 0 0 1.344-.758a8 8 0 0 0 .47-.34l.03-.023l.01-.008l.003-.004h.002l.001-.002a1 1 0 0 0 .128-1.408m2.064 5.085a1 1 0 0 1-.277 1.387l-.002.002l-.004.002l-.01.006l-.031.02l-.114.073a16 16 0 0 1-1.862.979C16.35 43.439 14.701 44 13 44a1 1 0 1 1 0-2c1.298 0 2.65-.439 3.719-.914a14 14 0 0 0 1.618-.85q.059-.035.086-.054l.02-.012l.002-.002a1 1 0 0 1 1.387.277"/></g></svg>
</template>

CSS

.icon-cleaning {
  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.219l6.87%2010.054l-8.738%204.645l-3.027-5.983l-1.784.903l3.045%206.02l-3.746%201.991l-4.495-11.318l-.647-1.218a4%204%200%200%201%201.654-5.41zm4.227.018l-4.81%202.557a2%202%200%200%200-.827%202.705l.647%201.218l8.343-4.436l-.648-1.217a2%202%200%200%200-2.705-.827%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.768%2035.36a1%201%200%200%200-1.408-.129h.002l-.011.008l-.062.048a6%206%200%200%201-.275.194c-.248.165-.618.39-1.094.616A9.15%209.15%200%200%201%2011%2037a1%201%200%201%200%200%202a11.15%2011.15%200%200%200%204.78-1.097a11%2011%200%200%200%201.344-.758a8%208%200%200%200%20.47-.34l.03-.023l.01-.008l.003-.004h.002l.001-.002a1%201%200%200%200%20.128-1.408m2.064%205.085a1%201%200%200%201-.277%201.387l-.002.002l-.004.002l-.01.006l-.031.02l-.114.073a16%2016%200%200%201-1.862.979C16.35%2043.439%2014.701%2044%2013%2044a1%201%200%201%201%200-2c1.298%200%202.65-.439%203.719-.914a14%2014%200%200%200%201.618-.85q.059-.035.086-.054l.02-.012l.002-.002a1%201%200%200%201%201.387.277%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.219l6.87%2010.054l-8.738%204.645l-3.027-5.983l-1.784.903l3.045%206.02l-3.746%201.991l-4.495-11.318l-.647-1.218a4%204%200%200%201%201.654-5.41zm4.227.018l-4.81%202.557a2%202%200%200%200-.827%202.705l.647%201.218l8.343-4.436l-.648-1.217a2%202%200%200%200-2.705-.827%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.768%2035.36a1%201%200%200%200-1.408-.129h.002l-.011.008l-.062.048a6%206%200%200%201-.275.194c-.248.165-.618.39-1.094.616A9.15%209.15%200%200%201%2011%2037a1%201%200%201%200%200%202a11.15%2011.15%200%200%200%204.78-1.097a11%2011%200%200%200%201.344-.758a8%208%200%200%200%20.47-.34l.03-.023l.01-.008l.003-.004h.002l.001-.002a1%201%200%200%200%20.128-1.408m2.064%205.085a1%201%200%200%201-.277%201.387l-.002.002l-.004.002l-.01.006l-.031.02l-.114.073a16%2016%200%200%201-1.862.979C16.35%2043.439%2014.701%2044%2013%2044a1%201%200%201%201%200-2c1.298%200%202.65-.439%203.719-.914a14%2014%200%200%200%201.618-.85q.059-.035.086-.054l.02-.012l.002-.002a1%201%200%200%201%201.387.277%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.svg?color=%231a73e8&size=48