heart arrow icon
heart-arrow-rounded from Material Symbols by Google · Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- heart-arrow-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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 7.625q-.2 0-.4-.088t-.35-.287q-.75-1-1.7-1.625T7.5 5q-1.425 0-2.463.988T4 8.474q0 .75.288 1.525t1.024 1.763t2 2.25T10.526 17L12 18.3l1.525-1.325q1.2-1.05 2.613-2.375t2.387-2.6h-1.2q-.425 0-.712-.288T16.325 11t.288-.712t.712-.288H21q.425 0 .713.288T22 11v3.675q0 .425-.288.7T21 15.65t-.712-.288T20 14.65v-1.275q-1.025 1.3-2.475 2.65t-2.675 2.45l-1.525 1.35q-.275.25-.625.375t-.7.125t-.7-.125t-.625-.4l-1.85-1.65q-1.8-1.625-3.088-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 3q.925 0 1.8.288t1.6.862q.8.625 1.375 1.463t.575 1.862q0 .35-.262.588t-.613.237q-.425 0-.737-.275t-.438-.7q-.375-1.275-1.412-1.8T16.5 5q-1.2 0-2.1.625T12.75 7.25q-.15.2-.35.288t-.4.087"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHeartArrowRounded(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 7.625q-.2 0-.4-.088t-.35-.287q-.75-1-1.7-1.625T7.5 5q-1.425 0-2.463.988T4 8.474q0 .75.288 1.525t1.024 1.763t2 2.25T10.526 17L12 18.3l1.525-1.325q1.2-1.05 2.613-2.375t2.387-2.6h-1.2q-.425 0-.712-.288T16.325 11t.288-.712t.712-.288H21q.425 0 .713.288T22 11v3.675q0 .425-.288.7T21 15.65t-.712-.288T20 14.65v-1.275q-1.025 1.3-2.475 2.65t-2.675 2.45l-1.525 1.35q-.275.25-.625.375t-.7.125t-.7-.125t-.625-.4l-1.85-1.65q-1.8-1.625-3.088-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 3q.925 0 1.8.288t1.6.862q.8.625 1.375 1.463t.575 1.862q0 .35-.262.588t-.613.237q-.425 0-.737-.275t-.438-.7q-.375-1.275-1.412-1.8T16.5 5q-1.2 0-2.1.625T12.75 7.25q-.15.2-.35.288t-.4.087"/></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 7.625q-.2 0-.4-.088t-.35-.287q-.75-1-1.7-1.625T7.5 5q-1.425 0-2.463.988T4 8.474q0 .75.288 1.525t1.024 1.763t2 2.25T10.526 17L12 18.3l1.525-1.325q1.2-1.05 2.613-2.375t2.387-2.6h-1.2q-.425 0-.712-.288T16.325 11t.288-.712t.712-.288H21q.425 0 .713.288T22 11v3.675q0 .425-.288.7T21 15.65t-.712-.288T20 14.65v-1.275q-1.025 1.3-2.475 2.65t-2.675 2.45l-1.525 1.35q-.275.25-.625.375t-.7.125t-.7-.125t-.625-.4l-1.85-1.65q-1.8-1.625-3.088-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 3q.925 0 1.8.288t1.6.862q.8.625 1.375 1.463t.575 1.862q0 .35-.262.588t-.613.237q-.425 0-.737-.275t-.438-.7q-.375-1.275-1.412-1.8T16.5 5q-1.2 0-2.1.625T12.75 7.25q-.15.2-.35.288t-.4.087"/></svg> </template>
CSS
.icon-heart-arrow-rounded {
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%207.625q-.2%200-.4-.088t-.35-.287q-.75-1-1.7-1.625T7.5%205q-1.425%200-2.463.988T4%208.474q0%20.75.288%201.525t1.024%201.763t2%202.25T10.526%2017L12%2018.3l1.525-1.325q1.2-1.05%202.613-2.375t2.387-2.6h-1.2q-.425%200-.712-.288T16.325%2011t.288-.712t.712-.288H21q.425%200%20.713.288T22%2011v3.675q0%20.425-.288.7T21%2015.65t-.712-.288T20%2014.65v-1.275q-1.025%201.3-2.475%202.65t-2.675%202.45l-1.525%201.35q-.275.25-.625.375t-.7.125t-.7-.125t-.625-.4l-1.85-1.65q-1.8-1.625-3.088-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%203q.925%200%201.8.288t1.6.862q.8.625%201.375%201.463t.575%201.862q0%20.35-.262.588t-.613.237q-.425%200-.737-.275t-.438-.7q-.375-1.275-1.412-1.8T16.5%205q-1.2%200-2.1.625T12.75%207.25q-.15.2-.35.288t-.4.087%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%207.625q-.2%200-.4-.088t-.35-.287q-.75-1-1.7-1.625T7.5%205q-1.425%200-2.463.988T4%208.474q0%20.75.288%201.525t1.024%201.763t2%202.25T10.526%2017L12%2018.3l1.525-1.325q1.2-1.05%202.613-2.375t2.387-2.6h-1.2q-.425%200-.712-.288T16.325%2011t.288-.712t.712-.288H21q.425%200%20.713.288T22%2011v3.675q0%20.425-.288.7T21%2015.65t-.712-.288T20%2014.65v-1.275q-1.025%201.3-2.475%202.65t-2.675%202.45l-1.525%201.35q-.275.25-.625.375t-.7.125t-.7-.125t-.625-.4l-1.85-1.65q-1.8-1.625-3.088-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%203q.925%200%201.8.288t1.6.862q.8.625%201.375%201.463t.575%201.862q0%20.35-.262.588t-.613.237q-.425%200-.737-.275t-.438-.7q-.375-1.275-1.412-1.8T16.5%205q-1.2%200-2.1.625T12.75%207.25q-.15.2-.35.288t-.4.087%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-rounded.svg?color=%231a73e8&size=48