heart5 icon
heart5-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- heart5-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the heart5 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.44 3.102c-1.81 0-3.43.88-4.44 2.23a5.55 5.55 0 0 0-4.44-2.23c-3.07 0-5.56 2.5-5.56 5.59c0 1.19.19 2.29.52 3.31c1.58 5 6.45 7.99 8.86 8.81c.34.12.9.12 1.24 0c2.41-.82 7.28-3.81 8.86-8.81c.33-1.02.52-2.12.52-3.31c0-3.09-2.49-5.59-5.56-5.59"/></svg>
React
import type { SVGProps } from "react";
export function ReiconHeart5Filled(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="M16.44 3.102c-1.81 0-3.43.88-4.44 2.23a5.55 5.55 0 0 0-4.44-2.23c-3.07 0-5.56 2.5-5.56 5.59c0 1.19.19 2.29.52 3.31c1.58 5 6.45 7.99 8.86 8.81c.34.12.9.12 1.24 0c2.41-.82 7.28-3.81 8.86-8.81c.33-1.02.52-2.12.52-3.31c0-3.09-2.49-5.59-5.56-5.59"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.44 3.102c-1.81 0-3.43.88-4.44 2.23a5.55 5.55 0 0 0-4.44-2.23c-3.07 0-5.56 2.5-5.56 5.59c0 1.19.19 2.29.52 3.31c1.58 5 6.45 7.99 8.86 8.81c.34.12.9.12 1.24 0c2.41-.82 7.28-3.81 8.86-8.81c.33-1.02.52-2.12.52-3.31c0-3.09-2.49-5.59-5.56-5.59"/></svg> </template>
CSS
.icon-heart5-filled {
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%22M16.44%203.102c-1.81%200-3.43.88-4.44%202.23a5.55%205.55%200%200%200-4.44-2.23c-3.07%200-5.56%202.5-5.56%205.59c0%201.19.19%202.29.52%203.31c1.58%205%206.45%207.99%208.86%208.81c.34.12.9.12%201.24%200c2.41-.82%207.28-3.81%208.86-8.81c.33-1.02.52-2.12.52-3.31c0-3.09-2.49-5.59-5.56-5.59%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%22M16.44%203.102c-1.81%200-3.43.88-4.44%202.23a5.55%205.55%200%200%200-4.44-2.23c-3.07%200-5.56%202.5-5.56%205.59c0%201.19.19%202.29.52%203.31c1.58%205%206.45%207.99%208.86%208.81c.34.12.9.12%201.24%200c2.41-.82%207.28-3.81%208.86-8.81c.33-1.02.52-2.12.52-3.31c0-3.09-2.49-5.59-5.56-5.59%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/heart5-filled.svg?color=%231a73e8&size=48