bandaids icon
bandaids-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- bandaids-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the bandaids icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 116a12 12 0 1 1-12 12a12 12 0 0 1 12-12m84.28 39.72a40 40 0 1 1-56.56 56.56L128 184.57l-27.72 27.71a40 40 0 1 1-56.56-56.56L71.43 128l-27.71-27.72a40 40 0 1 1 56.56-56.56L128 71.43l27.72-27.71a40 40 0 1 1 56.56 56.56L184.57 128Zm-95.59 17.53l-33.94-33.94L55 167a24 24 0 1 0 34 34ZM161.94 128L128 94.06L94.06 128L128 161.94Zm39-39A24 24 0 1 0 167 55l-27.69 27.75l33.94 33.94Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBandaidsFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 116a12 12 0 1 1-12 12a12 12 0 0 1 12-12m84.28 39.72a40 40 0 1 1-56.56 56.56L128 184.57l-27.72 27.71a40 40 0 1 1-56.56-56.56L71.43 128l-27.71-27.72a40 40 0 1 1 56.56-56.56L128 71.43l27.72-27.71a40 40 0 1 1 56.56 56.56L184.57 128Zm-95.59 17.53l-33.94-33.94L55 167a24 24 0 1 0 34 34ZM161.94 128L128 94.06L94.06 128L128 161.94Zm39-39A24 24 0 1 0 167 55l-27.69 27.75l33.94 33.94Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 116a12 12 0 1 1-12 12a12 12 0 0 1 12-12m84.28 39.72a40 40 0 1 1-56.56 56.56L128 184.57l-27.72 27.71a40 40 0 1 1-56.56-56.56L71.43 128l-27.71-27.72a40 40 0 1 1 56.56-56.56L128 71.43l27.72-27.71a40 40 0 1 1 56.56 56.56L184.57 128Zm-95.59 17.53l-33.94-33.94L55 167a24 24 0 1 0 34 34ZM161.94 128L128 94.06L94.06 128L128 161.94Zm39-39A24 24 0 1 0 167 55l-27.69 27.75l33.94 33.94Z"/></svg> </template>
CSS
.icon-bandaids-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%20116a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12m84.28%2039.72a40%2040%200%201%201-56.56%2056.56L128%20184.57l-27.72%2027.71a40%2040%200%201%201-56.56-56.56L71.43%20128l-27.71-27.72a40%2040%200%201%201%2056.56-56.56L128%2071.43l27.72-27.71a40%2040%200%201%201%2056.56%2056.56L184.57%20128Zm-95.59%2017.53l-33.94-33.94L55%20167a24%2024%200%201%200%2034%2034ZM161.94%20128L128%2094.06L94.06%20128L128%20161.94Zm39-39A24%2024%200%201%200%20167%2055l-27.69%2027.75l33.94%2033.94Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%20116a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12m84.28%2039.72a40%2040%200%201%201-56.56%2056.56L128%20184.57l-27.72%2027.71a40%2040%200%201%201-56.56-56.56L71.43%20128l-27.71-27.72a40%2040%200%201%201%2056.56-56.56L128%2071.43l27.72-27.71a40%2040%200%201%201%2056.56%2056.56L184.57%20128Zm-95.59%2017.53l-33.94-33.94L55%20167a24%2024%200%201%200%2034%2034ZM161.94%20128L128%2094.06L94.06%20128L128%20161.94Zm39-39A24%2024%200%201%200%20167%2055l-27.69%2027.75l33.94%2033.94Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bandaids-fill.svg?color=%231a73e8&size=48