bandage adhesive icon

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

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

1 other variant in Health Icons

More objects icons from Health Icons

Use the bandage adhesive icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M38.85 9.15a8 8 0 0 0-11.315 0L9.151 27.537A8 8 0 1 0 20.465 38.85l18.384-18.384a8 8 0 0 0 0-11.314M26.827 16.93a2 2 0 0 0-2.828 0L16.929 24a2 2 0 0 0 0 2.828l4.243 4.243a2 2 0 0 0 2.828 0L31.07 24a2 2 0 0 0 0-2.829zm-1.414 1.415l4.243 4.242l-7.071 7.071l-4.243-4.242zm7.707-2.222a1 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-2.586 1a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414m4.586 6a1 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-21 16.586a1 1 0 1 0-1.414 1.414a1 1 0 0 0 1.414-1.414m-1 4a1 1 0 1 1-1.413 1.414a1 1 0 0 1 1.413-1.414m4-1a1 1 0 1 0-1.414 1.414a1 1 0 0 0 1.414-1.414m-7.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.414" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBandageAdhesive(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M38.85 9.15a8 8 0 0 0-11.315 0L9.151 27.537A8 8 0 1 0 20.465 38.85l18.384-18.384a8 8 0 0 0 0-11.314M26.827 16.93a2 2 0 0 0-2.828 0L16.929 24a2 2 0 0 0 0 2.828l4.243 4.243a2 2 0 0 0 2.828 0L31.07 24a2 2 0 0 0 0-2.829zm-1.414 1.415l4.243 4.242l-7.071 7.071l-4.243-4.242zm7.707-2.222a1 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-2.586 1a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414m4.586 6a1 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-21 16.586a1 1 0 1 0-1.414 1.414a1 1 0 0 0 1.414-1.414m-1 4a1 1 0 1 1-1.413 1.414a1 1 0 0 1 1.413-1.414m4-1a1 1 0 1 0-1.414 1.414a1 1 0 0 0 1.414-1.414m-7.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.414" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M38.85 9.15a8 8 0 0 0-11.315 0L9.151 27.537A8 8 0 1 0 20.465 38.85l18.384-18.384a8 8 0 0 0 0-11.314M26.827 16.93a2 2 0 0 0-2.828 0L16.929 24a2 2 0 0 0 0 2.828l4.243 4.243a2 2 0 0 0 2.828 0L31.07 24a2 2 0 0 0 0-2.829zm-1.414 1.415l4.243 4.242l-7.071 7.071l-4.243-4.242zm7.707-2.222a1 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-2.586 1a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414m4.586 6a1 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-21 16.586a1 1 0 1 0-1.414 1.414a1 1 0 0 0 1.414-1.414m-1 4a1 1 0 1 1-1.413 1.414a1 1 0 0 1 1.413-1.414m4-1a1 1 0 1 0-1.414 1.414a1 1 0 0 0 1.414-1.414m-7.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.414" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-bandage-adhesive {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M38.85%209.15a8%208%200%200%200-11.315%200L9.151%2027.537A8%208%200%201%200%2020.465%2038.85l18.384-18.384a8%208%200%200%200%200-11.314M26.827%2016.93a2%202%200%200%200-2.828%200L16.929%2024a2%202%200%200%200%200%202.828l4.243%204.243a2%202%200%200%200%202.828%200L31.07%2024a2%202%200%200%200%200-2.829zm-1.414%201.415l4.243%204.242l-7.071%207.071l-4.243-4.242zm7.707-2.222a1%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-2.586%201a1%201%200%201%201-1.414-1.414a1%201%200%200%201%201.414%201.414m4.586%206a1%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-21%2016.586a1%201%200%201%200-1.414%201.414a1%201%200%200%200%201.414-1.414m-1%204a1%201%200%201%201-1.413%201.414a1%201%200%200%201%201.413-1.414m4-1a1%201%200%201%200-1.414%201.414a1%201%200%200%200%201.414-1.414m-7.414-6a1%201%200%201%201%201.414%201.414a1%201%200%200%201-1.414-1.414m.414%204a1%201%200%201%200-1.414%201.414a1%201%200%200%200%201.414-1.414%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M38.85%209.15a8%208%200%200%200-11.315%200L9.151%2027.537A8%208%200%201%200%2020.465%2038.85l18.384-18.384a8%208%200%200%200%200-11.314M26.827%2016.93a2%202%200%200%200-2.828%200L16.929%2024a2%202%200%200%200%200%202.828l4.243%204.243a2%202%200%200%200%202.828%200L31.07%2024a2%202%200%200%200%200-2.829zm-1.414%201.415l4.243%204.242l-7.071%207.071l-4.243-4.242zm7.707-2.222a1%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-2.586%201a1%201%200%201%201-1.414-1.414a1%201%200%200%201%201.414%201.414m4.586%206a1%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-21%2016.586a1%201%200%201%200-1.414%201.414a1%201%200%200%200%201.414-1.414m-1%204a1%201%200%201%201-1.413%201.414a1%201%200%200%201%201.413-1.414m4-1a1%201%200%201%200-1.414%201.414a1%201%200%200%200%201.414-1.414m-7.414-6a1%201%200%201%201%201.414%201.414a1%201%200%200%201-1.414-1.414m.414%204a1%201%200%201%200-1.414%201.414a1%201%200%200%200%201.414-1.414%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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