bandage icon

bandage from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
bandage
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the bandage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" d="M275.8 157a16 16 0 0 0-22.63 0l-93.34 93.34a16 16 0 0 0 0 22.63l79.2 79.2a16 16 0 0 0 22.63 0L355 258.83a16 16 0 0 0 0-22.63ZM137.21 295.6a47.8 47.8 0 0 1-9.43-13.38L69 341a72.2 72.2 0 0 0 0 102a72.37 72.37 0 0 0 102 0l58.77-58.76a47.8 47.8 0 0 1-13.38-9.43ZM392 48a71.55 71.55 0 0 0-51 21l-55.92 55.91a48 48 0 0 1 13.36 9.45l79.19 79.19a48 48 0 0 1 9.45 13.36L443 171a72 72 0 0 0-51-123"/><path fill="currentColor" d="M275.8 157a16 16 0 0 0-22.63 0l-93.34 93.34a16 16 0 0 0 0 22.63l79.2 79.2a16 16 0 0 0 22.63 0L355 258.83a16 16 0 0 0 0-22.63Zm-56.49 110.31a16 16 0 1 1 0-22.62a16 16 0 0 1 0 22.62m48 48a16 16 0 1 1 0-22.62a16 16 0 0 1 0 22.62m0-96a16 16 0 1 1 0-22.62a16 16 0 0 1 0 22.62m48 48a16 16 0 1 1 0-22.62a16 16 0 0 1 0 22.62m150.3-220.92a104.38 104.38 0 0 0-147.25 0l-69.76 69.89a4 4 0 0 0 4.2 6.58a35.7 35.7 0 0 1 11.69-2.54a47.7 47.7 0 0 1 33.94 14.06l79.19 79.19a47.7 47.7 0 0 1 14.06 33.94a35.7 35.7 0 0 1-2.54 11.69a4 4 0 0 0 6.58 4.2l69.89-69.76a104.38 104.38 0 0 0 0-147.25"/><path fill="currentColor" d="M254.34 386.83a47.9 47.9 0 0 1-33.94-14l-79.19-79.23a47.8 47.8 0 0 1-9.43-13.38c-4.59-9.7-1.39-25 2.48-36.9a4 4 0 0 0-6.64-4l-77.23 77.04a104.12 104.12 0 0 0 147.25 147.25l72.75-72.88a4 4 0 0 0-4.21-6.58c-4.18 1.58-8.4 2.68-11.84 2.68"/></svg>

React

import type { SVGProps } from "react";

