blood rh p icon

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

Name
blood-rh-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 rh p icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M20.388 5.535a5.02 5.02 0 0 1 7.224 0l.528.548h5.19c2.573 0 4.67 2.074 4.67 4.646V15h-2v-4.271a2.66 2.66 0 0 0-2.67-2.646h-5.616a1 1 0 0 1-.72-.307l-.823-.855a3.02 3.02 0 0 0-4.342 0l-.823.855a1 1 0 0 1-.72.307H15c-1.663 0-3 1.338-3 2.974V28.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.626V23h2v10.026C38 35.78 35.755 38 33 38h-3v2h-5v4h-2v-4h-5v-2h-3c-2.755 0-5-2.22-5-4.974v-21.97c0-2.752 2.245-4.973 5-4.973h4.86z"/><path d="M25 14a1 1 0 0 1 1 1v3h3v-3a1 1 0 1 1 2 0v8a1 1 0 1 1-2 0v-3h-3v3a1 1 0 1 1-2 0v-8a1 1 0 0 1 1-1"/><path fill-rule="evenodd" d="M16 14a1 1 0 0 0-1 1v8a1 1 0 1 0 2 0v-3h1.49l1.605 3.424a1 1 0 0 0 1.81-.848l-1.383-2.95C21.42 19.102 22 18.095 22 17c0-1.595-1.227-3-2.875-3zm4 3c0 .614-.452 1-.875 1H17v-2h2.125c.423 0 .875.386.875 1" clip-rule="evenodd"/><path d="M32 19a1 1 0 0 1 1-1h1v-1a1 1 0 1 1 2 0v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0v-1h-1a1 1 0 0 1-1-1"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBloodRhP(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 d="M20.388 5.535a5.02 5.02 0 0 1 7.224 0l.528.548h5.19c2.573 0 4.67 2.074 4.67 4.646V15h-2v-4.271a2.66 2.66 0 0 0-2.67-2.646h-5.616a1 1 0 0 1-.72-.307l-.823-.855a3.02 3.02 0 0 0-4.342 0l-.823.855a1 1 0 0 1-.72.307H15c-1.663 0-3 1.338-3 2.974V28.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.626V23h2v10.026C38 35.78 35.755 38 33 38h-3v2h-5v4h-2v-4h-5v-2h-3c-2.755 0-5-2.22-5-4.974v-21.97c0-2.752 2.245-4.973 5-4.973h4.86z"/><path d="M25 14a1 1 0 0 1 1 1v3h3v-3a1 1 0 1 1 2 0v8a1 1 0 1 1-2 0v-3h-3v3a1 1 0 1 1-2 0v-8a1 1 0 0 1 1-1"/><path fillRule="evenodd" d="M16 14a1 1 0 0 0-1 1v8a1 1 0 1 0 2 0v-3h1.49l1.605 3.424a1 1 0 0 0 1.81-.848l-1.383-2.95C21.42 19.102 22 18.095 22 17c0-1.595-1.227-3-2.875-3zm4 3c0 .614-.452 1-.875 1H17v-2h2.125c.423 0 .875.386.875 1" clipRule="evenodd"/><path d="M32 19a1 1 0 0 1 1-1h1v-1a1 1 0 1 1 2 0v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0v-1h-1a1 1 0 0 1-1-1"/></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 d="M20.388 5.535a5.02 5.02 0 0 1 7.224 0l.528.548h5.19c2.573 0 4.67 2.074 4.67 4.646V15h-2v-4.271a2.66 2.66 0 0 0-2.67-2.646h-5.616a1 1 0 0 1-.72-.307l-.823-.855a3.02 3.02 0 0 0-4.342 0l-.823.855a1 1 0 0 1-.72.307H15c-1.663 0-3 1.338-3 2.974V28.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.626V23h2v10.026C38 35.78 35.755 38 33 38h-3v2h-5v4h-2v-4h-5v-2h-3c-2.755 0-5-2.22-5-4.974v-21.97c0-2.752 2.245-4.973 5-4.973h4.86z"/><path d="M25 14a1 1 0 0 1 1 1v3h3v-3a1 1 0 1 1 2 0v8a1 1 0 1 1-2 0v-3h-3v3a1 1 0 1 1-2 0v-8a1 1 0 0 1 1-1"/><path fill-rule="evenodd" d="M16 14a1 1 0 0 0-1 1v8a1 1 0 1 0 2 0v-3h1.49l1.605 3.424a1 1 0 0 0 1.81-.848l-1.383-2.95C21.42 19.102 22 18.095 22 17c0-1.595-1.227-3-2.875-3zm4 3c0 .614-.452 1-.875 1H17v-2h2.125c.423 0 .875.386.875 1" clip-rule="evenodd"/><path d="M32 19a1 1 0 0 1 1-1h1v-1a1 1 0 1 1 2 0v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0v-1h-1a1 1 0 0 1-1-1"/></g></svg>
</template>

