disinfecting wipes icon

disinfecting-wipes-outline from Health Icons by Resolve to Save Lives · Outline · Ppe · MIT Free for personal and commercial use.

Name
disinfecting-wipes-outline
Set
Health Icons
Style
Outline
Category
Ppe
Viewbox
48×48
License
MIT
Aliases
disinfecting-wipes2x-outline

3 other variants in Health Icons

More ppe icons from Health Icons

Use the disinfecting wipes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M28 33.165V27c-3.205.61-4.969.63-8 0v6.165c3.094.9 4.881 1 8 0m-.115-24.588a1 1 0 0 1 .538 1.308l-2.5 6a1 1 0 0 1-1.846-.77l2.5-6a1 1 0 0 1 1.308-.538"/><path fill-rule="evenodd" d="M33.414 5.09a1 1 0 0 1 .516 1.278l-3.838 9.687C31.282 16.58 32 17.258 32 18l-.002.072H32V41c0 1.657-3.582 3-8 3s-8-1.343-8-3V18.072h.002L16 18c0-.793.82-1.514 2.16-2.05L15.044 5.793a1 1 0 0 1 1.711-.949l.012.013q.02.022.071.073c.069.067.178.167.325.283c.296.231.736.516 1.304.722c1.088.396 2.762.55 4.987-.773c2.072-1.46 4.638-1.41 6.529-1.085a16 16 0 0 1 3.35.977l.056.025l.017.007l.005.002zM23.94 21c-2.252-.006-4.283-.361-5.727-.928H18v20.637c.172.138.504.337 1.045.54c1.17.439 2.922.751 4.955.751s3.784-.312 4.955-.751c.541-.203.873-.402 1.045-.54V20.07h-.214c-1.444.568-3.475.923-5.727.929h-.119m5.702-14.952c-1.725-.297-3.64-.25-5.062.766l-.066.044c-2.76 1.655-5.074 1.56-6.732.957l-.03-.011L20.85 17.9h6.359l4.488-11.328a14 14 0 0 0-2.055-.525M17.898 40.615l-.003-.004v.001z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDisinfectingWipesOutline(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 d="M28 33.165V27c-3.205.61-4.969.63-8 0v6.165c3.094.9 4.881 1 8 0m-.115-24.588a1 1 0 0 1 .538 1.308l-2.5 6a1 1 0 0 1-1.846-.77l2.5-6a1 1 0 0 1 1.308-.538"/><path fillRule="evenodd" d="M33.414 5.09a1 1 0 0 1 .516 1.278l-3.838 9.687C31.282 16.58 32 17.258 32 18l-.002.072H32V41c0 1.657-3.582 3-8 3s-8-1.343-8-3V18.072h.002L16 18c0-.793.82-1.514 2.16-2.05L15.044 5.793a1 1 0 0 1 1.711-.949l.012.013q.02.022.071.073c.069.067.178.167.325.283c.296.231.736.516 1.304.722c1.088.396 2.762.55 4.987-.773c2.072-1.46 4.638-1.41 6.529-1.085a16 16 0 0 1 3.35.977l.056.025l.017.007l.005.002zM23.94 21c-2.252-.006-4.283-.361-5.727-.928H18v20.637c.172.138.504.337 1.045.54c1.17.439 2.922.751 4.955.751s3.784-.312 4.955-.751c.541-.203.873-.402 1.045-.54V20.07h-.214c-1.444.568-3.475.923-5.727.929h-.119m5.702-14.952c-1.725-.297-3.64-.25-5.062.766l-.066.044c-2.76 1.655-5.074 1.56-6.732.957l-.03-.011L20.85 17.9h6.359l4.488-11.328a14 14 0 0 0-2.055-.525M17.898 40.615l-.003-.004v.001z" clipRule="evenodd"/></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 d="M28 33.165V27c-3.205.61-4.969.63-8 0v6.165c3.094.9 4.881 1 8 0m-.115-24.588a1 1 0 0 1 .538 1.308l-2.5 6a1 1 0 0 1-1.846-.77l2.5-6a1 1 0 0 1 1.308-.538"/><path fill-rule="evenodd" d="M33.414 5.09a1 1 0 0 1 .516 1.278l-3.838 9.687C31.282 16.58 32 17.258 32 18l-.002.072H32V41c0 1.657-3.582 3-8 3s-8-1.343-8-3V18.072h.002L16 18c0-.793.82-1.514 2.16-2.05L15.044 5.793a1 1 0 0 1 1.711-.949l.012.013q.02.022.071.073c.069.067.178.167.325.283c.296.231.736.516 1.304.722c1.088.396 2.762.55 4.987-.773c2.072-1.46 4.638-1.41 6.529-1.085a16 16 0 0 1 3.35.977l.056.025l.017.007l.005.002zM23.94 21c-2.252-.006-4.283-.361-5.727-.928H18v20.637c.172.138.504.337 1.045.54c1.17.439 2.922.751 4.955.751s3.784-.312 4.955-.751c.541-.203.873-.402 1.045-.54V20.07h-.214c-1.444.568-3.475.923-5.727.929h-.119m5.702-14.952c-1.725-.297-3.64-.25-5.062.766l-.066.044c-2.76 1.655-5.074 1.56-6.732.957l-.03-.011L20.85 17.9h6.359l4.488-11.328a14 14 0 0 0-2.055-.525M17.898 40.615l-.003-.004v.001z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-disinfecting-wipes-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%20d%3D%22M28%2033.165V27c-3.205.61-4.969.63-8%200v6.165c3.094.9%204.881%201%208%200m-.115-24.588a1%201%200%200%201%20.538%201.308l-2.5%206a1%201%200%200%201-1.846-.77l2.5-6a1%201%200%200%201%201.308-.538%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33.414%205.09a1%201%200%200%201%20.516%201.278l-3.838%209.687C31.282%2016.58%2032%2017.258%2032%2018l-.002.072H32V41c0%201.657-3.582%203-8%203s-8-1.343-8-3V18.072h.002L16%2018c0-.793.82-1.514%202.16-2.05L15.044%205.793a1%201%200%200%201%201.711-.949l.012.013q.02.022.071.073c.069.067.178.167.325.283c.296.231.736.516%201.304.722c1.088.396%202.762.55%204.987-.773c2.072-1.46%204.638-1.41%206.529-1.085a16%2016%200%200%201%203.35.977l.056.025l.017.007l.005.002zM23.94%2021c-2.252-.006-4.283-.361-5.727-.928H18v20.637c.172.138.504.337%201.045.54c1.17.439%202.922.751%204.955.751s3.784-.312%204.955-.751c.541-.203.873-.402%201.045-.54V20.07h-.214c-1.444.568-3.475.923-5.727.929h-.119m5.702-14.952c-1.725-.297-3.64-.25-5.062.766l-.066.044c-2.76%201.655-5.074%201.56-6.732.957l-.03-.011L20.85%2017.9h6.359l4.488-11.328a14%2014%200%200%200-2.055-.525M17.898%2040.615l-.003-.004v.001z%22%20clip-rule%3D%22evenodd%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%20d%3D%22M28%2033.165V27c-3.205.61-4.969.63-8%200v6.165c3.094.9%204.881%201%208%200m-.115-24.588a1%201%200%200%201%20.538%201.308l-2.5%206a1%201%200%200%201-1.846-.77l2.5-6a1%201%200%200%201%201.308-.538%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33.414%205.09a1%201%200%200%201%20.516%201.278l-3.838%209.687C31.282%2016.58%2032%2017.258%2032%2018l-.002.072H32V41c0%201.657-3.582%203-8%203s-8-1.343-8-3V18.072h.002L16%2018c0-.793.82-1.514%202.16-2.05L15.044%205.793a1%201%200%200%201%201.711-.949l.012.013q.02.022.071.073c.069.067.178.167.325.283c.296.231.736.516%201.304.722c1.088.396%202.762.55%204.987-.773c2.072-1.46%204.638-1.41%206.529-1.085a16%2016%200%200%201%203.35.977l.056.025l.017.007l.005.002zM23.94%2021c-2.252-.006-4.283-.361-5.727-.928H18v20.637c.172.138.504.337%201.045.54c1.17.439%202.922.751%204.955.751s3.784-.312%204.955-.751c.541-.203.873-.402%201.045-.54V20.07h-.214c-1.444.568-3.475.923-5.727.929h-.119m5.702-14.952c-1.725-.297-3.64-.25-5.062.766l-.066.044c-2.76%201.655-5.074%201.56-6.732.957l-.03-.011L20.85%2017.9h6.359l4.488-11.328a14%2014%200%200%200-2.055-.525M17.898%2040.615l-.003-.004v.001z%22%20clip-rule%3D%22evenodd%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/disinfecting-wipes-outline.svg?color=%231a73e8&size=48