bandage adhesive negative icon

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

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

Related icons in Health Icons

Use the bandage adhesive 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(#healthiconsBandageAdhesiveNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM27.536 9.15a8 8 0 1 1 11.313 11.315L20.465 38.849A8 8 0 0 1 9.15 27.536zM24 16.929a2 2 0 0 1 2.828 0l4.243 4.243a2 2 0 0 1 0 2.829L24 31.07a2 2 0 0 1-2.828 0l-4.243-4.242a2 2 0 0 1 0-2.828zm5.657 5.657l-4.243-4.242l-7.071 7.07l4.243 4.243zm2.05-6.464a1 1 0 1 0 1.414-1.414a1 1 0 0 0-1.414 1.414m2.414-4a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414m-5.414 1a1 1 0 1 0 1.414-1.414a1 1 0 0 0-1.414 1.414m7.414 6a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414m-.414-4a1 1 0 1 0 1.414-1.414a1 1 0 0 0-1.414 1.414m-21 16.586a1 1 0 1 1 1.414 1.414a1 1 0 0 1-1.414-1.414m.414 5.414a1 1 0 1 0-1.413-1.414a1 1 0 0 0 1.413 1.414m2.586-2.414a1 1 0 1 1 1.414 1.414a1 1 0 0 1-1.414-1.414m-4.586-6a1 1 0 1 0-1.414 1.414a1 1 0 0 0 1.414-1.414m-2.414 4a1 1 0 1 1 1.414 1.414a1 1 0 0 1-1.414-1.414" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsBandageAdhesiveNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBandageAdhesiveNegative(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(#healthiconsBandageAdhesiveNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM27.536 9.15a8 8 0 1 1 11.313 11.315L20.465 38.849A8 8 0 0 1 9.15 27.536zM24 16.929a2 2 0 0 1 2.828 0l4.243 4.243a2 2 0 0 1 0 2.829L24 31.07a2 2 0 0 1-2.828 0l-4.243-4.242a2 2 0 0 1 0-2.828zm5.657 5.657l-4.243-4.242l-7.071 7.07l4.243 4.243zm2.05-6.464a1 1 0 1 0 1.414-1.414a1 1 0 0 0-1.414 1.414m2.414-4a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414m-5.414 1a1 1 0 1 0 1.414-1.414a1 1 0 0 0-1.414 1.414m7.414 6a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414m-.414-4a1 1 0 1 0 1.414-1.414a1 1 0 0 0-1.414 1.414m-21 16.586a1 1 0 1 1 1.414 1.414a1 1 0 0 1-1.414-1.414m.414 5.414a1 1 0 1 0-1.413-1.414a1 1 0 0 0 1.413 1.414m2.586-2.414a1 1 0 1 1 1.414 1.414a1 1 0 0 1-1.414-1.414m-4.586-6a1 1 0 1 0-1.414 1.414a1 1 0 0 0 1.414-1.414m-2.414 4a1 1 0 1 1 1.414 1.414a1 1 0 0 1-1.414-1.414" clipRule="evenodd"/></g><defs><clipPath id="healthiconsBandageAdhesiveNegative"><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(#healthiconsBandageAdhesiveNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM27.536 9.15a8 8 0 1 1 11.313 11.315L20.465 38.849A8 8 0 0 1 9.15 27.536zM24 16.929a2 2 0 0 1 2.828 0l4.243 4.243a2 2 0 0 1 0 2.829L24 31.07a2 2 0 0 1-2.828 0l-4.243-4.242a2 2 0 0 1 0-2.828zm5.657 5.657l-4.243-4.242l-7.071 7.07l4.243 4.243zm2.05-6.464a1 1 0 1 0 1.414-1.414a1 1 0 0 0-1.414 1.414m2.414-4a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414m-5.414 1a1 1 0 1 0 1.414-1.414a1 1 0 0 0-1.414 1.414m7.414 6a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414m-.414-4a1 1 0 1 0 1.414-1.414a1 1 0 0 0-1.414 1.414m-21 16.586a1 1 0 1 1 1.414 1.414a1 1 0 0 1-1.414-1.414m.414 5.414a1 1 0 1 0-1.413-1.414a1 1 0 0 0 1.413 1.414m2.586-2.414a1 1 0 1 1 1.414 1.414a1 1 0 0 1-1.414-1.414m-4.586-6a1 1 0 1 0-1.414 1.414a1 1 0 0 0 1.414-1.414m-2.414 4a1 1 0 1 1 1.414 1.414a1 1 0 0 1-1.414-1.414" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsBandageAdhesiveNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-bandage-adhesive-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(%23healthiconsBandageAdhesiveNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM27.536%209.15a8%208%200%201%201%2011.313%2011.315L20.465%2038.849A8%208%200%200%201%209.15%2027.536zM24%2016.929a2%202%200%200%201%202.828%200l4.243%204.243a2%202%200%200%201%200%202.829L24%2031.07a2%202%200%200%201-2.828%200l-4.243-4.242a2%202%200%200%201%200-2.828zm5.657%205.657l-4.243-4.242l-7.071%207.07l4.243%204.243zm2.05-6.464a1%201%200%201%200%201.414-1.414a1%201%200%200%200-1.414%201.414m2.414-4a1%201%200%201%201-1.414-1.414a1%201%200%200%201%201.414%201.414m-5.414%201a1%201%200%201%200%201.414-1.414a1%201%200%200%200-1.414%201.414m7.414%206a1%201%200%201%201-1.414-1.414a1%201%200%200%201%201.414%201.414m-.414-4a1%201%200%201%200%201.414-1.414a1%201%200%200%200-1.414%201.414m-21%2016.586a1%201%200%201%201%201.414%201.414a1%201%200%200%201-1.414-1.414m.414%205.414a1%201%200%201%200-1.413-1.414a1%201%200%200%200%201.413%201.414m2.586-2.414a1%201%200%201%201%201.414%201.414a1%201%200%200%201-1.414-1.414m-4.586-6a1%201%200%201%200-1.414%201.414a1%201%200%200%200%201.414-1.414m-2.414%204a1%201%200%201%201%201.414%201.414a1%201%200%200%201-1.414-1.414%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsBandageAdhesiveNegative%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(%23healthiconsBandageAdhesiveNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM27.536%209.15a8%208%200%201%201%2011.313%2011.315L20.465%2038.849A8%208%200%200%201%209.15%2027.536zM24%2016.929a2%202%200%200%201%202.828%200l4.243%204.243a2%202%200%200%201%200%202.829L24%2031.07a2%202%200%200%201-2.828%200l-4.243-4.242a2%202%200%200%201%200-2.828zm5.657%205.657l-4.243-4.242l-7.071%207.07l4.243%204.243zm2.05-6.464a1%201%200%201%200%201.414-1.414a1%201%200%200%200-1.414%201.414m2.414-4a1%201%200%201%201-1.414-1.414a1%201%200%200%201%201.414%201.414m-5.414%201a1%201%200%201%200%201.414-1.414a1%201%200%200%200-1.414%201.414m7.414%206a1%201%200%201%201-1.414-1.414a1%201%200%200%201%201.414%201.414m-.414-4a1%201%200%201%200%201.414-1.414a1%201%200%200%200-1.414%201.414m-21%2016.586a1%201%200%201%201%201.414%201.414a1%201%200%200%201-1.414-1.414m.414%205.414a1%201%200%201%200-1.413-1.414a1%201%200%200%200%201.413%201.414m2.586-2.414a1%201%200%201%201%201.414%201.414a1%201%200%200%201-1.414-1.414m-4.586-6a1%201%200%201%200-1.414%201.414a1%201%200%200%200%201.414-1.414m-2.414%204a1%201%200%201%201%201.414%201.414a1%201%200%200%201-1.414-1.414%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsBandageAdhesiveNegative%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/bandage-adhesive-negative.svg?color=%231a73e8&size=48