heavy heart exclamation emoji

heavy-heart-exclamation from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.

Name
heavy-heart-exclamation
Set
Emoji One (Colored)
Style
Default
Category
Symbols
Viewbox
64×64
License
CC BY 4.0

More symbols icons from Emoji One (Colored)

Use the heavy heart exclamation emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#ff5a79"><circle cx="32" cy="52" r="10"/><path d="M57.4 11.8C52.9-2.7 34.3 1.2 32 8.9C29.7 1.2 11.1-2.7 6.6 11.8C4.6 18.1 7.7 24 13 27.7c7.1 5 15.5 5 19 14.3c3.5-9.3 11.8-9.3 19-14.3c5.3-3.7 8.4-9.6 6.4-15.9"/></g></svg>

React

import type { SVGProps } from "react";

export function EmojioneHeavyHeartExclamation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#ff5a79"><circle cx="32" cy="52" r="10"/><path d="M57.4 11.8C52.9-2.7 34.3 1.2 32 8.9C29.7 1.2 11.1-2.7 6.6 11.8C4.6 18.1 7.7 24 13 27.7c7.1 5 15.5 5 19 14.3c3.5-9.3 11.8-9.3 19-14.3c5.3-3.7 8.4-9.6 6.4-15.9"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#ff5a79"><circle cx="32" cy="52" r="10"/><path d="M57.4 11.8C52.9-2.7 34.3 1.2 32 8.9C29.7 1.2 11.1-2.7 6.6 11.8C4.6 18.1 7.7 24 13 27.7c7.1 5 15.5 5 19 14.3c3.5-9.3 11.8-9.3 19-14.3c5.3-3.7 8.4-9.6 6.4-15.9"/></g></svg>
</template>

CSS

.icon-heavy-heart-exclamation {
  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%2064%2064%22%3E%3Cg%20fill%3D%22%23ff5a79%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2252%22%20r%3D%2210%22%2F%3E%3Cpath%20d%3D%22M57.4%2011.8C52.9-2.7%2034.3%201.2%2032%208.9C29.7%201.2%2011.1-2.7%206.6%2011.8C4.6%2018.1%207.7%2024%2013%2027.7c7.1%205%2015.5%205%2019%2014.3c3.5-9.3%2011.8-9.3%2019-14.3c5.3-3.7%208.4-9.6%206.4-15.9%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%2064%2064%22%3E%3Cg%20fill%3D%22%23ff5a79%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2252%22%20r%3D%2210%22%2F%3E%3Cpath%20d%3D%22M57.4%2011.8C52.9-2.7%2034.3%201.2%2032%208.9C29.7%201.2%2011.1-2.7%206.6%2011.8C4.6%2018.1%207.7%2024%2013%2027.7c7.1%205%2015.5%205%2019%2014.3c3.5-9.3%2011.8-9.3%2019-14.3c5.3-3.7%208.4-9.6%206.4-15.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/heavy-heart-exclamation.svg?color=%231a73e8&size=48