blood bag icon
blood-bag-outline from Health Icons by Resolve to Save Lives · Outline · Blood · MIT Free for personal and commercial use.
- Name
- blood-bag-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Blood
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
More blood icons from Health Icons
blood-a-nblood-a-pblood-ab-nblood-ab-pblood-b-nblood-b-pblood-o-nblood-o-pblood-rh-nblood-rh-pblood-cellsblood-dropblood-pressureblood-pressure-2blood-pressure-monitorblood-transfusionblood-vesselblood-a-n-negativeblood-a-p-negativeblood-ab-n-negativeblood-ab-p-negativeblood-b-n-negativeblood-b-p-negativeblood-bag-negative
Use the blood bag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M18 40h5v4h2v-4h5v-2h4a4 4 0 0 0 4-4V10.114a4 4 0 0 0-4-4h-6L26.868 4.95a4 4 0 0 0-5.736 0L20 6.114h-6a4 4 0 0 0-4 4V34a4 4 0 0 0 4 4h4zm8.566-32.492A2 2 0 0 0 28 8.114h6a2 2 0 0 1 2 2V27.54a8 8 0 0 0-.925-.626c-1.825-1.062-4.464-1.614-7.583.226c-2.568 1.515-4.983 1.925-7.61 1.98c-1.17.025-2.368-.02-3.651-.069l-.53-.02A69 69 0 0 0 12 28.97V10.115a2 2 0 0 1 2-2h6a2 2 0 0 0 1.434-.606l1.132-1.164a2 2 0 0 1 2.868 0zM12 30.971V34a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2v-3.67a7 7 0 0 0-1.931-1.687c-1.294-.754-3.154-1.201-5.56.218c-2.958 1.745-5.743 2.198-8.585 2.258c-1.234.026-2.494-.022-3.77-.07l-.527-.02A66 66 0 0 0 12 30.971" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBloodBagOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M18 40h5v4h2v-4h5v-2h4a4 4 0 0 0 4-4V10.114a4 4 0 0 0-4-4h-6L26.868 4.95a4 4 0 0 0-5.736 0L20 6.114h-6a4 4 0 0 0-4 4V34a4 4 0 0 0 4 4h4zm8.566-32.492A2 2 0 0 0 28 8.114h6a2 2 0 0 1 2 2V27.54a8 8 0 0 0-.925-.626c-1.825-1.062-4.464-1.614-7.583.226c-2.568 1.515-4.983 1.925-7.61 1.98c-1.17.025-2.368-.02-3.651-.069l-.53-.02A69 69 0 0 0 12 28.97V10.115a2 2 0 0 1 2-2h6a2 2 0 0 0 1.434-.606l1.132-1.164a2 2 0 0 1 2.868 0zM12 30.971V34a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2v-3.67a7 7 0 0 0-1.931-1.687c-1.294-.754-3.154-1.201-5.56.218c-2.958 1.745-5.743 2.198-8.585 2.258c-1.234.026-2.494-.022-3.77-.07l-.527-.02A66 66 0 0 0 12 30.971" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M18 40h5v4h2v-4h5v-2h4a4 4 0 0 0 4-4V10.114a4 4 0 0 0-4-4h-6L26.868 4.95a4 4 0 0 0-5.736 0L20 6.114h-6a4 4 0 0 0-4 4V34a4 4 0 0 0 4 4h4zm8.566-32.492A2 2 0 0 0 28 8.114h6a2 2 0 0 1 2 2V27.54a8 8 0 0 0-.925-.626c-1.825-1.062-4.464-1.614-7.583.226c-2.568 1.515-4.983 1.925-7.61 1.98c-1.17.025-2.368-.02-3.651-.069l-.53-.02A69 69 0 0 0 12 28.97V10.115a2 2 0 0 1 2-2h6a2 2 0 0 0 1.434-.606l1.132-1.164a2 2 0 0 1 2.868 0zM12 30.971V34a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2v-3.67a7 7 0 0 0-1.931-1.687c-1.294-.754-3.154-1.201-5.56.218c-2.958 1.745-5.743 2.198-8.585 2.258c-1.234.026-2.494-.022-3.77-.07l-.527-.02A66 66 0 0 0 12 30.971" clip-rule="evenodd"/></svg> </template>
CSS
.icon-blood-bag-outline {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2040h5v4h2v-4h5v-2h4a4%204%200%200%200%204-4V10.114a4%204%200%200%200-4-4h-6L26.868%204.95a4%204%200%200%200-5.736%200L20%206.114h-6a4%204%200%200%200-4%204V34a4%204%200%200%200%204%204h4zm8.566-32.492A2%202%200%200%200%2028%208.114h6a2%202%200%200%201%202%202V27.54a8%208%200%200%200-.925-.626c-1.825-1.062-4.464-1.614-7.583.226c-2.568%201.515-4.983%201.925-7.61%201.98c-1.17.025-2.368-.02-3.651-.069l-.53-.02A69%2069%200%200%200%2012%2028.97V10.115a2%202%200%200%201%202-2h6a2%202%200%200%200%201.434-.606l1.132-1.164a2%202%200%200%201%202.868%200zM12%2030.971V34a2%202%200%200%200%202%202h20a2%202%200%200%200%202-2v-3.67a7%207%200%200%200-1.931-1.687c-1.294-.754-3.154-1.201-5.56.218c-2.958%201.745-5.743%202.198-8.585%202.258c-1.234.026-2.494-.022-3.77-.07l-.527-.02A66%2066%200%200%200%2012%2030.971%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2040h5v4h2v-4h5v-2h4a4%204%200%200%200%204-4V10.114a4%204%200%200%200-4-4h-6L26.868%204.95a4%204%200%200%200-5.736%200L20%206.114h-6a4%204%200%200%200-4%204V34a4%204%200%200%200%204%204h4zm8.566-32.492A2%202%200%200%200%2028%208.114h6a2%202%200%200%201%202%202V27.54a8%208%200%200%200-.925-.626c-1.825-1.062-4.464-1.614-7.583.226c-2.568%201.515-4.983%201.925-7.61%201.98c-1.17.025-2.368-.02-3.651-.069l-.53-.02A69%2069%200%200%200%2012%2028.97V10.115a2%202%200%200%201%202-2h6a2%202%200%200%200%201.434-.606l1.132-1.164a2%202%200%200%201%202.868%200zM12%2030.971V34a2%202%200%200%200%202%202h20a2%202%200%200%200%202-2v-3.67a7%207%200%200%200-1.931-1.687c-1.294-.754-3.154-1.201-5.56.218c-2.958%201.745-5.743%202.198-8.585%202.258c-1.234.026-2.494-.022-3.77-.07l-.527-.02A66%2066%200%200%200%2012%2030.971%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-outline.svg?color=%231a73e8&size=48