export function IonBandage(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" d="M275.8 157a16 16 0 0 0-22.63 0l-93.34 93.34a16 16 0 0 0 0 22.63l79.2 79.2a16 16 0 0 0 22.63 0L355 258.83a16 16 0 0 0 0-22.63ZM137.21 295.6a47.8 47.8 0 0 1-9.43-13.38L69 341a72.2 72.2 0 0 0 0 102a72.37 72.37 0 0 0 102 0l58.77-58.76a47.8 47.8 0 0 1-13.38-9.43ZM392 48a71.55 71.55 0 0 0-51 21l-55.92 55.91a48 48 0 0 1 13.36 9.45l79.19 79.19a48 48 0 0 1 9.45 13.36L443 171a72 72 0 0 0-51-123"/><path fill="currentColor" d="M275.8 157a16 16 0 0 0-22.63 0l-93.34 93.34a16 16 0 0 0 0 22.63l79.2 79.2a16 16 0 0 0 22.63 0L355 258.83a16 16 0 0 0 0-22.63Zm-56.49 110.31a16 16 0 1 1 0-22.62a16 16 0 0 1 0 22.62m48 48a16 16 0 1 1 0-22.62a16 16 0 0 1 0 22.62m0-96a16 16 0 1 1 0-22.62a16 16 0 0 1 0 22.62m48 48a16 16 0 1 1 0-22.62a16 16 0 0 1 0 22.62m150.3-220.92a104.38 104.38 0 0 0-147.25 0l-69.76 69.89a4 4 0 0 0 4.2 6.58a35.7 35.7 0 0 1 11.69-2.54a47.7 47.7 0 0 1 33.94 14.06l79.19 79.19a47.7 47.7 0 0 1 14.06 33.94a35.7 35.7 0 0 1-2.54 11.69a4 4 0 0 0 6.58 4.2l69.89-69.76a104.38 104.38 0 0 0 0-147.25"/><path fill="currentColor" d="M254.34 386.83a47.9 47.9 0 0 1-33.94-14l-79.19-79.23a47.8 47.8 0 0 1-9.43-13.38c-4.59-9.7-1.39-25 2.48-36.9a4 4 0 0 0-6.64-4l-77.23 77.04a104.12 104.12 0 0 0 147.25 147.25l72.75-72.88a4 4 0 0 0-4.21-6.58c-4.18 1.58-8.4 2.68-11.84 2.68"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" d="M275.8 157a16 16 0 0 0-22.63 0l-93.34 93.34a16 16 0 0 0 0 22.63l79.2 79.2a16 16 0 0 0 22.63 0L355 258.83a16 16 0 0 0 0-22.63ZM137.21 295.6a47.8 47.8 0 0 1-9.43-13.38L69 341a72.2 72.2 0 0 0 0 102a72.37 72.37 0 0 0 102 0l58.77-58.76a47.8 47.8 0 0 1-13.38-9.43ZM392 48a71.55 71.55 0 0 0-51 21l-55.92 55.91a48 48 0 0 1 13.36 9.45l79.19 79.19a48 48 0 0 1 9.45 13.36L443 171a72 72 0 0 0-51-123"/><path fill="currentColor" d="M275.8 157a16 16 0 0 0-22.63 0l-93.34 93.34a16 16 0 0 0 0 22.63l79.2 79.2a16 16 0 0 0 22.63 0L355 258.83a16 16 0 0 0 0-22.63Zm-56.49 110.31a16 16 0 1 1 0-22.62a16 16 0 0 1 0 22.62m48 48a16 16 0 1 1 0-22.62a16 16 0 0 1 0 22.62m0-96a16 16 0 1 1 0-22.62a16 16 0 0 1 0 22.62m48 48a16 16 0 1 1 0-22.62a16 16 0 0 1 0 22.62m150.3-220.92a104.38 104.38 0 0 0-147.25 0l-69.76 69.89a4 4 0 0 0 4.2 6.58a35.7 35.7 0 0 1 11.69-2.54a47.7 47.7 0 0 1 33.94 14.06l79.19 79.19a47.7 47.7 0 0 1 14.06 33.94a35.7 35.7 0 0 1-2.54 11.69a4 4 0 0 0 6.58 4.2l69.89-69.76a104.38 104.38 0 0 0 0-147.25"/><path fill="currentColor" d="M254.34 386.83a47.9 47.9 0 0 1-33.94-14l-79.19-79.23a47.8 47.8 0 0 1-9.43-13.38c-4.59-9.7-1.39-25 2.48-36.9a4 4 0 0 0-6.64-4l-77.23 77.04a104.12 104.12 0 0 0 147.25 147.25l72.75-72.88a4 4 0 0 0-4.21-6.58c-4.18 1.58-8.4 2.68-11.84 2.68"/></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%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M275.8%20157a16%2016%200%200%200-22.63%200l-93.34%2093.34a16%2016%200%200%200%200%2022.63l79.2%2079.2a16%2016%200%200%200%2022.63%200L355%20258.83a16%2016%200%200%200%200-22.63ZM137.21%20295.6a47.8%2047.8%200%200%201-9.43-13.38L69%20341a72.2%2072.2%200%200%200%200%20102a72.37%2072.37%200%200%200%20102%200l58.77-58.76a47.8%2047.8%200%200%201-13.38-9.43ZM392%2048a71.55%2071.55%200%200%200-51%2021l-55.92%2055.91a48%2048%200%200%201%2013.36%209.45l79.19%2079.19a48%2048%200%200%201%209.45%2013.36L443%20171a72%2072%200%200%200-51-123%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M275.8%20157a16%2016%200%200%200-22.63%200l-93.34%2093.34a16%2016%200%200%200%200%2022.63l79.2%2079.2a16%2016%200%200%200%2022.63%200L355%20258.83a16%2016%200%200%200%200-22.63Zm-56.49%20110.31a16%2016%200%201%201%200-22.62a16%2016%200%200%201%200%2022.62m48%2048a16%2016%200%201%201%200-22.62a16%2016%200%200%201%200%2022.62m0-96a16%2016%200%201%201%200-22.62a16%2016%200%200%201%200%2022.62m48%2048a16%2016%200%201%201%200-22.62a16%2016%200%200%201%200%2022.62m150.3-220.92a104.38%20104.38%200%200%200-147.25%200l-69.76%2069.89a4%204%200%200%200%204.2%206.58a35.7%2035.7%200%200%201%2011.69-2.54a47.7%2047.7%200%200%201%2033.94%2014.06l79.19%2079.19a47.7%2047.7%200%200%201%2014.06%2033.94a35.7%2035.7%200%200%201-2.54%2011.69a4%204%200%200%200%206.58%204.2l69.89-69.76a104.38%20104.38%200%200%200%200-147.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M254.34%20386.83a47.9%2047.9%200%200%201-33.94-14l-79.19-79.23a47.8%2047.8%200%200%201-9.43-13.38c-4.59-9.7-1.39-25%202.48-36.9a4%204%200%200%200-6.64-4l-77.23%2077.04a104.12%20104.12%200%200%200%20147.25%20147.25l72.75-72.88a4%204%200%200%200-4.21-6.58c-4.18%201.58-8.4%202.68-11.84%202.68%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%20512%20512%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M275.8%20157a16%2016%200%200%200-22.63%200l-93.34%2093.34a16%2016%200%200%200%200%2022.63l79.2%2079.2a16%2016%200%200%200%2022.63%200L355%20258.83a16%2016%200%200%200%200-22.63ZM137.21%20295.6a47.8%2047.8%200%200%201-9.43-13.38L69%20341a72.2%2072.2%200%200%200%200%20102a72.37%2072.37%200%200%200%20102%200l58.77-58.76a47.8%2047.8%200%200%201-13.38-9.43ZM392%2048a71.55%2071.55%200%200%200-51%2021l-55.92%2055.91a48%2048%200%200%201%2013.36%209.45l79.19%2079.19a48%2048%200%200%201%209.45%2013.36L443%20171a72%2072%200%200%200-51-123%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M275.8%20157a16%2016%200%200%200-22.63%200l-93.34%2093.34a16%2016%200%200%200%200%2022.63l79.2%2079.2a16%2016%200%200%200%2022.63%200L355%20258.83a16%2016%200%200%200%200-22.63Zm-56.49%20110.31a16%2016%200%201%201%200-22.62a16%2016%200%200%201%200%2022.62m48%2048a16%2016%200%201%201%200-22.62a16%2016%200%200%201%200%2022.62m0-96a16%2016%200%201%201%200-22.62a16%2016%200%200%201%200%2022.62m48%2048a16%2016%200%201%201%200-22.62a16%2016%200%200%201%200%2022.62m150.3-220.92a104.38%20104.38%200%200%200-147.25%200l-69.76%2069.89a4%204%200%200%200%204.2%206.58a35.7%2035.7%200%200%201%2011.69-2.54a47.7%2047.7%200%200%201%2033.94%2014.06l79.19%2079.19a47.7%2047.7%200%200%201%2014.06%2033.94a35.7%2035.7%200%200%201-2.54%2011.69a4%204%200%200%200%206.58%204.2l69.89-69.76a104.38%20104.38%200%200%200%200-147.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M254.34%20386.83a47.9%2047.9%200%200%201-33.94-14l-79.19-79.23a47.8%2047.8%200%200%201-9.43-13.38c-4.59-9.7-1.39-25%202.48-36.9a4%204%200%200%200-6.64-4l-77.23%2077.04a104.12%20104.12%200%200%200%20147.25%20147.25l72.75-72.88a4%204%200%200%200-4.21-6.58c-4.18%201.58-8.4%202.68-11.84%202.68%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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