sparkling heart emoji

sparkling-heart from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.

Name
sparkling-heart
Set
Twitter Emoji
Style
Default
Category
Smileys & Emotion
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More smileys & emotion icons from Twitter Emoji

Use the sparkling heart emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#dd2e44" d="M35.885 11.833c0-5.45-4.418-9.868-9.867-9.868c-3.308 0-6.227 1.633-8.018 4.129c-1.791-2.496-4.71-4.129-8.017-4.129c-5.45 0-9.868 4.417-9.868 9.868c0 .772.098 1.52.266 2.241C1.751 22.587 11.216 31.568 18 34.034c6.783-2.466 16.249-11.447 17.617-19.959c.17-.721.268-1.469.268-2.242"/><path fill="#fdcb58" d="m34.347 23.894l-3.824-1.416l-1.416-3.824a1 1 0 0 0-1.876-.001l-1.416 3.824l-3.824 1.416a1.001 1.001 0 0 0 0 1.876l3.824 1.416l1.416 3.824a1 1 0 0 0 1.876 0l1.416-3.824l3.824-1.416a1.001 1.001 0 0 0 0-1.875m-23-16.001l-2.365-.875l-.875-2.365a1 1 0 0 0-1.876 0l-.876 2.365l-2.364.875a1 1 0 0 0 0 1.876l2.365.875l.875 2.365a1 1 0 0 0 1.876 0l.875-2.365l2.365-.875a1 1 0 0 0 0-1.876"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiSparklingHeart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#dd2e44" d="M35.885 11.833c0-5.45-4.418-9.868-9.867-9.868c-3.308 0-6.227 1.633-8.018 4.129c-1.791-2.496-4.71-4.129-8.017-4.129c-5.45 0-9.868 4.417-9.868 9.868c0 .772.098 1.52.266 2.241C1.751 22.587 11.216 31.568 18 34.034c6.783-2.466 16.249-11.447 17.617-19.959c.17-.721.268-1.469.268-2.242"/><path fill="#fdcb58" d="m34.347 23.894l-3.824-1.416l-1.416-3.824a1 1 0 0 0-1.876-.001l-1.416 3.824l-3.824 1.416a1.001 1.001 0 0 0 0 1.876l3.824 1.416l1.416 3.824a1 1 0 0 0 1.876 0l1.416-3.824l3.824-1.416a1.001 1.001 0 0 0 0-1.875m-23-16.001l-2.365-.875l-.875-2.365a1 1 0 0 0-1.876 0l-.876 2.365l-2.364.875a1 1 0 0 0 0 1.876l2.365.875l.875 2.365a1 1 0 0 0 1.876 0l.875-2.365l2.365-.875a1 1 0 0 0 0-1.876"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#dd2e44" d="M35.885 11.833c0-5.45-4.418-9.868-9.867-9.868c-3.308 0-6.227 1.633-8.018 4.129c-1.791-2.496-4.71-4.129-8.017-4.129c-5.45 0-9.868 4.417-9.868 9.868c0 .772.098 1.52.266 2.241C1.751 22.587 11.216 31.568 18 34.034c6.783-2.466 16.249-11.447 17.617-19.959c.17-.721.268-1.469.268-2.242"/><path fill="#fdcb58" d="m34.347 23.894l-3.824-1.416l-1.416-3.824a1 1 0 0 0-1.876-.001l-1.416 3.824l-3.824 1.416a1.001 1.001 0 0 0 0 1.876l3.824 1.416l1.416 3.824a1 1 0 0 0 1.876 0l1.416-3.824l3.824-1.416a1.001 1.001 0 0 0 0-1.875m-23-16.001l-2.365-.875l-.875-2.365a1 1 0 0 0-1.876 0l-.876 2.365l-2.364.875a1 1 0 0 0 0 1.876l2.365.875l.875 2.365a1 1 0 0 0 1.876 0l.875-2.365l2.365-.875a1 1 0 0 0 0-1.876"/></svg>
</template>

CSS

.icon-sparkling-heart {
  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%2036%2036%22%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M35.885%2011.833c0-5.45-4.418-9.868-9.867-9.868c-3.308%200-6.227%201.633-8.018%204.129c-1.791-2.496-4.71-4.129-8.017-4.129c-5.45%200-9.868%204.417-9.868%209.868c0%20.772.098%201.52.266%202.241C1.751%2022.587%2011.216%2031.568%2018%2034.034c6.783-2.466%2016.249-11.447%2017.617-19.959c.17-.721.268-1.469.268-2.242%22%2F%3E%3Cpath%20fill%3D%22%23fdcb58%22%20d%3D%22m34.347%2023.894l-3.824-1.416l-1.416-3.824a1%201%200%200%200-1.876-.001l-1.416%203.824l-3.824%201.416a1.001%201.001%200%200%200%200%201.876l3.824%201.416l1.416%203.824a1%201%200%200%200%201.876%200l1.416-3.824l3.824-1.416a1.001%201.001%200%200%200%200-1.875m-23-16.001l-2.365-.875l-.875-2.365a1%201%200%200%200-1.876%200l-.876%202.365l-2.364.875a1%201%200%200%200%200%201.876l2.365.875l.875%202.365a1%201%200%200%200%201.876%200l.875-2.365l2.365-.875a1%201%200%200%200%200-1.876%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M35.885%2011.833c0-5.45-4.418-9.868-9.867-9.868c-3.308%200-6.227%201.633-8.018%204.129c-1.791-2.496-4.71-4.129-8.017-4.129c-5.45%200-9.868%204.417-9.868%209.868c0%20.772.098%201.52.266%202.241C1.751%2022.587%2011.216%2031.568%2018%2034.034c6.783-2.466%2016.249-11.447%2017.617-19.959c.17-.721.268-1.469.268-2.242%22%2F%3E%3Cpath%20fill%3D%22%23fdcb58%22%20d%3D%22m34.347%2023.894l-3.824-1.416l-1.416-3.824a1%201%200%200%200-1.876-.001l-1.416%203.824l-3.824%201.416a1.001%201.001%200%200%200%200%201.876l3.824%201.416l1.416%203.824a1%201%200%200%200%201.876%200l1.416-3.824l3.824-1.416a1.001%201.001%200%200%200%200-1.875m-23-16.001l-2.365-.875l-.875-2.365a1%201%200%200%200-1.876%200l-.876%202.365l-2.364.875a1%201%200%200%200%200%201.876l2.365.875l.875%202.365a1%201%200%200%200%201.876%200l.875-2.365l2.365-.875a1%201%200%200%200%200-1.876%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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