heart-off-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
heart-off-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the heart off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l1.271 1.27a4 4 0 0 0-.156.15c-1.688 1.705-1.68 4.476.016 6.189l6.277 6.34c.26.263.682.263.942 0l2.787-2.813l3.863 3.864a.5.5 0 0 0 .708-.708zM16.74 10.5l-2.05 2.07l-9.438-9.437A4.32 4.32 0 0 1 9.388 4.29l.605.61l.596-.603a4.305 4.305 0 0 1 6.135.015a4.41 4.41 0 0 1 .017 6.187"/></svg>

React

import type { SVGProps } from "react";

export function FluentHeartOff20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l1.271 1.27a4 4 0 0 0-.156.15c-1.688 1.705-1.68 4.476.016 6.189l6.277 6.34c.26.263.682.263.942 0l2.787-2.813l3.863 3.864a.5.5 0 0 0 .708-.708zM16.74 10.5l-2.05 2.07l-9.438-9.437A4.32 4.32 0 0 1 9.388 4.29l.605.61l.596-.603a4.305 4.305 0 0 1 6.135.015a4.41 4.41 0 0 1 .017 6.187"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l1.271 1.27a4 4 0 0 0-.156.15c-1.688 1.705-1.68 4.476.016 6.189l6.277 6.34c.26.263.682.263.942 0l2.787-2.813l3.863 3.864a.5.5 0 0 0 .708-.708zM16.74 10.5l-2.05 2.07l-9.438-9.437A4.32 4.32 0 0 1 9.388 4.29l.605.61l.596-.603a4.305 4.305 0 0 1 6.135.015a4.41 4.41 0 0 1 .017 6.187"/></svg>
</template>

CSS

.icon-heart-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.854%202.146a.5.5%200%201%200-.708.708l1.271%201.27a4%204%200%200%200-.156.15c-1.688%201.705-1.68%204.476.016%206.189l6.277%206.34c.26.263.682.263.942%200l2.787-2.813l3.863%203.864a.5.5%200%200%200%20.708-.708zM16.74%2010.5l-2.05%202.07l-9.438-9.437A4.32%204.32%200%200%201%209.388%204.29l.605.61l.596-.603a4.305%204.305%200%200%201%206.135.015a4.41%204.41%200%200%201%20.017%206.187%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.854%202.146a.5.5%200%201%200-.708.708l1.271%201.27a4%204%200%200%200-.156.15c-1.688%201.705-1.68%204.476.016%206.189l6.277%206.34c.26.263.682.263.942%200l2.787-2.813l3.863%203.864a.5.5%200%200%200%20.708-.708zM16.74%2010.5l-2.05%202.07l-9.438-9.437A4.32%204.32%200%200%201%209.388%204.29l.605.61l.596-.603a4.305%204.305%200%200%201%206.135.015a4.41%204.41%200%200%201%20.017%206.187%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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