blood transfusion icon

blood-transfusion from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.

Name
blood-transfusion
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
License
MIT

1 other variant in Health Icons

The same icon in other sets

More symbols icons from Health Icons

Use the blood transfusion icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M33.751 6.77h1.388a2.89 2.89 0 0 1 2.889 2.89v9.007a2.89 2.89 0 0 1-2.89 2.889h-.783a1 1 0 0 1-.975.777h-.797V24h.001v2.5a2 2 0 0 1-2 2h-6.17l-8.1 8.1h-.041h2.121l3.6-3.6H30.3l2.7-1.8h3.15a1.8 1.8 0 0 1 1.7 1.207V36.5h-.8a.8.8 0 0 1-.8-.8v-1.35h-2v1.35a2.8 2.8 0 0 0 2.8 2.8h2.8V33h.35a1.8 1.8 0 0 1 1.8 1.8v5.4a1.8 1.8 0 0 1-1.8 1.8h-8.1a1.8 1.8 0 0 1-1.8-1.8H16.702a5.4 5.4 0 0 1-3.096-.976l-3.629-2.54l6.623-6.971l1.768 2.004L23 27.086a2 2 0 0 1 1.415-.586h6.17V24h-.002v-1.667h-.803a1 1 0 0 1-.975-.777h-.777a2.89 2.89 0 0 1-2.89-2.89V9.66a2.89 2.89 0 0 1 2.89-2.889h1.388A3.42 3.42 0 0 1 31.583 6c.832 0 1.581.294 2.168.77m-.884 2h2.272a.89.89 0 0 1 .889.89v5.456c-.928-.71-2.515-1.383-4.444-.005c-1.93 1.378-3.517 1.73-4.445 1.8V9.658a.89.89 0 0 1 .889-.889H30.3c.256-.46.735-.77 1.283-.77c.549 0 1.028.31 1.284.77" clip-rule="evenodd"/><path d="M15.271 28.207L6.001 17.7v16.2l2.32 1.624z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBloodTransfusion(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fillRule="evenodd" d="M33.751 6.77h1.388a2.89 2.89 0 0 1 2.889 2.89v9.007a2.89 2.89 0 0 1-2.89 2.889h-.783a1 1 0 0 1-.975.777h-.797V24h.001v2.5a2 2 0 0 1-2 2h-6.17l-8.1 8.1h-.041h2.121l3.6-3.6H30.3l2.7-1.8h3.15a1.8 1.8 0 0 1 1.7 1.207V36.5h-.8a.8.8 0 0 1-.8-.8v-1.35h-2v1.35a2.8 2.8 0 0 0 2.8 2.8h2.8V33h.35a1.8 1.8 0 0 1 1.8 1.8v5.4a1.8 1.8 0 0 1-1.8 1.8h-8.1a1.8 1.8 0 0 1-1.8-1.8H16.702a5.4 5.4 0 0 1-3.096-.976l-3.629-2.54l6.623-6.971l1.768 2.004L23 27.086a2 2 0 0 1 1.415-.586h6.17V24h-.002v-1.667h-.803a1 1 0 0 1-.975-.777h-.777a2.89 2.89 0 0 1-2.89-2.89V9.66a2.89 2.89 0 0 1 2.89-2.889h1.388A3.42 3.42 0 0 1 31.583 6c.832 0 1.581.294 2.168.77m-.884 2h2.272a.89.89 0 0 1 .889.89v5.456c-.928-.71-2.515-1.383-4.444-.005c-1.93 1.378-3.517 1.73-4.445 1.8V9.658a.89.89 0 0 1 .889-.889H30.3c.256-.46.735-.77 1.283-.77c.549 0 1.028.31 1.284.77" clipRule="evenodd"/><path d="M15.271 28.207L6.001 17.7v16.2l2.32 1.624z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M33.751 6.77h1.388a2.89 2.89 0 0 1 2.889 2.89v9.007a2.89 2.89 0 0 1-2.89 2.889h-.783a1 1 0 0 1-.975.777h-.797V24h.001v2.5a2 2 0 0 1-2 2h-6.17l-8.1 8.1h-.041h2.121l3.6-3.6H30.3l2.7-1.8h3.15a1.8 1.8 0 0 1 1.7 1.207V36.5h-.8a.8.8 0 0 1-.8-.8v-1.35h-2v1.35a2.8 2.8 0 0 0 2.8 2.8h2.8V33h.35a1.8 1.8 0 0 1 1.8 1.8v5.4a1.8 1.8 0 0 1-1.8 1.8h-8.1a1.8 1.8 0 0 1-1.8-1.8H16.702a5.4 5.4 0 0 1-3.096-.976l-3.629-2.54l6.623-6.971l1.768 2.004L23 27.086a2 2 0 0 1 1.415-.586h6.17V24h-.002v-1.667h-.803a1 1 0 0 1-.975-.777h-.777a2.89 2.89 0 0 1-2.89-2.89V9.66a2.89 2.89 0 0 1 2.89-2.889h1.388A3.42 3.42 0 0 1 31.583 6c.832 0 1.581.294 2.168.77m-.884 2h2.272a.89.89 0 0 1 .889.89v5.456c-.928-.71-2.515-1.383-4.444-.005c-1.93 1.378-3.517 1.73-4.445 1.8V9.658a.89.89 0 0 1 .889-.889H30.3c.256-.46.735-.77 1.283-.77c.549 0 1.028.31 1.284.77" clip-rule="evenodd"/><path d="M15.271 28.207L6.001 17.7v16.2l2.32 1.624z"/></g></svg>
</template>

CSS

.icon-blood-transfusion {
  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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33.751%206.77h1.388a2.89%202.89%200%200%201%202.889%202.89v9.007a2.89%202.89%200%200%201-2.89%202.889h-.783a1%201%200%200%201-.975.777h-.797V24h.001v2.5a2%202%200%200%201-2%202h-6.17l-8.1%208.1h-.041h2.121l3.6-3.6H30.3l2.7-1.8h3.15a1.8%201.8%200%200%201%201.7%201.207V36.5h-.8a.8.8%200%200%201-.8-.8v-1.35h-2v1.35a2.8%202.8%200%200%200%202.8%202.8h2.8V33h.35a1.8%201.8%200%200%201%201.8%201.8v5.4a1.8%201.8%200%200%201-1.8%201.8h-8.1a1.8%201.8%200%200%201-1.8-1.8H16.702a5.4%205.4%200%200%201-3.096-.976l-3.629-2.54l6.623-6.971l1.768%202.004L23%2027.086a2%202%200%200%201%201.415-.586h6.17V24h-.002v-1.667h-.803a1%201%200%200%201-.975-.777h-.777a2.89%202.89%200%200%201-2.89-2.89V9.66a2.89%202.89%200%200%201%202.89-2.889h1.388A3.42%203.42%200%200%201%2031.583%206c.832%200%201.581.294%202.168.77m-.884%202h2.272a.89.89%200%200%201%20.889.89v5.456c-.928-.71-2.515-1.383-4.444-.005c-1.93%201.378-3.517%201.73-4.445%201.8V9.658a.89.89%200%200%201%20.889-.889H30.3c.256-.46.735-.77%201.283-.77c.549%200%201.028.31%201.284.77%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.271%2028.207L6.001%2017.7v16.2l2.32%201.624z%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33.751%206.77h1.388a2.89%202.89%200%200%201%202.889%202.89v9.007a2.89%202.89%200%200%201-2.89%202.889h-.783a1%201%200%200%201-.975.777h-.797V24h.001v2.5a2%202%200%200%201-2%202h-6.17l-8.1%208.1h-.041h2.121l3.6-3.6H30.3l2.7-1.8h3.15a1.8%201.8%200%200%201%201.7%201.207V36.5h-.8a.8.8%200%200%201-.8-.8v-1.35h-2v1.35a2.8%202.8%200%200%200%202.8%202.8h2.8V33h.35a1.8%201.8%200%200%201%201.8%201.8v5.4a1.8%201.8%200%200%201-1.8%201.8h-8.1a1.8%201.8%200%200%201-1.8-1.8H16.702a5.4%205.4%200%200%201-3.096-.976l-3.629-2.54l6.623-6.971l1.768%202.004L23%2027.086a2%202%200%200%201%201.415-.586h6.17V24h-.002v-1.667h-.803a1%201%200%200%201-.975-.777h-.777a2.89%202.89%200%200%201-2.89-2.89V9.66a2.89%202.89%200%200%201%202.89-2.889h1.388A3.42%203.42%200%200%201%2031.583%206c.832%200%201.581.294%202.168.77m-.884%202h2.272a.89.89%200%200%201%20.889.89v5.456c-.928-.71-2.515-1.383-4.444-.005c-1.93%201.378-3.517%201.73-4.445%201.8V9.658a.89.89%200%200%201%20.889-.889H30.3c.256-.46.735-.77%201.283-.77c.549%200%201.028.31%201.284.77%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.271%2028.207L6.001%2017.7v16.2l2.32%201.624z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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