heart2 icon

heart2-filled from Reicon by REICON · Filled · Like · MIT Free for personal and commercial use.

Name
heart2-filled
Set
Reicon
Style
Filled
Category
Like
Viewbox
24×24
License
MIT

2 other variants in Reicon

More like icons from Reicon

Use the heart2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.106 18.247C5.298 16.083 2 13.542 2 9.137C2 4.274 7.5.825 12 5.501l2 1.998a.75.75 0 0 0 1.06-1.06l-1.93-1.933C17.369 1.403 22 4.675 22 9.137c0 4.405-3.298 6.946-6.106 9.11q-.44.337-.856.664C14 19.729 13 20.5 12 20.5s-2-.77-3.038-1.59q-.417-.326-.856-.663"/></svg>

React

import type { SVGProps } from "react";

export function ReiconHeart2Filled(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="M8.106 18.247C5.298 16.083 2 13.542 2 9.137C2 4.274 7.5.825 12 5.501l2 1.998a.75.75 0 0 0 1.06-1.06l-1.93-1.933C17.369 1.403 22 4.675 22 9.137c0 4.405-3.298 6.946-6.106 9.11q-.44.337-.856.664C14 19.729 13 20.5 12 20.5s-2-.77-3.038-1.59q-.417-.326-.856-.663"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.106 18.247C5.298 16.083 2 13.542 2 9.137C2 4.274 7.5.825 12 5.501l2 1.998a.75.75 0 0 0 1.06-1.06l-1.93-1.933C17.369 1.403 22 4.675 22 9.137c0 4.405-3.298 6.946-6.106 9.11q-.44.337-.856.664C14 19.729 13 20.5 12 20.5s-2-.77-3.038-1.59q-.417-.326-.856-.663"/></svg>
</template>

CSS

.icon-heart2-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%22M8.106%2018.247C5.298%2016.083%202%2013.542%202%209.137C2%204.274%207.5.825%2012%205.501l2%201.998a.75.75%200%200%200%201.06-1.06l-1.93-1.933C17.369%201.403%2022%204.675%2022%209.137c0%204.405-3.298%206.946-6.106%209.11q-.44.337-.856.664C14%2019.729%2013%2020.5%2012%2020.5s-2-.77-3.038-1.59q-.417-.326-.856-.663%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%22M8.106%2018.247C5.298%2016.083%202%2013.542%202%209.137C2%204.274%207.5.825%2012%205.501l2%201.998a.75.75%200%200%200%201.06-1.06l-1.93-1.933C17.369%201.403%2022%204.675%2022%209.137c0%204.405-3.298%206.946-6.106%209.11q-.44.337-.856.664C14%2019.729%2013%2020.5%2012%2020.5s-2-.77-3.038-1.59q-.417-.326-.856-.663%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/heart2-filled.svg?color=%231a73e8&size=48