heart off icon

heart-off from Reicon by REICON · Outline · Like · MIT Free for personal and commercial use.

Name
heart-off
Set
Reicon
Style
Outline
Category
Like
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All heart off icons →

More like icons from Reicon

Use the heart off 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.53 1.47a.75.75 0 0 0-1.06 1.06l1.74 1.742C1.954 5.618 1.25 7.49 1.25 9.474c0 3.827 2.31 6.896 4.688 9.02s4.966 3.431 5.825 3.718a.75.75 0 0 0 .474 0c.817-.273 3.206-1.472 5.49-3.425l3.743 3.743a.75.75 0 1 0 1.06-1.06l-4.24-4.24l-.005-.006L4.822 3.761l-.012-.012zm1.743 3.864c-.954 1.043-1.523 2.52-1.523 4.14c0 3.2 1.94 5.893 4.187 7.901c2.027 1.81 4.189 2.959 5.063 3.323c.818-.34 2.76-1.366 4.662-2.975z" clip-rule="evenodd"/><path d="M7.163 3.8q.353-.05.73-.05c1.713 0 2.847.92 3.534 1.734a.75.75 0 0 0 1.146 0c.687-.814 1.821-1.734 3.534-1.734c3.02 0 5.143 2.564 5.143 5.724c0 2.164-.884 4.094-2.162 5.749a.75.75 0 1 0 1.187.917c1.413-1.83 2.475-4.075 2.475-6.666c0-3.788-2.608-7.224-6.643-7.224c-1.867 0-3.213.82-4.107 1.66c-.894-.84-2.24-1.66-4.107-1.66q-.48 0-.94.065a.75.75 0 1 0 .21 1.486"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconHeartOff(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.53 1.47a.75.75 0 0 0-1.06 1.06l1.74 1.742C1.954 5.618 1.25 7.49 1.25 9.474c0 3.827 2.31 6.896 4.688 9.02s4.966 3.431 5.825 3.718a.75.75 0 0 0 .474 0c.817-.273 3.206-1.472 5.49-3.425l3.743 3.743a.75.75 0 1 0 1.06-1.06l-4.24-4.24l-.005-.006L4.822 3.761l-.012-.012zm1.743 3.864c-.954 1.043-1.523 2.52-1.523 4.14c0 3.2 1.94 5.893 4.187 7.901c2.027 1.81 4.189 2.959 5.063 3.323c.818-.34 2.76-1.366 4.662-2.975z" clipRule="evenodd"/><path d="M7.163 3.8q.353-.05.73-.05c1.713 0 2.847.92 3.534 1.734a.75.75 0 0 0 1.146 0c.687-.814 1.821-1.734 3.534-1.734c3.02 0 5.143 2.564 5.143 5.724c0 2.164-.884 4.094-2.162 5.749a.75.75 0 1 0 1.187.917c1.413-1.83 2.475-4.075 2.475-6.666c0-3.788-2.608-7.224-6.643-7.224c-1.867 0-3.213.82-4.107 1.66c-.894-.84-2.24-1.66-4.107-1.66q-.48 0-.94.065a.75.75 0 1 0 .21 1.486"/></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.53 1.47a.75.75 0 0 0-1.06 1.06l1.74 1.742C1.954 5.618 1.25 7.49 1.25 9.474c0 3.827 2.31 6.896 4.688 9.02s4.966 3.431 5.825 3.718a.75.75 0 0 0 .474 0c.817-.273 3.206-1.472 5.49-3.425l3.743 3.743a.75.75 0 1 0 1.06-1.06l-4.24-4.24l-.005-.006L4.822 3.761l-.012-.012zm1.743 3.864c-.954 1.043-1.523 2.52-1.523 4.14c0 3.2 1.94 5.893 4.187 7.901c2.027 1.81 4.189 2.959 5.063 3.323c.818-.34 2.76-1.366 4.662-2.975z" clip-rule="evenodd"/><path d="M7.163 3.8q.353-.05.73-.05c1.713 0 2.847.92 3.534 1.734a.75.75 0 0 0 1.146 0c.687-.814 1.821-1.734 3.534-1.734c3.02 0 5.143 2.564 5.143 5.724c0 2.164-.884 4.094-2.162 5.749a.75.75 0 1 0 1.187.917c1.413-1.83 2.475-4.075 2.475-6.666c0-3.788-2.608-7.224-6.643-7.224c-1.867 0-3.213.82-4.107 1.66c-.894-.84-2.24-1.66-4.107-1.66q-.48 0-.94.065a.75.75 0 1 0 .21 1.486"/></g></svg>
</template>

CSS

.icon-heart-off {
  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.53%201.47a.75.75%200%200%200-1.06%201.06l1.74%201.742C1.954%205.618%201.25%207.49%201.25%209.474c0%203.827%202.31%206.896%204.688%209.02s4.966%203.431%205.825%203.718a.75.75%200%200%200%20.474%200c.817-.273%203.206-1.472%205.49-3.425l3.743%203.743a.75.75%200%201%200%201.06-1.06l-4.24-4.24l-.005-.006L4.822%203.761l-.012-.012zm1.743%203.864c-.954%201.043-1.523%202.52-1.523%204.14c0%203.2%201.94%205.893%204.187%207.901c2.027%201.81%204.189%202.959%205.063%203.323c.818-.34%202.76-1.366%204.662-2.975z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.163%203.8q.353-.05.73-.05c1.713%200%202.847.92%203.534%201.734a.75.75%200%200%200%201.146%200c.687-.814%201.821-1.734%203.534-1.734c3.02%200%205.143%202.564%205.143%205.724c0%202.164-.884%204.094-2.162%205.749a.75.75%200%201%200%201.187.917c1.413-1.83%202.475-4.075%202.475-6.666c0-3.788-2.608-7.224-6.643-7.224c-1.867%200-3.213.82-4.107%201.66c-.894-.84-2.24-1.66-4.107-1.66q-.48%200-.94.065a.75.75%200%201%200%20.21%201.486%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.53%201.47a.75.75%200%200%200-1.06%201.06l1.74%201.742C1.954%205.618%201.25%207.49%201.25%209.474c0%203.827%202.31%206.896%204.688%209.02s4.966%203.431%205.825%203.718a.75.75%200%200%200%20.474%200c.817-.273%203.206-1.472%205.49-3.425l3.743%203.743a.75.75%200%201%200%201.06-1.06l-4.24-4.24l-.005-.006L4.822%203.761l-.012-.012zm1.743%203.864c-.954%201.043-1.523%202.52-1.523%204.14c0%203.2%201.94%205.893%204.187%207.901c2.027%201.81%204.189%202.959%205.063%203.323c.818-.34%202.76-1.366%204.662-2.975z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.163%203.8q.353-.05.73-.05c1.713%200%202.847.92%203.534%201.734a.75.75%200%200%200%201.146%200c.687-.814%201.821-1.734%203.534-1.734c3.02%200%205.143%202.564%205.143%205.724c0%202.164-.884%204.094-2.162%205.749a.75.75%200%201%200%201.187.917c1.413-1.83%202.475-4.075%202.475-6.666c0-3.788-2.608-7.224-6.643-7.224c-1.867%200-3.213.82-4.107%201.66c-.894-.84-2.24-1.66-4.107-1.66q-.48%200-.94.065a.75.75%200%201%200%20.21%201.486%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/heart-off.svg?color=%231a73e8&size=48