bandage icon
bandage-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- bandage-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
Use the bandage icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.207 3.793a5.95 5.95 0 0 1 .179 8.228l-.179.186l-8 8a5.95 5.95 0 0 1-8.593-8.228l.179-.186l8-8a5.95 5.95 0 0 1 8.414 0M12 13a1 1 0 0 0-1 1l.007.127A1 1 0 0 0 13 14.01l-.007-.127A1 1 0 0 0 12 13m2-2a1 1 0 0 0-1 1l.007.127A1 1 0 0 0 15 12.01l-.007-.127A1 1 0 0 0 14 11m-4 0a1 1 0 0 0-1 1l.007.127A1 1 0 0 0 11 12.01l-.007-.127A1 1 0 0 0 10 11m2-2a1 1 0 0 0-1 1l.007.127A1 1 0 0 0 13 10.01l-.007-.127A1 1 0 0 0 12 9"/></svg>
React
import type { SVGProps } from "react";
export function TablerBandageFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.207 3.793a5.95 5.95 0 0 1 .179 8.228l-.179.186l-8 8a5.95 5.95 0 0 1-8.593-8.228l.179-.186l8-8a5.95 5.95 0 0 1 8.414 0M12 13a1 1 0 0 0-1 1l.007.127A1 1 0 0 0 13 14.01l-.007-.127A1 1 0 0 0 12 13m2-2a1 1 0 0 0-1 1l.007.127A1 1 0 0 0 15 12.01l-.007-.127A1 1 0 0 0 14 11m-4 0a1 1 0 0 0-1 1l.007.127A1 1 0 0 0 11 12.01l-.007-.127A1 1 0 0 0 10 11m2-2a1 1 0 0 0-1 1l.007.127A1 1 0 0 0 13 10.01l-.007-.127A1 1 0 0 0 12 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.207 3.793a5.95 5.95 0 0 1 .179 8.228l-.179.186l-8 8a5.95 5.95 0 0 1-8.593-8.228l.179-.186l8-8a5.95 5.95 0 0 1 8.414 0M12 13a1 1 0 0 0-1 1l.007.127A1 1 0 0 0 13 14.01l-.007-.127A1 1 0 0 0 12 13m2-2a1 1 0 0 0-1 1l.007.127A1 1 0 0 0 15 12.01l-.007-.127A1 1 0 0 0 14 11m-4 0a1 1 0 0 0-1 1l.007.127A1 1 0 0 0 11 12.01l-.007-.127A1 1 0 0 0 10 11m2-2a1 1 0 0 0-1 1l.007.127A1 1 0 0 0 13 10.01l-.007-.127A1 1 0 0 0 12 9"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.207%203.793a5.95%205.95%200%200%201%20.179%208.228l-.179.186l-8%208a5.95%205.95%200%200%201-8.593-8.228l.179-.186l8-8a5.95%205.95%200%200%201%208.414%200M12%2013a1%201%200%200%200-1%201l.007.127A1%201%200%200%200%2013%2014.01l-.007-.127A1%201%200%200%200%2012%2013m2-2a1%201%200%200%200-1%201l.007.127A1%201%200%200%200%2015%2012.01l-.007-.127A1%201%200%200%200%2014%2011m-4%200a1%201%200%200%200-1%201l.007.127A1%201%200%200%200%2011%2012.01l-.007-.127A1%201%200%200%200%2010%2011m2-2a1%201%200%200%200-1%201l.007.127A1%201%200%200%200%2013%2010.01l-.007-.127A1%201%200%200%200%2012%209%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.207%203.793a5.95%205.95%200%200%201%20.179%208.228l-.179.186l-8%208a5.95%205.95%200%200%201-8.593-8.228l.179-.186l8-8a5.95%205.95%200%200%201%208.414%200M12%2013a1%201%200%200%200-1%201l.007.127A1%201%200%200%200%2013%2014.01l-.007-.127A1%201%200%200%200%2012%2013m2-2a1%201%200%200%200-1%201l.007.127A1%201%200%200%200%2015%2012.01l-.007-.127A1%201%200%200%200%2014%2011m-4%200a1%201%200%200%200-1%201l.007.127A1%201%200%200%200%2011%2012.01l-.007-.127A1%201%200%200%200%2010%2011m2-2a1%201%200%200%200-1%201l.007.127A1%201%200%200%200%2013%2010.01l-.007-.127A1%201%200%200%200%2012%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/bandage-filled.svg?color=%231a73e8&size=48