heart slash icon

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

Name
heart-slash-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the heart slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 8.691c0 1.19-.19 2.29-.52 3.31c-1.58 5-6.45 7.99-8.86 8.81c-.34.12-.9.12-1.24 0c-.64-.22-1.45-.59-2.32-1.11c-.56-.33-.65-1.11-.19-1.57l11.28-11.28c.54-.54 1.49-.31 1.68.43c.11.45.17.92.17 1.41m.53-7.22a.754.754 0 0 0-1.06 0l-2.34 2.34c-.79-.45-1.71-.71-2.69-.71c-1.81 0-3.43.88-4.44 2.23a5.55 5.55 0 0 0-4.44-2.23c-3.07 0-5.56 2.5-5.56 5.59c0 1.19.19 2.29.52 3.31c.65 2.07 1.87 3.8 3.25 5.17l-4.3 4.3c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22l20-20c.29-.29.29-.77 0-1.06"/></svg>

React

import type { SVGProps } from "react";

export function ReiconHeartSlashFilled(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="M22 8.691c0 1.19-.19 2.29-.52 3.31c-1.58 5-6.45 7.99-8.86 8.81c-.34.12-.9.12-1.24 0c-.64-.22-1.45-.59-2.32-1.11c-.56-.33-.65-1.11-.19-1.57l11.28-11.28c.54-.54 1.49-.31 1.68.43c.11.45.17.92.17 1.41m.53-7.22a.754.754 0 0 0-1.06 0l-2.34 2.34c-.79-.45-1.71-.71-2.69-.71c-1.81 0-3.43.88-4.44 2.23a5.55 5.55 0 0 0-4.44-2.23c-3.07 0-5.56 2.5-5.56 5.59c0 1.19.19 2.29.52 3.31c.65 2.07 1.87 3.8 3.25 5.17l-4.3 4.3c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22l20-20c.29-.29.29-.77 0-1.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 8.691c0 1.19-.19 2.29-.52 3.31c-1.58 5-6.45 7.99-8.86 8.81c-.34.12-.9.12-1.24 0c-.64-.22-1.45-.59-2.32-1.11c-.56-.33-.65-1.11-.19-1.57l11.28-11.28c.54-.54 1.49-.31 1.68.43c.11.45.17.92.17 1.41m.53-7.22a.754.754 0 0 0-1.06 0l-2.34 2.34c-.79-.45-1.71-.71-2.69-.71c-1.81 0-3.43.88-4.44 2.23a5.55 5.55 0 0 0-4.44-2.23c-3.07 0-5.56 2.5-5.56 5.59c0 1.19.19 2.29.52 3.31c.65 2.07 1.87 3.8 3.25 5.17l-4.3 4.3c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22l20-20c.29-.29.29-.77 0-1.06"/></svg>
</template>

CSS

.icon-heart-slash-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%22M22%208.691c0%201.19-.19%202.29-.52%203.31c-1.58%205-6.45%207.99-8.86%208.81c-.34.12-.9.12-1.24%200c-.64-.22-1.45-.59-2.32-1.11c-.56-.33-.65-1.11-.19-1.57l11.28-11.28c.54-.54%201.49-.31%201.68.43c.11.45.17.92.17%201.41m.53-7.22a.754.754%200%200%200-1.06%200l-2.34%202.34c-.79-.45-1.71-.71-2.69-.71c-1.81%200-3.43.88-4.44%202.23a5.55%205.55%200%200%200-4.44-2.23c-3.07%200-5.56%202.5-5.56%205.59c0%201.19.19%202.29.52%203.31c.65%202.07%201.87%203.8%203.25%205.17l-4.3%204.3c-.29.29-.29.77%200%201.06c.15.15.34.22.53.22s.38-.07.53-.22l20-20c.29-.29.29-.77%200-1.06%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%22M22%208.691c0%201.19-.19%202.29-.52%203.31c-1.58%205-6.45%207.99-8.86%208.81c-.34.12-.9.12-1.24%200c-.64-.22-1.45-.59-2.32-1.11c-.56-.33-.65-1.11-.19-1.57l11.28-11.28c.54-.54%201.49-.31%201.68.43c.11.45.17.92.17%201.41m.53-7.22a.754.754%200%200%200-1.06%200l-2.34%202.34c-.79-.45-1.71-.71-2.69-.71c-1.81%200-3.43.88-4.44%202.23a5.55%205.55%200%200%200-4.44-2.23c-3.07%200-5.56%202.5-5.56%205.59c0%201.19.19%202.29.52%203.31c.65%202.07%201.87%203.8%203.25%205.17l-4.3%204.3c-.29.29-.29.77%200%201.06c.15.15.34.22.53.22s.38-.07.53-.22l20-20c.29-.29.29-.77%200-1.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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