bandaids icon

bandaids-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
bandaids-light
Set
Phosphor
Style
Light
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="m181.74 128l29.13-29.13a38 38 0 1 0-53.74-53.74L128 74.26L98.87 45.13a38 38 0 1 0-53.74 53.74L74.26 128l-29.13 29.13a38 38 0 1 0 53.74 53.74L128 181.74l29.13 29.13a38 38 0 1 0 53.74-53.74Zm-16.12-74.38a26 26 0 1 1 36.76 36.77l-29.13 29.13l-36.76-36.77Zm-.85 74.38L128 164.77L91.23 128L128 91.23ZM53.62 90.38a26 26 0 1 1 36.76-36.76l29.13 29.13l-36.76 36.77Zm36.76 112a26 26 0 1 1-36.76-36.76l29.13-29.13l36.76 36.76Zm112 0a26 26 0 0 1-36.76 0l-29.14-29.13l36.77-36.77l29.13 29.14a26 26 0 0 1 0 36.76M118 128a10 10 0 1 1 10 10a10 10 0 0 1-10-10"/></svg>

React

import type { SVGProps } from "react";

export function PhBandaidsLight(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="m181.74 128l29.13-29.13a38 38 0 1 0-53.74-53.74L128 74.26L98.87 45.13a38 38 0 1 0-53.74 53.74L74.26 128l-29.13 29.13a38 38 0 1 0 53.74 53.74L128 181.74l29.13 29.13a38 38 0 1 0 53.74-53.74Zm-16.12-74.38a26 26 0 1 1 36.76 36.77l-29.13 29.13l-36.76-36.77Zm-.85 74.38L128 164.77L91.23 128L128 91.23ZM53.62 90.38a26 26 0 1 1 36.76-36.76l29.13 29.13l-36.76 36.77Zm36.76 112a26 26 0 1 1-36.76-36.76l29.13-29.13l36.76 36.76Zm112 0a26 26 0 0 1-36.76 0l-29.14-29.13l36.77-36.77l29.13 29.14a26 26 0 0 1 0 36.76M118 128a10 10 0 1 1 10 10a10 10 0 0 1-10-10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m181.74 128l29.13-29.13a38 38 0 1 0-53.74-53.74L128 74.26L98.87 45.13a38 38 0 1 0-53.74 53.74L74.26 128l-29.13 29.13a38 38 0 1 0 53.74 53.74L128 181.74l29.13 29.13a38 38 0 1 0 53.74-53.74Zm-16.12-74.38a26 26 0 1 1 36.76 36.77l-29.13 29.13l-36.76-36.77Zm-.85 74.38L128 164.77L91.23 128L128 91.23ZM53.62 90.38a26 26 0 1 1 36.76-36.76l29.13 29.13l-36.76 36.77Zm36.76 112a26 26 0 1 1-36.76-36.76l29.13-29.13l36.76 36.76Zm112 0a26 26 0 0 1-36.76 0l-29.14-29.13l36.77-36.77l29.13 29.14a26 26 0 0 1 0 36.76M118 128a10 10 0 1 1 10 10a10 10 0 0 1-10-10"/></svg>
</template>

CSS

.icon-bandaids-light {
  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%22m181.74%20128l29.13-29.13a38%2038%200%201%200-53.74-53.74L128%2074.26L98.87%2045.13a38%2038%200%201%200-53.74%2053.74L74.26%20128l-29.13%2029.13a38%2038%200%201%200%2053.74%2053.74L128%20181.74l29.13%2029.13a38%2038%200%201%200%2053.74-53.74Zm-16.12-74.38a26%2026%200%201%201%2036.76%2036.77l-29.13%2029.13l-36.76-36.77Zm-.85%2074.38L128%20164.77L91.23%20128L128%2091.23ZM53.62%2090.38a26%2026%200%201%201%2036.76-36.76l29.13%2029.13l-36.76%2036.77Zm36.76%20112a26%2026%200%201%201-36.76-36.76l29.13-29.13l36.76%2036.76Zm112%200a26%2026%200%200%201-36.76%200l-29.14-29.13l36.77-36.77l29.13%2029.14a26%2026%200%200%201%200%2036.76M118%20128a10%2010%200%201%201%2010%2010a10%2010%200%200%201-10-10%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%22m181.74%20128l29.13-29.13a38%2038%200%201%200-53.74-53.74L128%2074.26L98.87%2045.13a38%2038%200%201%200-53.74%2053.74L74.26%20128l-29.13%2029.13a38%2038%200%201%200%2053.74%2053.74L128%20181.74l29.13%2029.13a38%2038%200%201%200%2053.74-53.74Zm-16.12-74.38a26%2026%200%201%201%2036.76%2036.77l-29.13%2029.13l-36.76-36.77Zm-.85%2074.38L128%20164.77L91.23%20128L128%2091.23ZM53.62%2090.38a26%2026%200%201%201%2036.76-36.76l29.13%2029.13l-36.76%2036.77Zm36.76%20112a26%2026%200%201%201-36.76-36.76l29.13-29.13l36.76%2036.76Zm112%200a26%2026%200%200%201-36.76%200l-29.14-29.13l36.77-36.77l29.13%2029.14a26%2026%200%200%201%200%2036.76M118%20128a10%2010%200%201%201%2010%2010a10%2010%200%200%201-10-10%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bandaids-light.svg?color=%231a73e8&size=48