bandage from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
bandage
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the bandage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1.5 24 24"><path fill="currentColor" d="M18.697 1.445a4.69 4.69 0 0 1 0 6.635L8.08 18.697a4.692 4.692 0 0 1-6.635-6.635L12.062 1.445a4.69 4.69 0 0 1 6.635 0M17.37 2.772a2.815 2.815 0 0 0-3.981 0L2.772 13.39a2.815 2.815 0 1 0 3.981 3.98L17.37 6.754a2.813 2.813 0 0 0 0-3.98zm-5.972 4.645l1.327 1.327a.94.94 0 0 1 0 1.327l-2.654 2.654a.94.94 0 0 1-1.327 0l-1.327-1.327a.94.94 0 0 1 0-1.327l2.654-2.654a.94.94 0 0 1 1.327 0m.664-.664a.938.938 0 1 1 1.327-1.327a.938.938 0 0 1-1.327 1.327M5.426 13.39a.938.938 0 1 1 1.327-1.327a.938.938 0 0 1-1.327 1.327m9.953-7.3a.938.938 0 1 1 1.327-1.326a.938.938 0 0 1-1.327 1.327zM4.763 16.707A.938.938 0 1 1 6.09 15.38a.938.938 0 0 1-1.327 1.327"/></svg>

React

import type { SVGProps } from "react";

export function JamBandage(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1.5 24 24"><path fill="currentColor" d="M18.697 1.445a4.69 4.69 0 0 1 0 6.635L8.08 18.697a4.692 4.692 0 0 1-6.635-6.635L12.062 1.445a4.69 4.69 0 0 1 6.635 0M17.37 2.772a2.815 2.815 0 0 0-3.981 0L2.772 13.39a2.815 2.815 0 1 0 3.981 3.98L17.37 6.754a2.813 2.813 0 0 0 0-3.98zm-5.972 4.645l1.327 1.327a.94.94 0 0 1 0 1.327l-2.654 2.654a.94.94 0 0 1-1.327 0l-1.327-1.327a.94.94 0 0 1 0-1.327l2.654-2.654a.94.94 0 0 1 1.327 0m.664-.664a.938.938 0 1 1 1.327-1.327a.938.938 0 0 1-1.327 1.327M5.426 13.39a.938.938 0 1 1 1.327-1.327a.938.938 0 0 1-1.327 1.327m9.953-7.3a.938.938 0 1 1 1.327-1.326a.938.938 0 0 1-1.327 1.327zM4.763 16.707A.938.938 0 1 1 6.09 15.38a.938.938 0 0 1-1.327 1.327"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1.5 24 24"><path fill="currentColor" d="M18.697 1.445a4.69 4.69 0 0 1 0 6.635L8.08 18.697a4.692 4.692 0 0 1-6.635-6.635L12.062 1.445a4.69 4.69 0 0 1 6.635 0M17.37 2.772a2.815 2.815 0 0 0-3.981 0L2.772 13.39a2.815 2.815 0 1 0 3.981 3.98L17.37 6.754a2.813 2.813 0 0 0 0-3.98zm-5.972 4.645l1.327 1.327a.94.94 0 0 1 0 1.327l-2.654 2.654a.94.94 0 0 1-1.327 0l-1.327-1.327a.94.94 0 0 1 0-1.327l2.654-2.654a.94.94 0 0 1 1.327 0m.664-.664a.938.938 0 1 1 1.327-1.327a.938.938 0 0 1-1.327 1.327M5.426 13.39a.938.938 0 1 1 1.327-1.327a.938.938 0 0 1-1.327 1.327m9.953-7.3a.938.938 0 1 1 1.327-1.326a.938.938 0 0 1-1.327 1.327zM4.763 16.707A.938.938 0 1 1 6.09 15.38a.938.938 0 0 1-1.327 1.327"/></svg>
</template>

CSS

.icon-bandage {
  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%22-1.5%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.697%201.445a4.69%204.69%200%200%201%200%206.635L8.08%2018.697a4.692%204.692%200%200%201-6.635-6.635L12.062%201.445a4.69%204.69%200%200%201%206.635%200M17.37%202.772a2.815%202.815%200%200%200-3.981%200L2.772%2013.39a2.815%202.815%200%201%200%203.981%203.98L17.37%206.754a2.813%202.813%200%200%200%200-3.98zm-5.972%204.645l1.327%201.327a.94.94%200%200%201%200%201.327l-2.654%202.654a.94.94%200%200%201-1.327%200l-1.327-1.327a.94.94%200%200%201%200-1.327l2.654-2.654a.94.94%200%200%201%201.327%200m.664-.664a.938.938%200%201%201%201.327-1.327a.938.938%200%200%201-1.327%201.327M5.426%2013.39a.938.938%200%201%201%201.327-1.327a.938.938%200%200%201-1.327%201.327m9.953-7.3a.938.938%200%201%201%201.327-1.326a.938.938%200%200%201-1.327%201.327zM4.763%2016.707A.938.938%200%201%201%206.09%2015.38a.938.938%200%200%201-1.327%201.327%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%22-1.5%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.697%201.445a4.69%204.69%200%200%201%200%206.635L8.08%2018.697a4.692%204.692%200%200%201-6.635-6.635L12.062%201.445a4.69%204.69%200%200%201%206.635%200M17.37%202.772a2.815%202.815%200%200%200-3.981%200L2.772%2013.39a2.815%202.815%200%201%200%203.981%203.98L17.37%206.754a2.813%202.813%200%200%200%200-3.98zm-5.972%204.645l1.327%201.327a.94.94%200%200%201%200%201.327l-2.654%202.654a.94.94%200%200%201-1.327%200l-1.327-1.327a.94.94%200%200%201%200-1.327l2.654-2.654a.94.94%200%200%201%201.327%200m.664-.664a.938.938%200%201%201%201.327-1.327a.938.938%200%200%201-1.327%201.327M5.426%2013.39a.938.938%200%201%201%201.327-1.327a.938.938%200%200%201-1.327%201.327m9.953-7.3a.938.938%200%201%201%201.327-1.326a.938.938%200%200%201-1.327%201.327zM4.763%2016.707A.938.938%200%201%201%206.09%2015.38a.938.938%200%200%201-1.327%201.327%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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