band aid icon
band-aid from css.gg by Astrit · Outline · MIT Free for personal and commercial use.
- Name
- band-aid
- Set
- css.gg
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the band aid icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.939 9.765a1 1 0 1 1-1.813-.845a1 1 0 0 1 1.813.845M8.92 13.874a1 1 0 1 0 .845-1.813a1 1 0 0 0-.846 1.813m4.955 1.206a1 1 0 1 1-1.813-.845a1 1 0 0 1 1.813.846m.361-3.142a1 1 0 1 0 .845-1.813a1 1 0 0 0-.845 1.813"/><path fill-rule="evenodd" d="M17.071 1.124a6 6 0 0 0-7.973 2.902L4.026 14.902a6 6 0 0 0 10.876 5.072l5.072-10.876a6 6 0 0 0-2.903-7.974m-3.136 16.192l3.38-7.25l-7.25-3.382l-3.38 7.25zm-.846 1.812l-7.25-3.38a4 4 0 1 0 7.25 3.38m3.137-16.191a4 4 0 0 1 1.935 5.316l-7.25-3.381a4 4 0 0 1 5.315-1.935" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function GgBandAid(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 d="M11.939 9.765a1 1 0 1 1-1.813-.845a1 1 0 0 1 1.813.845M8.92 13.874a1 1 0 1 0 .845-1.813a1 1 0 0 0-.846 1.813m4.955 1.206a1 1 0 1 1-1.813-.845a1 1 0 0 1 1.813.846m.361-3.142a1 1 0 1 0 .845-1.813a1 1 0 0 0-.845 1.813"/><path fillRule="evenodd" d="M17.071 1.124a6 6 0 0 0-7.973 2.902L4.026 14.902a6 6 0 0 0 10.876 5.072l5.072-10.876a6 6 0 0 0-2.903-7.974m-3.136 16.192l3.38-7.25l-7.25-3.382l-3.38 7.25zm-.846 1.812l-7.25-3.38a4 4 0 1 0 7.25 3.38m3.137-16.191a4 4 0 0 1 1.935 5.316l-7.25-3.381a4 4 0 0 1 5.315-1.935" clipRule="evenodd"/></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 d="M11.939 9.765a1 1 0 1 1-1.813-.845a1 1 0 0 1 1.813.845M8.92 13.874a1 1 0 1 0 .845-1.813a1 1 0 0 0-.846 1.813m4.955 1.206a1 1 0 1 1-1.813-.845a1 1 0 0 1 1.813.846m.361-3.142a1 1 0 1 0 .845-1.813a1 1 0 0 0-.845 1.813"/><path fill-rule="evenodd" d="M17.071 1.124a6 6 0 0 0-7.973 2.902L4.026 14.902a6 6 0 0 0 10.876 5.072l5.072-10.876a6 6 0 0 0-2.903-7.974m-3.136 16.192l3.38-7.25l-7.25-3.382l-3.38 7.25zm-.846 1.812l-7.25-3.38a4 4 0 1 0 7.25 3.38m3.137-16.191a4 4 0 0 1 1.935 5.316l-7.25-3.381a4 4 0 0 1 5.315-1.935" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-band-aid {
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%20d%3D%22M11.939%209.765a1%201%200%201%201-1.813-.845a1%201%200%200%201%201.813.845M8.92%2013.874a1%201%200%201%200%20.845-1.813a1%201%200%200%200-.846%201.813m4.955%201.206a1%201%200%201%201-1.813-.845a1%201%200%200%201%201.813.846m.361-3.142a1%201%200%201%200%20.845-1.813a1%201%200%200%200-.845%201.813%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.071%201.124a6%206%200%200%200-7.973%202.902L4.026%2014.902a6%206%200%200%200%2010.876%205.072l5.072-10.876a6%206%200%200%200-2.903-7.974m-3.136%2016.192l3.38-7.25l-7.25-3.382l-3.38%207.25zm-.846%201.812l-7.25-3.38a4%204%200%201%200%207.25%203.38m3.137-16.191a4%204%200%200%201%201.935%205.316l-7.25-3.381a4%204%200%200%201%205.315-1.935%22%20clip-rule%3D%22evenodd%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%20d%3D%22M11.939%209.765a1%201%200%201%201-1.813-.845a1%201%200%200%201%201.813.845M8.92%2013.874a1%201%200%201%200%20.845-1.813a1%201%200%200%200-.846%201.813m4.955%201.206a1%201%200%201%201-1.813-.845a1%201%200%200%201%201.813.846m.361-3.142a1%201%200%201%200%20.845-1.813a1%201%200%200%200-.845%201.813%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.071%201.124a6%206%200%200%200-7.973%202.902L4.026%2014.902a6%206%200%200%200%2010.876%205.072l5.072-10.876a6%206%200%200%200-2.903-7.974m-3.136%2016.192l3.38-7.25l-7.25-3.382l-3.38%207.25zm-.846%201.812l-7.25-3.38a4%204%200%201%200%207.25%203.38m3.137-16.191a4%204%200%200%201%201.935%205.316l-7.25-3.381a4%204%200%200%201%205.315-1.935%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/gg/band-aid.svg?color=%231a73e8&size=48