heart slash icon

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

Name
heart-slash
Set
Reicon
Style
Outline
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.11 17.5C3.9 15.43 2 12.48 2 8.68c0-3.09 2.49-5.59 5.56-5.59c1.82 0 3.43.88 4.44 2.24a5.53 5.53 0 0 1 4.44-2.24c1.15 0 2.22.35 3.11.96M21.74 7c.17.53.26 1.1.26 1.69c0 7-6.48 11.13-9.38 12.13c-.34.12-.9.12-1.24 0c-.65-.22-1.47-.6-2.36-1.13M22 2L2 22"/></svg>

React

import type { SVGProps } from "react";

export function ReiconHeartSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M6.11 17.5C3.9 15.43 2 12.48 2 8.68c0-3.09 2.49-5.59 5.56-5.59c1.82 0 3.43.88 4.44 2.24a5.53 5.53 0 0 1 4.44-2.24c1.15 0 2.22.35 3.11.96M21.74 7c.17.53.26 1.1.26 1.69c0 7-6.48 11.13-9.38 12.13c-.34.12-.9.12-1.24 0c-.65-.22-1.47-.6-2.36-1.13M22 2L2 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.11 17.5C3.9 15.43 2 12.48 2 8.68c0-3.09 2.49-5.59 5.56-5.59c1.82 0 3.43.88 4.44 2.24a5.53 5.53 0 0 1 4.44-2.24c1.15 0 2.22.35 3.11.96M21.74 7c.17.53.26 1.1.26 1.69c0 7-6.48 11.13-9.38 12.13c-.34.12-.9.12-1.24 0c-.65-.22-1.47-.6-2.36-1.13M22 2L2 22"/></svg>
</template>

CSS

.icon-heart-slash {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.11%2017.5C3.9%2015.43%202%2012.48%202%208.68c0-3.09%202.49-5.59%205.56-5.59c1.82%200%203.43.88%204.44%202.24a5.53%205.53%200%200%201%204.44-2.24c1.15%200%202.22.35%203.11.96M21.74%207c.17.53.26%201.1.26%201.69c0%207-6.48%2011.13-9.38%2012.13c-.34.12-.9.12-1.24%200c-.65-.22-1.47-.6-2.36-1.13M22%202L2%2022%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.11%2017.5C3.9%2015.43%202%2012.48%202%208.68c0-3.09%202.49-5.59%205.56-5.59c1.82%200%203.43.88%204.44%202.24a5.53%205.53%200%200%201%204.44-2.24c1.15%200%202.22.35%203.11.96M21.74%207c.17.53.26%201.1.26%201.69c0%207-6.48%2011.13-9.38%2012.13c-.34.12-.9.12-1.24%200c-.65-.22-1.47-.6-2.36-1.13M22%202L2%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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