heart add icon
heart-add-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- heart-add-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More newicons icons from Reicon
Use the heart add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.68 13.908v-.01c-.88-.93-2.11-1.5-3.48-1.5c-2.65 0-4.8 2.15-4.8 4.8c0 1.23.47 2.35 1.23 3.2c.88.98 2.15 1.6 3.57 1.6c2.65 0 4.8-2.15 4.8-4.8c0-1.27-.5-2.43-1.32-3.29m-1.69 4.1h-1.04v1.09c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.09h-1.04c-.42 0-.75-.33-.75-.75c0-.41.32-.74.74-.75h1.05v-1c0-.02 0-.04.01-.06c.02-.38.35-.69.74-.69c.4 0 .73.32.75.72v1.03h1.04c.42 0 .75.34.75.75c0 .42-.33.75-.75.75"/><path d="M22 8.73c0 1.19-.19 2.29-.52 3.31c-.06.21-.31.27-.49.14a6.35 6.35 0 0 0-3.79-1.24c-3.47 0-6.3 2.83-6.3 6.3c0 1.08.28 2.14.81 3.08c.16.28-.03.64-.33.53c-2.41-.82-7.28-3.81-8.86-8.81C2.19 11.02 2 9.92 2 8.73c0-3.09 2.49-5.59 5.56-5.59c1.81 0 3.43.88 4.44 2.23a5.55 5.55 0 0 1 4.44-2.23c3.07 0 5.56 2.5 5.56 5.59"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconHeartAddFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.68 13.908v-.01c-.88-.93-2.11-1.5-3.48-1.5c-2.65 0-4.8 2.15-4.8 4.8c0 1.23.47 2.35 1.23 3.2c.88.98 2.15 1.6 3.57 1.6c2.65 0 4.8-2.15 4.8-4.8c0-1.27-.5-2.43-1.32-3.29m-1.69 4.1h-1.04v1.09c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.09h-1.04c-.42 0-.75-.33-.75-.75c0-.41.32-.74.74-.75h1.05v-1c0-.02 0-.04.01-.06c.02-.38.35-.69.74-.69c.4 0 .73.32.75.72v1.03h1.04c.42 0 .75.34.75.75c0 .42-.33.75-.75.75"/><path d="M22 8.73c0 1.19-.19 2.29-.52 3.31c-.06.21-.31.27-.49.14a6.35 6.35 0 0 0-3.79-1.24c-3.47 0-6.3 2.83-6.3 6.3c0 1.08.28 2.14.81 3.08c.16.28-.03.64-.33.53c-2.41-.82-7.28-3.81-8.86-8.81C2.19 11.02 2 9.92 2 8.73c0-3.09 2.49-5.59 5.56-5.59c1.81 0 3.43.88 4.44 2.23a5.55 5.55 0 0 1 4.44-2.23c3.07 0 5.56 2.5 5.56 5.59"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.68 13.908v-.01c-.88-.93-2.11-1.5-3.48-1.5c-2.65 0-4.8 2.15-4.8 4.8c0 1.23.47 2.35 1.23 3.2c.88.98 2.15 1.6 3.57 1.6c2.65 0 4.8-2.15 4.8-4.8c0-1.27-.5-2.43-1.32-3.29m-1.69 4.1h-1.04v1.09c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.09h-1.04c-.42 0-.75-.33-.75-.75c0-.41.32-.74.74-.75h1.05v-1c0-.02 0-.04.01-.06c.02-.38.35-.69.74-.69c.4 0 .73.32.75.72v1.03h1.04c.42 0 .75.34.75.75c0 .42-.33.75-.75.75"/><path d="M22 8.73c0 1.19-.19 2.29-.52 3.31c-.06.21-.31.27-.49.14a6.35 6.35 0 0 0-3.79-1.24c-3.47 0-6.3 2.83-6.3 6.3c0 1.08.28 2.14.81 3.08c.16.28-.03.64-.33.53c-2.41-.82-7.28-3.81-8.86-8.81C2.19 11.02 2 9.92 2 8.73c0-3.09 2.49-5.59 5.56-5.59c1.81 0 3.43.88 4.44 2.23a5.55 5.55 0 0 1 4.44-2.23c3.07 0 5.56 2.5 5.56 5.59"/></g></svg> </template>
CSS
.icon-heart-add-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M20.68%2013.908v-.01c-.88-.93-2.11-1.5-3.48-1.5c-2.65%200-4.8%202.15-4.8%204.8c0%201.23.47%202.35%201.23%203.2c.88.98%202.15%201.6%203.57%201.6c2.65%200%204.8-2.15%204.8-4.8c0-1.27-.5-2.43-1.32-3.29m-1.69%204.1h-1.04v1.09c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-1.09h-1.04c-.42%200-.75-.33-.75-.75c0-.41.32-.74.74-.75h1.05v-1c0-.02%200-.04.01-.06c.02-.38.35-.69.74-.69c.4%200%20.73.32.75.72v1.03h1.04c.42%200%20.75.34.75.75c0%20.42-.33.75-.75.75%22%2F%3E%3Cpath%20d%3D%22M22%208.73c0%201.19-.19%202.29-.52%203.31c-.06.21-.31.27-.49.14a6.35%206.35%200%200%200-3.79-1.24c-3.47%200-6.3%202.83-6.3%206.3c0%201.08.28%202.14.81%203.08c.16.28-.03.64-.33.53c-2.41-.82-7.28-3.81-8.86-8.81C2.19%2011.02%202%209.92%202%208.73c0-3.09%202.49-5.59%205.56-5.59c1.81%200%203.43.88%204.44%202.23a5.55%205.55%200%200%201%204.44-2.23c3.07%200%205.56%202.5%205.56%205.59%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M20.68%2013.908v-.01c-.88-.93-2.11-1.5-3.48-1.5c-2.65%200-4.8%202.15-4.8%204.8c0%201.23.47%202.35%201.23%203.2c.88.98%202.15%201.6%203.57%201.6c2.65%200%204.8-2.15%204.8-4.8c0-1.27-.5-2.43-1.32-3.29m-1.69%204.1h-1.04v1.09c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-1.09h-1.04c-.42%200-.75-.33-.75-.75c0-.41.32-.74.74-.75h1.05v-1c0-.02%200-.04.01-.06c.02-.38.35-.69.74-.69c.4%200%20.73.32.75.72v1.03h1.04c.42%200%20.75.34.75.75c0%20.42-.33.75-.75.75%22%2F%3E%3Cpath%20d%3D%22M22%208.73c0%201.19-.19%202.29-.52%203.31c-.06.21-.31.27-.49.14a6.35%206.35%200%200%200-3.79-1.24c-3.47%200-6.3%202.83-6.3%206.3c0%201.08.28%202.14.81%203.08c.16.28-.03.64-.33.53c-2.41-.82-7.28-3.81-8.86-8.81C2.19%2011.02%202%209.92%202%208.73c0-3.09%202.49-5.59%205.56-5.59c1.81%200%203.43.88%204.44%202.23a5.55%205.55%200%200%201%204.44-2.23c3.07%200%205.56%202.5%205.56%205.59%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/heart-add-filled.svg?color=%231a73e8&size=48