heart add icon

heart-add-line from Remix Icon by Remix Design · Line · Health & Medical · Apache-2.0 Free for personal and commercial use.

Name
heart-add-line
Set
Remix Icon
Style
Line
Category
Health & Medical
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More health & medical icons from Remix Icon

Use the heart add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 14v3h3v2h-3v3h-2v-3h-3v-2h3v-3zm1.243-9.243a6 6 0 0 1 .237 8.235l-1.42-1.418c1.33-1.524 1.26-3.914-.233-5.404a4 4 0 0 0-5.49-.153l-1.335 1.198l-1.336-1.197a4 4 0 0 0-5.686 5.605l8.432 8.446L12 21.485l-8.48-8.492A6 6 0 0 1 12 4.529a6 6 0 0 1 8.242.228"/></svg>

React

import type { SVGProps } from "react";

export function RiHeartAddLine(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="M19 14v3h3v2h-3v3h-2v-3h-3v-2h3v-3zm1.243-9.243a6 6 0 0 1 .237 8.235l-1.42-1.418c1.33-1.524 1.26-3.914-.233-5.404a4 4 0 0 0-5.49-.153l-1.335 1.198l-1.336-1.197a4 4 0 0 0-5.686 5.605l8.432 8.446L12 21.485l-8.48-8.492A6 6 0 0 1 12 4.529a6 6 0 0 1 8.242.228"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 14v3h3v2h-3v3h-2v-3h-3v-2h3v-3zm1.243-9.243a6 6 0 0 1 .237 8.235l-1.42-1.418c1.33-1.524 1.26-3.914-.233-5.404a4 4 0 0 0-5.49-.153l-1.335 1.198l-1.336-1.197a4 4 0 0 0-5.686 5.605l8.432 8.446L12 21.485l-8.48-8.492A6 6 0 0 1 12 4.529a6 6 0 0 1 8.242.228"/></svg>
</template>

CSS

.icon-heart-add-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%22M19%2014v3h3v2h-3v3h-2v-3h-3v-2h3v-3zm1.243-9.243a6%206%200%200%201%20.237%208.235l-1.42-1.418c1.33-1.524%201.26-3.914-.233-5.404a4%204%200%200%200-5.49-.153l-1.335%201.198l-1.336-1.197a4%204%200%200%200-5.686%205.605l8.432%208.446L12%2021.485l-8.48-8.492A6%206%200%200%201%2012%204.529a6%206%200%200%201%208.242.228%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%22M19%2014v3h3v2h-3v3h-2v-3h-3v-2h3v-3zm1.243-9.243a6%206%200%200%201%20.237%208.235l-1.42-1.418c1.33-1.524%201.26-3.914-.233-5.404a4%204%200%200%200-5.49-.153l-1.335%201.198l-1.336-1.197a4%204%200%200%200-5.686%205.605l8.432%208.446L12%2021.485l-8.48-8.492A6%206%200%200%201%2012%204.529a6%206%200%200%201%208.242.228%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/heart-add-line.svg?color=%231a73e8&size=48