heart with arrow emoji

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

Name
heart-with-arrow
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 with arrow emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M15.5 45.5a9.5 1.5 0 1 0 19 0a9.5 1.5 0 1 0-19 0" opacity=".15"/><path fill="#bf8256" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M34.497 13.117L41.6 6.192l2.311 2.37l-7.102 6.925z"/><path fill="#00b8f0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M41.15 3.93a.83.83 0 0 0-1.4-.53l-2.52 2.45a3.66 3.66 0 0 0-.36 5l4.74-4.65a11.4 11.4 0 0 1-.46-2.27m5.02 5.15a.83.83 0 0 1 .5 1.42L44.15 13a3.63 3.63 0 0 1-5 .23l4.73-4.61a12 12 0 0 0 2.29.46"/><path fill="#ff6242" d="M21.19 18a8.25 8.25 0 0 0-9.8-6.36C5.74 12.81 4.51 19 5.45 23.43C8 35.19 20.74 40.39 25 41.81a2.45 2.45 0 0 0 2.44-.52c3.29-3 12.87-13 10.37-24.73c-.96-4.46-4.59-9.56-10.25-8.39A8.28 8.28 0 0 0 21.19 18"/><path fill="#ff866e" d="M28.83 12.13a8.68 8.68 0 0 0-6.69 6.69a.82.82 0 0 1-1.46.31a8.69 8.69 0 0 0-8.83-3.4c-4 .86-5.93 4.13-6.42 7.6c-.91-4.45.34-10.53 6-11.72A8.25 8.25 0 0 1 21.19 18a8.28 8.28 0 0 1 6.37-9.8c5.62-1.2 9.23 3.8 10.21 8.27c-1.85-2.98-4.9-5.2-8.94-4.34"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M21.19 18a8.25 8.25 0 0 0-9.8-6.36C5.74 12.81 4.51 19 5.45 23.43C8 35.19 20.74 40.39 25 41.81a2.45 2.45 0 0 0 2.44-.52c3.29-3 12.87-13 10.37-24.73c-.96-4.46-4.59-9.56-10.25-8.39A8.28 8.28 0 0 0 21.19 18"/><path fill="#c0dceb" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m8.37 41.84l4.34-1.39a1.23 1.23 0 0 0 .51-2l-1.82-1.9a1.23 1.23 0 0 0-2.05.45l-1.5 4.31a.42.42 0 0 0 .52.53"/><path fill="#bf8256" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M21.7 28.15a4.6 4.6 0 0 1-2-.22l-8.57 8.36l2.31 2.37l8.77-8.56a3.93 3.93 0 0 1-.51-1.95"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M18.39 26.57c0 1 1.55 1.74 3.31 1.58c0 2.12 2.24 4.48 3.51 3.73M6.45 10.37a6.62 6.62 0 0 0-5.14 7.82M7.22 7.51a3.72 3.72 0 0 0-4.84 2.07"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisHeartWithArrow(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="M15.5 45.5a9.5 1.5 0 1 0 19 0a9.5 1.5 0 1 0-19 0" opacity=".15"/><path fill="#bf8256" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M34.497 13.117L41.6 6.192l2.311 2.37l-7.102 6.925z"/><path fill="#00b8f0" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M41.15 3.93a.83.83 0 0 0-1.4-.53l-2.52 2.45a3.66 3.66 0 0 0-.36 5l4.74-4.65a11.4 11.4 0 0 1-.46-2.27m5.02 5.15a.83.83 0 0 1 .5 1.42L44.15 13a3.63 3.63 0 0 1-5 .23l4.73-4.61a12 12 0 0 0 2.29.46"/><path fill="#ff6242" d="M21.19 18a8.25 8.25 0 0 0-9.8-6.36C5.74 12.81 4.51 19 5.45 23.43C8 35.19 20.74 40.39 25 41.81a2.45 2.45 0 0 0 2.44-.52c3.29-3 12.87-13 10.37-24.73c-.96-4.46-4.59-9.56-10.25-8.39A8.28 8.28 0 0 0 21.19 18"/><path fill="#ff866e" d="M28.83 12.13a8.68 8.68 0 0 0-6.69 6.69a.82.82 0 0 1-1.46.31a8.69 8.69 0 0 0-8.83-3.4c-4 .86-5.93 4.13-6.42 7.6c-.91-4.45.34-10.53 6-11.72A8.25 8.25 0 0 1 21.19 18a8.28 8.28 0 0 1 6.37-9.8c5.62-1.2 9.23 3.8 10.21 8.27c-1.85-2.98-4.9-5.2-8.94-4.34"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M21.19 18a8.25 8.25 0 0 0-9.8-6.36C5.74 12.81 4.51 19 5.45 23.43C8 35.19 20.74 40.39 25 41.81a2.45 2.45 0 0 0 2.44-.52c3.29-3 12.87-13 10.37-24.73c-.96-4.46-4.59-9.56-10.25-8.39A8.28 8.28 0 0 0 21.19 18"/><path fill="#c0dceb" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="m8.37 41.84l4.34-1.39a1.23 1.23 0 0 0 .51-2l-1.82-1.9a1.23 1.23 0 0 0-2.05.45l-1.5 4.31a.42.42 0 0 0 .52.53"/><path fill="#bf8256" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M21.7 28.15a4.6 4.6 0 0 1-2-.22l-8.57 8.36l2.31 2.37l8.77-8.56a3.93 3.93 0 0 1-.51-1.95"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M18.39 26.57c0 1 1.55 1.74 3.31 1.58c0 2.12 2.24 4.48 3.51 3.73M6.45 10.37a6.62 6.62 0 0 0-5.14 7.82M7.22 7.51a3.72 3.72 0 0 0-4.84 2.07"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M15.5 45.5a9.5 1.5 0 1 0 19 0a9.5 1.5 0 1 0-19 0" opacity=".15"/><path fill="#bf8256" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M34.497 13.117L41.6 6.192l2.311 2.37l-7.102 6.925z"/><path fill="#00b8f0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M41.15 3.93a.83.83 0 0 0-1.4-.53l-2.52 2.45a3.66 3.66 0 0 0-.36 5l4.74-4.65a11.4 11.4 0 0 1-.46-2.27m5.02 5.15a.83.83 0 0 1 .5 1.42L44.15 13a3.63 3.63 0 0 1-5 .23l4.73-4.61a12 12 0 0 0 2.29.46"/><path fill="#ff6242" d="M21.19 18a8.25 8.25 0 0 0-9.8-6.36C5.74 12.81 4.51 19 5.45 23.43C8 35.19 20.74 40.39 25 41.81a2.45 2.45 0 0 0 2.44-.52c3.29-3 12.87-13 10.37-24.73c-.96-4.46-4.59-9.56-10.25-8.39A8.28 8.28 0 0 0 21.19 18"/><path fill="#ff866e" d="M28.83 12.13a8.68 8.68 0 0 0-6.69 6.69a.82.82 0 0 1-1.46.31a8.69 8.69 0 0 0-8.83-3.4c-4 .86-5.93 4.13-6.42 7.6c-.91-4.45.34-10.53 6-11.72A8.25 8.25 0 0 1 21.19 18a8.28 8.28 0 0 1 6.37-9.8c5.62-1.2 9.23 3.8 10.21 8.27c-1.85-2.98-4.9-5.2-8.94-4.34"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M21.19 18a8.25 8.25 0 0 0-9.8-6.36C5.74 12.81 4.51 19 5.45 23.43C8 35.19 20.74 40.39 25 41.81a2.45 2.45 0 0 0 2.44-.52c3.29-3 12.87-13 10.37-24.73c-.96-4.46-4.59-9.56-10.25-8.39A8.28 8.28 0 0 0 21.19 18"/><path fill="#c0dceb" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m8.37 41.84l4.34-1.39a1.23 1.23 0 0 0 .51-2l-1.82-1.9a1.23 1.23 0 0 0-2.05.45l-1.5 4.31a.42.42 0 0 0 .52.53"/><path fill="#bf8256" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M21.7 28.15a4.6 4.6 0 0 1-2-.22l-8.57 8.36l2.31 2.37l8.77-8.56a3.93 3.93 0 0 1-.51-1.95"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M18.39 26.57c0 1 1.55 1.74 3.31 1.58c0 2.12 2.24 4.48 3.51 3.73M6.45 10.37a6.62 6.62 0 0 0-5.14 7.82M7.22 7.51a3.72 3.72 0 0 0-4.84 2.07"/></svg>
</template>

