blood-bag-24px from Health Icons by Resolve to Save Lives · Filled 24px · Blood · MIT Free for personal and commercial use.

Name
blood-bag-24px
Set
Health Icons
Style
Filled 24px
Category
Blood
Viewbox
24×24
License
MIT

3 other variants in Health Icons

The same icon in other sets

More blood icons from Health Icons

Use the blood bag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16 2.867h-1.652A3.6 3.6 0 0 0 12 2c-.906 0-1.72.333-2.348.867H8a3 3 0 0 0-3 3V16a3 3 0 0 0 3 3a1 1 0 0 0 1 1h2v2h2v-2h2a1 1 0 0 0 1-1a3 3 0 0 0 3-3V5.867a3 3 0 0 0-3-3m0 2h-2.556A1.66 1.66 0 0 0 12 4c-.617 0-1.155.349-1.444.867H8a1 1 0 0 0-1 1v8.158c1.044-.078 2.83-.475 5-2.025s3.956-.793 5 .006v-6.14a1 1 0 0 0-1-1" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBloodBag24px(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" fillRule="evenodd" d="M16 2.867h-1.652A3.6 3.6 0 0 0 12 2c-.906 0-1.72.333-2.348.867H8a3 3 0 0 0-3 3V16a3 3 0 0 0 3 3a1 1 0 0 0 1 1h2v2h2v-2h2a1 1 0 0 0 1-1a3 3 0 0 0 3-3V5.867a3 3 0 0 0-3-3m0 2h-2.556A1.66 1.66 0 0 0 12 4c-.617 0-1.155.349-1.444.867H8a1 1 0 0 0-1 1v8.158c1.044-.078 2.83-.475 5-2.025s3.956-.793 5 .006v-6.14a1 1 0 0 0-1-1" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16 2.867h-1.652A3.6 3.6 0 0 0 12 2c-.906 0-1.72.333-2.348.867H8a3 3 0 0 0-3 3V16a3 3 0 0 0 3 3a1 1 0 0 0 1 1h2v2h2v-2h2a1 1 0 0 0 1-1a3 3 0 0 0 3-3V5.867a3 3 0 0 0-3-3m0 2h-2.556A1.66 1.66 0 0 0 12 4c-.617 0-1.155.349-1.444.867H8a1 1 0 0 0-1 1v8.158c1.044-.078 2.83-.475 5-2.025s3.956-.793 5 .006v-6.14a1 1 0 0 0-1-1" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-blood-bag-24px {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M16%202.867h-1.652A3.6%203.6%200%200%200%2012%202c-.906%200-1.72.333-2.348.867H8a3%203%200%200%200-3%203V16a3%203%200%200%200%203%203a1%201%200%200%200%201%201h2v2h2v-2h2a1%201%200%200%200%201-1a3%203%200%200%200%203-3V5.867a3%203%200%200%200-3-3m0%202h-2.556A1.66%201.66%200%200%200%2012%204c-.617%200-1.155.349-1.444.867H8a1%201%200%200%200-1%201v8.158c1.044-.078%202.83-.475%205-2.025s3.956-.793%205%20.006v-6.14a1%201%200%200%200-1-1%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M16%202.867h-1.652A3.6%203.6%200%200%200%2012%202c-.906%200-1.72.333-2.348.867H8a3%203%200%200%200-3%203V16a3%203%200%200%200%203%203a1%201%200%200%200%201%201h2v2h2v-2h2a1%201%200%200%200%201-1a3%203%200%200%200%203-3V5.867a3%203%200%200%200-3-3m0%202h-2.556A1.66%201.66%200%200%200%2012%204c-.617%200-1.155.349-1.444.867H8a1%201%200%200%200-1%201v8.158c1.044-.078%202.83-.475%205-2.025s3.956-.793%205%20.006v-6.14a1%201%200%200%200-1-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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