bandage adhesive icon

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

Name
bandage-adhesive-outline
Set
Health Icons
Style
Outline
Category
Objects
Viewbox
48×48
License
MIT
Aliases
bandage-adhesive2x-outline

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"><g fill="currentColor"><path fill-rule="evenodd" d="M26.828 8.444a9 9 0 0 1 12.728 12.728L21.172 39.557A9 9 0 0 1 8.444 26.829zm11.314 1.414a7 7 0 0 0-9.9 0L9.859 28.243a7 7 0 1 0 9.9 9.9l18.384-18.385a7 7 0 0 0 0-9.9" clip-rule="evenodd"/><path fill-rule="evenodd" d="M24 16.929a2 2 0 0 1 2.828 0l4.243 4.242a2 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.243l-7.071 7.071l4.243 4.243z" clip-rule="evenodd"/><path d="M33.121 16.121a1 1 0 1 1-1.414-1.413a1 1 0 0 1 1.414 1.413m1-4a1 1 0 1 1-1.414-1.413a1 1 0 0 1 1.414 1.413m-4 1a1 1 0 1 1-1.414-1.413a1 1 0 0 1 1.414 1.413m6 6a1 1 0 1 1-1.414-1.413a1 1 0 0 1 1.414 1.413m1-4a1 1 0 1 1-1.414-1.413a1 1 0 0 1 1.414 1.413M14.707 31.707a1 1 0 1 1 1.414 1.415a1 1 0 0 1-1.414-1.415m-1 4a1 1 0 1 1 1.414 1.415a1 1 0 0 1-1.414-1.415m4-1a1 1 0 1 1 1.414 1.415a1 1 0 0 1-1.414-1.415m-6-6a1 1 0 1 1 1.414 1.415a1 1 0 0 1-1.414-1.415m-1 4a1 1 0 1 1 1.414 1.415a1 1 0 0 1-1.414-1.415"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBandageAdhesiveOutline(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 fillRule="evenodd" d="M26.828 8.444a9 9 0 0 1 12.728 12.728L21.172 39.557A9 9 0 0 1 8.444 26.829zm11.314 1.414a7 7 0 0 0-9.9 0L9.859 28.243a7 7 0 1 0 9.9 9.9l18.384-18.385a7 7 0 0 0 0-9.9" clipRule="evenodd"/><path fillRule="evenodd" d="M24 16.929a2 2 0 0 1 2.828 0l4.243 4.242a2 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.243l-7.071 7.071l4.243 4.243z" clipRule="evenodd"/><path d="M33.121 16.121a1 1 0 1 1-1.414-1.413a1 1 0 0 1 1.414 1.413m1-4a1 1 0 1 1-1.414-1.413a1 1 0 0 1 1.414 1.413m-4 1a1 1 0 1 1-1.414-1.413a1 1 0 0 1 1.414 1.413m6 6a1 1 0 1 1-1.414-1.413a1 1 0 0 1 1.414 1.413m1-4a1 1 0 1 1-1.414-1.413a1 1 0 0 1 1.414 1.413M14.707 31.707a1 1 0 1 1 1.414 1.415a1 1 0 0 1-1.414-1.415m-1 4a1 1 0 1 1 1.414 1.415a1 1 0 0 1-1.414-1.415m4-1a1 1 0 1 1 1.414 1.415a1 1 0 0 1-1.414-1.415m-6-6a1 1 0 1 1 1.414 1.415a1 1 0 0 1-1.414-1.415m-1 4a1 1 0 1 1 1.414 1.415a1 1 0 0 1-1.414-1.415"/></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 fill-rule="evenodd" d="M26.828 8.444a9 9 0 0 1 12.728 12.728L21.172 39.557A9 9 0 0 1 8.444 26.829zm11.314 1.414a7 7 0 0 0-9.9 0L9.859 28.243a7 7 0 1 0 9.9 9.9l18.384-18.385a7 7 0 0 0 0-9.9" clip-rule="evenodd"/><path fill-rule="evenodd" d="M24 16.929a2 2 0 0 1 2.828 0l4.243 4.242a2 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.243l-7.071 7.071l4.243 4.243z" clip-rule="evenodd"/><path d="M33.121 16.121a1 1 0 1 1-1.414-1.413a1 1 0 0 1 1.414 1.413m1-4a1 1 0 1 1-1.414-1.413a1 1 0 0 1 1.414 1.413m-4 1a1 1 0 1 1-1.414-1.413a1 1 0 0 1 1.414 1.413m6 6a1 1 0 1 1-1.414-1.413a1 1 0 0 1 1.414 1.413m1-4a1 1 0 1 1-1.414-1.413a1 1 0 0 1 1.414 1.413M14.707 31.707a1 1 0 1 1 1.414 1.415a1 1 0 0 1-1.414-1.415m-1 4a1 1 0 1 1 1.414 1.415a1 1 0 0 1-1.414-1.415m4-1a1 1 0 1 1 1.414 1.415a1 1 0 0 1-1.414-1.415m-6-6a1 1 0 1 1 1.414 1.415a1 1 0 0 1-1.414-1.415m-1 4a1 1 0 1 1 1.414 1.415a1 1 0 0 1-1.414-1.415"/></g></svg>
</template>

