donate blood icon

donate-blood from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
donate-blood
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-donate-blood

The same icon in other sets

Related icons in BoxIcons v2

Use the donate blood icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 21h9.62a4 4 0 0 0 3.037-1.397l5.102-5.952a1 1 0 0 0-.442-1.6l-1.968-.656a3.04 3.04 0 0 0-2.823.503l-3.185 2.547l-.617-1.235A3.98 3.98 0 0 0 9.146 11H4c-1.103 0-2 .897-2 2v6c0 1.103.897 2 2 2m0-8h5.146c.763 0 1.448.423 1.789 1.105l.447.895H7v2h6.014a1 1 0 0 0 .442-.11l.003-.001l.004-.002h.003l.002-.001h.004l.001-.001c.011.003.003-.001.003-.001c.012 0 .002-.001.002-.001h.001l.002-.001l.003-.001l.002-.001l.002-.001l.003-.001l.002-.001l.002-.001l.003-.002l.002-.001l.002-.001l.003-.001l.002-.001h.001l.002-.001h.001l.002-.001l.002-.001c.011-.001.003-.001.003-.001l.002-.001a1 1 0 0 0 .11-.078l4.146-3.317c.261-.208.623-.273.94-.167l.557.186l-4.133 4.823a2.03 2.03 0 0 1-1.52.688H4zm9.761-10.674C13.3 2.832 11 5.457 11 7.5c0 1.93 1.57 3.5 3.5 3.5S18 9.43 18 7.5c0-2.043-2.3-4.668-2.761-5.174c-.379-.416-1.099-.416-1.478 0M16 7.5c0 .827-.673 1.5-1.5 1.5S13 8.327 13 7.5c0-.708.738-1.934 1.5-2.934c.762 1 1.5 2.226 1.5 2.934"/></svg>

React

import type { SVGProps } from "react";

