heart-24px from Health Icons by Resolve to Save Lives · Filled 24px · Symbols · MIT Free for personal and commercial use.

Name
heart-24px
Set
Health Icons
Style
Filled 24px
Category
Symbols
Viewbox
24×24
License
MIT

3 other variants in Health Icons

The same icon in other sets

More symbols icons from Health Icons

Use the heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.781 3C5.018 3 3 5.986 3 9.207c0 .865.13 1.693.36 2.48q.169.577.404 1.126C5.938 17.899 12 21 12 21s6.062-3.1 8.236-8.187q.235-.547.404-1.126c.23-.787.36-1.615.36-2.48C21 5.987 18.982 3 16.219 3c-1.885 0-3.291 1.061-4.173 2.902a.051.051 0 0 1-.092 0C11.072 4.062 9.666 3 7.78 3"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsHeart24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.781 3C5.018 3 3 5.986 3 9.207c0 .865.13 1.693.36 2.48q.169.577.404 1.126C5.938 17.899 12 21 12 21s6.062-3.1 8.236-8.187q.235-.547.404-1.126c.23-.787.36-1.615.36-2.48C21 5.987 18.982 3 16.219 3c-1.885 0-3.291 1.061-4.173 2.902a.051.051 0 0 1-.092 0C11.072 4.062 9.666 3 7.78 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.781 3C5.018 3 3 5.986 3 9.207c0 .865.13 1.693.36 2.48q.169.577.404 1.126C5.938 17.899 12 21 12 21s6.062-3.1 8.236-8.187q.235-.547.404-1.126c.23-.787.36-1.615.36-2.48C21 5.987 18.982 3 16.219 3c-1.885 0-3.291 1.061-4.173 2.902a.051.051 0 0 1-.092 0C11.072 4.062 9.666 3 7.78 3"/></svg>
</template>

CSS

.icon-heart-24px {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.781%203C5.018%203%203%205.986%203%209.207c0%20.865.13%201.693.36%202.48q.169.577.404%201.126C5.938%2017.899%2012%2021%2012%2021s6.062-3.1%208.236-8.187q.235-.547.404-1.126c.23-.787.36-1.615.36-2.48C21%205.987%2018.982%203%2016.219%203c-1.885%200-3.291%201.061-4.173%202.902a.051.051%200%200%201-.092%200C11.072%204.062%209.666%203%207.78%203%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.781%203C5.018%203%203%205.986%203%209.207c0%20.865.13%201.693.36%202.48q.169.577.404%201.126C5.938%2017.899%2012%2021%2012%2021s6.062-3.1%208.236-8.187q.235-.547.404-1.126c.23-.787.36-1.615.36-2.48C21%205.987%2018.982%203%2016.219%203c-1.885%200-3.291%201.061-4.173%202.902a.051.051%200%200%201-.092%200C11.072%204.062%209.666%203%207.78%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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