blood drop icon

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

Name
blood-drop-24px
Set
Health Icons
Style
Filled 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"><path fill="currentColor" 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-1.902 11.997a1 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" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBloodDrop24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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-1.902 11.997a1 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" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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-1.902 11.997a1 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" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-blood-drop-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%3Cpath%20fill%3D%22currentColor%22%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-1.902%2011.997a1%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%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%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-1.902%2011.997a1%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%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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