blood bag icon
blood-bag from Health Icons by Resolve to Save Lives · Filled · Blood · MIT Free for personal and commercial use.
- Name
- blood-bag
- Set
- Health Icons
- Style
- Filled
- 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="M38 34.262V10.376a4 4 0 0 0-4-4h-6l-1.132-1.164a4 4 0 0 0-5.736 0L20 6.376h-6a4 4 0 0 0-4 4v23.886a4 4 0 0 0 4 4h4v2h5v4h2v-4h5v-2h4a4 4 0 0 0 4-4M26.566 7.77A2 2 0 0 0 28 8.376h6a2 2 0 0 1 2 2v17.425a8 8 0 0 0-.925-.626c-1.825-1.062-4.465-1.614-7.583.226c-2.568 1.515-4.983 1.924-7.61 1.98c-1.171.025-2.368-.02-3.651-.069l-.53-.02a69 69 0 0 0-3.701-.06V10.377a2 2 0 0 1 2-2h6a2 2 0 0 0 1.434-.606l1.132-1.164a2 2 0 0 1 2.868 0z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBloodBag(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="M38 34.262V10.376a4 4 0 0 0-4-4h-6l-1.132-1.164a4 4 0 0 0-5.736 0L20 6.376h-6a4 4 0 0 0-4 4v23.886a4 4 0 0 0 4 4h4v2h5v4h2v-4h5v-2h4a4 4 0 0 0 4-4M26.566 7.77A2 2 0 0 0 28 8.376h6a2 2 0 0 1 2 2v17.425a8 8 0 0 0-.925-.626c-1.825-1.062-4.465-1.614-7.583.226c-2.568 1.515-4.983 1.924-7.61 1.98c-1.171.025-2.368-.02-3.651-.069l-.53-.02a69 69 0 0 0-3.701-.06V10.377a2 2 0 0 1 2-2h6a2 2 0 0 0 1.434-.606l1.132-1.164a2 2 0 0 1 2.868 0z" 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="M38 34.262V10.376a4 4 0 0 0-4-4h-6l-1.132-1.164a4 4 0 0 0-5.736 0L20 6.376h-6a4 4 0 0 0-4 4v23.886a4 4 0 0 0 4 4h4v2h5v4h2v-4h5v-2h4a4 4 0 0 0 4-4M26.566 7.77A2 2 0 0 0 28 8.376h6a2 2 0 0 1 2 2v17.425a8 8 0 0 0-.925-.626c-1.825-1.062-4.465-1.614-7.583.226c-2.568 1.515-4.983 1.924-7.61 1.98c-1.171.025-2.368-.02-3.651-.069l-.53-.02a69 69 0 0 0-3.701-.06V10.377a2 2 0 0 1 2-2h6a2 2 0 0 0 1.434-.606l1.132-1.164a2 2 0 0 1 2.868 0z" clip-rule="evenodd"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M38%2034.262V10.376a4%204%200%200%200-4-4h-6l-1.132-1.164a4%204%200%200%200-5.736%200L20%206.376h-6a4%204%200%200%200-4%204v23.886a4%204%200%200%200%204%204h4v2h5v4h2v-4h5v-2h4a4%204%200%200%200%204-4M26.566%207.77A2%202%200%200%200%2028%208.376h6a2%202%200%200%201%202%202v17.425a8%208%200%200%200-.925-.626c-1.825-1.062-4.465-1.614-7.583.226c-2.568%201.515-4.983%201.924-7.61%201.98c-1.171.025-2.368-.02-3.651-.069l-.53-.02a69%2069%200%200%200-3.701-.06V10.377a2%202%200%200%201%202-2h6a2%202%200%200%200%201.434-.606l1.132-1.164a2%202%200%200%201%202.868%200z%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%22M38%2034.262V10.376a4%204%200%200%200-4-4h-6l-1.132-1.164a4%204%200%200%200-5.736%200L20%206.376h-6a4%204%200%200%200-4%204v23.886a4%204%200%200%200%204%204h4v2h5v4h2v-4h5v-2h4a4%204%200%200%200%204-4M26.566%207.77A2%202%200%200%200%2028%208.376h6a2%202%200%200%201%202%202v17.425a8%208%200%200%200-.925-.626c-1.825-1.062-4.465-1.614-7.583.226c-2.568%201.515-4.983%201.924-7.61%201.98c-1.171.025-2.368-.02-3.651-.069l-.53-.02a69%2069%200%200%200-3.701-.06V10.377a2%202%200%200%201%202-2h6a2%202%200%200%200%201.434-.606l1.132-1.164a2%202%200%200%201%202.868%200z%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.svg?color=%231a73e8&size=48