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

Name
heart-off-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="m10.452 11.16l3.694 3.694a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l1.946 1.945q-.075.066-.146.137a3.25 3.25 0 0 0 .012 4.595l4.707 4.708a.5.5 0 0 0 .707 0zm2.603-2.602l-1.188 1.188l-6.754-6.754a3.26 3.26 0 0 1 2.428.956l.454.453l.447-.448a3.25 3.25 0 0 1 4.6.012a3.25 3.25 0 0 1 .013 4.593"/></svg>

React

import type { SVGProps } from "react";

export function FluentHeartOff16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.452 11.16l3.694 3.694a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l1.946 1.945q-.075.066-.146.137a3.25 3.25 0 0 0 .012 4.595l4.707 4.708a.5.5 0 0 0 .707 0zm2.603-2.602l-1.188 1.188l-6.754-6.754a3.26 3.26 0 0 1 2.428.956l.454.453l.447-.448a3.25 3.25 0 0 1 4.6.012a3.25 3.25 0 0 1 .013 4.593"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.452 11.16l3.694 3.694a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l1.946 1.945q-.075.066-.146.137a3.25 3.25 0 0 0 .012 4.595l4.707 4.708a.5.5 0 0 0 .707 0zm2.603-2.602l-1.188 1.188l-6.754-6.754a3.26 3.26 0 0 1 2.428.956l.454.453l.447-.448a3.25 3.25 0 0 1 4.6.012a3.25 3.25 0 0 1 .013 4.593"/></svg>
</template>

CSS

.icon-heart-off-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.452%2011.16l3.694%203.694a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708l1.946%201.945q-.075.066-.146.137a3.25%203.25%200%200%200%20.012%204.595l4.707%204.708a.5.5%200%200%200%20.707%200zm2.603-2.602l-1.188%201.188l-6.754-6.754a3.26%203.26%200%200%201%202.428.956l.454.453l.447-.448a3.25%203.25%200%200%201%204.6.012a3.25%203.25%200%200%201%20.013%204.593%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.452%2011.16l3.694%203.694a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708l1.946%201.945q-.075.066-.146.137a3.25%203.25%200%200%200%20.012%204.595l4.707%204.708a.5.5%200%200%200%20.707%200zm2.603-2.602l-1.188%201.188l-6.754-6.754a3.26%203.26%200%200%201%202.428.956l.454.453l.447-.448a3.25%203.25%200%200%201%204.6.012a3.25%203.25%200%200%201%20.013%204.593%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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