heart-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
heart-off-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.855 1.856a5.375 5.375 0 0 0-.5 8.044l7.895 7.896a.75.75 0 0 0 1.06 0l3.744-3.742l4.445 4.447a.75.75 0 0 0 1.061-1.061zm11.933 14.054L12 19.484L4.635 12.12a3.875 3.875 0 0 1 .512-5.912zm4.155-4.153l-2.033 2.032l1.06 1.06l2.037-2.034a5.38 5.38 0 0 0-7.612-7.6l-.821.823l-.823-.823A5.36 5.36 0 0 0 7.19 4.008l1.89 1.891c.374.183.724.43 1.034.74l1.358 1.358a.75.75 0 0 0 1.073-.013L13.88 6.64a3.88 3.88 0 0 1 5.49 0a3.876 3.876 0 0 1-.002 5.481"/></svg>

React

import type { SVGProps } from "react";

export function FluentHeartOff24Regular(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="M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.855 1.856a5.375 5.375 0 0 0-.5 8.044l7.895 7.896a.75.75 0 0 0 1.06 0l3.744-3.742l4.445 4.447a.75.75 0 0 0 1.061-1.061zm11.933 14.054L12 19.484L4.635 12.12a3.875 3.875 0 0 1 .512-5.912zm4.155-4.153l-2.033 2.032l1.06 1.06l2.037-2.034a5.38 5.38 0 0 0-7.612-7.6l-.821.823l-.823-.823A5.36 5.36 0 0 0 7.19 4.008l1.89 1.891c.374.183.724.43 1.034.74l1.358 1.358a.75.75 0 0 0 1.073-.013L13.88 6.64a3.88 3.88 0 0 1 5.49 0a3.876 3.876 0 0 1-.002 5.481"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.855 1.856a5.375 5.375 0 0 0-.5 8.044l7.895 7.896a.75.75 0 0 0 1.06 0l3.744-3.742l4.445 4.447a.75.75 0 0 0 1.061-1.061zm11.933 14.054L12 19.484L4.635 12.12a3.875 3.875 0 0 1 .512-5.912zm4.155-4.153l-2.033 2.032l1.06 1.06l2.037-2.034a5.38 5.38 0 0 0-7.612-7.6l-.821.823l-.823-.823A5.36 5.36 0 0 0 7.19 4.008l1.89 1.891c.374.183.724.43 1.034.74l1.358 1.358a.75.75 0 0 0 1.073-.013L13.88 6.64a3.88 3.88 0 0 1 5.49 0a3.876 3.876 0 0 1-.002 5.481"/></svg>
</template>

CSS

.icon-heart-off-24-regular {
  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%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l1.855%201.856a5.375%205.375%200%200%200-.5%208.044l7.895%207.896a.75.75%200%200%200%201.06%200l3.744-3.742l4.445%204.447a.75.75%200%200%200%201.061-1.061zm11.933%2014.054L12%2019.484L4.635%2012.12a3.875%203.875%200%200%201%20.512-5.912zm4.155-4.153l-2.033%202.032l1.06%201.06l2.037-2.034a5.38%205.38%200%200%200-7.612-7.6l-.821.823l-.823-.823A5.36%205.36%200%200%200%207.19%204.008l1.89%201.891c.374.183.724.43%201.034.74l1.358%201.358a.75.75%200%200%200%201.073-.013L13.88%206.64a3.88%203.88%200%200%201%205.49%200a3.876%203.876%200%200%201-.002%205.481%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%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l1.855%201.856a5.375%205.375%200%200%200-.5%208.044l7.895%207.896a.75.75%200%200%200%201.06%200l3.744-3.742l4.445%204.447a.75.75%200%200%200%201.061-1.061zm11.933%2014.054L12%2019.484L4.635%2012.12a3.875%203.875%200%200%201%20.512-5.912zm4.155-4.153l-2.033%202.032l1.06%201.06l2.037-2.034a5.38%205.38%200%200%200-7.612-7.6l-.821.823l-.823-.823A5.36%205.36%200%200%200%207.19%204.008l1.89%201.891c.374.183.724.43%201.034.74l1.358%201.358a.75.75%200%200%200%201.073-.013L13.88%206.64a3.88%203.88%200%200%201%205.49%200a3.876%203.876%200%200%201-.002%205.481%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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