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

Name
blood-b-p
Set
Health Icons
Style
Filled
Category
Blood
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More blood icons from Health Icons

Use the blood b p 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="M15 12a1 1 0 0 1 1-1h5a4 4 0 0 1 2.646 7A4 4 0 0 1 21 25h-5a1 1 0 0 1-1-1zm6 5a2 2 0 1 0 0-4h-4v4zm2 4a2 2 0 0 1-2 2h-4v-4h4a2 2 0 0 1 2 2" clip-rule="evenodd"/><path d="M27 17a1 1 0 1 0 0 2h1.5v1.5a1 1 0 1 0 2 0V19H32a1 1 0 1 0 0-2h-1.5v-1.5a1 1 0 1 0-2 0V17z"/><path fill-rule="evenodd" d="M10 34.03c0 2.193 1.79 3.97 4 3.97h4v2h5v4h2v-4h5v-2h4c2.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.97zM28 8.359a2 2 0 0 1-1.429-.6L25.44 6.602a2.02 2.02 0 0 0-2.878 0L21.43 7.758a2 2 0 0 1-1.429.6h-6c-1.12 0-2 .896-2 1.97V28.97a69 69 0 0 1 3.7.06l.53.02c1.284.048 2.481.093 3.652.069c2.627-.056 5.042-.466 7.61-1.981c3.118-1.84 5.758-1.288 7.583-.226c.338.197.647.41.925.626V10.327c0-1.073-.88-1.97-2-1.97z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBloodBP(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="M15 12a1 1 0 0 1 1-1h5a4 4 0 0 1 2.646 7A4 4 0 0 1 21 25h-5a1 1 0 0 1-1-1zm6 5a2 2 0 1 0 0-4h-4v4zm2 4a2 2 0 0 1-2 2h-4v-4h4a2 2 0 0 1 2 2" clipRule="evenodd"/><path d="M27 17a1 1 0 1 0 0 2h1.5v1.5a1 1 0 1 0 2 0V19H32a1 1 0 1 0 0-2h-1.5v-1.5a1 1 0 1 0-2 0V17z"/><path fillRule="evenodd" d="M10 34.03c0 2.193 1.79 3.97 4 3.97h4v2h5v4h2v-4h5v-2h4c2.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.97zM28 8.359a2 2 0 0 1-1.429-.6L25.44 6.602a2.02 2.02 0 0 0-2.878 0L21.43 7.758a2 2 0 0 1-1.429.6h-6c-1.12 0-2 .896-2 1.97V28.97a69 69 0 0 1 3.7.06l.53.02c1.284.048 2.481.093 3.652.069c2.627-.056 5.042-.466 7.61-1.981c3.118-1.84 5.758-1.288 7.583-.226c.338.197.647.41.925.626V10.327c0-1.073-.88-1.97-2-1.97z" 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="M15 12a1 1 0 0 1 1-1h5a4 4 0 0 1 2.646 7A4 4 0 0 1 21 25h-5a1 1 0 0 1-1-1zm6 5a2 2 0 1 0 0-4h-4v4zm2 4a2 2 0 0 1-2 2h-4v-4h4a2 2 0 0 1 2 2" clip-rule="evenodd"/><path d="M27 17a1 1 0 1 0 0 2h1.5v1.5a1 1 0 1 0 2 0V19H32a1 1 0 1 0 0-2h-1.5v-1.5a1 1 0 1 0-2 0V17z"/><path fill-rule="evenodd" d="M10 34.03c0 2.193 1.79 3.97 4 3.97h4v2h5v4h2v-4h5v-2h4c2.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.97zM28 8.359a2 2 0 0 1-1.429-.6L25.44 6.602a2.02 2.02 0 0 0-2.878 0L21.43 7.758a2 2 0 0 1-1.429.6h-6c-1.12 0-2 .896-2 1.97V28.97a69 69 0 0 1 3.7.06l.53.02c1.284.048 2.481.093 3.652.069c2.627-.056 5.042-.466 7.61-1.981c3.118-1.84 5.758-1.288 7.583-.226c.338.197.647.41.925.626V10.327c0-1.073-.88-1.97-2-1.97z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-blood-b-p {
  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%22M15%2012a1%201%200%200%201%201-1h5a4%204%200%200%201%202.646%207A4%204%200%200%201%2021%2025h-5a1%201%200%200%201-1-1zm6%205a2%202%200%201%200%200-4h-4v4zm2%204a2%202%200%200%201-2%202h-4v-4h4a2%202%200%200%201%202%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M27%2017a1%201%200%201%200%200%202h1.5v1.5a1%201%200%201%200%202%200V19H32a1%201%200%201%200%200-2h-1.5v-1.5a1%201%200%201%200-2%200V17z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2034.03c0%202.193%201.79%203.97%204%203.97h4v2h5v4h2v-4h5v-2h4c2.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.97zM28%208.359a2%202%200%200%201-1.429-.6L25.44%206.602a2.02%202.02%200%200%200-2.878%200L21.43%207.758a2%202%200%200%201-1.429.6h-6c-1.12%200-2%20.896-2%201.97V28.97a69%2069%200%200%201%203.7.06l.53.02c1.284.048%202.481.093%203.652.069c2.627-.056%205.042-.466%207.61-1.981c3.118-1.84%205.758-1.288%207.583-.226c.338.197.647.41.925.626V10.327c0-1.073-.88-1.97-2-1.97z%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%22M15%2012a1%201%200%200%201%201-1h5a4%204%200%200%201%202.646%207A4%204%200%200%201%2021%2025h-5a1%201%200%200%201-1-1zm6%205a2%202%200%201%200%200-4h-4v4zm2%204a2%202%200%200%201-2%202h-4v-4h4a2%202%200%200%201%202%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M27%2017a1%201%200%201%200%200%202h1.5v1.5a1%201%200%201%200%202%200V19H32a1%201%200%201%200%200-2h-1.5v-1.5a1%201%200%201%200-2%200V17z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2034.03c0%202.193%201.79%203.97%204%203.97h4v2h5v4h2v-4h5v-2h4c2.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.97zM28%208.359a2%202%200%200%201-1.429-.6L25.44%206.602a2.02%202.02%200%200%200-2.878%200L21.43%207.758a2%202%200%200%201-1.429.6h-6c-1.12%200-2%20.896-2%201.97V28.97a69%2069%200%200%201%203.7.06l.53.02c1.284.048%202.481.093%203.652.069c2.627-.056%205.042-.466%207.61-1.981c3.118-1.84%205.758-1.288%207.583-.226c.338.197.647.41.925.626V10.327c0-1.073-.88-1.97-2-1.97z%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-p.svg?color=%231a73e8&size=48