bandage icon
bandage-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- bandage-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 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="0 0 56 56"><path fill="currentColor" d="m44.371 28.55l3.774-4.1c5.32-5.345 5.226-12.118.398-16.993c-4.828-4.898-11.649-4.922-17.016.398L27.45 11.63c2.04-.586 4.219-.117 6.492 2.18l8.555 8.53c2.273 2.274 2.46 4.173 1.875 6.212M24.332 39.85c2.345 2.343 4.595 2.414 7.009 0l8.531-8.555c2.438-2.414 2.367-4.64.023-6.984l-8.203-8.227c-2.343-2.344-4.57-2.39-7.007.047l-8.532 8.531c-2.414 2.414-2.344 4.664 0 7.008Zm2.134-15.235c-.89-.89-.89-2.273-.024-3.14c.89-.891 2.25-.891 3.141 0c.844.867.89 2.226-.047 3.14c-.82.82-2.227.82-3.07 0m-4.969 4.946c-.89-.891-.89-2.25 0-3.141c.89-.89 2.25-.867 3.14.023c.844.844.868 2.227 0 3.07c-.913.938-2.273.891-3.14.048m13.008 0c-.844.843-2.227.843-3.117-.047c-.844-.82-.844-2.227 0-3.07c.914-.915 2.273-.891 3.117-.024c.89.89.89 2.25 0 3.14M7.457 48.519c4.828 4.899 11.695 4.946 17.016-.398l4.03-3.797c-2.015.586-4.1.188-6.374-2.086l-8.555-8.554c-2.273-2.274-2.484-4.172-1.898-6.211l-3.797 4.054c-5.344 5.32-5.25 12.118-.422 16.993M26.44 34.482c-.867-.844-.89-2.204.024-3.118c.867-.867 2.25-.843 3.07 0c.89.867.938 2.274.047 3.117c-.914.891-2.25.891-3.14 0"/></svg>
React
import type { SVGProps } from "react";
export function F7BandageFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m44.371 28.55l3.774-4.1c5.32-5.345 5.226-12.118.398-16.993c-4.828-4.898-11.649-4.922-17.016.398L27.45 11.63c2.04-.586 4.219-.117 6.492 2.18l8.555 8.53c2.273 2.274 2.46 4.173 1.875 6.212M24.332 39.85c2.345 2.343 4.595 2.414 7.009 0l8.531-8.555c2.438-2.414 2.367-4.64.023-6.984l-8.203-8.227c-2.343-2.344-4.57-2.39-7.007.047l-8.532 8.531c-2.414 2.414-2.344 4.664 0 7.008Zm2.134-15.235c-.89-.89-.89-2.273-.024-3.14c.89-.891 2.25-.891 3.141 0c.844.867.89 2.226-.047 3.14c-.82.82-2.227.82-3.07 0m-4.969 4.946c-.89-.891-.89-2.25 0-3.141c.89-.89 2.25-.867 3.14.023c.844.844.868 2.227 0 3.07c-.913.938-2.273.891-3.14.048m13.008 0c-.844.843-2.227.843-3.117-.047c-.844-.82-.844-2.227 0-3.07c.914-.915 2.273-.891 3.117-.024c.89.89.89 2.25 0 3.14M7.457 48.519c4.828 4.899 11.695 4.946 17.016-.398l4.03-3.797c-2.015.586-4.1.188-6.374-2.086l-8.555-8.554c-2.273-2.274-2.484-4.172-1.898-6.211l-3.797 4.054c-5.344 5.32-5.25 12.118-.422 16.993M26.44 34.482c-.867-.844-.89-2.204.024-3.118c.867-.867 2.25-.843 3.07 0c.89.867.938 2.274.047 3.117c-.914.891-2.25.891-3.14 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m44.371 28.55l3.774-4.1c5.32-5.345 5.226-12.118.398-16.993c-4.828-4.898-11.649-4.922-17.016.398L27.45 11.63c2.04-.586 4.219-.117 6.492 2.18l8.555 8.53c2.273 2.274 2.46 4.173 1.875 6.212M24.332 39.85c2.345 2.343 4.595 2.414 7.009 0l8.531-8.555c2.438-2.414 2.367-4.64.023-6.984l-8.203-8.227c-2.343-2.344-4.57-2.39-7.007.047l-8.532 8.531c-2.414 2.414-2.344 4.664 0 7.008Zm2.134-15.235c-.89-.89-.89-2.273-.024-3.14c.89-.891 2.25-.891 3.141 0c.844.867.89 2.226-.047 3.14c-.82.82-2.227.82-3.07 0m-4.969 4.946c-.89-.891-.89-2.25 0-3.141c.89-.89 2.25-.867 3.14.023c.844.844.868 2.227 0 3.07c-.913.938-2.273.891-3.14.048m13.008 0c-.844.843-2.227.843-3.117-.047c-.844-.82-.844-2.227 0-3.07c.914-.915 2.273-.891 3.117-.024c.89.89.89 2.25 0 3.14M7.457 48.519c4.828 4.899 11.695 4.946 17.016-.398l4.03-3.797c-2.015.586-4.1.188-6.374-2.086l-8.555-8.554c-2.273-2.274-2.484-4.172-1.898-6.211l-3.797 4.054c-5.344 5.32-5.25 12.118-.422 16.993M26.44 34.482c-.867-.844-.89-2.204.024-3.118c.867-.867 2.25-.843 3.07 0c.89.867.938 2.274.047 3.117c-.914.891-2.25.891-3.14 0"/></svg> </template>
CSS
.icon-bandage-fill {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m44.371%2028.55l3.774-4.1c5.32-5.345%205.226-12.118.398-16.993c-4.828-4.898-11.649-4.922-17.016.398L27.45%2011.63c2.04-.586%204.219-.117%206.492%202.18l8.555%208.53c2.273%202.274%202.46%204.173%201.875%206.212M24.332%2039.85c2.345%202.343%204.595%202.414%207.009%200l8.531-8.555c2.438-2.414%202.367-4.64.023-6.984l-8.203-8.227c-2.343-2.344-4.57-2.39-7.007.047l-8.532%208.531c-2.414%202.414-2.344%204.664%200%207.008Zm2.134-15.235c-.89-.89-.89-2.273-.024-3.14c.89-.891%202.25-.891%203.141%200c.844.867.89%202.226-.047%203.14c-.82.82-2.227.82-3.07%200m-4.969%204.946c-.89-.891-.89-2.25%200-3.141c.89-.89%202.25-.867%203.14.023c.844.844.868%202.227%200%203.07c-.913.938-2.273.891-3.14.048m13.008%200c-.844.843-2.227.843-3.117-.047c-.844-.82-.844-2.227%200-3.07c.914-.915%202.273-.891%203.117-.024c.89.89.89%202.25%200%203.14M7.457%2048.519c4.828%204.899%2011.695%204.946%2017.016-.398l4.03-3.797c-2.015.586-4.1.188-6.374-2.086l-8.555-8.554c-2.273-2.274-2.484-4.172-1.898-6.211l-3.797%204.054c-5.344%205.32-5.25%2012.118-.422%2016.993M26.44%2034.482c-.867-.844-.89-2.204.024-3.118c.867-.867%202.25-.843%203.07%200c.89.867.938%202.274.047%203.117c-.914.891-2.25.891-3.14%200%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m44.371%2028.55l3.774-4.1c5.32-5.345%205.226-12.118.398-16.993c-4.828-4.898-11.649-4.922-17.016.398L27.45%2011.63c2.04-.586%204.219-.117%206.492%202.18l8.555%208.53c2.273%202.274%202.46%204.173%201.875%206.212M24.332%2039.85c2.345%202.343%204.595%202.414%207.009%200l8.531-8.555c2.438-2.414%202.367-4.64.023-6.984l-8.203-8.227c-2.343-2.344-4.57-2.39-7.007.047l-8.532%208.531c-2.414%202.414-2.344%204.664%200%207.008Zm2.134-15.235c-.89-.89-.89-2.273-.024-3.14c.89-.891%202.25-.891%203.141%200c.844.867.89%202.226-.047%203.14c-.82.82-2.227.82-3.07%200m-4.969%204.946c-.89-.891-.89-2.25%200-3.141c.89-.89%202.25-.867%203.14.023c.844.844.868%202.227%200%203.07c-.913.938-2.273.891-3.14.048m13.008%200c-.844.843-2.227.843-3.117-.047c-.844-.82-.844-2.227%200-3.07c.914-.915%202.273-.891%203.117-.024c.89.89.89%202.25%200%203.14M7.457%2048.519c4.828%204.899%2011.695%204.946%2017.016-.398l4.03-3.797c-2.015.586-4.1.188-6.374-2.086l-8.555-8.554c-2.273-2.274-2.484-4.172-1.898-6.211l-3.797%204.054c-5.344%205.32-5.25%2012.118-.422%2016.993M26.44%2034.482c-.867-.844-.89-2.204.024-3.118c.867-.867%202.25-.843%203.07%200c.89.867.938%202.274.047%203.117c-.914.891-2.25.891-3.14%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/bandage-fill.svg?color=%231a73e8&size=48