md heart half icon

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

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

Related icons in IonIcons

Use the md heart half 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 64zM256 406V157.7l24.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.2C362.8 307 306.4 359.7 256 406z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdHeartHalf(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 64zM256 406V157.7l24.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.2C362.8 307 306.4 359.7 256 406z" 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 64zM256 406V157.7l24.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.2C362.8 307 306.4 359.7 256 406z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-heart-half {
  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%2064zM256%20406V157.7l24.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.2C362.8%20307%20306.4%20359.7%20256%20406z%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%2064zM256%20406V157.7l24.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.2C362.8%20307%20306.4%20359.7%20256%20406z%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-half.svg?color=%231a73e8&size=48