CSS

.icon-bandage-adhesive-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%20fill-rule%3D%22evenodd%22%20d%3D%22M26.828%208.444a9%209%200%200%201%2012.728%2012.728L21.172%2039.557A9%209%200%200%201%208.444%2026.829zm11.314%201.414a7%207%200%200%200-9.9%200L9.859%2028.243a7%207%200%201%200%209.9%209.9l18.384-18.385a7%207%200%200%200%200-9.9%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2016.929a2%202%200%200%201%202.828%200l4.243%204.242a2%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.243l-7.071%207.071l4.243%204.243z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M33.121%2016.121a1%201%200%201%201-1.414-1.413a1%201%200%200%201%201.414%201.413m1-4a1%201%200%201%201-1.414-1.413a1%201%200%200%201%201.414%201.413m-4%201a1%201%200%201%201-1.414-1.413a1%201%200%200%201%201.414%201.413m6%206a1%201%200%201%201-1.414-1.413a1%201%200%200%201%201.414%201.413m1-4a1%201%200%201%201-1.414-1.413a1%201%200%200%201%201.414%201.413M14.707%2031.707a1%201%200%201%201%201.414%201.415a1%201%200%200%201-1.414-1.415m-1%204a1%201%200%201%201%201.414%201.415a1%201%200%200%201-1.414-1.415m4-1a1%201%200%201%201%201.414%201.415a1%201%200%200%201-1.414-1.415m-6-6a1%201%200%201%201%201.414%201.415a1%201%200%200%201-1.414-1.415m-1%204a1%201%200%201%201%201.414%201.415a1%201%200%200%201-1.414-1.415%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%20fill-rule%3D%22evenodd%22%20d%3D%22M26.828%208.444a9%209%200%200%201%2012.728%2012.728L21.172%2039.557A9%209%200%200%201%208.444%2026.829zm11.314%201.414a7%207%200%200%200-9.9%200L9.859%2028.243a7%207%200%201%200%209.9%209.9l18.384-18.385a7%207%200%200%200%200-9.9%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2016.929a2%202%200%200%201%202.828%200l4.243%204.242a2%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.243l-7.071%207.071l4.243%204.243z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M33.121%2016.121a1%201%200%201%201-1.414-1.413a1%201%200%200%201%201.414%201.413m1-4a1%201%200%201%201-1.414-1.413a1%201%200%200%201%201.414%201.413m-4%201a1%201%200%201%201-1.414-1.413a1%201%200%200%201%201.414%201.413m6%206a1%201%200%201%201-1.414-1.413a1%201%200%200%201%201.414%201.413m1-4a1%201%200%201%201-1.414-1.413a1%201%200%200%201%201.414%201.413M14.707%2031.707a1%201%200%201%201%201.414%201.415a1%201%200%200%201-1.414-1.415m-1%204a1%201%200%201%201%201.414%201.415a1%201%200%200%201-1.414-1.415m4-1a1%201%200%201%201%201.414%201.415a1%201%200%200%201-1.414-1.415m-6-6a1%201%200%201%201%201.414%201.415a1%201%200%200%201-1.414-1.415m-1%204a1%201%200%201%201%201.414%201.415a1%201%200%200%201-1.414-1.415%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/bandage-adhesive-outline.svg?color=%231a73e8&size=48