blood from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
blood
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the blood icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M5.5 15.5C3.288 14.617 2 12.433 2 10.175C2 7.245 4.317 4.35 5.943 2.68c.883-.908 2.23-.908 3.114 0c.492.505.908 1.122 1.443 1.819"/><path d="M8 14.926c0-3.556 2.949-7.07 5.019-9.1c1.124-1.101 2.838-1.101 3.962 0c2.07 2.03 5.019 5.544 5.019 9.1C22 18.413 19.35 22 15 22s-7-3.587-7-7.074Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M18.5 15.5c0 2.21-1.5 3-3 3"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBlood(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M5.5 15.5C3.288 14.617 2 12.433 2 10.175C2 7.245 4.317 4.35 5.943 2.68c.883-.908 2.23-.908 3.114 0c.492.505.908 1.122 1.443 1.819"/><path d="M8 14.926c0-3.556 2.949-7.07 5.019-9.1c1.124-1.101 2.838-1.101 3.962 0c2.07 2.03 5.019 5.544 5.019 9.1C22 18.413 19.35 22 15 22s-7-3.587-7-7.074Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M18.5 15.5c0 2.21-1.5 3-3 3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M5.5 15.5C3.288 14.617 2 12.433 2 10.175C2 7.245 4.317 4.35 5.943 2.68c.883-.908 2.23-.908 3.114 0c.492.505.908 1.122 1.443 1.819"/><path d="M8 14.926c0-3.556 2.949-7.07 5.019-9.1c1.124-1.101 2.838-1.101 3.962 0c2.07 2.03 5.019 5.544 5.019 9.1C22 18.413 19.35 22 15 22s-7-3.587-7-7.074Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M18.5 15.5c0 2.21-1.5 3-3 3"/></g></svg>
</template>

CSS

.icon-blood {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.5%2015.5C3.288%2014.617%202%2012.433%202%2010.175C2%207.245%204.317%204.35%205.943%202.68c.883-.908%202.23-.908%203.114%200c.492.505.908%201.122%201.443%201.819%22%2F%3E%3Cpath%20d%3D%22M8%2014.926c0-3.556%202.949-7.07%205.019-9.1c1.124-1.101%202.838-1.101%203.962%200c2.07%202.03%205.019%205.544%205.019%209.1C22%2018.413%2019.35%2022%2015%2022s-7-3.587-7-7.074Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18.5%2015.5c0%202.21-1.5%203-3%203%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.5%2015.5C3.288%2014.617%202%2012.433%202%2010.175C2%207.245%204.317%204.35%205.943%202.68c.883-.908%202.23-.908%203.114%200c.492.505.908%201.122%201.443%201.819%22%2F%3E%3Cpath%20d%3D%22M8%2014.926c0-3.556%202.949-7.07%205.019-9.1c1.124-1.101%202.838-1.101%203.962%200c2.07%202.03%205.019%205.544%205.019%209.1C22%2018.413%2019.35%2022%2015%2022s-7-3.587-7-7.074Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18.5%2015.5c0%202.21-1.5%203-3%203%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/blood.svg?color=%231a73e8&size=48