blood b n icon
blood-b-n from Health Icons by Resolve to Save Lives · Filled · Blood · MIT Free for personal and commercial use.
- Name
- blood-b-n
- Set
- Health Icons
- Style
- Filled
- Category
- Blood
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More blood icons from Health Icons
blood-a-nblood-a-pblood-ab-nblood-ab-pblood-b-pblood-bagblood-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 b n icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M16 11a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h5a4 4 0 0 0 2.646-7A4 4 0 0 0 21 11zm7 4a2 2 0 0 1-2 2h-4v-4h4a2 2 0 0 1 2 2m0 6a2 2 0 0 0-2-2h-4v4h4a2 2 0 0 0 2-2" clip-rule="evenodd"/><path d="M26 18a1 1 0 0 1 1-1h5a1 1 0 1 1 0 2h-5a1 1 0 0 1-1-1"/><path fill-rule="evenodd" d="M34 38c2.21 0 4-1.777 4-3.97V10.328c0-2.192-1.79-3.97-4-3.97h-6l-1.132-1.155a4.02 4.02 0 0 0-5.736 0L20 6.358h-6c-2.21 0-4 1.777-4 3.97V34.03c0 2.193 1.79 3.97 4 3.97h4v2h5v4h2v-4h5v-2zM26.571 7.758a2 2 0 0 0 1.429.6h6c1.12 0 2 .896 2 1.97v17.21a8 8 0 0 0-.925-.625c-1.825-1.062-4.465-1.614-7.583.226c-2.568 1.515-4.983 1.925-7.61 1.98c-1.171.025-2.368-.02-3.651-.069l-.53-.02A69 69 0 0 0 12 28.972V10.327c0-1.073.88-1.97 2-1.97h6a2 2 0 0 0 1.429-.6l1.132-1.155a2.02 2.02 0 0 1 2.878 0z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBloodBN(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fillRule="evenodd" d="M16 11a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h5a4 4 0 0 0 2.646-7A4 4 0 0 0 21 11zm7 4a2 2 0 0 1-2 2h-4v-4h4a2 2 0 0 1 2 2m0 6a2 2 0 0 0-2-2h-4v4h4a2 2 0 0 0 2-2" clipRule="evenodd"/><path d="M26 18a1 1 0 0 1 1-1h5a1 1 0 1 1 0 2h-5a1 1 0 0 1-1-1"/><path fillRule="evenodd" d="M34 38c2.21 0 4-1.777 4-3.97V10.328c0-2.192-1.79-3.97-4-3.97h-6l-1.132-1.155a4.02 4.02 0 0 0-5.736 0L20 6.358h-6c-2.21 0-4 1.777-4 3.97V34.03c0 2.193 1.79 3.97 4 3.97h4v2h5v4h2v-4h5v-2zM26.571 7.758a2 2 0 0 0 1.429.6h6c1.12 0 2 .896 2 1.97v17.21a8 8 0 0 0-.925-.625c-1.825-1.062-4.465-1.614-7.583.226c-2.568 1.515-4.983 1.925-7.61 1.98c-1.171.025-2.368-.02-3.651-.069l-.53-.02A69 69 0 0 0 12 28.972V10.327c0-1.073.88-1.97 2-1.97h6a2 2 0 0 0 1.429-.6l1.132-1.155a2.02 2.02 0 0 1 2.878 0z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M16 11a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h5a4 4 0 0 0 2.646-7A4 4 0 0 0 21 11zm7 4a2 2 0 0 1-2 2h-4v-4h4a2 2 0 0 1 2 2m0 6a2 2 0 0 0-2-2h-4v4h4a2 2 0 0 0 2-2" clip-rule="evenodd"/><path d="M26 18a1 1 0 0 1 1-1h5a1 1 0 1 1 0 2h-5a1 1 0 0 1-1-1"/><path fill-rule="evenodd" d="M34 38c2.21 0 4-1.777 4-3.97V10.328c0-2.192-1.79-3.97-4-3.97h-6l-1.132-1.155a4.02 4.02 0 0 0-5.736 0L20 6.358h-6c-2.21 0-4 1.777-4 3.97V34.03c0 2.193 1.79 3.97 4 3.97h4v2h5v4h2v-4h5v-2zM26.571 7.758a2 2 0 0 0 1.429.6h6c1.12 0 2 .896 2 1.97v17.21a8 8 0 0 0-.925-.625c-1.825-1.062-4.465-1.614-7.583.226c-2.568 1.515-4.983 1.925-7.61 1.98c-1.171.025-2.368-.02-3.651-.069l-.53-.02A69 69 0 0 0 12 28.972V10.327c0-1.073.88-1.97 2-1.97h6a2 2 0 0 0 1.429-.6l1.132-1.155a2.02 2.02 0 0 1 2.878 0z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-blood-b-n {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16%2011a1%201%200%200%200-1%201v12a1%201%200%200%200%201%201h5a4%204%200%200%200%202.646-7A4%204%200%200%200%2021%2011zm7%204a2%202%200%200%201-2%202h-4v-4h4a2%202%200%200%201%202%202m0%206a2%202%200%200%200-2-2h-4v4h4a2%202%200%200%200%202-2%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M26%2018a1%201%200%200%201%201-1h5a1%201%200%201%201%200%202h-5a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M34%2038c2.21%200%204-1.777%204-3.97V10.328c0-2.192-1.79-3.97-4-3.97h-6l-1.132-1.155a4.02%204.02%200%200%200-5.736%200L20%206.358h-6c-2.21%200-4%201.777-4%203.97V34.03c0%202.193%201.79%203.97%204%203.97h4v2h5v4h2v-4h5v-2zM26.571%207.758a2%202%200%200%200%201.429.6h6c1.12%200%202%20.896%202%201.97v17.21a8%208%200%200%200-.925-.625c-1.825-1.062-4.465-1.614-7.583.226c-2.568%201.515-4.983%201.925-7.61%201.98c-1.171.025-2.368-.02-3.651-.069l-.53-.02A69%2069%200%200%200%2012%2028.972V10.327c0-1.073.88-1.97%202-1.97h6a2%202%200%200%200%201.429-.6l1.132-1.155a2.02%202.02%200%200%201%202.878%200z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16%2011a1%201%200%200%200-1%201v12a1%201%200%200%200%201%201h5a4%204%200%200%200%202.646-7A4%204%200%200%200%2021%2011zm7%204a2%202%200%200%201-2%202h-4v-4h4a2%202%200%200%201%202%202m0%206a2%202%200%200%200-2-2h-4v4h4a2%202%200%200%200%202-2%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M26%2018a1%201%200%200%201%201-1h5a1%201%200%201%201%200%202h-5a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M34%2038c2.21%200%204-1.777%204-3.97V10.328c0-2.192-1.79-3.97-4-3.97h-6l-1.132-1.155a4.02%204.02%200%200%200-5.736%200L20%206.358h-6c-2.21%200-4%201.777-4%203.97V34.03c0%202.193%201.79%203.97%204%203.97h4v2h5v4h2v-4h5v-2zM26.571%207.758a2%202%200%200%200%201.429.6h6c1.12%200%202%20.896%202%201.97v17.21a8%208%200%200%200-.925-.625c-1.825-1.062-4.465-1.614-7.583.226c-2.568%201.515-4.983%201.925-7.61%201.98c-1.171.025-2.368-.02-3.651-.069l-.53-.02A69%2069%200%200%200%2012%2028.972V10.327c0-1.073.88-1.97%202-1.97h6a2%202%200%200%200%201.429-.6l1.132-1.155a2.02%202.02%200%200%201%202.878%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/blood-b-n.svg?color=%231a73e8&size=48