heart3 icon

heart3 from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
heart3
Set
Reicon
Style
Outline
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

More ui icons from Reicon

Use the heart3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.25 9.474c0-3.788 2.608-7.224 6.643-7.224c1.867 0 3.213.82 4.107 1.66c.894-.84 2.24-1.66 4.107-1.66c4.035 0 6.643 3.436 6.643 7.224c0 3.827-2.31 6.896-4.688 9.02s-4.966 3.431-5.825 3.718L12 22.29l-.237-.08c-.86-.286-3.447-1.593-5.825-3.717S1.25 13.3 1.25 9.474M7.893 3.75c-3.02 0-5.143 2.564-5.143 5.724c0 3.2 1.94 5.893 4.187 7.901c2.027 1.81 4.189 2.959 5.063 3.323c.874-.364 3.036-1.513 5.063-3.323c2.248-2.008 4.187-4.702 4.187-7.9c0-3.16-2.123-5.725-5.143-5.725c-1.713 0-2.847.92-3.534 1.734L12 6.163l-.573-.68C10.74 4.67 9.606 3.75 7.893 3.75" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconHeart3(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" fillRule="evenodd" d="M1.25 9.474c0-3.788 2.608-7.224 6.643-7.224c1.867 0 3.213.82 4.107 1.66c.894-.84 2.24-1.66 4.107-1.66c4.035 0 6.643 3.436 6.643 7.224c0 3.827-2.31 6.896-4.688 9.02s-4.966 3.431-5.825 3.718L12 22.29l-.237-.08c-.86-.286-3.447-1.593-5.825-3.717S1.25 13.3 1.25 9.474M7.893 3.75c-3.02 0-5.143 2.564-5.143 5.724c0 3.2 1.94 5.893 4.187 7.901c2.027 1.81 4.189 2.959 5.063 3.323c.874-.364 3.036-1.513 5.063-3.323c2.248-2.008 4.187-4.702 4.187-7.9c0-3.16-2.123-5.725-5.143-5.725c-1.713 0-2.847.92-3.534 1.734L12 6.163l-.573-.68C10.74 4.67 9.606 3.75 7.893 3.75" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.25 9.474c0-3.788 2.608-7.224 6.643-7.224c1.867 0 3.213.82 4.107 1.66c.894-.84 2.24-1.66 4.107-1.66c4.035 0 6.643 3.436 6.643 7.224c0 3.827-2.31 6.896-4.688 9.02s-4.966 3.431-5.825 3.718L12 22.29l-.237-.08c-.86-.286-3.447-1.593-5.825-3.717S1.25 13.3 1.25 9.474M7.893 3.75c-3.02 0-5.143 2.564-5.143 5.724c0 3.2 1.94 5.893 4.187 7.901c2.027 1.81 4.189 2.959 5.063 3.323c.874-.364 3.036-1.513 5.063-3.323c2.248-2.008 4.187-4.702 4.187-7.9c0-3.16-2.123-5.725-5.143-5.725c-1.713 0-2.847.92-3.534 1.734L12 6.163l-.573-.68C10.74 4.67 9.606 3.75 7.893 3.75" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-heart3 {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%209.474c0-3.788%202.608-7.224%206.643-7.224c1.867%200%203.213.82%204.107%201.66c.894-.84%202.24-1.66%204.107-1.66c4.035%200%206.643%203.436%206.643%207.224c0%203.827-2.31%206.896-4.688%209.02s-4.966%203.431-5.825%203.718L12%2022.29l-.237-.08c-.86-.286-3.447-1.593-5.825-3.717S1.25%2013.3%201.25%209.474M7.893%203.75c-3.02%200-5.143%202.564-5.143%205.724c0%203.2%201.94%205.893%204.187%207.901c2.027%201.81%204.189%202.959%205.063%203.323c.874-.364%203.036-1.513%205.063-3.323c2.248-2.008%204.187-4.702%204.187-7.9c0-3.16-2.123-5.725-5.143-5.725c-1.713%200-2.847.92-3.534%201.734L12%206.163l-.573-.68C10.74%204.67%209.606%203.75%207.893%203.75%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%209.474c0-3.788%202.608-7.224%206.643-7.224c1.867%200%203.213.82%204.107%201.66c.894-.84%202.24-1.66%204.107-1.66c4.035%200%206.643%203.436%206.643%207.224c0%203.827-2.31%206.896-4.688%209.02s-4.966%203.431-5.825%203.718L12%2022.29l-.237-.08c-.86-.286-3.447-1.593-5.825-3.717S1.25%2013.3%201.25%209.474M7.893%203.75c-3.02%200-5.143%202.564-5.143%205.724c0%203.2%201.94%205.893%204.187%207.901c2.027%201.81%204.189%202.959%205.063%203.323c.874-.364%203.036-1.513%205.063-3.323c2.248-2.008%204.187-4.702%204.187-7.9c0-3.16-2.123-5.725-5.143-5.725c-1.713%200-2.847.92-3.534%201.734L12%206.163l-.573-.68C10.74%204.67%209.606%203.75%207.893%203.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Heart3 outline icon — Reicon · IconsDB