heart-solid from Iconoir by Luca Burgio · Solid · Health · MIT Free for personal and commercial use.

Name
heart-solid
Set
Iconoir
Style
Solid
Category
Health
Viewbox
24×24
License
MIT

1 other variant in Iconoir

The same icon in other sets

More health icons from Iconoir

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" fill-rule="evenodd" d="M12 3.942a6.35 6.35 0 0 1 4.305-1.692c1.726 0 3.374.71 4.58 1.96a6.7 6.7 0 0 1 1.865 4.652a6.7 6.7 0 0 1-1.865 4.652c-.796.825-1.591 1.67-2.39 2.518c-1.624 1.724-3.265 3.467-4.97 5.108l-.003.004a2.213 2.213 0 0 1-3.113-.069l-7.295-7.561c-2.485-2.577-2.485-6.727 0-9.303A6.33 6.33 0 0 1 12 3.942" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function IconoirHeartSolid(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" fillRule="evenodd" d="M12 3.942a6.35 6.35 0 0 1 4.305-1.692c1.726 0 3.374.71 4.58 1.96a6.7 6.7 0 0 1 1.865 4.652a6.7 6.7 0 0 1-1.865 4.652c-.796.825-1.591 1.67-2.39 2.518c-1.624 1.724-3.265 3.467-4.97 5.108l-.003.004a2.213 2.213 0 0 1-3.113-.069l-7.295-7.561c-2.485-2.577-2.485-6.727 0-9.303A6.33 6.33 0 0 1 12 3.942" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 3.942a6.35 6.35 0 0 1 4.305-1.692c1.726 0 3.374.71 4.58 1.96a6.7 6.7 0 0 1 1.865 4.652a6.7 6.7 0 0 1-1.865 4.652c-.796.825-1.591 1.67-2.39 2.518c-1.624 1.724-3.265 3.467-4.97 5.108l-.003.004a2.213 2.213 0 0 1-3.113-.069l-7.295-7.561c-2.485-2.577-2.485-6.727 0-9.303A6.33 6.33 0 0 1 12 3.942" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-heart-solid {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%203.942a6.35%206.35%200%200%201%204.305-1.692c1.726%200%203.374.71%204.58%201.96a6.7%206.7%200%200%201%201.865%204.652a6.7%206.7%200%200%201-1.865%204.652c-.796.825-1.591%201.67-2.39%202.518c-1.624%201.724-3.265%203.467-4.97%205.108l-.003.004a2.213%202.213%200%200%201-3.113-.069l-7.295-7.561c-2.485-2.577-2.485-6.727%200-9.303A6.33%206.33%200%200%201%2012%203.942%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%203.942a6.35%206.35%200%200%201%204.305-1.692c1.726%200%203.374.71%204.58%201.96a6.7%206.7%200%200%201%201.865%204.652a6.7%206.7%200%200%201-1.865%204.652c-.796.825-1.591%201.67-2.39%202.518c-1.624%201.724-3.265%203.467-4.97%205.108l-.003.004a2.213%202.213%200%200%201-3.113-.069l-7.295-7.561c-2.485-2.577-2.485-6.727%200-9.303A6.33%206.33%200%200%201%2012%203.942%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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