cleaning negative icon

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

Name
cleaning-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the cleaning negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsCleaningNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM21.479 28.177l4.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.705m9.281-2.67l.648 1.22l6.869 10.054l-8.737 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.41l1.522-.809L11.33 5.416a1 1 0 0 1 1.766-.939l10.733 20.186l1.522-.81a4 4 0 0 1 5.41 1.655m-14.4 9.724a1 1 0 0 1 1.28 1.537l-.016.013c-.56.45-1.197.813-1.844 1.122A11.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 .336-.24zm3.408 5.129a1 1 0 0 0-1.408-.129l-.01.008l-.062.048q-.087.067-.274.193a9 9 0 0 1-1.094.617A9.15 9.15 0 0 1 13 42a1 1 0 1 0 0 2a11.15 11.15 0 0 0 4.78-1.097c.647-.309 1.283-.671 1.844-1.122l.016-.013a1 1 0 0 0 .128-1.408" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCleaningNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCleaningNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsCleaningNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM21.479 28.177l4.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.705m9.281-2.67l.648 1.22l6.869 10.054l-8.737 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.41l1.522-.809L11.33 5.416a1 1 0 0 1 1.766-.939l10.733 20.186l1.522-.81a4 4 0 0 1 5.41 1.655m-14.4 9.724a1 1 0 0 1 1.28 1.537l-.016.013c-.56.45-1.197.813-1.844 1.122A11.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 .336-.24zm3.408 5.129a1 1 0 0 0-1.408-.129l-.01.008l-.062.048q-.087.067-.274.193a9 9 0 0 1-1.094.617A9.15 9.15 0 0 1 13 42a1 1 0 1 0 0 2a11.15 11.15 0 0 0 4.78-1.097c.647-.309 1.283-.671 1.844-1.122l.016-.013a1 1 0 0 0 .128-1.408" clipRule="evenodd"/></g><defs><clipPath id="healthiconsCleaningNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsCleaningNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM21.479 28.177l4.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.705m9.281-2.67l.648 1.22l6.869 10.054l-8.737 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.41l1.522-.809L11.33 5.416a1 1 0 0 1 1.766-.939l10.733 20.186l1.522-.81a4 4 0 0 1 5.41 1.655m-14.4 9.724a1 1 0 0 1 1.28 1.537l-.016.013c-.56.45-1.197.813-1.844 1.122A11.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 .336-.24zm3.408 5.129a1 1 0 0 0-1.408-.129l-.01.008l-.062.048q-.087.067-.274.193a9 9 0 0 1-1.094.617A9.15 9.15 0 0 1 13 42a1 1 0 1 0 0 2a11.15 11.15 0 0 0 4.78-1.097c.647-.309 1.283-.671 1.844-1.122l.016-.013a1 1 0 0 0 .128-1.408" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCleaningNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-cleaning-negative {
  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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsCleaningNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM21.479%2028.177l4.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.705m9.281-2.67l.648%201.22l6.869%2010.054l-8.737%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.41l1.522-.809L11.33%205.416a1%201%200%200%201%201.766-.939l10.733%2020.186l1.522-.81a4%204%200%200%201%205.41%201.655m-14.4%209.724a1%201%200%200%201%201.28%201.537l-.016.013c-.56.45-1.197.813-1.844%201.122A11.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.336-.24zm3.408%205.129a1%201%200%200%200-1.408-.129l-.01.008l-.062.048q-.087.067-.274.193a9%209%200%200%201-1.094.617A9.15%209.15%200%200%201%2013%2042a1%201%200%201%200%200%202a11.15%2011.15%200%200%200%204.78-1.097c.647-.309%201.283-.671%201.844-1.122l.016-.013a1%201%200%200%200%20.128-1.408%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCleaningNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsCleaningNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM21.479%2028.177l4.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.705m9.281-2.67l.648%201.22l6.869%2010.054l-8.737%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.41l1.522-.809L11.33%205.416a1%201%200%200%201%201.766-.939l10.733%2020.186l1.522-.81a4%204%200%200%201%205.41%201.655m-14.4%209.724a1%201%200%200%201%201.28%201.537l-.016.013c-.56.45-1.197.813-1.844%201.122A11.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.336-.24zm3.408%205.129a1%201%200%200%200-1.408-.129l-.01.008l-.062.048q-.087.067-.274.193a9%209%200%200%201-1.094.617A9.15%209.15%200%200%201%2013%2042a1%201%200%201%200%200%202a11.15%2011.15%200%200%200%204.78-1.097c.647-.309%201.283-.671%201.844-1.122l.016-.013a1%201%200%200%200%20.128-1.408%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCleaningNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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