bandage icon
bandage from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- bandage
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
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 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m11.025 19.8l8.774-8.775c1.256-1.256 1.884-1.884 2.091-2.618a2.9 2.9 0 0 0 0-1.588c-.207-.735-.835-1.363-2.09-2.618c-1.256-1.256-1.884-1.884-2.619-2.091a2.9 2.9 0 0 0-1.588 0c-.734.207-1.362.835-2.618 2.09l-8.774 8.775c-1.256 1.256-1.884 1.884-2.091 2.618a2.9 2.9 0 0 0 0 1.588c.207.735.835 1.363 2.09 2.618c1.256 1.256 1.884 1.884 2.619 2.091c.52.147 1.069.147 1.588 0c.734-.207 1.362-.835 2.618-2.09M13 5l6 6M5 13l6 6"/><path d="M14.5 11.875V12m-.25 0a.25.25 0 1 0 .5 0a.25.25 0 0 0-.5 0M12 9.375V9.5m-.25 0a.25.25 0 1 0 .5 0a.25.25 0 0 0-.5 0M9.5 11.875V12m-.25 0a.25.25 0 1 0 .5 0a.25.25 0 0 0-.5 0M12 14.375v.125m-.25 0a.25.25 0 1 0 .5 0a.25.25 0 0 0-.5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBandage(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m11.025 19.8l8.774-8.775c1.256-1.256 1.884-1.884 2.091-2.618a2.9 2.9 0 0 0 0-1.588c-.207-.735-.835-1.363-2.09-2.618c-1.256-1.256-1.884-1.884-2.619-2.091a2.9 2.9 0 0 0-1.588 0c-.734.207-1.362.835-2.618 2.09l-8.774 8.775c-1.256 1.256-1.884 1.884-2.091 2.618a2.9 2.9 0 0 0 0 1.588c.207.735.835 1.363 2.09 2.618c1.256 1.256 1.884 1.884 2.619 2.091c.52.147 1.069.147 1.588 0c.734-.207 1.362-.835 2.618-2.09M13 5l6 6M5 13l6 6"/><path d="M14.5 11.875V12m-.25 0a.25.25 0 1 0 .5 0a.25.25 0 0 0-.5 0M12 9.375V9.5m-.25 0a.25.25 0 1 0 .5 0a.25.25 0 0 0-.5 0M9.5 11.875V12m-.25 0a.25.25 0 1 0 .5 0a.25.25 0 0 0-.5 0M12 14.375v.125m-.25 0a.25.25 0 1 0 .5 0a.25.25 0 0 0-.5 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m11.025 19.8l8.774-8.775c1.256-1.256 1.884-1.884 2.091-2.618a2.9 2.9 0 0 0 0-1.588c-.207-.735-.835-1.363-2.09-2.618c-1.256-1.256-1.884-1.884-2.619-2.091a2.9 2.9 0 0 0-1.588 0c-.734.207-1.362.835-2.618 2.09l-8.774 8.775c-1.256 1.256-1.884 1.884-2.091 2.618a2.9 2.9 0 0 0 0 1.588c.207.735.835 1.363 2.09 2.618c1.256 1.256 1.884 1.884 2.619 2.091c.52.147 1.069.147 1.588 0c.734-.207 1.362-.835 2.618-2.09M13 5l6 6M5 13l6 6"/><path d="M14.5 11.875V12m-.25 0a.25.25 0 1 0 .5 0a.25.25 0 0 0-.5 0M12 9.375V9.5m-.25 0a.25.25 0 1 0 .5 0a.25.25 0 0 0-.5 0M9.5 11.875V12m-.25 0a.25.25 0 1 0 .5 0a.25.25 0 0 0-.5 0M12 14.375v.125m-.25 0a.25.25 0 1 0 .5 0a.25.25 0 0 0-.5 0"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m11.025%2019.8l8.774-8.775c1.256-1.256%201.884-1.884%202.091-2.618a2.9%202.9%200%200%200%200-1.588c-.207-.735-.835-1.363-2.09-2.618c-1.256-1.256-1.884-1.884-2.619-2.091a2.9%202.9%200%200%200-1.588%200c-.734.207-1.362.835-2.618%202.09l-8.774%208.775c-1.256%201.256-1.884%201.884-2.091%202.618a2.9%202.9%200%200%200%200%201.588c.207.735.835%201.363%202.09%202.618c1.256%201.256%201.884%201.884%202.619%202.091c.52.147%201.069.147%201.588%200c.734-.207%201.362-.835%202.618-2.09M13%205l6%206M5%2013l6%206%22%2F%3E%3Cpath%20d%3D%22M14.5%2011.875V12m-.25%200a.25.25%200%201%200%20.5%200a.25.25%200%200%200-.5%200M12%209.375V9.5m-.25%200a.25.25%200%201%200%20.5%200a.25.25%200%200%200-.5%200M9.5%2011.875V12m-.25%200a.25.25%200%201%200%20.5%200a.25.25%200%200%200-.5%200M12%2014.375v.125m-.25%200a.25.25%200%201%200%20.5%200a.25.25%200%200%200-.5%200%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m11.025%2019.8l8.774-8.775c1.256-1.256%201.884-1.884%202.091-2.618a2.9%202.9%200%200%200%200-1.588c-.207-.735-.835-1.363-2.09-2.618c-1.256-1.256-1.884-1.884-2.619-2.091a2.9%202.9%200%200%200-1.588%200c-.734.207-1.362.835-2.618%202.09l-8.774%208.775c-1.256%201.256-1.884%201.884-2.091%202.618a2.9%202.9%200%200%200%200%201.588c.207.735.835%201.363%202.09%202.618c1.256%201.256%201.884%201.884%202.619%202.091c.52.147%201.069.147%201.588%200c.734-.207%201.362-.835%202.618-2.09M13%205l6%206M5%2013l6%206%22%2F%3E%3Cpath%20d%3D%22M14.5%2011.875V12m-.25%200a.25.25%200%201%200%20.5%200a.25.25%200%200%200-.5%200M12%209.375V9.5m-.25%200a.25.25%200%201%200%20.5%200a.25.25%200%200%200-.5%200M9.5%2011.875V12m-.25%200a.25.25%200%201%200%20.5%200a.25.25%200%200%200-.5%200M12%2014.375v.125m-.25%200a.25.25%200%201%200%20.5%200a.25.25%200%200%200-.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/bandage.svg?color=%231a73e8&size=48