Bandage icon in outline, twotone, bold and bulk. Free in all four styles, for health, clinics, pharmacy, gym, activity tracking. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconBandage } from "@devigner-ui/icons";
<IconBandage className="size-6" />
<script setup>
import { IconBandage } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBandage class="size-6" />
</template>
<script>
import { IconBandage } from "@devigner-ui/icons-svelte";
</script>
<IconBandage class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m20.42 12.77-9.19-9.19a5.41 5.41 0 0 0-7.65 7.66l9.19 9.18a5.41 5.41 0 0 0 7.65-7.65" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m12.77 20.42 7.65-7.65m-9.19-9.19-7.65 7.66" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><circle cx="9.17154" cy="12.0002" r="1" transform="rotate(-45 9.17154 12.0002)" fill="currentColor"></circle><circle cx="12" cy="14.8287" r="1" transform="rotate(-45 12 14.8287)" fill="currentColor"></circle><circle cx="12" cy="9.17181" r="1" transform="rotate(-45 12 9.17181)" fill="currentColor"></circle><circle cx="14.8284" cy="12.0002" r="1" transform="rotate(-45 14.8284 12.0002)" fill="currentColor"></circle></svg>