bandaid icon
bandaid-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- bandaid-fill
- Set
- Bootstrap Icons
- Style
- Fill
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
Use the bandaid icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m2.68 7.676l6.49-6.504a4 4 0 0 1 5.66 5.653l-1.477 1.529l-5.006 5.006l-1.523 1.472a4 4 0 0 1-5.653-5.66l.001-.002l1.505-1.492l.001-.002Zm5.71-2.858a.5.5 0 1 0-.708.707a.5.5 0 0 0 .707-.707ZM6.974 6.939a.5.5 0 1 0-.707-.707a.5.5 0 0 0 .707.707M5.56 8.354a.5.5 0 1 0-.707-.708a.5.5 0 0 0 .707.708m2.828 2.828a.5.5 0 1 0-.707-.707a.5.5 0 0 0 .707.707m1.414-2.121a.5.5 0 1 0-.707.707a.5.5 0 0 0 .707-.707m1.414-.707a.5.5 0 1 0-.706-.708a.5.5 0 0 0 .707.708Zm-4.242.707a.5.5 0 1 0-.707.707a.5.5 0 0 0 .707-.707m1.414-.707a.5.5 0 1 0-.707-.708a.5.5 0 0 0 .707.708m1.414-2.122a.5.5 0 1 0-.707.707a.5.5 0 0 0 .707-.707M8.646 3.354l4 4l.708-.708l-4-4zm-1.292 9.292l-4-4l-.708.708l4 4z"/></svg>
React
import type { SVGProps } from "react";
export function BiBandaidFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m2.68 7.676l6.49-6.504a4 4 0 0 1 5.66 5.653l-1.477 1.529l-5.006 5.006l-1.523 1.472a4 4 0 0 1-5.653-5.66l.001-.002l1.505-1.492l.001-.002Zm5.71-2.858a.5.5 0 1 0-.708.707a.5.5 0 0 0 .707-.707ZM6.974 6.939a.5.5 0 1 0-.707-.707a.5.5 0 0 0 .707.707M5.56 8.354a.5.5 0 1 0-.707-.708a.5.5 0 0 0 .707.708m2.828 2.828a.5.5 0 1 0-.707-.707a.5.5 0 0 0 .707.707m1.414-2.121a.5.5 0 1 0-.707.707a.5.5 0 0 0 .707-.707m1.414-.707a.5.5 0 1 0-.706-.708a.5.5 0 0 0 .707.708Zm-4.242.707a.5.5 0 1 0-.707.707a.5.5 0 0 0 .707-.707m1.414-.707a.5.5 0 1 0-.707-.708a.5.5 0 0 0 .707.708m1.414-2.122a.5.5 0 1 0-.707.707a.5.5 0 0 0 .707-.707M8.646 3.354l4 4l.708-.708l-4-4zm-1.292 9.292l-4-4l-.708.708l4 4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m2.68 7.676l6.49-6.504a4 4 0 0 1 5.66 5.653l-1.477 1.529l-5.006 5.006l-1.523 1.472a4 4 0 0 1-5.653-5.66l.001-.002l1.505-1.492l.001-.002Zm5.71-2.858a.5.5 0 1 0-.708.707a.5.5 0 0 0 .707-.707ZM6.974 6.939a.5.5 0 1 0-.707-.707a.5.5 0 0 0 .707.707M5.56 8.354a.5.5 0 1 0-.707-.708a.5.5 0 0 0 .707.708m2.828 2.828a.5.5 0 1 0-.707-.707a.5.5 0 0 0 .707.707m1.414-2.121a.5.5 0 1 0-.707.707a.5.5 0 0 0 .707-.707m1.414-.707a.5.5 0 1 0-.706-.708a.5.5 0 0 0 .707.708Zm-4.242.707a.5.5 0 1 0-.707.707a.5.5 0 0 0 .707-.707m1.414-.707a.5.5 0 1 0-.707-.708a.5.5 0 0 0 .707.708m1.414-2.122a.5.5 0 1 0-.707.707a.5.5 0 0 0 .707-.707M8.646 3.354l4 4l.708-.708l-4-4zm-1.292 9.292l-4-4l-.708.708l4 4z"/></svg> </template>
CSS
.icon-bandaid-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.68%207.676l6.49-6.504a4%204%200%200%201%205.66%205.653l-1.477%201.529l-5.006%205.006l-1.523%201.472a4%204%200%200%201-5.653-5.66l.001-.002l1.505-1.492l.001-.002Zm5.71-2.858a.5.5%200%201%200-.708.707a.5.5%200%200%200%20.707-.707ZM6.974%206.939a.5.5%200%201%200-.707-.707a.5.5%200%200%200%20.707.707M5.56%208.354a.5.5%200%201%200-.707-.708a.5.5%200%200%200%20.707.708m2.828%202.828a.5.5%200%201%200-.707-.707a.5.5%200%200%200%20.707.707m1.414-2.121a.5.5%200%201%200-.707.707a.5.5%200%200%200%20.707-.707m1.414-.707a.5.5%200%201%200-.706-.708a.5.5%200%200%200%20.707.708Zm-4.242.707a.5.5%200%201%200-.707.707a.5.5%200%200%200%20.707-.707m1.414-.707a.5.5%200%201%200-.707-.708a.5.5%200%200%200%20.707.708m1.414-2.122a.5.5%200%201%200-.707.707a.5.5%200%200%200%20.707-.707M8.646%203.354l4%204l.708-.708l-4-4zm-1.292%209.292l-4-4l-.708.708l4%204z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.68%207.676l6.49-6.504a4%204%200%200%201%205.66%205.653l-1.477%201.529l-5.006%205.006l-1.523%201.472a4%204%200%200%201-5.653-5.66l.001-.002l1.505-1.492l.001-.002Zm5.71-2.858a.5.5%200%201%200-.708.707a.5.5%200%200%200%20.707-.707ZM6.974%206.939a.5.5%200%201%200-.707-.707a.5.5%200%200%200%20.707.707M5.56%208.354a.5.5%200%201%200-.707-.708a.5.5%200%200%200%20.707.708m2.828%202.828a.5.5%200%201%200-.707-.707a.5.5%200%200%200%20.707.707m1.414-2.121a.5.5%200%201%200-.707.707a.5.5%200%200%200%20.707-.707m1.414-.707a.5.5%200%201%200-.706-.708a.5.5%200%200%200%20.707.708Zm-4.242.707a.5.5%200%201%200-.707.707a.5.5%200%200%200%20.707-.707m1.414-.707a.5.5%200%201%200-.707-.708a.5.5%200%200%200%20.707.708m1.414-2.122a.5.5%200%201%200-.707.707a.5.5%200%200%200%20.707-.707M8.646%203.354l4%204l.708-.708l-4-4zm-1.292%209.292l-4-4l-.708.708l4%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/bandaid-fill.svg?color=%231a73e8&size=48