ios heart empty icon

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

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

Related icons in IonIcons

Use the ios heart empty icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M352 56h-1c-39.7 0-74.8 21-95 52-20.2-31-55.3-52-95-52h-1c-61.9.6-112 50.9-112 113 0 37 16.2 89.5 47.8 132.7C156 384 256 456 256 456s100-72 160.2-154.3C447.8 258.5 464 206 464 169c0-62.1-50.1-112.4-112-113zm41.6 229.2C351 343.5 286.1 397.3 256 420.8c-30.1-23.5-95-77.4-137.6-135.7C89.1 245.1 76 198 76 169c0-22.6 8.8-43.8 24.6-59.8 15.9-16 37-24.9 59.6-25.1H161.1c14.3 0 28.5 3.7 41.1 10.8 12.2 6.9 22.8 16.7 30.4 28.5 5.2 7.9 14 12.7 23.5 12.7s18.3-4.8 23.5-12.7c7.7-11.8 18.2-21.6 30.4-28.5 12.6-7.1 26.8-10.8 41.1-10.8h.9c22.5.2 43.7 9.1 59.6 25.1 15.9 16 24.6 37.3 24.6 59.8-.2 29-13.3 76.1-42.6 116.2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosHeartEmpty(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M352 56h-1c-39.7 0-74.8 21-95 52-20.2-31-55.3-52-95-52h-1c-61.9.6-112 50.9-112 113 0 37 16.2 89.5 47.8 132.7C156 384 256 456 256 456s100-72 160.2-154.3C447.8 258.5 464 206 464 169c0-62.1-50.1-112.4-112-113zm41.6 229.2C351 343.5 286.1 397.3 256 420.8c-30.1-23.5-95-77.4-137.6-135.7C89.1 245.1 76 198 76 169c0-22.6 8.8-43.8 24.6-59.8 15.9-16 37-24.9 59.6-25.1H161.1c14.3 0 28.5 3.7 41.1 10.8 12.2 6.9 22.8 16.7 30.4 28.5 5.2 7.9 14 12.7 23.5 12.7s18.3-4.8 23.5-12.7c7.7-11.8 18.2-21.6 30.4-28.5 12.6-7.1 26.8-10.8 41.1-10.8h.9c22.5.2 43.7 9.1 59.6 25.1 15.9 16 24.6 37.3 24.6 59.8-.2 29-13.3 76.1-42.6 116.2z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M352 56h-1c-39.7 0-74.8 21-95 52-20.2-31-55.3-52-95-52h-1c-61.9.6-112 50.9-112 113 0 37 16.2 89.5 47.8 132.7C156 384 256 456 256 456s100-72 160.2-154.3C447.8 258.5 464 206 464 169c0-62.1-50.1-112.4-112-113zm41.6 229.2C351 343.5 286.1 397.3 256 420.8c-30.1-23.5-95-77.4-137.6-135.7C89.1 245.1 76 198 76 169c0-22.6 8.8-43.8 24.6-59.8 15.9-16 37-24.9 59.6-25.1H161.1c14.3 0 28.5 3.7 41.1 10.8 12.2 6.9 22.8 16.7 30.4 28.5 5.2 7.9 14 12.7 23.5 12.7s18.3-4.8 23.5-12.7c7.7-11.8 18.2-21.6 30.4-28.5 12.6-7.1 26.8-10.8 41.1-10.8h.9c22.5.2 43.7 9.1 59.6 25.1 15.9 16 24.6 37.3 24.6 59.8-.2 29-13.3 76.1-42.6 116.2z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%22M352%2056h-1c-39.7%200-74.8%2021-95%2052-20.2-31-55.3-52-95-52h-1c-61.9.6-112%2050.9-112%20113%200%2037%2016.2%2089.5%2047.8%20132.7C156%20384%20256%20456%20256%20456s100-72%20160.2-154.3C447.8%20258.5%20464%20206%20464%20169c0-62.1-50.1-112.4-112-113zm41.6%20229.2C351%20343.5%20286.1%20397.3%20256%20420.8c-30.1-23.5-95-77.4-137.6-135.7C89.1%20245.1%2076%20198%2076%20169c0-22.6%208.8-43.8%2024.6-59.8%2015.9-16%2037-24.9%2059.6-25.1H161.1c14.3%200%2028.5%203.7%2041.1%2010.8%2012.2%206.9%2022.8%2016.7%2030.4%2028.5%205.2%207.9%2014%2012.7%2023.5%2012.7s18.3-4.8%2023.5-12.7c7.7-11.8%2018.2-21.6%2030.4-28.5%2012.6-7.1%2026.8-10.8%2041.1-10.8h.9c22.5.2%2043.7%209.1%2059.6%2025.1%2015.9%2016%2024.6%2037.3%2024.6%2059.8-.2%2029-13.3%2076.1-42.6%20116.2z%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%22M352%2056h-1c-39.7%200-74.8%2021-95%2052-20.2-31-55.3-52-95-52h-1c-61.9.6-112%2050.9-112%20113%200%2037%2016.2%2089.5%2047.8%20132.7C156%20384%20256%20456%20256%20456s100-72%20160.2-154.3C447.8%20258.5%20464%20206%20464%20169c0-62.1-50.1-112.4-112-113zm41.6%20229.2C351%20343.5%20286.1%20397.3%20256%20420.8c-30.1-23.5-95-77.4-137.6-135.7C89.1%20245.1%2076%20198%2076%20169c0-22.6%208.8-43.8%2024.6-59.8%2015.9-16%2037-24.9%2059.6-25.1H161.1c14.3%200%2028.5%203.7%2041.1%2010.8%2012.2%206.9%2022.8%2016.7%2030.4%2028.5%205.2%207.9%2014%2012.7%2023.5%2012.7s18.3-4.8%2023.5-12.7c7.7-11.8%2018.2-21.6%2030.4-28.5%2012.6-7.1%2026.8-10.8%2041.1-10.8h.9c22.5.2%2043.7%209.1%2059.6%2025.1%2015.9%2016%2024.6%2037.3%2024.6%2059.8-.2%2029-13.3%2076.1-42.6%20116.2z%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/ios-heart-empty.svg?color=%231a73e8&size=48