CSS

.icon-blood-rh-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%20d%3D%22M20.388%205.535a5.02%205.02%200%200%201%207.224%200l.528.548h5.19c2.573%200%204.67%202.074%204.67%204.646V15h-2v-4.271a2.66%202.66%200%200%200-2.67-2.646h-5.616a1%201%200%200%201-.72-.307l-.823-.855a3.02%203.02%200%200%200-4.342%200l-.823.855a1%201%200%200%201-.72.307H15c-1.663%200-3%201.338-3%202.974V28.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.626V23h2v10.026C38%2035.78%2035.755%2038%2033%2038h-3v2h-5v4h-2v-4h-5v-2h-3c-2.755%200-5-2.22-5-4.974v-21.97c0-2.752%202.245-4.973%205-4.973h4.86z%22%2F%3E%3Cpath%20d%3D%22M25%2014a1%201%200%200%201%201%201v3h3v-3a1%201%200%201%201%202%200v8a1%201%200%201%201-2%200v-3h-3v3a1%201%200%201%201-2%200v-8a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16%2014a1%201%200%200%200-1%201v8a1%201%200%201%200%202%200v-3h1.49l1.605%203.424a1%201%200%200%200%201.81-.848l-1.383-2.95C21.42%2019.102%2022%2018.095%2022%2017c0-1.595-1.227-3-2.875-3zm4%203c0%20.614-.452%201-.875%201H17v-2h2.125c.423%200%20.875.386.875%201%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M32%2019a1%201%200%200%201%201-1h1v-1a1%201%200%201%201%202%200v1h1a1%201%200%201%201%200%202h-1v1a1%201%200%201%201-2%200v-1h-1a1%201%200%200%201-1-1%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%20d%3D%22M20.388%205.535a5.02%205.02%200%200%201%207.224%200l.528.548h5.19c2.573%200%204.67%202.074%204.67%204.646V15h-2v-4.271a2.66%202.66%200%200%200-2.67-2.646h-5.616a1%201%200%200%201-.72-.307l-.823-.855a3.02%203.02%200%200%200-4.342%200l-.823.855a1%201%200%200%201-.72.307H15c-1.663%200-3%201.338-3%202.974V28.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.626V23h2v10.026C38%2035.78%2035.755%2038%2033%2038h-3v2h-5v4h-2v-4h-5v-2h-3c-2.755%200-5-2.22-5-4.974v-21.97c0-2.752%202.245-4.973%205-4.973h4.86z%22%2F%3E%3Cpath%20d%3D%22M25%2014a1%201%200%200%201%201%201v3h3v-3a1%201%200%201%201%202%200v8a1%201%200%201%201-2%200v-3h-3v3a1%201%200%201%201-2%200v-8a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16%2014a1%201%200%200%200-1%201v8a1%201%200%201%200%202%200v-3h1.49l1.605%203.424a1%201%200%200%200%201.81-.848l-1.383-2.95C21.42%2019.102%2022%2018.095%2022%2017c0-1.595-1.227-3-2.875-3zm4%203c0%20.614-.452%201-.875%201H17v-2h2.125c.423%200%20.875.386.875%201%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M32%2019a1%201%200%200%201%201-1h1v-1a1%201%200%201%201%202%200v1h1a1%201%200%201%201%200%202h-1v1a1%201%200%201%201-2%200v-1h-1a1%201%200%200%201-1-1%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-rh-p.svg?color=%231a73e8&size=48