export function BxDonateBlood(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 21h9.62a4 4 0 0 0 3.037-1.397l5.102-5.952a1 1 0 0 0-.442-1.6l-1.968-.656a3.04 3.04 0 0 0-2.823.503l-3.185 2.547l-.617-1.235A3.98 3.98 0 0 0 9.146 11H4c-1.103 0-2 .897-2 2v6c0 1.103.897 2 2 2m0-8h5.146c.763 0 1.448.423 1.789 1.105l.447.895H7v2h6.014a1 1 0 0 0 .442-.11l.003-.001l.004-.002h.003l.002-.001h.004l.001-.001c.011.003.003-.001.003-.001c.012 0 .002-.001.002-.001h.001l.002-.001l.003-.001l.002-.001l.002-.001l.003-.001l.002-.001l.002-.001l.003-.002l.002-.001l.002-.001l.003-.001l.002-.001h.001l.002-.001h.001l.002-.001l.002-.001c.011-.001.003-.001.003-.001l.002-.001a1 1 0 0 0 .11-.078l4.146-3.317c.261-.208.623-.273.94-.167l.557.186l-4.133 4.823a2.03 2.03 0 0 1-1.52.688H4zm9.761-10.674C13.3 2.832 11 5.457 11 7.5c0 1.93 1.57 3.5 3.5 3.5S18 9.43 18 7.5c0-2.043-2.3-4.668-2.761-5.174c-.379-.416-1.099-.416-1.478 0M16 7.5c0 .827-.673 1.5-1.5 1.5S13 8.327 13 7.5c0-.708.738-1.934 1.5-2.934c.762 1 1.5 2.226 1.5 2.934"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 21h9.62a4 4 0 0 0 3.037-1.397l5.102-5.952a1 1 0 0 0-.442-1.6l-1.968-.656a3.04 3.04 0 0 0-2.823.503l-3.185 2.547l-.617-1.235A3.98 3.98 0 0 0 9.146 11H4c-1.103 0-2 .897-2 2v6c0 1.103.897 2 2 2m0-8h5.146c.763 0 1.448.423 1.789 1.105l.447.895H7v2h6.014a1 1 0 0 0 .442-.11l.003-.001l.004-.002h.003l.002-.001h.004l.001-.001c.011.003.003-.001.003-.001c.012 0 .002-.001.002-.001h.001l.002-.001l.003-.001l.002-.001l.002-.001l.003-.001l.002-.001l.002-.001l.003-.002l.002-.001l.002-.001l.003-.001l.002-.001h.001l.002-.001h.001l.002-.001l.002-.001c.011-.001.003-.001.003-.001l.002-.001a1 1 0 0 0 .11-.078l4.146-3.317c.261-.208.623-.273.94-.167l.557.186l-4.133 4.823a2.03 2.03 0 0 1-1.52.688H4zm9.761-10.674C13.3 2.832 11 5.457 11 7.5c0 1.93 1.57 3.5 3.5 3.5S18 9.43 18 7.5c0-2.043-2.3-4.668-2.761-5.174c-.379-.416-1.099-.416-1.478 0M16 7.5c0 .827-.673 1.5-1.5 1.5S13 8.327 13 7.5c0-.708.738-1.934 1.5-2.934c.762 1 1.5 2.226 1.5 2.934"/></svg>
</template>

CSS

.icon-donate-blood {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2021h9.62a4%204%200%200%200%203.037-1.397l5.102-5.952a1%201%200%200%200-.442-1.6l-1.968-.656a3.04%203.04%200%200%200-2.823.503l-3.185%202.547l-.617-1.235A3.98%203.98%200%200%200%209.146%2011H4c-1.103%200-2%20.897-2%202v6c0%201.103.897%202%202%202m0-8h5.146c.763%200%201.448.423%201.789%201.105l.447.895H7v2h6.014a1%201%200%200%200%20.442-.11l.003-.001l.004-.002h.003l.002-.001h.004l.001-.001c.011.003.003-.001.003-.001c.012%200%20.002-.001.002-.001h.001l.002-.001l.003-.001l.002-.001l.002-.001l.003-.001l.002-.001l.002-.001l.003-.002l.002-.001l.002-.001l.003-.001l.002-.001h.001l.002-.001h.001l.002-.001l.002-.001c.011-.001.003-.001.003-.001l.002-.001a1%201%200%200%200%20.11-.078l4.146-3.317c.261-.208.623-.273.94-.167l.557.186l-4.133%204.823a2.03%202.03%200%200%201-1.52.688H4zm9.761-10.674C13.3%202.832%2011%205.457%2011%207.5c0%201.93%201.57%203.5%203.5%203.5S18%209.43%2018%207.5c0-2.043-2.3-4.668-2.761-5.174c-.379-.416-1.099-.416-1.478%200M16%207.5c0%20.827-.673%201.5-1.5%201.5S13%208.327%2013%207.5c0-.708.738-1.934%201.5-2.934c.762%201%201.5%202.226%201.5%202.934%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2021h9.62a4%204%200%200%200%203.037-1.397l5.102-5.952a1%201%200%200%200-.442-1.6l-1.968-.656a3.04%203.04%200%200%200-2.823.503l-3.185%202.547l-.617-1.235A3.98%203.98%200%200%200%209.146%2011H4c-1.103%200-2%20.897-2%202v6c0%201.103.897%202%202%202m0-8h5.146c.763%200%201.448.423%201.789%201.105l.447.895H7v2h6.014a1%201%200%200%200%20.442-.11l.003-.001l.004-.002h.003l.002-.001h.004l.001-.001c.011.003.003-.001.003-.001c.012%200%20.002-.001.002-.001h.001l.002-.001l.003-.001l.002-.001l.002-.001l.003-.001l.002-.001l.002-.001l.003-.002l.002-.001l.002-.001l.003-.001l.002-.001h.001l.002-.001h.001l.002-.001l.002-.001c.011-.001.003-.001.003-.001l.002-.001a1%201%200%200%200%20.11-.078l4.146-3.317c.261-.208.623-.273.94-.167l.557.186l-4.133%204.823a2.03%202.03%200%200%201-1.52.688H4zm9.761-10.674C13.3%202.832%2011%205.457%2011%207.5c0%201.93%201.57%203.5%203.5%203.5S18%209.43%2018%207.5c0-2.043-2.3-4.668-2.761-5.174c-.379-.416-1.099-.416-1.478%200M16%207.5c0%20.827-.673%201.5-1.5%201.5S13%208.327%2013%207.5c0-.708.738-1.934%201.5-2.934c.762%201%201.5%202.226%201.5%202.934%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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