heart-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.

Name
heart-solid
Set
Dither Icons
Style
Solid
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All heart icons →

Use the heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12 20.5C9.4 18.4 3 13.8 3 8.4A4.6 4.6 0 0 1 12 7a4.6 4.6 0 0 1 9 1.4c0 5.4-6.4 10-9 12.1Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M5.4 9a2.3 2.3 0 0 1 3.9-1.7" opacity="0"/><path fill="none" stroke="currentColor" stroke-width=".65" d="M2.3 4h1.4M3 3.3v1.4" opacity="0"/><path fill="none" stroke="currentColor" stroke-width=".65" d="M20.3 4h1.4M21 3.3v1.4" opacity="0"/><path fill="none" stroke="currentColor" stroke-width=".65" d="M1.3 15h1.4M2 14.3v1.4" opacity="0"/><path fill="none" stroke="currentColor" stroke-width=".65" d="M21.3 15h1.4M22 14.3v1.4" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherHeartSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M12 20.5C9.4 18.4 3 13.8 3 8.4A4.6 4.6 0 0 1 12 7a4.6 4.6 0 0 1 9 1.4c0 5.4-6.4 10-9 12.1Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".8" d="M5.4 9a2.3 2.3 0 0 1 3.9-1.7" opacity="0"/><path fill="none" stroke="currentColor" strokeWidth=".65" d="M2.3 4h1.4M3 3.3v1.4" opacity="0"/><path fill="none" stroke="currentColor" strokeWidth=".65" d="M20.3 4h1.4M21 3.3v1.4" opacity="0"/><path fill="none" stroke="currentColor" strokeWidth=".65" d="M1.3 15h1.4M2 14.3v1.4" opacity="0"/><path fill="none" stroke="currentColor" strokeWidth=".65" d="M21.3 15h1.4M22 14.3v1.4" opacity="0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12 20.5C9.4 18.4 3 13.8 3 8.4A4.6 4.6 0 0 1 12 7a4.6 4.6 0 0 1 9 1.4c0 5.4-6.4 10-9 12.1Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M5.4 9a2.3 2.3 0 0 1 3.9-1.7" opacity="0"/><path fill="none" stroke="currentColor" stroke-width=".65" d="M2.3 4h1.4M3 3.3v1.4" opacity="0"/><path fill="none" stroke="currentColor" stroke-width=".65" d="M20.3 4h1.4M21 3.3v1.4" opacity="0"/><path fill="none" stroke="currentColor" stroke-width=".65" d="M1.3 15h1.4M2 14.3v1.4" opacity="0"/><path fill="none" stroke="currentColor" stroke-width=".65" d="M21.3 15h1.4M22 14.3v1.4" opacity="0"/></g></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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2020.5C9.4%2018.4%203%2013.8%203%208.4A4.6%204.6%200%200%201%2012%207a4.6%204.6%200%200%201%209%201.4c0%205.4-6.4%2010-9%2012.1Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M5.4%209a2.3%202.3%200%200%201%203.9-1.7%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.65%22%20d%3D%22M2.3%204h1.4M3%203.3v1.4%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.65%22%20d%3D%22M20.3%204h1.4M21%203.3v1.4%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.65%22%20d%3D%22M1.3%2015h1.4M2%2014.3v1.4%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.65%22%20d%3D%22M21.3%2015h1.4M22%2014.3v1.4%22%20opacity%3D%220%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2020.5C9.4%2018.4%203%2013.8%203%208.4A4.6%204.6%200%200%201%2012%207a4.6%204.6%200%200%201%209%201.4c0%205.4-6.4%2010-9%2012.1Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M5.4%209a2.3%202.3%200%200%201%203.9-1.7%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.65%22%20d%3D%22M2.3%204h1.4M3%203.3v1.4%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.65%22%20d%3D%22M20.3%204h1.4M21%203.3v1.4%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.65%22%20d%3D%22M1.3%2015h1.4M2%2014.3v1.4%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.65%22%20d%3D%22M21.3%2015h1.4M22%2014.3v1.4%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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