bandage icon
bandage-filled from Reicon by REICON · Filled · Medicine · MIT Free for personal and commercial use.
- Name
- bandage-filled
- Set
- Reicon
- Style
- Filled
- Category
- Medicine
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All bandage icons →More medicine icons from Reicon
Use the bandage icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M3.213 3.213a4.14 4.14 0 0 0 0 5.858L14.93 20.787a4.142 4.142 0 0 0 5.858-5.858L9.07 3.213a4.14 4.14 0 0 0-5.858 0m6.132 5.018A.788.788 0 1 0 8.23 9.345A.788.788 0 0 0 9.345 8.23m2.784.928a.787.787 0 1 0-1.114 1.114a.787.787 0 0 0 1.114-1.114m3.712 3.712a.788.788 0 1 1-1.114 1.114a.788.788 0 0 1 1.114-1.114m.929 3.899a.787.787 0 1 0-1.114-1.114a.787.787 0 0 0 1.114 1.114m-3.713-3.713a.787.787 0 1 0-1.113-1.114a.787.787 0 0 0 1.113 1.114m.928 1.67a.788.788 0 1 1-1.114 1.114a.788.788 0 0 1 1.114-1.113M9.16 11.016a.787.787 0 1 1 1.114 1.114a.787.787 0 0 1-1.114-1.114" clip-rule="evenodd"/><path d="m5.081 13.06l-1.868 1.87a4.142 4.142 0 0 0 5.858 5.858l1.868-1.868zm13.838-2.12l1.868-1.869a4.142 4.142 0 0 0-5.858-5.858L13.06 5.081z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBandageFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M3.213 3.213a4.14 4.14 0 0 0 0 5.858L14.93 20.787a4.142 4.142 0 0 0 5.858-5.858L9.07 3.213a4.14 4.14 0 0 0-5.858 0m6.132 5.018A.788.788 0 1 0 8.23 9.345A.788.788 0 0 0 9.345 8.23m2.784.928a.787.787 0 1 0-1.114 1.114a.787.787 0 0 0 1.114-1.114m3.712 3.712a.788.788 0 1 1-1.114 1.114a.788.788 0 0 1 1.114-1.114m.929 3.899a.787.787 0 1 0-1.114-1.114a.787.787 0 0 0 1.114 1.114m-3.713-3.713a.787.787 0 1 0-1.113-1.114a.787.787 0 0 0 1.113 1.114m.928 1.67a.788.788 0 1 1-1.114 1.114a.788.788 0 0 1 1.114-1.113M9.16 11.016a.787.787 0 1 1 1.114 1.114a.787.787 0 0 1-1.114-1.114" clipRule="evenodd"/><path d="m5.081 13.06l-1.868 1.87a4.142 4.142 0 0 0 5.858 5.858l1.868-1.868zm13.838-2.12l1.868-1.869a4.142 4.142 0 0 0-5.858-5.858L13.06 5.081z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M3.213 3.213a4.14 4.14 0 0 0 0 5.858L14.93 20.787a4.142 4.142 0 0 0 5.858-5.858L9.07 3.213a4.14 4.14 0 0 0-5.858 0m6.132 5.018A.788.788 0 1 0 8.23 9.345A.788.788 0 0 0 9.345 8.23m2.784.928a.787.787 0 1 0-1.114 1.114a.787.787 0 0 0 1.114-1.114m3.712 3.712a.788.788 0 1 1-1.114 1.114a.788.788 0 0 1 1.114-1.114m.929 3.899a.787.787 0 1 0-1.114-1.114a.787.787 0 0 0 1.114 1.114m-3.713-3.713a.787.787 0 1 0-1.113-1.114a.787.787 0 0 0 1.113 1.114m.928 1.67a.788.788 0 1 1-1.114 1.114a.788.788 0 0 1 1.114-1.113M9.16 11.016a.787.787 0 1 1 1.114 1.114a.787.787 0 0 1-1.114-1.114" clip-rule="evenodd"/><path d="m5.081 13.06l-1.868 1.87a4.142 4.142 0 0 0 5.858 5.858l1.868-1.868zm13.838-2.12l1.868-1.869a4.142 4.142 0 0 0-5.858-5.858L13.06 5.081z"/></g></svg> </template>
CSS
.icon-bandage-filled {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.213%203.213a4.14%204.14%200%200%200%200%205.858L14.93%2020.787a4.142%204.142%200%200%200%205.858-5.858L9.07%203.213a4.14%204.14%200%200%200-5.858%200m6.132%205.018A.788.788%200%201%200%208.23%209.345A.788.788%200%200%200%209.345%208.23m2.784.928a.787.787%200%201%200-1.114%201.114a.787.787%200%200%200%201.114-1.114m3.712%203.712a.788.788%200%201%201-1.114%201.114a.788.788%200%200%201%201.114-1.114m.929%203.899a.787.787%200%201%200-1.114-1.114a.787.787%200%200%200%201.114%201.114m-3.713-3.713a.787.787%200%201%200-1.113-1.114a.787.787%200%200%200%201.113%201.114m.928%201.67a.788.788%200%201%201-1.114%201.114a.788.788%200%200%201%201.114-1.113M9.16%2011.016a.787.787%200%201%201%201.114%201.114a.787.787%200%200%201-1.114-1.114%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m5.081%2013.06l-1.868%201.87a4.142%204.142%200%200%200%205.858%205.858l1.868-1.868zm13.838-2.12l1.868-1.869a4.142%204.142%200%200%200-5.858-5.858L13.06%205.081z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.213%203.213a4.14%204.14%200%200%200%200%205.858L14.93%2020.787a4.142%204.142%200%200%200%205.858-5.858L9.07%203.213a4.14%204.14%200%200%200-5.858%200m6.132%205.018A.788.788%200%201%200%208.23%209.345A.788.788%200%200%200%209.345%208.23m2.784.928a.787.787%200%201%200-1.114%201.114a.787.787%200%200%200%201.114-1.114m3.712%203.712a.788.788%200%201%201-1.114%201.114a.788.788%200%200%201%201.114-1.114m.929%203.899a.787.787%200%201%200-1.114-1.114a.787.787%200%200%200%201.114%201.114m-3.713-3.713a.787.787%200%201%200-1.113-1.114a.787.787%200%200%200%201.113%201.114m.928%201.67a.788.788%200%201%201-1.114%201.114a.788.788%200%200%201%201.114-1.113M9.16%2011.016a.787.787%200%201%201%201.114%201.114a.787.787%200%200%201-1.114-1.114%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m5.081%2013.06l-1.868%201.87a4.142%204.142%200%200%200%205.858%205.858l1.868-1.868zm13.838-2.12l1.868-1.869a4.142%204.142%200%200%200-5.858-5.858L13.06%205.081z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bandage-filled.svg?color=%231a73e8&size=48