heart off icon

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

Name
heart-off-filled
Set
Reicon
Style
Filled
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"><path fill="currentColor" d="M2.53 1.47a.75.75 0 0 0-1.06 1.06l1.918 1.92C2.182 5.744 1.5 7.55 1.5 9.474c0 3.722 2.249 6.729 4.604 8.833c2.357 2.105 4.915 3.393 5.738 3.667a.5.5 0 0 0 .316 0c.782-.26 3.134-1.437 5.391-3.364l3.92 3.92a.75.75 0 1 0 1.061-1.06zm4.458 1.093q.441-.063.905-.063c1.908 0 3.249.893 4.107 1.76c.858-.867 2.199-1.76 4.107-1.76c3.866 0 6.393 3.29 6.393 6.974c0 2.52-1.032 4.713-2.423 6.513a.5.5 0 0 1-.75.048L6.705 3.41a.5.5 0 0 1 .284-.848"/></svg>

React

import type { SVGProps } from "react";

export function ReiconHeartOffFilled(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="M2.53 1.47a.75.75 0 0 0-1.06 1.06l1.918 1.92C2.182 5.744 1.5 7.55 1.5 9.474c0 3.722 2.249 6.729 4.604 8.833c2.357 2.105 4.915 3.393 5.738 3.667a.5.5 0 0 0 .316 0c.782-.26 3.134-1.437 5.391-3.364l3.92 3.92a.75.75 0 1 0 1.061-1.06zm4.458 1.093q.441-.063.905-.063c1.908 0 3.249.893 4.107 1.76c.858-.867 2.199-1.76 4.107-1.76c3.866 0 6.393 3.29 6.393 6.974c0 2.52-1.032 4.713-2.423 6.513a.5.5 0 0 1-.75.048L6.705 3.41a.5.5 0 0 1 .284-.848"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.53 1.47a.75.75 0 0 0-1.06 1.06l1.918 1.92C2.182 5.744 1.5 7.55 1.5 9.474c0 3.722 2.249 6.729 4.604 8.833c2.357 2.105 4.915 3.393 5.738 3.667a.5.5 0 0 0 .316 0c.782-.26 3.134-1.437 5.391-3.364l3.92 3.92a.75.75 0 1 0 1.061-1.06zm4.458 1.093q.441-.063.905-.063c1.908 0 3.249.893 4.107 1.76c.858-.867 2.199-1.76 4.107-1.76c3.866 0 6.393 3.29 6.393 6.974c0 2.52-1.032 4.713-2.423 6.513a.5.5 0 0 1-.75.048L6.705 3.41a.5.5 0 0 1 .284-.848"/></svg>
</template>

CSS

.icon-heart-off-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%22M2.53%201.47a.75.75%200%200%200-1.06%201.06l1.918%201.92C2.182%205.744%201.5%207.55%201.5%209.474c0%203.722%202.249%206.729%204.604%208.833c2.357%202.105%204.915%203.393%205.738%203.667a.5.5%200%200%200%20.316%200c.782-.26%203.134-1.437%205.391-3.364l3.92%203.92a.75.75%200%201%200%201.061-1.06zm4.458%201.093q.441-.063.905-.063c1.908%200%203.249.893%204.107%201.76c.858-.867%202.199-1.76%204.107-1.76c3.866%200%206.393%203.29%206.393%206.974c0%202.52-1.032%204.713-2.423%206.513a.5.5%200%200%201-.75.048L6.705%203.41a.5.5%200%200%201%20.284-.848%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%22M2.53%201.47a.75.75%200%200%200-1.06%201.06l1.918%201.92C2.182%205.744%201.5%207.55%201.5%209.474c0%203.722%202.249%206.729%204.604%208.833c2.357%202.105%204.915%203.393%205.738%203.667a.5.5%200%200%200%20.316%200c.782-.26%203.134-1.437%205.391-3.364l3.92%203.92a.75.75%200%201%200%201.061-1.06zm4.458%201.093q.441-.063.905-.063c1.908%200%203.249.893%204.107%201.76c.858-.867%202.199-1.76%204.107-1.76c3.866%200%206.393%203.29%206.393%206.974c0%202.52-1.032%204.713-2.423%206.513a.5.5%200%200%201-.75.048L6.705%203.41a.5.5%200%200%201%20.284-.848%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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