heart exclamation emoji
heart-exclamation from Noto Emoji by Google Inc · Default · Smileys & Emotion · Apache-2.0 Free for personal and commercial use.
- Name
- heart-exclamation
- Set
- Noto Emoji
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 128×128
- License
- Apache 2.0
- Aliases
- heavy-heart-exclamation
The same emoji in other sets
More smileys & emotion icons from Noto Emoji
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecracking-facecrying-cat
Use the heart exclamation emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="111.91" r="11.75" fill="#f44336"/><path fill="#c33" d="M52.84 108.27c.99-.99 2.2-1.79 3.6-2.31c5.17-1.9 10.9.75 12.79 5.92c1.61 4.38-.06 9.16-3.76 11.67c.86-.11 1.73-.31 2.58-.62c6.09-2.24 9.22-8.99 6.98-15.08s-8.99-9.22-15.08-6.98c-3.52 1.3-6.03 4.1-7.11 7.4"/><path fill="#f44336" d="M88.21 4.04C70.5 4.04 64 22.14 64 22.14s-6.42-18.1-24.25-18.1c-13.4 0-28.68 10.62-23.03 34.75C22.36 62.93 64.04 93 64.04 93s41.53-30.07 47.18-54.21c5.64-24.12-8.54-34.75-23.01-34.75"/><path fill="#c33" d="M37.02 5.85c13.9 0 20.8 14.94 23.03 21c.32.86 1.52.89 1.88.05l2.04-4.76c-2.87-9.17-10.75-18.1-24.22-18.1c-5.57 0-11.47 1.84-16.05 5.73c4.05-2.65 8.79-3.92 13.32-3.92m51.19-1.81c-4.28 0-7.89 1.24-10.93 3.11c2.13-.82 4.5-1.31 7.11-1.31c13.1 0 24.82 9.93 19.53 32.89c-4.54 19.71-31.08 43.62-39.19 52.75c-.52.58-.69 1.52-.69 1.52s41.53-30.07 47.18-54.21c5.64-24.12-9.62-34.75-23.01-34.75"/><path fill="#ff8a80" d="M26.02 16.86c3.03-3.78 8.44-6.91 13.03-3.31c2.48 1.95 1.4 5.94-.82 7.62c-3.24 2.45-6.05 3.94-8.01 7.79c-1.18 2.31-1.89 4.84-2.25 7.42c-.14 1.02-1.48 1.27-1.98.37c-3.42-6.05-4.39-14.37.03-19.89m48.59 7.95c-1.42 0-2.43-1.38-1.9-2.7c.96-2.44 2.21-4.8 3.7-6.91c2.21-3.1 6.43-4.91 9.09-3.03c2.73 1.93 2.38 5.77.46 7.63c-4.12 3.99-9.31 5.01-11.35 5.01"/></svg>
React
import type { SVGProps } from "react";
export function NotoHeartExclamation(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="111.91" r="11.75" fill="#f44336"/><path fill="#c33" d="M52.84 108.27c.99-.99 2.2-1.79 3.6-2.31c5.17-1.9 10.9.75 12.79 5.92c1.61 4.38-.06 9.16-3.76 11.67c.86-.11 1.73-.31 2.58-.62c6.09-2.24 9.22-8.99 6.98-15.08s-8.99-9.22-15.08-6.98c-3.52 1.3-6.03 4.1-7.11 7.4"/><path fill="#f44336" d="M88.21 4.04C70.5 4.04 64 22.14 64 22.14s-6.42-18.1-24.25-18.1c-13.4 0-28.68 10.62-23.03 34.75C22.36 62.93 64.04 93 64.04 93s41.53-30.07 47.18-54.21c5.64-24.12-8.54-34.75-23.01-34.75"/><path fill="#c33" d="M37.02 5.85c13.9 0 20.8 14.94 23.03 21c.32.86 1.52.89 1.88.05l2.04-4.76c-2.87-9.17-10.75-18.1-24.22-18.1c-5.57 0-11.47 1.84-16.05 5.73c4.05-2.65 8.79-3.92 13.32-3.92m51.19-1.81c-4.28 0-7.89 1.24-10.93 3.11c2.13-.82 4.5-1.31 7.11-1.31c13.1 0 24.82 9.93 19.53 32.89c-4.54 19.71-31.08 43.62-39.19 52.75c-.52.58-.69 1.52-.69 1.52s41.53-30.07 47.18-54.21c5.64-24.12-9.62-34.75-23.01-34.75"/><path fill="#ff8a80" d="M26.02 16.86c3.03-3.78 8.44-6.91 13.03-3.31c2.48 1.95 1.4 5.94-.82 7.62c-3.24 2.45-6.05 3.94-8.01 7.79c-1.18 2.31-1.89 4.84-2.25 7.42c-.14 1.02-1.48 1.27-1.98.37c-3.42-6.05-4.39-14.37.03-19.89m48.59 7.95c-1.42 0-2.43-1.38-1.9-2.7c.96-2.44 2.21-4.8 3.7-6.91c2.21-3.1 6.43-4.91 9.09-3.03c2.73 1.93 2.38 5.77.46 7.63c-4.12 3.99-9.31 5.01-11.35 5.01"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="111.91" r="11.75" fill="#f44336"/><path fill="#c33" d="M52.84 108.27c.99-.99 2.2-1.79 3.6-2.31c5.17-1.9 10.9.75 12.79 5.92c1.61 4.38-.06 9.16-3.76 11.67c.86-.11 1.73-.31 2.58-.62c6.09-2.24 9.22-8.99 6.98-15.08s-8.99-9.22-15.08-6.98c-3.52 1.3-6.03 4.1-7.11 7.4"/><path fill="#f44336" d="M88.21 4.04C70.5 4.04 64 22.14 64 22.14s-6.42-18.1-24.25-18.1c-13.4 0-28.68 10.62-23.03 34.75C22.36 62.93 64.04 93 64.04 93s41.53-30.07 47.18-54.21c5.64-24.12-8.54-34.75-23.01-34.75"/><path fill="#c33" d="M37.02 5.85c13.9 0 20.8 14.94 23.03 21c.32.86 1.52.89 1.88.05l2.04-4.76c-2.87-9.17-10.75-18.1-24.22-18.1c-5.57 0-11.47 1.84-16.05 5.73c4.05-2.65 8.79-3.92 13.32-3.92m51.19-1.81c-4.28 0-7.89 1.24-10.93 3.11c2.13-.82 4.5-1.31 7.11-1.31c13.1 0 24.82 9.93 19.53 32.89c-4.54 19.71-31.08 43.62-39.19 52.75c-.52.58-.69 1.52-.69 1.52s41.53-30.07 47.18-54.21c5.64-24.12-9.62-34.75-23.01-34.75"/><path fill="#ff8a80" d="M26.02 16.86c3.03-3.78 8.44-6.91 13.03-3.31c2.48 1.95 1.4 5.94-.82 7.62c-3.24 2.45-6.05 3.94-8.01 7.79c-1.18 2.31-1.89 4.84-2.25 7.42c-.14 1.02-1.48 1.27-1.98.37c-3.42-6.05-4.39-14.37.03-19.89m48.59 7.95c-1.42 0-2.43-1.38-1.9-2.7c.96-2.44 2.21-4.8 3.7-6.91c2.21-3.1 6.43-4.91 9.09-3.03c2.73 1.93 2.38 5.77.46 7.63c-4.12 3.99-9.31 5.01-11.35 5.01"/></svg> </template>
CSS
.icon-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%20128%20128%22%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%22111.91%22%20r%3D%2211.75%22%20fill%3D%22%23f44336%22%2F%3E%3Cpath%20fill%3D%22%23c33%22%20d%3D%22M52.84%20108.27c.99-.99%202.2-1.79%203.6-2.31c5.17-1.9%2010.9.75%2012.79%205.92c1.61%204.38-.06%209.16-3.76%2011.67c.86-.11%201.73-.31%202.58-.62c6.09-2.24%209.22-8.99%206.98-15.08s-8.99-9.22-15.08-6.98c-3.52%201.3-6.03%204.1-7.11%207.4%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M88.21%204.04C70.5%204.04%2064%2022.14%2064%2022.14s-6.42-18.1-24.25-18.1c-13.4%200-28.68%2010.62-23.03%2034.75C22.36%2062.93%2064.04%2093%2064.04%2093s41.53-30.07%2047.18-54.21c5.64-24.12-8.54-34.75-23.01-34.75%22%2F%3E%3Cpath%20fill%3D%22%23c33%22%20d%3D%22M37.02%205.85c13.9%200%2020.8%2014.94%2023.03%2021c.32.86%201.52.89%201.88.05l2.04-4.76c-2.87-9.17-10.75-18.1-24.22-18.1c-5.57%200-11.47%201.84-16.05%205.73c4.05-2.65%208.79-3.92%2013.32-3.92m51.19-1.81c-4.28%200-7.89%201.24-10.93%203.11c2.13-.82%204.5-1.31%207.11-1.31c13.1%200%2024.82%209.93%2019.53%2032.89c-4.54%2019.71-31.08%2043.62-39.19%2052.75c-.52.58-.69%201.52-.69%201.52s41.53-30.07%2047.18-54.21c5.64-24.12-9.62-34.75-23.01-34.75%22%2F%3E%3Cpath%20fill%3D%22%23ff8a80%22%20d%3D%22M26.02%2016.86c3.03-3.78%208.44-6.91%2013.03-3.31c2.48%201.95%201.4%205.94-.82%207.62c-3.24%202.45-6.05%203.94-8.01%207.79c-1.18%202.31-1.89%204.84-2.25%207.42c-.14%201.02-1.48%201.27-1.98.37c-3.42-6.05-4.39-14.37.03-19.89m48.59%207.95c-1.42%200-2.43-1.38-1.9-2.7c.96-2.44%202.21-4.8%203.7-6.91c2.21-3.1%206.43-4.91%209.09-3.03c2.73%201.93%202.38%205.77.46%207.63c-4.12%203.99-9.31%205.01-11.35%205.01%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%3Ccircle%20cx%3D%2264%22%20cy%3D%22111.91%22%20r%3D%2211.75%22%20fill%3D%22%23f44336%22%2F%3E%3Cpath%20fill%3D%22%23c33%22%20d%3D%22M52.84%20108.27c.99-.99%202.2-1.79%203.6-2.31c5.17-1.9%2010.9.75%2012.79%205.92c1.61%204.38-.06%209.16-3.76%2011.67c.86-.11%201.73-.31%202.58-.62c6.09-2.24%209.22-8.99%206.98-15.08s-8.99-9.22-15.08-6.98c-3.52%201.3-6.03%204.1-7.11%207.4%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M88.21%204.04C70.5%204.04%2064%2022.14%2064%2022.14s-6.42-18.1-24.25-18.1c-13.4%200-28.68%2010.62-23.03%2034.75C22.36%2062.93%2064.04%2093%2064.04%2093s41.53-30.07%2047.18-54.21c5.64-24.12-8.54-34.75-23.01-34.75%22%2F%3E%3Cpath%20fill%3D%22%23c33%22%20d%3D%22M37.02%205.85c13.9%200%2020.8%2014.94%2023.03%2021c.32.86%201.52.89%201.88.05l2.04-4.76c-2.87-9.17-10.75-18.1-24.22-18.1c-5.57%200-11.47%201.84-16.05%205.73c4.05-2.65%208.79-3.92%2013.32-3.92m51.19-1.81c-4.28%200-7.89%201.24-10.93%203.11c2.13-.82%204.5-1.31%207.11-1.31c13.1%200%2024.82%209.93%2019.53%2032.89c-4.54%2019.71-31.08%2043.62-39.19%2052.75c-.52.58-.69%201.52-.69%201.52s41.53-30.07%2047.18-54.21c5.64-24.12-9.62-34.75-23.01-34.75%22%2F%3E%3Cpath%20fill%3D%22%23ff8a80%22%20d%3D%22M26.02%2016.86c3.03-3.78%208.44-6.91%2013.03-3.31c2.48%201.95%201.4%205.94-.82%207.62c-3.24%202.45-6.05%203.94-8.01%207.79c-1.18%202.31-1.89%204.84-2.25%207.42c-.14%201.02-1.48%201.27-1.98.37c-3.42-6.05-4.39-14.37.03-19.89m48.59%207.95c-1.42%200-2.43-1.38-1.9-2.7c.96-2.44%202.21-4.8%203.7-6.91c2.21-3.1%206.43-4.91%209.09-3.03c2.73%201.93%202.38%205.77.46%207.63c-4.12%203.99-9.31%205.01-11.35%205.01%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/heart-exclamation.svg?color=%231a73e8&size=48