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

Name
blood-o-p-24px
Set
Health Icons
Style
Filled 24px
Category
Blood
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More blood icons from Health Icons

Use the blood o p icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.25 6.5C8.947 6.5 8 7.684 8 9s.947 2.5 2.25 2.5S12.5 10.316 12.5 9s-.947-2.5-2.25-2.5M9 9c0-.893.62-1.5 1.25-1.5s1.25.607 1.25 1.5s-.62 1.5-1.25 1.5S9 9.893 9 9" clip-rule="evenodd"/><path d="M13 9a.5.5 0 0 1 .5-.5h.5V8a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1H15v.5a.5.5 0 0 1-1 0v-.5h-.5A.5.5 0 0 1 13 9"/><path fill-rule="evenodd" d="M5 17.015V5.164c0-1.096.895-1.985 2-1.985h3l.566-.578a2.01 2.01 0 0 1 2.868 0L14 3.18h3c1.105 0 2 .889 2 1.985v11.851A1.99 1.99 0 0 1 17 19h-2v1h-2v2h-2v-2H9v-1H7c-1.105 0-2-.889-2-1.985M12.571 4.58a2 2 0 0 0 1.429.6h3v7.419c-.936-.434-2.206-.615-3.605.175c-.953.538-1.957.744-3.162.816a31 31 0 0 1-1.964.032l-.281-.002q-.478-.004-.988-.003V5.179h3a2 2 0 0 0 1.429-.6L11.995 4h.01z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBloodOP24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M10.25 6.5C8.947 6.5 8 7.684 8 9s.947 2.5 2.25 2.5S12.5 10.316 12.5 9s-.947-2.5-2.25-2.5M9 9c0-.893.62-1.5 1.25-1.5s1.25.607 1.25 1.5s-.62 1.5-1.25 1.5S9 9.893 9 9" clipRule="evenodd"/><path d="M13 9a.5.5 0 0 1 .5-.5h.5V8a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1H15v.5a.5.5 0 0 1-1 0v-.5h-.5A.5.5 0 0 1 13 9"/><path fillRule="evenodd" d="M5 17.015V5.164c0-1.096.895-1.985 2-1.985h3l.566-.578a2.01 2.01 0 0 1 2.868 0L14 3.18h3c1.105 0 2 .889 2 1.985v11.851A1.99 1.99 0 0 1 17 19h-2v1h-2v2h-2v-2H9v-1H7c-1.105 0-2-.889-2-1.985M12.571 4.58a2 2 0 0 0 1.429.6h3v7.419c-.936-.434-2.206-.615-3.605.175c-.953.538-1.957.744-3.162.816a31 31 0 0 1-1.964.032l-.281-.002q-.478-.004-.988-.003V5.179h3a2 2 0 0 0 1.429-.6L11.995 4h.01z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.25 6.5C8.947 6.5 8 7.684 8 9s.947 2.5 2.25 2.5S12.5 10.316 12.5 9s-.947-2.5-2.25-2.5M9 9c0-.893.62-1.5 1.25-1.5s1.25.607 1.25 1.5s-.62 1.5-1.25 1.5S9 9.893 9 9" clip-rule="evenodd"/><path d="M13 9a.5.5 0 0 1 .5-.5h.5V8a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1H15v.5a.5.5 0 0 1-1 0v-.5h-.5A.5.5 0 0 1 13 9"/><path fill-rule="evenodd" d="M5 17.015V5.164c0-1.096.895-1.985 2-1.985h3l.566-.578a2.01 2.01 0 0 1 2.868 0L14 3.18h3c1.105 0 2 .889 2 1.985v11.851A1.99 1.99 0 0 1 17 19h-2v1h-2v2h-2v-2H9v-1H7c-1.105 0-2-.889-2-1.985M12.571 4.58a2 2 0 0 0 1.429.6h3v7.419c-.936-.434-2.206-.615-3.605.175c-.953.538-1.957.744-3.162.816a31 31 0 0 1-1.964.032l-.281-.002q-.478-.004-.988-.003V5.179h3a2 2 0 0 0 1.429-.6L11.995 4h.01z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-blood-o-p-24px {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.25%206.5C8.947%206.5%208%207.684%208%209s.947%202.5%202.25%202.5S12.5%2010.316%2012.5%209s-.947-2.5-2.25-2.5M9%209c0-.893.62-1.5%201.25-1.5s1.25.607%201.25%201.5s-.62%201.5-1.25%201.5S9%209.893%209%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13%209a.5.5%200%200%201%20.5-.5h.5V8a.5.5%200%200%201%201%200v.5h.5a.5.5%200%200%201%200%201H15v.5a.5.5%200%200%201-1%200v-.5h-.5A.5.5%200%200%201%2013%209%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5%2017.015V5.164c0-1.096.895-1.985%202-1.985h3l.566-.578a2.01%202.01%200%200%201%202.868%200L14%203.18h3c1.105%200%202%20.889%202%201.985v11.851A1.99%201.99%200%200%201%2017%2019h-2v1h-2v2h-2v-2H9v-1H7c-1.105%200-2-.889-2-1.985M12.571%204.58a2%202%200%200%200%201.429.6h3v7.419c-.936-.434-2.206-.615-3.605.175c-.953.538-1.957.744-3.162.816a31%2031%200%200%201-1.964.032l-.281-.002q-.478-.004-.988-.003V5.179h3a2%202%200%200%200%201.429-.6L11.995%204h.01z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.25%206.5C8.947%206.5%208%207.684%208%209s.947%202.5%202.25%202.5S12.5%2010.316%2012.5%209s-.947-2.5-2.25-2.5M9%209c0-.893.62-1.5%201.25-1.5s1.25.607%201.25%201.5s-.62%201.5-1.25%201.5S9%209.893%209%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13%209a.5.5%200%200%201%20.5-.5h.5V8a.5.5%200%200%201%201%200v.5h.5a.5.5%200%200%201%200%201H15v.5a.5.5%200%200%201-1%200v-.5h-.5A.5.5%200%200%201%2013%209%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5%2017.015V5.164c0-1.096.895-1.985%202-1.985h3l.566-.578a2.01%202.01%200%200%201%202.868%200L14%203.18h3c1.105%200%202%20.889%202%201.985v11.851A1.99%201.99%200%200%201%2017%2019h-2v1h-2v2h-2v-2H9v-1H7c-1.105%200-2-.889-2-1.985M12.571%204.58a2%202%200%200%200%201.429.6h3v7.419c-.936-.434-2.206-.615-3.605.175c-.953.538-1.957.744-3.162.816a31%2031%200%200%201-1.964.032l-.281-.002q-.478-.004-.988-.003V5.179h3a2%202%200%200%200%201.429-.6L11.995%204h.01z%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-o-p-24px.svg?color=%231a73e8&size=48