blood drop icon

blood-drop-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Body · MIT Free for personal and commercial use.

Name
blood-drop-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Body
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More body icons from Health Icons

Use the blood drop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.098 14.618a1 1 0 0 0-1.902.618A4 4 0 0 0 12 18a1 1 0 1 0 0-2a2 2 0 0 1-1.902-1.382"/><path fill-rule="evenodd" d="m12 2.621l-.69.656l-.005.004l-.016.015a12 12 0 0 0-.256.254a31 31 0 0 0-2.836 3.305C6.682 8.897 5 11.751 5 14.504C5 18.173 8.219 21 12 21s7-2.827 7-6.495c0-2.753-1.683-5.607-3.196-7.65a31 31 0 0 0-3.038-3.505l-.055-.054l-.016-.015l-.004-.004zm-.203 3.023L12 5.426l.203.218c.545.59 1.27 1.424 1.993 2.4C15.683 10.053 17 12.45 17 14.506C17 16.907 14.846 19 12 19s-5-2.093-5-4.495c0-2.055 1.317-4.453 2.804-6.46a29 29 0 0 1 1.993-2.401" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBloodDropOutline24px(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 d="M10.098 14.618a1 1 0 0 0-1.902.618A4 4 0 0 0 12 18a1 1 0 1 0 0-2a2 2 0 0 1-1.902-1.382"/><path fillRule="evenodd" d="m12 2.621l-.69.656l-.005.004l-.016.015a12 12 0 0 0-.256.254a31 31 0 0 0-2.836 3.305C6.682 8.897 5 11.751 5 14.504C5 18.173 8.219 21 12 21s7-2.827 7-6.495c0-2.753-1.683-5.607-3.196-7.65a31 31 0 0 0-3.038-3.505l-.055-.054l-.016-.015l-.004-.004zm-.203 3.023L12 5.426l.203.218c.545.59 1.27 1.424 1.993 2.4C15.683 10.053 17 12.45 17 14.506C17 16.907 14.846 19 12 19s-5-2.093-5-4.495c0-2.055 1.317-4.453 2.804-6.46a29 29 0 0 1 1.993-2.401" 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 d="M10.098 14.618a1 1 0 0 0-1.902.618A4 4 0 0 0 12 18a1 1 0 1 0 0-2a2 2 0 0 1-1.902-1.382"/><path fill-rule="evenodd" d="m12 2.621l-.69.656l-.005.004l-.016.015a12 12 0 0 0-.256.254a31 31 0 0 0-2.836 3.305C6.682 8.897 5 11.751 5 14.504C5 18.173 8.219 21 12 21s7-2.827 7-6.495c0-2.753-1.683-5.607-3.196-7.65a31 31 0 0 0-3.038-3.505l-.055-.054l-.016-.015l-.004-.004zm-.203 3.023L12 5.426l.203.218c.545.59 1.27 1.424 1.993 2.4C15.683 10.053 17 12.45 17 14.506C17 16.907 14.846 19 12 19s-5-2.093-5-4.495c0-2.055 1.317-4.453 2.804-6.46a29 29 0 0 1 1.993-2.401" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-blood-drop-outline-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%20d%3D%22M10.098%2014.618a1%201%200%200%200-1.902.618A4%204%200%200%200%2012%2018a1%201%200%201%200%200-2a2%202%200%200%201-1.902-1.382%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m12%202.621l-.69.656l-.005.004l-.016.015a12%2012%200%200%200-.256.254a31%2031%200%200%200-2.836%203.305C6.682%208.897%205%2011.751%205%2014.504C5%2018.173%208.219%2021%2012%2021s7-2.827%207-6.495c0-2.753-1.683-5.607-3.196-7.65a31%2031%200%200%200-3.038-3.505l-.055-.054l-.016-.015l-.004-.004zm-.203%203.023L12%205.426l.203.218c.545.59%201.27%201.424%201.993%202.4C15.683%2010.053%2017%2012.45%2017%2014.506C17%2016.907%2014.846%2019%2012%2019s-5-2.093-5-4.495c0-2.055%201.317-4.453%202.804-6.46a29%2029%200%200%201%201.993-2.401%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%20d%3D%22M10.098%2014.618a1%201%200%200%200-1.902.618A4%204%200%200%200%2012%2018a1%201%200%201%200%200-2a2%202%200%200%201-1.902-1.382%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m12%202.621l-.69.656l-.005.004l-.016.015a12%2012%200%200%200-.256.254a31%2031%200%200%200-2.836%203.305C6.682%208.897%205%2011.751%205%2014.504C5%2018.173%208.219%2021%2012%2021s7-2.827%207-6.495c0-2.753-1.683-5.607-3.196-7.65a31%2031%200%200%200-3.038-3.505l-.055-.054l-.016-.015l-.004-.004zm-.203%203.023L12%205.426l.203.218c.545.59%201.27%201.424%201.993%202.4C15.683%2010.053%2017%2012.45%2017%2014.506C17%2016.907%2014.846%2019%2012%2019s-5-2.093-5-4.495c0-2.055%201.317-4.453%202.804-6.46a29%2029%200%200%201%201.993-2.401%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-drop-outline-24px.svg?color=%231a73e8&size=48