heart half icon
heart-half from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- heart-half
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
Related icons in IonIcons
Use the heart half icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M352.92 64c-48.09 0-80 29.54-96.92 51c-16.88-21.49-48.83-51-96.92-51C98.46 64 48.63 114.54 48 176.65c-.54 54.21 18.63 104.27 58.61 153c18.77 22.88 52.8 59.46 131.39 112.81a31.84 31.84 0 0 0 36 0c78.59-53.35 112.62-89.93 131.39-112.81c40-48.74 59.15-98.8 58.61-153C463.37 114.54 413.54 64 352.92 64M256 416V207.58c0-19.63 5.23-38.76 14.21-56.22a1 1 0 0 1 .08-.16a123 123 0 0 1 21.77-28.51C310.19 105 330.66 96 352.92 96c43.15 0 78.62 36.32 79.07 81C433 281.61 343.63 356.51 256 416"/></svg>
React
import type { SVGProps } from "react";
export function IonHeartHalf(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M352.92 64c-48.09 0-80 29.54-96.92 51c-16.88-21.49-48.83-51-96.92-51C98.46 64 48.63 114.54 48 176.65c-.54 54.21 18.63 104.27 58.61 153c18.77 22.88 52.8 59.46 131.39 112.81a31.84 31.84 0 0 0 36 0c78.59-53.35 112.62-89.93 131.39-112.81c40-48.74 59.15-98.8 58.61-153C463.37 114.54 413.54 64 352.92 64M256 416V207.58c0-19.63 5.23-38.76 14.21-56.22a1 1 0 0 1 .08-.16a123 123 0 0 1 21.77-28.51C310.19 105 330.66 96 352.92 96c43.15 0 78.62 36.32 79.07 81C433 281.61 343.63 356.51 256 416"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M352.92 64c-48.09 0-80 29.54-96.92 51c-16.88-21.49-48.83-51-96.92-51C98.46 64 48.63 114.54 48 176.65c-.54 54.21 18.63 104.27 58.61 153c18.77 22.88 52.8 59.46 131.39 112.81a31.84 31.84 0 0 0 36 0c78.59-53.35 112.62-89.93 131.39-112.81c40-48.74 59.15-98.8 58.61-153C463.37 114.54 413.54 64 352.92 64M256 416V207.58c0-19.63 5.23-38.76 14.21-56.22a1 1 0 0 1 .08-.16a123 123 0 0 1 21.77-28.51C310.19 105 330.66 96 352.92 96c43.15 0 78.62 36.32 79.07 81C433 281.61 343.63 356.51 256 416"/></svg> </template>
CSS
.icon-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%20fill%3D%22currentColor%22%20d%3D%22M352.92%2064c-48.09%200-80%2029.54-96.92%2051c-16.88-21.49-48.83-51-96.92-51C98.46%2064%2048.63%20114.54%2048%20176.65c-.54%2054.21%2018.63%20104.27%2058.61%20153c18.77%2022.88%2052.8%2059.46%20131.39%20112.81a31.84%2031.84%200%200%200%2036%200c78.59-53.35%20112.62-89.93%20131.39-112.81c40-48.74%2059.15-98.8%2058.61-153C463.37%20114.54%20413.54%2064%20352.92%2064M256%20416V207.58c0-19.63%205.23-38.76%2014.21-56.22a1%201%200%200%201%20.08-.16a123%20123%200%200%201%2021.77-28.51C310.19%20105%20330.66%2096%20352.92%2096c43.15%200%2078.62%2036.32%2079.07%2081C433%20281.61%20343.63%20356.51%20256%20416%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%20fill%3D%22currentColor%22%20d%3D%22M352.92%2064c-48.09%200-80%2029.54-96.92%2051c-16.88-21.49-48.83-51-96.92-51C98.46%2064%2048.63%20114.54%2048%20176.65c-.54%2054.21%2018.63%20104.27%2058.61%20153c18.77%2022.88%2052.8%2059.46%20131.39%20112.81a31.84%2031.84%200%200%200%2036%200c78.59-53.35%20112.62-89.93%20131.39-112.81c40-48.74%2059.15-98.8%2058.61-153C463.37%20114.54%20413.54%2064%20352.92%2064M256%20416V207.58c0-19.63%205.23-38.76%2014.21-56.22a1%201%200%200%201%20.08-.16a123%20123%200%200%201%2021.77-28.51C310.19%20105%20330.66%2096%20352.92%2096c43.15%200%2078.62%2036.32%2079.07%2081C433%20281.61%20343.63%20356.51%20256%20416%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/heart-half.svg?color=%231a73e8&size=48