heart-off-outline from Material Design Icons by Pictogrammers · Outline · Medical / Hospital · Apache-2.0 Free for personal and commercial use.

Name
heart-off-outline
Set
Material Design Icons
Style
Outline
Category
Medical / Hospital
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More medical / hospital icons from Material Design Icons

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.39 1.73L1.11 3l2.08 2.08C2.45 6 2 7.19 2 8.5c0 3.77 3.4 6.86 8.55 11.53L12 21.35l1.45-1.32c.87-.79 1.69-1.53 2.45-2.24L20 22l1.27-1.27m-9.17-2.18l-.1.1l-.11-.1C7.14 14.24 4 11.39 4 8.5c0-.76.22-1.44.61-2l9.89 9.87c-.76.69-1.55 1.41-2.4 2.18M8.3 5.1L6.33 3.13C6.7 3.05 7.1 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5c0 2.34-1.31 4.42-3.53 6.77l-1.41-1.41C18.91 11.88 20 10.2 20 8.5c0-2-1.5-3.5-3.5-3.5c-1.4 0-2.76.83-3.39 2h-2.22c-.51-.94-1.5-1.66-2.59-1.9"/></svg>

React

import type { SVGProps } from "react";

export function MdiHeartOffOutline(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.39 1.73L1.11 3l2.08 2.08C2.45 6 2 7.19 2 8.5c0 3.77 3.4 6.86 8.55 11.53L12 21.35l1.45-1.32c.87-.79 1.69-1.53 2.45-2.24L20 22l1.27-1.27m-9.17-2.18l-.1.1l-.11-.1C7.14 14.24 4 11.39 4 8.5c0-.76.22-1.44.61-2l9.89 9.87c-.76.69-1.55 1.41-2.4 2.18M8.3 5.1L6.33 3.13C6.7 3.05 7.1 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5c0 2.34-1.31 4.42-3.53 6.77l-1.41-1.41C18.91 11.88 20 10.2 20 8.5c0-2-1.5-3.5-3.5-3.5c-1.4 0-2.76.83-3.39 2h-2.22c-.51-.94-1.5-1.66-2.59-1.9"/></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.39 1.73L1.11 3l2.08 2.08C2.45 6 2 7.19 2 8.5c0 3.77 3.4 6.86 8.55 11.53L12 21.35l1.45-1.32c.87-.79 1.69-1.53 2.45-2.24L20 22l1.27-1.27m-9.17-2.18l-.1.1l-.11-.1C7.14 14.24 4 11.39 4 8.5c0-.76.22-1.44.61-2l9.89 9.87c-.76.69-1.55 1.41-2.4 2.18M8.3 5.1L6.33 3.13C6.7 3.05 7.1 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5c0 2.34-1.31 4.42-3.53 6.77l-1.41-1.41C18.91 11.88 20 10.2 20 8.5c0-2-1.5-3.5-3.5-3.5c-1.4 0-2.76.83-3.39 2h-2.22c-.51-.94-1.5-1.66-2.59-1.9"/></svg>
</template>

CSS

.icon-heart-off-outline {
  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.39%201.73L1.11%203l2.08%202.08C2.45%206%202%207.19%202%208.5c0%203.77%203.4%206.86%208.55%2011.53L12%2021.35l1.45-1.32c.87-.79%201.69-1.53%202.45-2.24L20%2022l1.27-1.27m-9.17-2.18l-.1.1l-.11-.1C7.14%2014.24%204%2011.39%204%208.5c0-.76.22-1.44.61-2l9.89%209.87c-.76.69-1.55%201.41-2.4%202.18M8.3%205.1L6.33%203.13C6.7%203.05%207.1%203%207.5%203c1.74%200%203.41.81%204.5%202.08C13.09%203.81%2014.76%203%2016.5%203C19.58%203%2022%205.41%2022%208.5c0%202.34-1.31%204.42-3.53%206.77l-1.41-1.41C18.91%2011.88%2020%2010.2%2020%208.5c0-2-1.5-3.5-3.5-3.5c-1.4%200-2.76.83-3.39%202h-2.22c-.51-.94-1.5-1.66-2.59-1.9%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.39%201.73L1.11%203l2.08%202.08C2.45%206%202%207.19%202%208.5c0%203.77%203.4%206.86%208.55%2011.53L12%2021.35l1.45-1.32c.87-.79%201.69-1.53%202.45-2.24L20%2022l1.27-1.27m-9.17-2.18l-.1.1l-.11-.1C7.14%2014.24%204%2011.39%204%208.5c0-.76.22-1.44.61-2l9.89%209.87c-.76.69-1.55%201.41-2.4%202.18M8.3%205.1L6.33%203.13C6.7%203.05%207.1%203%207.5%203c1.74%200%203.41.81%204.5%202.08C13.09%203.81%2014.76%203%2016.5%203C19.58%203%2022%205.41%2022%208.5c0%202.34-1.31%204.42-3.53%206.77l-1.41-1.41C18.91%2011.88%2020%2010.2%2020%208.5c0-2-1.5-3.5-3.5-3.5c-1.4%200-2.76.83-3.39%202h-2.22c-.51-.94-1.5-1.66-2.59-1.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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