blood rh n icon

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

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

Use the blood rh n 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.646V15.5h-2v-4.771a2.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.626V22.5h2v10.526C38 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="M26 15a1 1 0 1 0-2 0v8a1 1 0 1 0 2 0v-3h3v3a1 1 0 1 0 2 0v-8a1 1 0 1 0-2 0v3h-3z"/><path fill-rule="evenodd" d="M15 15a1 1 0 0 1 1-1h3.125C20.773 14 22 15.405 22 17c0 1.096-.58 2.103-1.477 2.625l1.383 2.95a1 1 0 0 1-1.811.85L18.489 20H17v3a1 1 0 1 1-2 0zm5 2c0-.614-.452-1-.875-1H17v2h2.125c.423 0 .875-.386.875-1" clip-rule="evenodd"/><path d="M33 18a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBloodRhN(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.646V15.5h-2v-4.771a2.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.626V22.5h2v10.526C38 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="M26 15a1 1 0 1 0-2 0v8a1 1 0 1 0 2 0v-3h3v3a1 1 0 1 0 2 0v-8a1 1 0 1 0-2 0v3h-3z"/><path fillRule="evenodd" d="M15 15a1 1 0 0 1 1-1h3.125C20.773 14 22 15.405 22 17c0 1.096-.58 2.103-1.477 2.625l1.383 2.95a1 1 0 0 1-1.811.85L18.489 20H17v3a1 1 0 1 1-2 0zm5 2c0-.614-.452-1-.875-1H17v2h2.125c.423 0 .875-.386.875-1" clipRule="evenodd"/><path d="M33 18a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2z"/></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.646V15.5h-2v-4.771a2.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.626V22.5h2v10.526C38 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="M26 15a1 1 0 1 0-2 0v8a1 1 0 1 0 2 0v-3h3v3a1 1 0 1 0 2 0v-8a1 1 0 1 0-2 0v3h-3z"/><path fill-rule="evenodd" d="M15 15a1 1 0 0 1 1-1h3.125C20.773 14 22 15.405 22 17c0 1.096-.58 2.103-1.477 2.625l1.383 2.95a1 1 0 0 1-1.811.85L18.489 20H17v3a1 1 0 1 1-2 0zm5 2c0-.614-.452-1-.875-1H17v2h2.125c.423 0 .875-.386.875-1" clip-rule="evenodd"/><path d="M33 18a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2z"/></g></svg>
</template>

CSS

.icon-blood-rh-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%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.646V15.5h-2v-4.771a2.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.626V22.5h2v10.526C38%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%22M26%2015a1%201%200%201%200-2%200v8a1%201%200%201%200%202%200v-3h3v3a1%201%200%201%200%202%200v-8a1%201%200%201%200-2%200v3h-3z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2015a1%201%200%200%201%201-1h3.125C20.773%2014%2022%2015.405%2022%2017c0%201.096-.58%202.103-1.477%202.625l1.383%202.95a1%201%200%200%201-1.811.85L18.489%2020H17v3a1%201%200%201%201-2%200zm5%202c0-.614-.452-1-.875-1H17v2h2.125c.423%200%20.875-.386.875-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M33%2018a1%201%200%201%200%200%202h4a1%201%200%201%200%200-2z%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.646V15.5h-2v-4.771a2.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.626V22.5h2v10.526C38%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%22M26%2015a1%201%200%201%200-2%200v8a1%201%200%201%200%202%200v-3h3v3a1%201%200%201%200%202%200v-8a1%201%200%201%200-2%200v3h-3z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2015a1%201%200%200%201%201-1h3.125C20.773%2014%2022%2015.405%2022%2017c0%201.096-.58%202.103-1.477%202.625l1.383%202.95a1%201%200%200%201-1.811.85L18.489%2020H17v3a1%201%200%201%201-2%200zm5%202c0-.614-.452-1-.875-1H17v2h2.125c.423%200%20.875-.386.875-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M33%2018a1%201%200%201%200%200%202h4a1%201%200%201%200%200-2z%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-n.svg?color=%231a73e8&size=48