blood bag icon

blood-bag from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
blood-bag
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the blood bag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M5 7.372c8-4.13 6.5 2.633 14 0"/><path stroke-linejoin="round" d="M5 9c0-2.809 0-4.213.674-5.222a4 4 0 0 1 1.104-1.104C7.787 2 9.19 2 12 2s4.213 0 5.222.674a4 4 0 0 1 1.104 1.104C19 4.787 19 6.19 19 9v2c0 2.809 0 4.213-.674 5.222a4 4 0 0 1-1.104 1.104C16.213 18 14.81 18 12 18s-4.213 0-5.222-.674a4 4 0 0 1-1.104-1.104C5 15.213 5 13.81 5 11z"/><path stroke-linejoin="round" d="m12.014 10l-1.44 1.488a2.127 2.127 0 0 0 .013 2.92a1.97 1.97 0 0 0 2.828-.014a2.114 2.114 0 0 0 0-2.92z"/><path stroke-linecap="round" stroke-linejoin="round" d="M8 22a4 4 0 0 0 4-4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBloodBag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M5 7.372c8-4.13 6.5 2.633 14 0"/><path strokeLinejoin="round" d="M5 9c0-2.809 0-4.213.674-5.222a4 4 0 0 1 1.104-1.104C7.787 2 9.19 2 12 2s4.213 0 5.222.674a4 4 0 0 1 1.104 1.104C19 4.787 19 6.19 19 9v2c0 2.809 0 4.213-.674 5.222a4 4 0 0 1-1.104 1.104C16.213 18 14.81 18 12 18s-4.213 0-5.222-.674a4 4 0 0 1-1.104-1.104C5 15.213 5 13.81 5 11z"/><path strokeLinejoin="round" d="m12.014 10l-1.44 1.488a2.127 2.127 0 0 0 .013 2.92a1.97 1.97 0 0 0 2.828-.014a2.114 2.114 0 0 0 0-2.92z"/><path strokeLinecap="round" strokeLinejoin="round" d="M8 22a4 4 0 0 0 4-4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M5 7.372c8-4.13 6.5 2.633 14 0"/><path stroke-linejoin="round" d="M5 9c0-2.809 0-4.213.674-5.222a4 4 0 0 1 1.104-1.104C7.787 2 9.19 2 12 2s4.213 0 5.222.674a4 4 0 0 1 1.104 1.104C19 4.787 19 6.19 19 9v2c0 2.809 0 4.213-.674 5.222a4 4 0 0 1-1.104 1.104C16.213 18 14.81 18 12 18s-4.213 0-5.222-.674a4 4 0 0 1-1.104-1.104C5 15.213 5 13.81 5 11z"/><path stroke-linejoin="round" d="m12.014 10l-1.44 1.488a2.127 2.127 0 0 0 .013 2.92a1.97 1.97 0 0 0 2.828-.014a2.114 2.114 0 0 0 0-2.92z"/><path stroke-linecap="round" stroke-linejoin="round" d="M8 22a4 4 0 0 0 4-4"/></g></svg>
</template>

CSS

.icon-blood-bag {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%207.372c8-4.13%206.5%202.633%2014%200%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5%209c0-2.809%200-4.213.674-5.222a4%204%200%200%201%201.104-1.104C7.787%202%209.19%202%2012%202s4.213%200%205.222.674a4%204%200%200%201%201.104%201.104C19%204.787%2019%206.19%2019%209v2c0%202.809%200%204.213-.674%205.222a4%204%200%200%201-1.104%201.104C16.213%2018%2014.81%2018%2012%2018s-4.213%200-5.222-.674a4%204%200%200%201-1.104-1.104C5%2015.213%205%2013.81%205%2011z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m12.014%2010l-1.44%201.488a2.127%202.127%200%200%200%20.013%202.92a1.97%201.97%200%200%200%202.828-.014a2.114%202.114%200%200%200%200-2.92z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2022a4%204%200%200%200%204-4%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%207.372c8-4.13%206.5%202.633%2014%200%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5%209c0-2.809%200-4.213.674-5.222a4%204%200%200%201%201.104-1.104C7.787%202%209.19%202%2012%202s4.213%200%205.222.674a4%204%200%200%201%201.104%201.104C19%204.787%2019%206.19%2019%209v2c0%202.809%200%204.213-.674%205.222a4%204%200%200%201-1.104%201.104C16.213%2018%2014.81%2018%2012%2018s-4.213%200-5.222-.674a4%204%200%200%201-1.104-1.104C5%2015.213%205%2013.81%205%2011z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m12.014%2010l-1.44%201.488a2.127%202.127%200%200%200%20.013%202.92a1.97%201.97%200%200%200%202.828-.014a2.114%202.114%200%200%200%200-2.92z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2022a4%204%200%200%200%204-4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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