blood bag icon
blood-bag from Material Design Icons by Pictogrammers · Filled · Medical / Hospital · Apache-2.0 Free for personal and commercial use.
- Name
- blood-bag
- Set
- Material Design Icons
- Style
- Filled
- Category
- Medical / Hospital
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More medical / hospital icons from Material Design 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" d="M21 7c-1 0-1-1-1-1V5h-2v2h-2V6c0-1.73-1.25-5-6-5S4 4.27 4 6v13c0 .33-.1 2-2 2v2c2.93 0 4-2.39 4-4V6c0-.12.05-3 4-3c3.83 0 4 2.7 4 3v1h-2V5h-2v1s0 1-1 1s-1 1-1 1v12s0 2 5 2h4c5 0 5-2 5-2V8s0-1-1-1m-6 12.4a3 3 0 0 1-3-3c0-2 3-5.4 3-5.4s3 3.4 3 5.4a3 3 0 0 1-3 3"/></svg>
React
import type { SVGProps } from "react";
export function MdiBloodBag(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" d="M21 7c-1 0-1-1-1-1V5h-2v2h-2V6c0-1.73-1.25-5-6-5S4 4.27 4 6v13c0 .33-.1 2-2 2v2c2.93 0 4-2.39 4-4V6c0-.12.05-3 4-3c3.83 0 4 2.7 4 3v1h-2V5h-2v1s0 1-1 1s-1 1-1 1v12s0 2 5 2h4c5 0 5-2 5-2V8s0-1-1-1m-6 12.4a3 3 0 0 1-3-3c0-2 3-5.4 3-5.4s3 3.4 3 5.4a3 3 0 0 1-3 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 7c-1 0-1-1-1-1V5h-2v2h-2V6c0-1.73-1.25-5-6-5S4 4.27 4 6v13c0 .33-.1 2-2 2v2c2.93 0 4-2.39 4-4V6c0-.12.05-3 4-3c3.83 0 4 2.7 4 3v1h-2V5h-2v1s0 1-1 1s-1 1-1 1v12s0 2 5 2h4c5 0 5-2 5-2V8s0-1-1-1m-6 12.4a3 3 0 0 1-3-3c0-2 3-5.4 3-5.4s3 3.4 3 5.4a3 3 0 0 1-3 3"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%207c-1%200-1-1-1-1V5h-2v2h-2V6c0-1.73-1.25-5-6-5S4%204.27%204%206v13c0%20.33-.1%202-2%202v2c2.93%200%204-2.39%204-4V6c0-.12.05-3%204-3c3.83%200%204%202.7%204%203v1h-2V5h-2v1s0%201-1%201s-1%201-1%201v12s0%202%205%202h4c5%200%205-2%205-2V8s0-1-1-1m-6%2012.4a3%203%200%200%201-3-3c0-2%203-5.4%203-5.4s3%203.4%203%205.4a3%203%200%200%201-3%203%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%20d%3D%22M21%207c-1%200-1-1-1-1V5h-2v2h-2V6c0-1.73-1.25-5-6-5S4%204.27%204%206v13c0%20.33-.1%202-2%202v2c2.93%200%204-2.39%204-4V6c0-.12.05-3%204-3c3.83%200%204%202.7%204%203v1h-2V5h-2v1s0%201-1%201s-1%201-1%201v12s0%202%205%202h4c5%200%205-2%205-2V8s0-1-1-1m-6%2012.4a3%203%200%200%201-3-3c0-2%203-5.4%203-5.4s3%203.4%203%205.4a3%203%200%200%201-3%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/blood-bag.svg?color=%231a73e8&size=48