heart from IconPark Outline by ByteDance · Outline · Health · Apache-2.0 Free for personal and commercial use.

Name
heart
Set
IconPark Outline
Style
Outline
Category
Health
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More health icons from IconPark Outline

Use the heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M14.54 20.019q-2.532-3.113-4.754-1.337C7.563 20.458 6.925 26.65 8.713 32.11s5.267 12.893 12.289 12.893S29.684 37.522 32.548 33c2.865-4.522 4.38-8.885 1.573-14.318"/><path stroke-linecap="round" d="M11 18.037A643 643 0 0 0 7 12c-1.446-2.145 2.251-4.918 4-3.032q1.749 1.887 4.647 5.557"/><path stroke-linecap="round" stroke-linejoin="round" d="M15.024 25.64q-.727-9.096 1.182-11.845c1.91-2.75 5.457-3.792 8.798-3.792q2.983 0 5.448 2.541"/><path d="M41 12.613c.586 2.036-.37 3.897-3.316 4.318s-5.153 1.902-6.745 3.148s-4.44 5.026-5.003 6.923s-3.776.153-4.639-.605c-.863-.757-1.712-2.416 0-4.151s1.341-2.081 1.341-3.84c0-1.76 9.362-7.58 14.635-8.112c1.172-.068 3.142.282 3.727 2.319Z" clip-rule="evenodd"/><path stroke-linecap="round" d="M23.008 4v5.263m-2.701 1.455q-4.527-5.69-7.3-6.35m3.997 2.661l.99-4.067m17.619 7.756q-.483 1.656 0 3.106q.484 1.45 2.071 3.107"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineHeart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeWidth="4"><path strokeLinecap="round" strokeLinejoin="round" d="M14.54 20.019q-2.532-3.113-4.754-1.337C7.563 20.458 6.925 26.65 8.713 32.11s5.267 12.893 12.289 12.893S29.684 37.522 32.548 33c2.865-4.522 4.38-8.885 1.573-14.318"/><path strokeLinecap="round" d="M11 18.037A643 643 0 0 0 7 12c-1.446-2.145 2.251-4.918 4-3.032q1.749 1.887 4.647 5.557"/><path strokeLinecap="round" strokeLinejoin="round" d="M15.024 25.64q-.727-9.096 1.182-11.845c1.91-2.75 5.457-3.792 8.798-3.792q2.983 0 5.448 2.541"/><path d="M41 12.613c.586 2.036-.37 3.897-3.316 4.318s-5.153 1.902-6.745 3.148s-4.44 5.026-5.003 6.923s-3.776.153-4.639-.605c-.863-.757-1.712-2.416 0-4.151s1.341-2.081 1.341-3.84c0-1.76 9.362-7.58 14.635-8.112c1.172-.068 3.142.282 3.727 2.319Z" clipRule="evenodd"/><path strokeLinecap="round" d="M23.008 4v5.263m-2.701 1.455q-4.527-5.69-7.3-6.35m3.997 2.661l.99-4.067m17.619 7.756q-.483 1.656 0 3.106q.484 1.45 2.071 3.107"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M14.54 20.019q-2.532-3.113-4.754-1.337C7.563 20.458 6.925 26.65 8.713 32.11s5.267 12.893 12.289 12.893S29.684 37.522 32.548 33c2.865-4.522 4.38-8.885 1.573-14.318"/><path stroke-linecap="round" d="M11 18.037A643 643 0 0 0 7 12c-1.446-2.145 2.251-4.918 4-3.032q1.749 1.887 4.647 5.557"/><path stroke-linecap="round" stroke-linejoin="round" d="M15.024 25.64q-.727-9.096 1.182-11.845c1.91-2.75 5.457-3.792 8.798-3.792q2.983 0 5.448 2.541"/><path d="M41 12.613c.586 2.036-.37 3.897-3.316 4.318s-5.153 1.902-6.745 3.148s-4.44 5.026-5.003 6.923s-3.776.153-4.639-.605c-.863-.757-1.712-2.416 0-4.151s1.341-2.081 1.341-3.84c0-1.76 9.362-7.58 14.635-8.112c1.172-.068 3.142.282 3.727 2.319Z" clip-rule="evenodd"/><path stroke-linecap="round" d="M23.008 4v5.263m-2.701 1.455q-4.527-5.69-7.3-6.35m3.997 2.661l.99-4.067m17.619 7.756q-.483 1.656 0 3.106q.484 1.45 2.071 3.107"/></g></svg>
</template>

CSS

.icon-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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.54%2020.019q-2.532-3.113-4.754-1.337C7.563%2020.458%206.925%2026.65%208.713%2032.11s5.267%2012.893%2012.289%2012.893S29.684%2037.522%2032.548%2033c2.865-4.522%204.38-8.885%201.573-14.318%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2018.037A643%20643%200%200%200%207%2012c-1.446-2.145%202.251-4.918%204-3.032q1.749%201.887%204.647%205.557%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.024%2025.64q-.727-9.096%201.182-11.845c1.91-2.75%205.457-3.792%208.798-3.792q2.983%200%205.448%202.541%22%2F%3E%3Cpath%20d%3D%22M41%2012.613c.586%202.036-.37%203.897-3.316%204.318s-5.153%201.902-6.745%203.148s-4.44%205.026-5.003%206.923s-3.776.153-4.639-.605c-.863-.757-1.712-2.416%200-4.151s1.341-2.081%201.341-3.84c0-1.76%209.362-7.58%2014.635-8.112c1.172-.068%203.142.282%203.727%202.319Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M23.008%204v5.263m-2.701%201.455q-4.527-5.69-7.3-6.35m3.997%202.661l.99-4.067m17.619%207.756q-.483%201.656%200%203.106q.484%201.45%202.071%203.107%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.54%2020.019q-2.532-3.113-4.754-1.337C7.563%2020.458%206.925%2026.65%208.713%2032.11s5.267%2012.893%2012.289%2012.893S29.684%2037.522%2032.548%2033c2.865-4.522%204.38-8.885%201.573-14.318%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2018.037A643%20643%200%200%200%207%2012c-1.446-2.145%202.251-4.918%204-3.032q1.749%201.887%204.647%205.557%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.024%2025.64q-.727-9.096%201.182-11.845c1.91-2.75%205.457-3.792%208.798-3.792q2.983%200%205.448%202.541%22%2F%3E%3Cpath%20d%3D%22M41%2012.613c.586%202.036-.37%203.897-3.316%204.318s-5.153%201.902-6.745%203.148s-4.44%205.026-5.003%206.923s-3.776.153-4.639-.605c-.863-.757-1.712-2.416%200-4.151s1.341-2.081%201.341-3.84c0-1.76%209.362-7.58%2014.635-8.112c1.172-.068%203.142.282%203.727%202.319Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M23.008%204v5.263m-2.701%201.455q-4.527-5.69-7.3-6.35m3.997%202.661l.99-4.067m17.619%207.756q-.483%201.656%200%203.106q.484%201.45%202.071%203.107%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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