bandaids icon
bandaids-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- bandaids-bold
- Set
- Phosphor
- Style
- Bold
- 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="m190.23 128l24.88-24.89a44 44 0 1 0-62.22-62.22L128 65.77l-24.89-24.88a44 44 0 1 0-62.22 62.22L65.77 128l-24.88 24.89a44 44 0 1 0 62.22 62.22L128 190.23l24.89 24.88a44 44 0 1 0 62.22-62.22Zm-20.37-70.14a20 20 0 1 1 28.28 28.28L173.25 111L145 82.75ZM156.28 128L128 156.28L99.72 128L128 99.72ZM57.86 86.14a20 20 0 1 1 28.28-28.28L111 82.75L82.75 111Zm28.28 112a20 20 0 1 1-28.28-28.28L82.75 145L111 173.25Zm112 0a20 20 0 0 1-28.28 0L145 173.25L173.25 145l24.89 24.89a20 20 0 0 1 0 28.28Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBandaidsBold(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="m190.23 128l24.88-24.89a44 44 0 1 0-62.22-62.22L128 65.77l-24.89-24.88a44 44 0 1 0-62.22 62.22L65.77 128l-24.88 24.89a44 44 0 1 0 62.22 62.22L128 190.23l24.89 24.88a44 44 0 1 0 62.22-62.22Zm-20.37-70.14a20 20 0 1 1 28.28 28.28L173.25 111L145 82.75ZM156.28 128L128 156.28L99.72 128L128 99.72ZM57.86 86.14a20 20 0 1 1 28.28-28.28L111 82.75L82.75 111Zm28.28 112a20 20 0 1 1-28.28-28.28L82.75 145L111 173.25Zm112 0a20 20 0 0 1-28.28 0L145 173.25L173.25 145l24.89 24.89a20 20 0 0 1 0 28.28Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m190.23 128l24.88-24.89a44 44 0 1 0-62.22-62.22L128 65.77l-24.89-24.88a44 44 0 1 0-62.22 62.22L65.77 128l-24.88 24.89a44 44 0 1 0 62.22 62.22L128 190.23l24.89 24.88a44 44 0 1 0 62.22-62.22Zm-20.37-70.14a20 20 0 1 1 28.28 28.28L173.25 111L145 82.75ZM156.28 128L128 156.28L99.72 128L128 99.72ZM57.86 86.14a20 20 0 1 1 28.28-28.28L111 82.75L82.75 111Zm28.28 112a20 20 0 1 1-28.28-28.28L82.75 145L111 173.25Zm112 0a20 20 0 0 1-28.28 0L145 173.25L173.25 145l24.89 24.89a20 20 0 0 1 0 28.28Z"/></svg> </template>
CSS
.icon-bandaids-bold {
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%22m190.23%20128l24.88-24.89a44%2044%200%201%200-62.22-62.22L128%2065.77l-24.89-24.88a44%2044%200%201%200-62.22%2062.22L65.77%20128l-24.88%2024.89a44%2044%200%201%200%2062.22%2062.22L128%20190.23l24.89%2024.88a44%2044%200%201%200%2062.22-62.22Zm-20.37-70.14a20%2020%200%201%201%2028.28%2028.28L173.25%20111L145%2082.75ZM156.28%20128L128%20156.28L99.72%20128L128%2099.72ZM57.86%2086.14a20%2020%200%201%201%2028.28-28.28L111%2082.75L82.75%20111Zm28.28%20112a20%2020%200%201%201-28.28-28.28L82.75%20145L111%20173.25Zm112%200a20%2020%200%200%201-28.28%200L145%20173.25L173.25%20145l24.89%2024.89a20%2020%200%200%201%200%2028.28Z%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%22m190.23%20128l24.88-24.89a44%2044%200%201%200-62.22-62.22L128%2065.77l-24.89-24.88a44%2044%200%201%200-62.22%2062.22L65.77%20128l-24.88%2024.89a44%2044%200%201%200%2062.22%2062.22L128%20190.23l24.89%2024.88a44%2044%200%201%200%2062.22-62.22Zm-20.37-70.14a20%2020%200%201%201%2028.28%2028.28L173.25%20111L145%2082.75ZM156.28%20128L128%20156.28L99.72%20128L128%2099.72ZM57.86%2086.14a20%2020%200%201%201%2028.28-28.28L111%2082.75L82.75%20111Zm28.28%20112a20%2020%200%201%201-28.28-28.28L82.75%20145L111%20173.25Zm112%200a20%2020%200%200%201-28.28%200L145%20173.25L173.25%20145l24.89%2024.89a20%2020%200%200%201%200%2028.28Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bandaids-bold.svg?color=%231a73e8&size=48