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

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

1 other variant in Material Symbols

The same icon in other sets

Related icons in Material Symbols

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 21l-3.175-2.85q-1.8-1.625-3.087-2.9t-2.125-2.4t-1.225-2.175T2 8.475q0-2.35 1.575-3.912T7.5 3q1.3 0 2.475.55T12 5.1q.85-1 2.025-1.55T16.5 3q2 0 3.638 1.338T21.975 8h-2.05Q19.75 6.35 18.6 5.675T16.5 5q-1.275 0-2.2.688T12.575 7.5h-1.15q-.775-1.125-1.763-1.812T7.5 5q-1.425 0-2.463.988T4 8.474q0 .825.35 1.675t1.25 1.963t2.45 2.6T12 18.3l1.525-1.325q1.2-1.05 2.613-2.375t2.387-2.6h-2.2v-2H22v5.65h-2v-2.275q-1.025 1.3-2.475 2.65t-2.675 2.45z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHeartArrow(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 21l-3.175-2.85q-1.8-1.625-3.087-2.9t-2.125-2.4t-1.225-2.175T2 8.475q0-2.35 1.575-3.912T7.5 3q1.3 0 2.475.55T12 5.1q.85-1 2.025-1.55T16.5 3q2 0 3.638 1.338T21.975 8h-2.05Q19.75 6.35 18.6 5.675T16.5 5q-1.275 0-2.2.688T12.575 7.5h-1.15q-.775-1.125-1.763-1.812T7.5 5q-1.425 0-2.463.988T4 8.474q0 .825.35 1.675t1.25 1.963t2.45 2.6T12 18.3l1.525-1.325q1.2-1.05 2.613-2.375t2.387-2.6h-2.2v-2H22v5.65h-2v-2.275q-1.025 1.3-2.475 2.65t-2.675 2.45z"/></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 21l-3.175-2.85q-1.8-1.625-3.087-2.9t-2.125-2.4t-1.225-2.175T2 8.475q0-2.35 1.575-3.912T7.5 3q1.3 0 2.475.55T12 5.1q.85-1 2.025-1.55T16.5 3q2 0 3.638 1.338T21.975 8h-2.05Q19.75 6.35 18.6 5.675T16.5 5q-1.275 0-2.2.688T12.575 7.5h-1.15q-.775-1.125-1.763-1.812T7.5 5q-1.425 0-2.463.988T4 8.474q0 .825.35 1.675t1.25 1.963t2.45 2.6T12 18.3l1.525-1.325q1.2-1.05 2.613-2.375t2.387-2.6h-2.2v-2H22v5.65h-2v-2.275q-1.025 1.3-2.475 2.65t-2.675 2.45z"/></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%2021l-3.175-2.85q-1.8-1.625-3.087-2.9t-2.125-2.4t-1.225-2.175T2%208.475q0-2.35%201.575-3.912T7.5%203q1.3%200%202.475.55T12%205.1q.85-1%202.025-1.55T16.5%203q2%200%203.638%201.338T21.975%208h-2.05Q19.75%206.35%2018.6%205.675T16.5%205q-1.275%200-2.2.688T12.575%207.5h-1.15q-.775-1.125-1.763-1.812T7.5%205q-1.425%200-2.463.988T4%208.474q0%20.825.35%201.675t1.25%201.963t2.45%202.6T12%2018.3l1.525-1.325q1.2-1.05%202.613-2.375t2.387-2.6h-2.2v-2H22v5.65h-2v-2.275q-1.025%201.3-2.475%202.65t-2.675%202.45z%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%2021l-3.175-2.85q-1.8-1.625-3.087-2.9t-2.125-2.4t-1.225-2.175T2%208.475q0-2.35%201.575-3.912T7.5%203q1.3%200%202.475.55T12%205.1q.85-1%202.025-1.55T16.5%203q2%200%203.638%201.338T21.975%208h-2.05Q19.75%206.35%2018.6%205.675T16.5%205q-1.275%200-2.2.688T12.575%207.5h-1.15q-.775-1.125-1.763-1.812T7.5%205q-1.425%200-2.463.988T4%208.474q0%20.825.35%201.675t1.25%201.963t2.45%202.6T12%2018.3l1.525-1.325q1.2-1.05%202.613-2.375t2.387-2.6h-2.2v-2H22v5.65h-2v-2.275q-1.025%201.3-2.475%202.65t-2.675%202.45z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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