bandage icon
bandage from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- bandage
- Set
- Framework7 Icons
- Style
- Outline
- 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="M7.305 48.695c4.969 4.946 12 4.899 17.414-.515l7.172-7.196l9.117-9.093l7.172-7.172c5.414-5.414 5.46-12.446.515-17.414c-4.968-4.946-12-4.922-17.414.492l-7.172 7.195l-9.117 9.117l-7.172 7.149c-5.414 5.437-5.46 12.469-.515 17.437M41.03 23.688l-8.742-8.72a9.2 9.2 0 0 0-1.547-1.265l3.164-3.187c3.774-3.774 8.719-4.29 12.305-.75c3.61 3.562 3.047 8.554-.727 12.304l-3.187 3.188c-.328-.516-.75-1.031-1.266-1.57m-10.898-5.883l8.062 8.062c1.336 1.336 1.196 2.32-.21 3.703l-8.415 8.414c-1.383 1.407-2.367 1.547-3.703.211l-8.062-8.062c-1.336-1.336-1.196-2.344.21-3.727l8.415-8.39c1.383-1.407 2.367-1.547 3.703-.211m-2.156 7.57c1.148 0 1.992-.89 1.992-1.969c.047-1.078-.867-1.992-1.969-1.992s-1.969.914-1.969 2.04c0 1.007.914 1.921 1.946 1.921m-4.5 4.594c1.054 0 1.945-.938 1.945-1.946c0-1.125-.89-2.015-1.969-2.015c-1.125 0-1.992.89-1.992 1.992c0 1.078.844 1.969 2.016 1.969m9.07 0c1.101 0 2.016-.914 1.992-1.992c0-1.079-.867-1.97-2.016-1.97c-1.03 0-1.945.915-1.945 1.923c0 1.125.867 2.039 1.969 2.039M28 34.539c1.102 0 1.969-.89 1.969-2.016c0-1.007-.867-1.945-1.946-1.945c-1.148 0-2.015.89-2.015 1.969c0 1.101.867 1.992 1.992 1.992M9.79 46.211c-3.61-3.563-3.048-8.531.726-12.305l3.187-3.187c.328.539.75 1.054 1.266 1.57l8.742 8.742a9.2 9.2 0 0 0 1.547 1.266l-3.164 3.187c-3.774 3.75-8.719 4.29-12.305.727"/></svg>
React
import type { SVGProps } from "react";
export function F7Bandage(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="M7.305 48.695c4.969 4.946 12 4.899 17.414-.515l7.172-7.196l9.117-9.093l7.172-7.172c5.414-5.414 5.46-12.446.515-17.414c-4.968-4.946-12-4.922-17.414.492l-7.172 7.195l-9.117 9.117l-7.172 7.149c-5.414 5.437-5.46 12.469-.515 17.437M41.03 23.688l-8.742-8.72a9.2 9.2 0 0 0-1.547-1.265l3.164-3.187c3.774-3.774 8.719-4.29 12.305-.75c3.61 3.562 3.047 8.554-.727 12.304l-3.187 3.188c-.328-.516-.75-1.031-1.266-1.57m-10.898-5.883l8.062 8.062c1.336 1.336 1.196 2.32-.21 3.703l-8.415 8.414c-1.383 1.407-2.367 1.547-3.703.211l-8.062-8.062c-1.336-1.336-1.196-2.344.21-3.727l8.415-8.39c1.383-1.407 2.367-1.547 3.703-.211m-2.156 7.57c1.148 0 1.992-.89 1.992-1.969c.047-1.078-.867-1.992-1.969-1.992s-1.969.914-1.969 2.04c0 1.007.914 1.921 1.946 1.921m-4.5 4.594c1.054 0 1.945-.938 1.945-1.946c0-1.125-.89-2.015-1.969-2.015c-1.125 0-1.992.89-1.992 1.992c0 1.078.844 1.969 2.016 1.969m9.07 0c1.101 0 2.016-.914 1.992-1.992c0-1.079-.867-1.97-2.016-1.97c-1.03 0-1.945.915-1.945 1.923c0 1.125.867 2.039 1.969 2.039M28 34.539c1.102 0 1.969-.89 1.969-2.016c0-1.007-.867-1.945-1.946-1.945c-1.148 0-2.015.89-2.015 1.969c0 1.101.867 1.992 1.992 1.992M9.79 46.211c-3.61-3.563-3.048-8.531.726-12.305l3.187-3.187c.328.539.75 1.054 1.266 1.57l8.742 8.742a9.2 9.2 0 0 0 1.547 1.266l-3.164 3.187c-3.774 3.75-8.719 4.29-12.305.727"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.305 48.695c4.969 4.946 12 4.899 17.414-.515l7.172-7.196l9.117-9.093l7.172-7.172c5.414-5.414 5.46-12.446.515-17.414c-4.968-4.946-12-4.922-17.414.492l-7.172 7.195l-9.117 9.117l-7.172 7.149c-5.414 5.437-5.46 12.469-.515 17.437M41.03 23.688l-8.742-8.72a9.2 9.2 0 0 0-1.547-1.265l3.164-3.187c3.774-3.774 8.719-4.29 12.305-.75c3.61 3.562 3.047 8.554-.727 12.304l-3.187 3.188c-.328-.516-.75-1.031-1.266-1.57m-10.898-5.883l8.062 8.062c1.336 1.336 1.196 2.32-.21 3.703l-8.415 8.414c-1.383 1.407-2.367 1.547-3.703.211l-8.062-8.062c-1.336-1.336-1.196-2.344.21-3.727l8.415-8.39c1.383-1.407 2.367-1.547 3.703-.211m-2.156 7.57c1.148 0 1.992-.89 1.992-1.969c.047-1.078-.867-1.992-1.969-1.992s-1.969.914-1.969 2.04c0 1.007.914 1.921 1.946 1.921m-4.5 4.594c1.054 0 1.945-.938 1.945-1.946c0-1.125-.89-2.015-1.969-2.015c-1.125 0-1.992.89-1.992 1.992c0 1.078.844 1.969 2.016 1.969m9.07 0c1.101 0 2.016-.914 1.992-1.992c0-1.079-.867-1.97-2.016-1.97c-1.03 0-1.945.915-1.945 1.923c0 1.125.867 2.039 1.969 2.039M28 34.539c1.102 0 1.969-.89 1.969-2.016c0-1.007-.867-1.945-1.946-1.945c-1.148 0-2.015.89-2.015 1.969c0 1.101.867 1.992 1.992 1.992M9.79 46.211c-3.61-3.563-3.048-8.531.726-12.305l3.187-3.187c.328.539.75 1.054 1.266 1.57l8.742 8.742a9.2 9.2 0 0 0 1.547 1.266l-3.164 3.187c-3.774 3.75-8.719 4.29-12.305.727"/></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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.305%2048.695c4.969%204.946%2012%204.899%2017.414-.515l7.172-7.196l9.117-9.093l7.172-7.172c5.414-5.414%205.46-12.446.515-17.414c-4.968-4.946-12-4.922-17.414.492l-7.172%207.195l-9.117%209.117l-7.172%207.149c-5.414%205.437-5.46%2012.469-.515%2017.437M41.03%2023.688l-8.742-8.72a9.2%209.2%200%200%200-1.547-1.265l3.164-3.187c3.774-3.774%208.719-4.29%2012.305-.75c3.61%203.562%203.047%208.554-.727%2012.304l-3.187%203.188c-.328-.516-.75-1.031-1.266-1.57m-10.898-5.883l8.062%208.062c1.336%201.336%201.196%202.32-.21%203.703l-8.415%208.414c-1.383%201.407-2.367%201.547-3.703.211l-8.062-8.062c-1.336-1.336-1.196-2.344.21-3.727l8.415-8.39c1.383-1.407%202.367-1.547%203.703-.211m-2.156%207.57c1.148%200%201.992-.89%201.992-1.969c.047-1.078-.867-1.992-1.969-1.992s-1.969.914-1.969%202.04c0%201.007.914%201.921%201.946%201.921m-4.5%204.594c1.054%200%201.945-.938%201.945-1.946c0-1.125-.89-2.015-1.969-2.015c-1.125%200-1.992.89-1.992%201.992c0%201.078.844%201.969%202.016%201.969m9.07%200c1.101%200%202.016-.914%201.992-1.992c0-1.079-.867-1.97-2.016-1.97c-1.03%200-1.945.915-1.945%201.923c0%201.125.867%202.039%201.969%202.039M28%2034.539c1.102%200%201.969-.89%201.969-2.016c0-1.007-.867-1.945-1.946-1.945c-1.148%200-2.015.89-2.015%201.969c0%201.101.867%201.992%201.992%201.992M9.79%2046.211c-3.61-3.563-3.048-8.531.726-12.305l3.187-3.187c.328.539.75%201.054%201.266%201.57l8.742%208.742a9.2%209.2%200%200%200%201.547%201.266l-3.164%203.187c-3.774%203.75-8.719%204.29-12.305.727%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%22M7.305%2048.695c4.969%204.946%2012%204.899%2017.414-.515l7.172-7.196l9.117-9.093l7.172-7.172c5.414-5.414%205.46-12.446.515-17.414c-4.968-4.946-12-4.922-17.414.492l-7.172%207.195l-9.117%209.117l-7.172%207.149c-5.414%205.437-5.46%2012.469-.515%2017.437M41.03%2023.688l-8.742-8.72a9.2%209.2%200%200%200-1.547-1.265l3.164-3.187c3.774-3.774%208.719-4.29%2012.305-.75c3.61%203.562%203.047%208.554-.727%2012.304l-3.187%203.188c-.328-.516-.75-1.031-1.266-1.57m-10.898-5.883l8.062%208.062c1.336%201.336%201.196%202.32-.21%203.703l-8.415%208.414c-1.383%201.407-2.367%201.547-3.703.211l-8.062-8.062c-1.336-1.336-1.196-2.344.21-3.727l8.415-8.39c1.383-1.407%202.367-1.547%203.703-.211m-2.156%207.57c1.148%200%201.992-.89%201.992-1.969c.047-1.078-.867-1.992-1.969-1.992s-1.969.914-1.969%202.04c0%201.007.914%201.921%201.946%201.921m-4.5%204.594c1.054%200%201.945-.938%201.945-1.946c0-1.125-.89-2.015-1.969-2.015c-1.125%200-1.992.89-1.992%201.992c0%201.078.844%201.969%202.016%201.969m9.07%200c1.101%200%202.016-.914%201.992-1.992c0-1.079-.867-1.97-2.016-1.97c-1.03%200-1.945.915-1.945%201.923c0%201.125.867%202.039%201.969%202.039M28%2034.539c1.102%200%201.969-.89%201.969-2.016c0-1.007-.867-1.945-1.946-1.945c-1.148%200-2.015.89-2.015%201.969c0%201.101.867%201.992%201.992%201.992M9.79%2046.211c-3.61-3.563-3.048-8.531.726-12.305l3.187-3.187c.328.539.75%201.054%201.266%201.57l8.742%208.742a9.2%209.2%200%200%200%201.547%201.266l-3.164%203.187c-3.774%203.75-8.719%204.29-12.305.727%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/bandage.svg?color=%231a73e8&size=48