md heart icon

md-heart from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-heart
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-favorite

Related icons in IonIcons

Use the md heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 448l-30.164-27.211C118.718 322.442 48 258.61 48 179.095 48 114.221 97.918 64 162.4 64c36.399 0 70.717 16.742 93.6 43.947C278.882 80.742 313.199 64 349.6 64 414.082 64 464 114.221 464 179.095c0 79.516-70.719 143.348-177.836 241.694L256 448z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdHeart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 448l-30.164-27.211C118.718 322.442 48 258.61 48 179.095 48 114.221 97.918 64 162.4 64c36.399 0 70.717 16.742 93.6 43.947C278.882 80.742 313.199 64 349.6 64 414.082 64 464 114.221 464 179.095c0 79.516-70.719 143.348-177.836 241.694L256 448z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 448l-30.164-27.211C118.718 322.442 48 258.61 48 179.095 48 114.221 97.918 64 162.4 64c36.399 0 70.717 16.742 93.6 43.947C278.882 80.742 313.199 64 349.6 64 414.082 64 464 114.221 464 179.095c0 79.516-70.719 143.348-177.836 241.694L256 448z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-heart {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M256%20448l-30.164-27.211C118.718%20322.442%2048%20258.61%2048%20179.095%2048%20114.221%2097.918%2064%20162.4%2064c36.399%200%2070.717%2016.742%2093.6%2043.947C278.882%2080.742%20313.199%2064%20349.6%2064%20414.082%2064%20464%20114.221%20464%20179.095c0%2079.516-70.719%20143.348-177.836%20241.694L256%20448z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%20448l-30.164-27.211C118.718%20322.442%2048%20258.61%2048%20179.095%2048%20114.221%2097.918%2064%20162.4%2064c36.399%200%2070.717%2016.742%2093.6%2043.947C278.882%2080.742%20313.199%2064%20349.6%2064%20414.082%2064%20464%20114.221%20464%20179.095c0%2079.516-70.719%20143.348-177.836%20241.694L256%20448z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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