heart-arrow from Material Symbols Light by Google · Regular · Apache-2.0 Free for personal and commercial use.

Name
heart-arrow
Set
Material Symbols Light
Style
Regular
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Symbols Light

The same icon in other sets

Related icons in Material Symbols Light

Use the heart arrow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 20l-2.386-2.158q-1.82-1.663-3.088-2.948t-2.048-2.38q-.78-1.097-1.129-2.06T3 8.494q0-1.908 1.296-3.2Q5.592 4 7.5 4q1.32 0 2.475.675T12 6.639q.87-1.289 2.025-1.964T16.5 4q1.692 0 3.032 1.136t1.481 2.98h-1.05q-.136-1.593-1.277-2.354Q17.547 5 16.5 5q-1.217 0-2.21.688t-1.888 2.081h-.804q-.91-1.413-1.907-2.091T7.5 5q-1.463 0-2.482.997Q4 6.994 4 8.494q0 .844.35 1.723t1.25 2.03t2.45 2.687Q9.6 16.469 12 18.646l1.737-1.575q1.488-1.338 2.92-2.808t2.58-3.147h-2.893v-1h4.675v4.65h-1V11.74q-1.16 1.743-2.657 3.256t-3.05 2.921z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHeartArrow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 20l-2.386-2.158q-1.82-1.663-3.088-2.948t-2.048-2.38q-.78-1.097-1.129-2.06T3 8.494q0-1.908 1.296-3.2Q5.592 4 7.5 4q1.32 0 2.475.675T12 6.639q.87-1.289 2.025-1.964T16.5 4q1.692 0 3.032 1.136t1.481 2.98h-1.05q-.136-1.593-1.277-2.354Q17.547 5 16.5 5q-1.217 0-2.21.688t-1.888 2.081h-.804q-.91-1.413-1.907-2.091T7.5 5q-1.463 0-2.482.997Q4 6.994 4 8.494q0 .844.35 1.723t1.25 2.03t2.45 2.687Q9.6 16.469 12 18.646l1.737-1.575q1.488-1.338 2.92-2.808t2.58-3.147h-2.893v-1h4.675v4.65h-1V11.74q-1.16 1.743-2.657 3.256t-3.05 2.921z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 20l-2.386-2.158q-1.82-1.663-3.088-2.948t-2.048-2.38q-.78-1.097-1.129-2.06T3 8.494q0-1.908 1.296-3.2Q5.592 4 7.5 4q1.32 0 2.475.675T12 6.639q.87-1.289 2.025-1.964T16.5 4q1.692 0 3.032 1.136t1.481 2.98h-1.05q-.136-1.593-1.277-2.354Q17.547 5 16.5 5q-1.217 0-2.21.688t-1.888 2.081h-.804q-.91-1.413-1.907-2.091T7.5 5q-1.463 0-2.482.997Q4 6.994 4 8.494q0 .844.35 1.723t1.25 2.03t2.45 2.687Q9.6 16.469 12 18.646l1.737-1.575q1.488-1.338 2.92-2.808t2.58-3.147h-2.893v-1h4.675v4.65h-1V11.74q-1.16 1.743-2.657 3.256t-3.05 2.921z"/></svg>
</template>

CSS

.icon-heart-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2020l-2.386-2.158q-1.82-1.663-3.088-2.948t-2.048-2.38q-.78-1.097-1.129-2.06T3%208.494q0-1.908%201.296-3.2Q5.592%204%207.5%204q1.32%200%202.475.675T12%206.639q.87-1.289%202.025-1.964T16.5%204q1.692%200%203.032%201.136t1.481%202.98h-1.05q-.136-1.593-1.277-2.354Q17.547%205%2016.5%205q-1.217%200-2.21.688t-1.888%202.081h-.804q-.91-1.413-1.907-2.091T7.5%205q-1.463%200-2.482.997Q4%206.994%204%208.494q0%20.844.35%201.723t1.25%202.03t2.45%202.687Q9.6%2016.469%2012%2018.646l1.737-1.575q1.488-1.338%202.92-2.808t2.58-3.147h-2.893v-1h4.675v4.65h-1V11.74q-1.16%201.743-2.657%203.256t-3.05%202.921z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2020l-2.386-2.158q-1.82-1.663-3.088-2.948t-2.048-2.38q-.78-1.097-1.129-2.06T3%208.494q0-1.908%201.296-3.2Q5.592%204%207.5%204q1.32%200%202.475.675T12%206.639q.87-1.289%202.025-1.964T16.5%204q1.692%200%203.032%201.136t1.481%202.98h-1.05q-.136-1.593-1.277-2.354Q17.547%205%2016.5%205q-1.217%200-2.21.688t-1.888%202.081h-.804q-.91-1.413-1.907-2.091T7.5%205q-1.463%200-2.482.997Q4%206.994%204%208.494q0%20.844.35%201.723t1.25%202.03t2.45%202.687Q9.6%2016.469%2012%2018.646l1.737-1.575q1.488-1.338%202.92-2.808t2.58-3.147h-2.893v-1h4.675v4.65h-1V11.74q-1.16%201.743-2.657%203.256t-3.05%202.921z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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