heart arrow down icon
heart-arrow-down from Iconoir by Luca Burgio · Regular · System · MIT Free for personal and commercial use.
- Name
- heart-arrow-down
- Set
- Iconoir
- Style
- Regular
- Category
- System
- Viewbox
- 24×24
- License
- MIT
More system icons from Iconoir
Use the heart arrow down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m5.478 14.883l-1.824-1.89c-2.205-2.286-2.205-5.976 0-8.261a5.58 5.58 0 0 1 8.08 0l.266.274l.265-.274A5.6 5.6 0 0 1 16.305 3c1.52 0 2.973.624 4.04 1.732A5.95 5.95 0 0 1 22 8.862a5.95 5.95 0 0 1-1.654 4.13q-.904.94-1.8 1.891M12 21.5V11m4 6.5l-4 4l-4-4"/></svg>
React
import type { SVGProps } from "react";
export function IconoirHeartArrowDown(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m5.478 14.883l-1.824-1.89c-2.205-2.286-2.205-5.976 0-8.261a5.58 5.58 0 0 1 8.08 0l.266.274l.265-.274A5.6 5.6 0 0 1 16.305 3c1.52 0 2.973.624 4.04 1.732A5.95 5.95 0 0 1 22 8.862a5.95 5.95 0 0 1-1.654 4.13q-.904.94-1.8 1.891M12 21.5V11m4 6.5l-4 4l-4-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m5.478 14.883l-1.824-1.89c-2.205-2.286-2.205-5.976 0-8.261a5.58 5.58 0 0 1 8.08 0l.266.274l.265-.274A5.6 5.6 0 0 1 16.305 3c1.52 0 2.973.624 4.04 1.732A5.95 5.95 0 0 1 22 8.862a5.95 5.95 0 0 1-1.654 4.13q-.904.94-1.8 1.891M12 21.5V11m4 6.5l-4 4l-4-4"/></svg> </template>
CSS
.icon-heart-arrow-down {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m5.478%2014.883l-1.824-1.89c-2.205-2.286-2.205-5.976%200-8.261a5.58%205.58%200%200%201%208.08%200l.266.274l.265-.274A5.6%205.6%200%200%201%2016.305%203c1.52%200%202.973.624%204.04%201.732A5.95%205.95%200%200%201%2022%208.862a5.95%205.95%200%200%201-1.654%204.13q-.904.94-1.8%201.891M12%2021.5V11m4%206.5l-4%204l-4-4%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m5.478%2014.883l-1.824-1.89c-2.205-2.286-2.205-5.976%200-8.261a5.58%205.58%200%200%201%208.08%200l.266.274l.265-.274A5.6%205.6%200%200%201%2016.305%203c1.52%200%202.973.624%204.04%201.732A5.95%205.95%200%200%201%2022%208.862a5.95%205.95%200%200%201-1.654%204.13q-.904.94-1.8%201.891M12%2021.5V11m4%206.5l-4%204l-4-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/heart-arrow-down.svg?color=%231a73e8&size=48