CSS

.icon-heart-with-arrow {
  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%22M15.5%2045.5a9.5%201.5%200%201%200%2019%200a9.5%201.5%200%201%200-19%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23bf8256%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34.497%2013.117L41.6%206.192l2.311%202.37l-7.102%206.925z%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M41.15%203.93a.83.83%200%200%200-1.4-.53l-2.52%202.45a3.66%203.66%200%200%200-.36%205l4.74-4.65a11.4%2011.4%200%200%201-.46-2.27m5.02%205.15a.83.83%200%200%201%20.5%201.42L44.15%2013a3.63%203.63%200%200%201-5%20.23l4.73-4.61a12%2012%200%200%200%202.29.46%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20d%3D%22M21.19%2018a8.25%208.25%200%200%200-9.8-6.36C5.74%2012.81%204.51%2019%205.45%2023.43C8%2035.19%2020.74%2040.39%2025%2041.81a2.45%202.45%200%200%200%202.44-.52c3.29-3%2012.87-13%2010.37-24.73c-.96-4.46-4.59-9.56-10.25-8.39A8.28%208.28%200%200%200%2021.19%2018%22%2F%3E%3Cpath%20fill%3D%22%23ff866e%22%20d%3D%22M28.83%2012.13a8.68%208.68%200%200%200-6.69%206.69a.82.82%200%200%201-1.46.31a8.69%208.69%200%200%200-8.83-3.4c-4%20.86-5.93%204.13-6.42%207.6c-.91-4.45.34-10.53%206-11.72A8.25%208.25%200%200%201%2021.19%2018a8.28%208.28%200%200%201%206.37-9.8c5.62-1.2%209.23%203.8%2010.21%208.27c-1.85-2.98-4.9-5.2-8.94-4.34%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%22M21.19%2018a8.25%208.25%200%200%200-9.8-6.36C5.74%2012.81%204.51%2019%205.45%2023.43C8%2035.19%2020.74%2040.39%2025%2041.81a2.45%202.45%200%200%200%202.44-.52c3.29-3%2012.87-13%2010.37-24.73c-.96-4.46-4.59-9.56-10.25-8.39A8.28%208.28%200%200%200%2021.19%2018%22%2F%3E%3Cpath%20fill%3D%22%23c0dceb%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m8.37%2041.84l4.34-1.39a1.23%201.23%200%200%200%20.51-2l-1.82-1.9a1.23%201.23%200%200%200-2.05.45l-1.5%204.31a.42.42%200%200%200%20.52.53%22%2F%3E%3Cpath%20fill%3D%22%23bf8256%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.7%2028.15a4.6%204.6%200%200%201-2-.22l-8.57%208.36l2.31%202.37l8.77-8.56a3.93%203.93%200%200%201-.51-1.95%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%22M18.39%2026.57c0%201%201.55%201.74%203.31%201.58c0%202.12%202.24%204.48%203.51%203.73M6.45%2010.37a6.62%206.62%200%200%200-5.14%207.82M7.22%207.51a3.72%203.72%200%200%200-4.84%202.07%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%22M15.5%2045.5a9.5%201.5%200%201%200%2019%200a9.5%201.5%200%201%200-19%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23bf8256%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34.497%2013.117L41.6%206.192l2.311%202.37l-7.102%206.925z%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M41.15%203.93a.83.83%200%200%200-1.4-.53l-2.52%202.45a3.66%203.66%200%200%200-.36%205l4.74-4.65a11.4%2011.4%200%200%201-.46-2.27m5.02%205.15a.83.83%200%200%201%20.5%201.42L44.15%2013a3.63%203.63%200%200%201-5%20.23l4.73-4.61a12%2012%200%200%200%202.29.46%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20d%3D%22M21.19%2018a8.25%208.25%200%200%200-9.8-6.36C5.74%2012.81%204.51%2019%205.45%2023.43C8%2035.19%2020.74%2040.39%2025%2041.81a2.45%202.45%200%200%200%202.44-.52c3.29-3%2012.87-13%2010.37-24.73c-.96-4.46-4.59-9.56-10.25-8.39A8.28%208.28%200%200%200%2021.19%2018%22%2F%3E%3Cpath%20fill%3D%22%23ff866e%22%20d%3D%22M28.83%2012.13a8.68%208.68%200%200%200-6.69%206.69a.82.82%200%200%201-1.46.31a8.69%208.69%200%200%200-8.83-3.4c-4%20.86-5.93%204.13-6.42%207.6c-.91-4.45.34-10.53%206-11.72A8.25%208.25%200%200%201%2021.19%2018a8.28%208.28%200%200%201%206.37-9.8c5.62-1.2%209.23%203.8%2010.21%208.27c-1.85-2.98-4.9-5.2-8.94-4.34%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%22M21.19%2018a8.25%208.25%200%200%200-9.8-6.36C5.74%2012.81%204.51%2019%205.45%2023.43C8%2035.19%2020.74%2040.39%2025%2041.81a2.45%202.45%200%200%200%202.44-.52c3.29-3%2012.87-13%2010.37-24.73c-.96-4.46-4.59-9.56-10.25-8.39A8.28%208.28%200%200%200%2021.19%2018%22%2F%3E%3Cpath%20fill%3D%22%23c0dceb%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m8.37%2041.84l4.34-1.39a1.23%201.23%200%200%200%20.51-2l-1.82-1.9a1.23%201.23%200%200%200-2.05.45l-1.5%204.31a.42.42%200%200%200%20.52.53%22%2F%3E%3Cpath%20fill%3D%22%23bf8256%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.7%2028.15a4.6%204.6%200%200%201-2-.22l-8.57%208.36l2.31%202.37l8.77-8.56a3.93%203.93%200%200%201-.51-1.95%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%22M18.39%2026.57c0%201%201.55%201.74%203.31%201.58c0%202.12%202.24%204.48%203.51%203.73M6.45%2010.37a6.62%206.62%200%200%200-5.14%207.82M7.22%207.51a3.72%203.72%200%200%200-4.84%202.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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