disinfecting wipes negative icon
disinfecting-wipes-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- disinfecting-wipes-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the disinfecting wipes negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsDisinfectingWipesNegative)"><path fill-rule="evenodd" d="M24.581 6.814c1.422-1.015 3.337-1.063 5.062-.766c.807.14 1.526.346 2.055.525L27.21 17.9h-6.36L17.754 7.804l.03.01c1.657.603 3.972.7 6.732-.956zm3.842 3.07a1 1 0 1 0-1.846-.769l-2.5 6a1 1 0 1 0 1.846.77z" clip-rule="evenodd"/><path d="M20 29c3.031.63 4.795.61 8 0v6.165c-3.119 1-4.906.9-8 0z"/><path fill-rule="evenodd" d="M48 0H0v48h48zM33.93 6.368a1 1 0 0 0-.516-1.278l-.003-.002l-.006-.002l-.016-.007a7 7 0 0 0-.258-.109a16 16 0 0 0-3.149-.893c-1.89-.326-4.456-.375-6.528 1.085c-2.225 1.323-3.9 1.169-4.987.773a4.8 4.8 0 0 1-1.304-.722a4 4 0 0 1-.396-.356l-.012-.013a1 1 0 0 0-1.71.95l3.217 10.487C17.467 16.768 17 17.361 17 18c0 1.657 3.134 3 7 3s7-1.343 7-3c0-.58-.385-1.123-1.052-1.582zM31 21.571c-1.804.884-4.274 1.43-7 1.43s-5.196-.546-7-1.43V41c0 1.657 3.134 3 7 3s7-1.343 7-3z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsDisinfectingWipesNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsDisinfectingWipesNegative(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 fill="currentColor" clipPath="url(#healthiconsDisinfectingWipesNegative)"><path fillRule="evenodd" d="M24.581 6.814c1.422-1.015 3.337-1.063 5.062-.766c.807.14 1.526.346 2.055.525L27.21 17.9h-6.36L17.754 7.804l.03.01c1.657.603 3.972.7 6.732-.956zm3.842 3.07a1 1 0 1 0-1.846-.769l-2.5 6a1 1 0 1 0 1.846.77z" clipRule="evenodd"/><path d="M20 29c3.031.63 4.795.61 8 0v6.165c-3.119 1-4.906.9-8 0z"/><path fillRule="evenodd" d="M48 0H0v48h48zM33.93 6.368a1 1 0 0 0-.516-1.278l-.003-.002l-.006-.002l-.016-.007a7 7 0 0 0-.258-.109a16 16 0 0 0-3.149-.893c-1.89-.326-4.456-.375-6.528 1.085c-2.225 1.323-3.9 1.169-4.987.773a4.8 4.8 0 0 1-1.304-.722a4 4 0 0 1-.396-.356l-.012-.013a1 1 0 0 0-1.71.95l3.217 10.487C17.467 16.768 17 17.361 17 18c0 1.657 3.134 3 7 3s7-1.343 7-3c0-.58-.385-1.123-1.052-1.582zM31 21.571c-1.804.884-4.274 1.43-7 1.43s-5.196-.546-7-1.43V41c0 1.657 3.134 3 7 3s7-1.343 7-3z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsDisinfectingWipesNegative"><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 fill="currentColor" clip-path="url(#healthiconsDisinfectingWipesNegative)"><path fill-rule="evenodd" d="M24.581 6.814c1.422-1.015 3.337-1.063 5.062-.766c.807.14 1.526.346 2.055.525L27.21 17.9h-6.36L17.754 7.804l.03.01c1.657.603 3.972.7 6.732-.956zm3.842 3.07a1 1 0 1 0-1.846-.769l-2.5 6a1 1 0 1 0 1.846.77z" clip-rule="evenodd"/><path d="M20 29c3.031.63 4.795.61 8 0v6.165c-3.119 1-4.906.9-8 0z"/><path fill-rule="evenodd" d="M48 0H0v48h48zM33.93 6.368a1 1 0 0 0-.516-1.278l-.003-.002l-.006-.002l-.016-.007a7 7 0 0 0-.258-.109a16 16 0 0 0-3.149-.893c-1.89-.326-4.456-.375-6.528 1.085c-2.225 1.323-3.9 1.169-4.987.773a4.8 4.8 0 0 1-1.304-.722a4 4 0 0 1-.396-.356l-.012-.013a1 1 0 0 0-1.71.95l3.217 10.487C17.467 16.768 17 17.361 17 18c0 1.657 3.134 3 7 3s7-1.343 7-3c0-.58-.385-1.123-1.052-1.582zM31 21.571c-1.804.884-4.274 1.43-7 1.43s-5.196-.546-7-1.43V41c0 1.657 3.134 3 7 3s7-1.343 7-3z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsDisinfectingWipesNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-disinfecting-wipes-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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsDisinfectingWipesNegative)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24.581%206.814c1.422-1.015%203.337-1.063%205.062-.766c.807.14%201.526.346%202.055.525L27.21%2017.9h-6.36L17.754%207.804l.03.01c1.657.603%203.972.7%206.732-.956zm3.842%203.07a1%201%200%201%200-1.846-.769l-2.5%206a1%201%200%201%200%201.846.77z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20%2029c3.031.63%204.795.61%208%200v6.165c-3.119%201-4.906.9-8%200z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM33.93%206.368a1%201%200%200%200-.516-1.278l-.003-.002l-.006-.002l-.016-.007a7%207%200%200%200-.258-.109a16%2016%200%200%200-3.149-.893c-1.89-.326-4.456-.375-6.528%201.085c-2.225%201.323-3.9%201.169-4.987.773a4.8%204.8%200%200%201-1.304-.722a4%204%200%200%201-.396-.356l-.012-.013a1%201%200%200%200-1.71.95l3.217%2010.487C17.467%2016.768%2017%2017.361%2017%2018c0%201.657%203.134%203%207%203s7-1.343%207-3c0-.58-.385-1.123-1.052-1.582zM31%2021.571c-1.804.884-4.274%201.43-7%201.43s-5.196-.546-7-1.43V41c0%201.657%203.134%203%207%203s7-1.343%207-3z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDisinfectingWipesNegative%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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsDisinfectingWipesNegative)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24.581%206.814c1.422-1.015%203.337-1.063%205.062-.766c.807.14%201.526.346%202.055.525L27.21%2017.9h-6.36L17.754%207.804l.03.01c1.657.603%203.972.7%206.732-.956zm3.842%203.07a1%201%200%201%200-1.846-.769l-2.5%206a1%201%200%201%200%201.846.77z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20%2029c3.031.63%204.795.61%208%200v6.165c-3.119%201-4.906.9-8%200z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM33.93%206.368a1%201%200%200%200-.516-1.278l-.003-.002l-.006-.002l-.016-.007a7%207%200%200%200-.258-.109a16%2016%200%200%200-3.149-.893c-1.89-.326-4.456-.375-6.528%201.085c-2.225%201.323-3.9%201.169-4.987.773a4.8%204.8%200%200%201-1.304-.722a4%204%200%200%201-.396-.356l-.012-.013a1%201%200%200%200-1.71.95l3.217%2010.487C17.467%2016.768%2017%2017.361%2017%2018c0%201.657%203.134%203%207%203s7-1.343%207-3c0-.58-.385-1.123-1.052-1.582zM31%2021.571c-1.804.884-4.274%201.43-7%201.43s-5.196-.546-7-1.43V41c0%201.657%203.134%203%207%203s7-1.343%207-3z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDisinfectingWipesNegative%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/disinfecting-wipes-negative.svg?color=%231a73e8&size=48