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

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

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the suit heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 49.516c.492 0 1.195-.328 1.688-.633c13.289-8.367 21.586-18.258 21.586-28.242c0-8.297-5.696-14.157-13.29-14.157c-4.359 0-7.875 2.579-9.984 6.54c-2.11-3.938-5.648-6.54-9.984-6.54c-7.594 0-13.29 5.86-13.29 14.157c0 9.984 8.227 19.992 21.563 28.242c.516.304 1.219.633 1.711.633"/></svg>

React

import type { SVGProps } from "react";

export function F7SuitHeartFill(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="M28 49.516c.492 0 1.195-.328 1.688-.633c13.289-8.367 21.586-18.258 21.586-28.242c0-8.297-5.696-14.157-13.29-14.157c-4.359 0-7.875 2.579-9.984 6.54c-2.11-3.938-5.648-6.54-9.984-6.54c-7.594 0-13.29 5.86-13.29 14.157c0 9.984 8.227 19.992 21.563 28.242c.516.304 1.219.633 1.711.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="M28 49.516c.492 0 1.195-.328 1.688-.633c13.289-8.367 21.586-18.258 21.586-28.242c0-8.297-5.696-14.157-13.29-14.157c-4.359 0-7.875 2.579-9.984 6.54c-2.11-3.938-5.648-6.54-9.984-6.54c-7.594 0-13.29 5.86-13.29 14.157c0 9.984 8.227 19.992 21.563 28.242c.516.304 1.219.633 1.711.633"/></svg>
</template>

CSS

.icon-suit-heart-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%22M28%2049.516c.492%200%201.195-.328%201.688-.633c13.289-8.367%2021.586-18.258%2021.586-28.242c0-8.297-5.696-14.157-13.29-14.157c-4.359%200-7.875%202.579-9.984%206.54c-2.11-3.938-5.648-6.54-9.984-6.54c-7.594%200-13.29%205.86-13.29%2014.157c0%209.984%208.227%2019.992%2021.563%2028.242c.516.304%201.219.633%201.711.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%22M28%2049.516c.492%200%201.195-.328%201.688-.633c13.289-8.367%2021.586-18.258%2021.586-28.242c0-8.297-5.696-14.157-13.29-14.157c-4.359%200-7.875%202.579-9.984%206.54c-2.11-3.938-5.648-6.54-9.984-6.54c-7.594%200-13.29%205.86-13.29%2014.157c0%209.984%208.227%2019.992%2021.563%2028.242c.516.304%201.219.633%201.711.633%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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