heart add 2 icon
heart-add-2-line from Remix Icon by Remix Design · Line · Health & Medical · Apache-2.0 Free for personal and commercial use.
- Name
- heart-add-2-line
- Set
- Remix Icon
- Style
- Line
- Category
- Health & Medical
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
More health & medical icons from Remix Icon
aed-electrodes-fillaed-fillatom-fillbrain-2-fillbrain-3-fillbrain-ai-3-fillbrain-fillcapsule-filldislike-filldna-filldossier-filldropper-fillempathize-fillfirst-aid-kit-fillflask-fillhand-sanitizer-fillhealth-book-fillheart-2-fillheart-3-fillheart-add-fillheart-fillheart-pulse-fillhearts-fillinfrared-thermometer-fill
Use the heart add 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 9c0-2.508 1.714-4 3.5-4c1.906 0 3.254 1.582 4.5 2.828C13.246 6.582 14.594 5 16.5 5C18.316 5 20 6.484 20 9c0 1.122-.236 2.15-.65 3.102l1.836.796A9.7 9.7 0 0 0 22 9c0-3.504-2.466-6-5.5-6c-1.91 0-3.354.985-4.5 2.028C10.854 3.985 9.41 3 7.5 3C4.504 3 2 5.496 2 9c0 3.02 1.362 5.47 3.203 7.445c1.83 1.962 4.182 3.51 6.289 4.753l1.016-1.722c-2.067-1.22-4.215-2.65-5.842-4.395C5.051 13.35 4 11.363 4 9m15 8v-3h-2v3h-3v2h2.999L17 22h2l-.001-3H22v-2z"/></svg>
React
import type { SVGProps } from "react";
export function RiHeartAdd2Line(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="M4 9c0-2.508 1.714-4 3.5-4c1.906 0 3.254 1.582 4.5 2.828C13.246 6.582 14.594 5 16.5 5C18.316 5 20 6.484 20 9c0 1.122-.236 2.15-.65 3.102l1.836.796A9.7 9.7 0 0 0 22 9c0-3.504-2.466-6-5.5-6c-1.91 0-3.354.985-4.5 2.028C10.854 3.985 9.41 3 7.5 3C4.504 3 2 5.496 2 9c0 3.02 1.362 5.47 3.203 7.445c1.83 1.962 4.182 3.51 6.289 4.753l1.016-1.722c-2.067-1.22-4.215-2.65-5.842-4.395C5.051 13.35 4 11.363 4 9m15 8v-3h-2v3h-3v2h2.999L17 22h2l-.001-3H22v-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 9c0-2.508 1.714-4 3.5-4c1.906 0 3.254 1.582 4.5 2.828C13.246 6.582 14.594 5 16.5 5C18.316 5 20 6.484 20 9c0 1.122-.236 2.15-.65 3.102l1.836.796A9.7 9.7 0 0 0 22 9c0-3.504-2.466-6-5.5-6c-1.91 0-3.354.985-4.5 2.028C10.854 3.985 9.41 3 7.5 3C4.504 3 2 5.496 2 9c0 3.02 1.362 5.47 3.203 7.445c1.83 1.962 4.182 3.51 6.289 4.753l1.016-1.722c-2.067-1.22-4.215-2.65-5.842-4.395C5.051 13.35 4 11.363 4 9m15 8v-3h-2v3h-3v2h2.999L17 22h2l-.001-3H22v-2z"/></svg> </template>
CSS
.icon-heart-add-2-line {
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%22M4%209c0-2.508%201.714-4%203.5-4c1.906%200%203.254%201.582%204.5%202.828C13.246%206.582%2014.594%205%2016.5%205C18.316%205%2020%206.484%2020%209c0%201.122-.236%202.15-.65%203.102l1.836.796A9.7%209.7%200%200%200%2022%209c0-3.504-2.466-6-5.5-6c-1.91%200-3.354.985-4.5%202.028C10.854%203.985%209.41%203%207.5%203C4.504%203%202%205.496%202%209c0%203.02%201.362%205.47%203.203%207.445c1.83%201.962%204.182%203.51%206.289%204.753l1.016-1.722c-2.067-1.22-4.215-2.65-5.842-4.395C5.051%2013.35%204%2011.363%204%209m15%208v-3h-2v3h-3v2h2.999L17%2022h2l-.001-3H22v-2z%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%22M4%209c0-2.508%201.714-4%203.5-4c1.906%200%203.254%201.582%204.5%202.828C13.246%206.582%2014.594%205%2016.5%205C18.316%205%2020%206.484%2020%209c0%201.122-.236%202.15-.65%203.102l1.836.796A9.7%209.7%200%200%200%2022%209c0-3.504-2.466-6-5.5-6c-1.91%200-3.354.985-4.5%202.028C10.854%203.985%209.41%203%207.5%203C4.504%203%202%205.496%202%209c0%203.02%201.362%205.47%203.203%207.445c1.83%201.962%204.182%203.51%206.289%204.753l1.016-1.722c-2.067-1.22-4.215-2.65-5.842-4.395C5.051%2013.35%204%2011.363%204%209m15%208v-3h-2v3h-3v2h2.999L17%2022h2l-.001-3H22v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/heart-add-2-line.svg?color=%231a73e8&size=48