heart-slash-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
heart-slash-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the heart slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M45.156 49.012c.703.703 1.876.703 2.555 0a1.81 1.81 0 0 0 0-2.555L6.72 5.488a1.84 1.84 0 0 0-2.578 0c-.68.68-.68 1.875 0 2.555Zm-.515-9.586c5.039-5.461 7.898-11.25 7.898-17.086c0-8.297-5.672-14.156-13.289-14.156c-4.336 0-7.852 2.062-9.984 5.226c-2.086-3.14-5.625-5.226-9.985-5.226c-1.78 0-3.445.328-4.945.96ZM29.266 51.215c.492 0 1.195-.328 1.71-.633c2.462-1.594 4.782-3.21 6.891-4.898L7.563 15.426c-1.008 1.992-1.57 4.336-1.57 6.914c0 9.984 8.366 19.805 21.585 28.242c.492.305 1.219.633 1.688.633"/></svg>

React

import type { SVGProps } from "react";

export function F7HeartSlashFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M45.156 49.012c.703.703 1.876.703 2.555 0a1.81 1.81 0 0 0 0-2.555L6.72 5.488a1.84 1.84 0 0 0-2.578 0c-.68.68-.68 1.875 0 2.555Zm-.515-9.586c5.039-5.461 7.898-11.25 7.898-17.086c0-8.297-5.672-14.156-13.289-14.156c-4.336 0-7.852 2.062-9.984 5.226c-2.086-3.14-5.625-5.226-9.985-5.226c-1.78 0-3.445.328-4.945.96ZM29.266 51.215c.492 0 1.195-.328 1.71-.633c2.462-1.594 4.782-3.21 6.891-4.898L7.563 15.426c-1.008 1.992-1.57 4.336-1.57 6.914c0 9.984 8.366 19.805 21.585 28.242c.492.305 1.219.633 1.688.633"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M45.156 49.012c.703.703 1.876.703 2.555 0a1.81 1.81 0 0 0 0-2.555L6.72 5.488a1.84 1.84 0 0 0-2.578 0c-.68.68-.68 1.875 0 2.555Zm-.515-9.586c5.039-5.461 7.898-11.25 7.898-17.086c0-8.297-5.672-14.156-13.289-14.156c-4.336 0-7.852 2.062-9.984 5.226c-2.086-3.14-5.625-5.226-9.985-5.226c-1.78 0-3.445.328-4.945.96ZM29.266 51.215c.492 0 1.195-.328 1.71-.633c2.462-1.594 4.782-3.21 6.891-4.898L7.563 15.426c-1.008 1.992-1.57 4.336-1.57 6.914c0 9.984 8.366 19.805 21.585 28.242c.492.305 1.219.633 1.688.633"/></svg>
</template>

CSS

.icon-heart-slash-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M45.156%2049.012c.703.703%201.876.703%202.555%200a1.81%201.81%200%200%200%200-2.555L6.72%205.488a1.84%201.84%200%200%200-2.578%200c-.68.68-.68%201.875%200%202.555Zm-.515-9.586c5.039-5.461%207.898-11.25%207.898-17.086c0-8.297-5.672-14.156-13.289-14.156c-4.336%200-7.852%202.062-9.984%205.226c-2.086-3.14-5.625-5.226-9.985-5.226c-1.78%200-3.445.328-4.945.96ZM29.266%2051.215c.492%200%201.195-.328%201.71-.633c2.462-1.594%204.782-3.21%206.891-4.898L7.563%2015.426c-1.008%201.992-1.57%204.336-1.57%206.914c0%209.984%208.366%2019.805%2021.585%2028.242c.492.305%201.219.633%201.688.633%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M45.156%2049.012c.703.703%201.876.703%202.555%200a1.81%201.81%200%200%200%200-2.555L6.72%205.488a1.84%201.84%200%200%200-2.578%200c-.68.68-.68%201.875%200%202.555Zm-.515-9.586c5.039-5.461%207.898-11.25%207.898-17.086c0-8.297-5.672-14.156-13.289-14.156c-4.336%200-7.852%202.062-9.984%205.226c-2.086-3.14-5.625-5.226-9.985-5.226c-1.78%200-3.445.328-4.945.96ZM29.266%2051.215c.492%200%201.195-.328%201.71-.633c2.462-1.594%204.782-3.21%206.891-4.898L7.563%2015.426c-1.008%201.992-1.57%204.336-1.57%206.914c0%209.984%208.366%2019.805%2021.585%2028.242c.492.305%201.219.633%201.688.633%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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