md heart empty icon

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

Name
md-heart-empty
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md heart empty icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M349.6 64c-36.4 0-70.7 16.7-93.6 43.9C233.1 80.7 198.8 64 162.4 64 97.9 64 48 114.2 48 179.1c0 79.5 70.7 143.3 177.8 241.7L256 448l30.2-27.2C393.3 322.4 464 258.6 464 179.1 464 114.2 414.1 64 349.6 64zm-80.8 329.3l-4.2 3.9-8.6 7.8-8.6-7.8-4.2-3.9c-50.4-46.3-94-86.3-122.7-122-28-34.7-40.4-63.1-40.4-92.2 0-22.9 8.4-43.9 23.7-59.3 15.2-15.4 36-23.8 58.6-23.8 26.1 0 52 12.2 69.1 32.5l24.5 29.1 24.5-29.1c17.1-20.4 43-32.5 69.1-32.5 22.6 0 43.4 8.4 58.7 23.8 15.3 15.4 23.7 36.5 23.7 59.3 0 29-12.5 57.5-40.4 92.2-28.8 35.7-72.3 75.7-122.8 122z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdHeartEmpty(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M349.6 64c-36.4 0-70.7 16.7-93.6 43.9C233.1 80.7 198.8 64 162.4 64 97.9 64 48 114.2 48 179.1c0 79.5 70.7 143.3 177.8 241.7L256 448l30.2-27.2C393.3 322.4 464 258.6 464 179.1 464 114.2 414.1 64 349.6 64zm-80.8 329.3l-4.2 3.9-8.6 7.8-8.6-7.8-4.2-3.9c-50.4-46.3-94-86.3-122.7-122-28-34.7-40.4-63.1-40.4-92.2 0-22.9 8.4-43.9 23.7-59.3 15.2-15.4 36-23.8 58.6-23.8 26.1 0 52 12.2 69.1 32.5l24.5 29.1 24.5-29.1c17.1-20.4 43-32.5 69.1-32.5 22.6 0 43.4 8.4 58.7 23.8 15.3 15.4 23.7 36.5 23.7 59.3 0 29-12.5 57.5-40.4 92.2-28.8 35.7-72.3 75.7-122.8 122z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M349.6 64c-36.4 0-70.7 16.7-93.6 43.9C233.1 80.7 198.8 64 162.4 64 97.9 64 48 114.2 48 179.1c0 79.5 70.7 143.3 177.8 241.7L256 448l30.2-27.2C393.3 322.4 464 258.6 464 179.1 464 114.2 414.1 64 349.6 64zm-80.8 329.3l-4.2 3.9-8.6 7.8-8.6-7.8-4.2-3.9c-50.4-46.3-94-86.3-122.7-122-28-34.7-40.4-63.1-40.4-92.2 0-22.9 8.4-43.9 23.7-59.3 15.2-15.4 36-23.8 58.6-23.8 26.1 0 52 12.2 69.1 32.5l24.5 29.1 24.5-29.1c17.1-20.4 43-32.5 69.1-32.5 22.6 0 43.4 8.4 58.7 23.8 15.3 15.4 23.7 36.5 23.7 59.3 0 29-12.5 57.5-40.4 92.2-28.8 35.7-72.3 75.7-122.8 122z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-heart-empty {
  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%22M349.6%2064c-36.4%200-70.7%2016.7-93.6%2043.9C233.1%2080.7%20198.8%2064%20162.4%2064%2097.9%2064%2048%20114.2%2048%20179.1c0%2079.5%2070.7%20143.3%20177.8%20241.7L256%20448l30.2-27.2C393.3%20322.4%20464%20258.6%20464%20179.1%20464%20114.2%20414.1%2064%20349.6%2064zm-80.8%20329.3l-4.2%203.9-8.6%207.8-8.6-7.8-4.2-3.9c-50.4-46.3-94-86.3-122.7-122-28-34.7-40.4-63.1-40.4-92.2%200-22.9%208.4-43.9%2023.7-59.3%2015.2-15.4%2036-23.8%2058.6-23.8%2026.1%200%2052%2012.2%2069.1%2032.5l24.5%2029.1%2024.5-29.1c17.1-20.4%2043-32.5%2069.1-32.5%2022.6%200%2043.4%208.4%2058.7%2023.8%2015.3%2015.4%2023.7%2036.5%2023.7%2059.3%200%2029-12.5%2057.5-40.4%2092.2-28.8%2035.7-72.3%2075.7-122.8%20122z%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%22M349.6%2064c-36.4%200-70.7%2016.7-93.6%2043.9C233.1%2080.7%20198.8%2064%20162.4%2064%2097.9%2064%2048%20114.2%2048%20179.1c0%2079.5%2070.7%20143.3%20177.8%20241.7L256%20448l30.2-27.2C393.3%20322.4%20464%20258.6%20464%20179.1%20464%20114.2%20414.1%2064%20349.6%2064zm-80.8%20329.3l-4.2%203.9-8.6%207.8-8.6-7.8-4.2-3.9c-50.4-46.3-94-86.3-122.7-122-28-34.7-40.4-63.1-40.4-92.2%200-22.9%208.4-43.9%2023.7-59.3%2015.2-15.4%2036-23.8%2058.6-23.8%2026.1%200%2052%2012.2%2069.1%2032.5l24.5%2029.1%2024.5-29.1c17.1-20.4%2043-32.5%2069.1-32.5%2022.6%200%2043.4%208.4%2058.7%2023.8%2015.3%2015.4%2023.7%2036.5%2023.7%2059.3%200%2029-12.5%2057.5-40.4%2092.2-28.8%2035.7-72.3%2075.7-122.8%20122z%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-empty.svg?color=%231a73e8&size=48