heart-suit from Streamline Emojis by Streamline · Default · Symbols · CC-BY-4.0 Attribution required.

Name
heart-suit
Set
Streamline Emojis
Style
Default
Category
Symbols
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Streamline Emojis

Use the heart suit emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M12.5 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/><path fill="#ff6242" d="M24 11.93a10 10 0 0 1 10-10c7 0 10 7 10 12.5C44 29 30.17 38.35 25.51 41.09a3 3 0 0 1-3 0C17.83 38.35 4 29 4 14.43C4 8.9 7 1.93 14 1.93a10 10 0 0 1 10 10"/><path fill="#ff866e" d="M13.5 6.93a10.49 10.49 0 0 1 9.6 6.24a1 1 0 0 0 1.8 0a10.49 10.49 0 0 1 9.6-6.24c5 0 8.06 3.39 9.5 7.38c0-5.5-3-12.38-10-12.38a10 10 0 0 0-10 10a10 10 0 0 0-10-10c-6.95 0-10 6.88-10 12.38c1.44-3.99 4.5-7.38 9.5-7.38"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 11.93a10 10 0 0 1 10-10c7 0 10 7 10 12.5C44 29 30.17 38.35 25.51 41.09a3 3 0 0 1-3 0C17.83 38.35 4 29 4 14.43C4 8.9 7 1.93 14 1.93a10 10 0 0 1 10 10"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisHeartSuit(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M12.5 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/><path fill="#ff6242" d="M24 11.93a10 10 0 0 1 10-10c7 0 10 7 10 12.5C44 29 30.17 38.35 25.51 41.09a3 3 0 0 1-3 0C17.83 38.35 4 29 4 14.43C4 8.9 7 1.93 14 1.93a10 10 0 0 1 10 10"/><path fill="#ff866e" d="M13.5 6.93a10.49 10.49 0 0 1 9.6 6.24a1 1 0 0 0 1.8 0a10.49 10.49 0 0 1 9.6-6.24c5 0 8.06 3.39 9.5 7.38c0-5.5-3-12.38-10-12.38a10 10 0 0 0-10 10a10 10 0 0 0-10-10c-6.95 0-10 6.88-10 12.38c1.44-3.99 4.5-7.38 9.5-7.38"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M24 11.93a10 10 0 0 1 10-10c7 0 10 7 10 12.5C44 29 30.17 38.35 25.51 41.09a3 3 0 0 1-3 0C17.83 38.35 4 29 4 14.43C4 8.9 7 1.93 14 1.93a10 10 0 0 1 10 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M12.5 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/><path fill="#ff6242" d="M24 11.93a10 10 0 0 1 10-10c7 0 10 7 10 12.5C44 29 30.17 38.35 25.51 41.09a3 3 0 0 1-3 0C17.83 38.35 4 29 4 14.43C4 8.9 7 1.93 14 1.93a10 10 0 0 1 10 10"/><path fill="#ff866e" d="M13.5 6.93a10.49 10.49 0 0 1 9.6 6.24a1 1 0 0 0 1.8 0a10.49 10.49 0 0 1 9.6-6.24c5 0 8.06 3.39 9.5 7.38c0-5.5-3-12.38-10-12.38a10 10 0 0 0-10 10a10 10 0 0 0-10-10c-6.95 0-10 6.88-10 12.38c1.44-3.99 4.5-7.38 9.5-7.38"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 11.93a10 10 0 0 1 10-10c7 0 10 7 10 12.5C44 29 30.17 38.35 25.51 41.09a3 3 0 0 1-3 0C17.83 38.35 4 29 4 14.43C4 8.9 7 1.93 14 1.93a10 10 0 0 1 10 10"/></svg>
</template>

CSS

.icon-heart-suit {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.5%2045.5a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20d%3D%22M24%2011.93a10%2010%200%200%201%2010-10c7%200%2010%207%2010%2012.5C44%2029%2030.17%2038.35%2025.51%2041.09a3%203%200%200%201-3%200C17.83%2038.35%204%2029%204%2014.43C4%208.9%207%201.93%2014%201.93a10%2010%200%200%201%2010%2010%22%2F%3E%3Cpath%20fill%3D%22%23ff866e%22%20d%3D%22M13.5%206.93a10.49%2010.49%200%200%201%209.6%206.24a1%201%200%200%200%201.8%200a10.49%2010.49%200%200%201%209.6-6.24c5%200%208.06%203.39%209.5%207.38c0-5.5-3-12.38-10-12.38a10%2010%200%200%200-10%2010a10%2010%200%200%200-10-10c-6.95%200-10%206.88-10%2012.38c1.44-3.99%204.5-7.38%209.5-7.38%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2011.93a10%2010%200%200%201%2010-10c7%200%2010%207%2010%2012.5C44%2029%2030.17%2038.35%2025.51%2041.09a3%203%200%200%201-3%200C17.83%2038.35%204%2029%204%2014.43C4%208.9%207%201.93%2014%201.93a10%2010%200%200%201%2010%2010%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.5%2045.5a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20d%3D%22M24%2011.93a10%2010%200%200%201%2010-10c7%200%2010%207%2010%2012.5C44%2029%2030.17%2038.35%2025.51%2041.09a3%203%200%200%201-3%200C17.83%2038.35%204%2029%204%2014.43C4%208.9%207%201.93%2014%201.93a10%2010%200%200%201%2010%2010%22%2F%3E%3Cpath%20fill%3D%22%23ff866e%22%20d%3D%22M13.5%206.93a10.49%2010.49%200%200%201%209.6%206.24a1%201%200%200%200%201.8%200a10.49%2010.49%200%200%201%209.6-6.24c5%200%208.06%203.39%209.5%207.38c0-5.5-3-12.38-10-12.38a10%2010%200%200%200-10%2010a10%2010%200%200%200-10-10c-6.95%200-10%206.88-10%2012.38c1.44-3.99%204.5-7.38%209.5-7.38%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2011.93a10%2010%200%200%201%2010-10c7%200%2010%207%2010%2012.5C44%2029%2030.17%2038.35%2025.51%2041.09a3%203%200%200%201-3%200C17.83%2038.35%204%2029%204%2014.43C4%208.9%207%201.93%2014%201.93a10%2010%200%200%201%2010%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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