drop of blood emoji

drop-of-blood from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
drop-of-blood
Set
Noto Emoji
Style
Default
Category
Objects
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More objects icons from Noto Emoji

Use the drop of blood emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e5322e" d="M88.04 44.26C75.44 28.81 69.87 15.67 66.68 7.83c-1.01-2.47-4.36-2.47-5.36 0c-3.19 7.84-8.76 20.98-21.36 36.43c-7.89 9.68-15.67 23.85-15.67 37.81c0 23.82 17.19 39.95 39.71 39.95s39.71-16.14 39.71-39.95c0-14.51-7.78-28.13-15.67-37.81"/><path fill="#ff6050" d="M74.98 79.84c6.35-12.08 5.45-23.9 10.47-21.77c6.82 2.91 14.37 17.86 11.54 31.41c-2.02 9.66-8.54 15.51-16.85 12.72c-6.71-2.25-10.88-11.48-5.16-22.36"/></svg>

React

import type { SVGProps } from "react";

export function NotoDropOfBlood(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e5322e" d="M88.04 44.26C75.44 28.81 69.87 15.67 66.68 7.83c-1.01-2.47-4.36-2.47-5.36 0c-3.19 7.84-8.76 20.98-21.36 36.43c-7.89 9.68-15.67 23.85-15.67 37.81c0 23.82 17.19 39.95 39.71 39.95s39.71-16.14 39.71-39.95c0-14.51-7.78-28.13-15.67-37.81"/><path fill="#ff6050" d="M74.98 79.84c6.35-12.08 5.45-23.9 10.47-21.77c6.82 2.91 14.37 17.86 11.54 31.41c-2.02 9.66-8.54 15.51-16.85 12.72c-6.71-2.25-10.88-11.48-5.16-22.36"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e5322e" d="M88.04 44.26C75.44 28.81 69.87 15.67 66.68 7.83c-1.01-2.47-4.36-2.47-5.36 0c-3.19 7.84-8.76 20.98-21.36 36.43c-7.89 9.68-15.67 23.85-15.67 37.81c0 23.82 17.19 39.95 39.71 39.95s39.71-16.14 39.71-39.95c0-14.51-7.78-28.13-15.67-37.81"/><path fill="#ff6050" d="M74.98 79.84c6.35-12.08 5.45-23.9 10.47-21.77c6.82 2.91 14.37 17.86 11.54 31.41c-2.02 9.66-8.54 15.51-16.85 12.72c-6.71-2.25-10.88-11.48-5.16-22.36"/></svg>
</template>

CSS

.icon-drop-of-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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e5322e%22%20d%3D%22M88.04%2044.26C75.44%2028.81%2069.87%2015.67%2066.68%207.83c-1.01-2.47-4.36-2.47-5.36%200c-3.19%207.84-8.76%2020.98-21.36%2036.43c-7.89%209.68-15.67%2023.85-15.67%2037.81c0%2023.82%2017.19%2039.95%2039.71%2039.95s39.71-16.14%2039.71-39.95c0-14.51-7.78-28.13-15.67-37.81%22%2F%3E%3Cpath%20fill%3D%22%23ff6050%22%20d%3D%22M74.98%2079.84c6.35-12.08%205.45-23.9%2010.47-21.77c6.82%202.91%2014.37%2017.86%2011.54%2031.41c-2.02%209.66-8.54%2015.51-16.85%2012.72c-6.71-2.25-10.88-11.48-5.16-22.36%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e5322e%22%20d%3D%22M88.04%2044.26C75.44%2028.81%2069.87%2015.67%2066.68%207.83c-1.01-2.47-4.36-2.47-5.36%200c-3.19%207.84-8.76%2020.98-21.36%2036.43c-7.89%209.68-15.67%2023.85-15.67%2037.81c0%2023.82%2017.19%2039.95%2039.71%2039.95s39.71-16.14%2039.71-39.95c0-14.51-7.78-28.13-15.67-37.81%22%2F%3E%3Cpath%20fill%3D%22%23ff6050%22%20d%3D%22M74.98%2079.84c6.35-12.08%205.45-23.9%2010.47-21.77c6.82%202.91%2014.37%2017.86%2011.54%2031.41c-2.02%209.66-8.54%2015.51-16.85%2012.72c-6.71-2.25-10.88-11.48-5.16-22.36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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