heart2 icon

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

Name
heart2-duotone
Set
Reicon
Style
Duotone
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"><g fill="currentColor"><path fill-rule="evenodd" d="M2 9.137c0 4.405 3.298 6.946 6.106 9.11q.44.337.856.664C10 19.729 11 20.5 12 20.5v-15C7.5.826 2 4.275 2 9.138" clip-rule="evenodd" opacity=".5"/><path d="m14 7.5l-2-2v15c1 0 2-.77 3.038-1.59q.417-.326.856-.663C18.702 16.083 22 13.542 22 9.137c0-4.462-4.631-7.734-8.871-4.63l1.931 1.931A.75.75 0 0 1 14 7.5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconHeart2Duotone(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 fillRule="evenodd" d="M2 9.137c0 4.405 3.298 6.946 6.106 9.11q.44.337.856.664C10 19.729 11 20.5 12 20.5v-15C7.5.826 2 4.275 2 9.138" clipRule="evenodd" opacity=".5"/><path d="m14 7.5l-2-2v15c1 0 2-.77 3.038-1.59q.417-.326.856-.663C18.702 16.083 22 13.542 22 9.137c0-4.462-4.631-7.734-8.871-4.63l1.931 1.931A.75.75 0 0 1 14 7.5"/></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 fill-rule="evenodd" d="M2 9.137c0 4.405 3.298 6.946 6.106 9.11q.44.337.856.664C10 19.729 11 20.5 12 20.5v-15C7.5.826 2 4.275 2 9.138" clip-rule="evenodd" opacity=".5"/><path d="m14 7.5l-2-2v15c1 0 2-.77 3.038-1.59q.417-.326.856-.663C18.702 16.083 22 13.542 22 9.137c0-4.462-4.631-7.734-8.871-4.63l1.931 1.931A.75.75 0 0 1 14 7.5"/></g></svg>
</template>

CSS

.icon-heart2-duotone {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M2%209.137c0%204.405%203.298%206.946%206.106%209.11q.44.337.856.664C10%2019.729%2011%2020.5%2012%2020.5v-15C7.5.826%202%204.275%202%209.138%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22m14%207.5l-2-2v15c1%200%202-.77%203.038-1.59q.417-.326.856-.663C18.702%2016.083%2022%2013.542%2022%209.137c0-4.462-4.631-7.734-8.871-4.63l1.931%201.931A.75.75%200%200%201%2014%207.5%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%20fill-rule%3D%22evenodd%22%20d%3D%22M2%209.137c0%204.405%203.298%206.946%206.106%209.11q.44.337.856.664C10%2019.729%2011%2020.5%2012%2020.5v-15C7.5.826%202%204.275%202%209.138%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22m14%207.5l-2-2v15c1%200%202-.77%203.038-1.59q.417-.326.856-.663C18.702%2016.083%2022%2013.542%2022%209.137c0-4.462-4.631-7.734-8.871-4.63l1.931%201.931A.75.75%200%200%201%2014%207.5%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/heart2-duotone.svg?color=%231a73e8&size=48