heart-dot-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
heart-dot-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

Related icons in Myna UI Icons

Use the heart dot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.75 12a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/><path d="M12.434 21.112a.75.75 0 0 1-.868 0l-.008-.006l-.021-.015l-.08-.058q-.104-.075-.295-.219a38.5 38.5 0 0 1-4.197-3.674c-1.148-1.168-2.315-2.533-3.199-3.981c-.88-1.44-1.516-3.024-1.516-4.612c0-3.158 2.42-5.797 5.5-5.797c1.724 0 3.248.833 4.25 2.117c1.002-1.284 2.525-2.117 4.25-2.117c1.46 0 2.85.445 3.88 1.439c1.035 1 1.62 2.473 1.62 4.358c0 1.588-.637 3.171-1.516 4.612c-.884 1.448-2.051 2.813-3.199 3.982a38.5 38.5 0 0 1-4.492 3.892l-.047.034l-.033.024l-.021.015zM12 9.25a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiHeartDotSolid(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 d="M10.75 12a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/><path d="M12.434 21.112a.75.75 0 0 1-.868 0l-.008-.006l-.021-.015l-.08-.058q-.104-.075-.295-.219a38.5 38.5 0 0 1-4.197-3.674c-1.148-1.168-2.315-2.533-3.199-3.981c-.88-1.44-1.516-3.024-1.516-4.612c0-3.158 2.42-5.797 5.5-5.797c1.724 0 3.248.833 4.25 2.117c1.002-1.284 2.525-2.117 4.25-2.117c1.46 0 2.85.445 3.88 1.439c1.035 1 1.62 2.473 1.62 4.358c0 1.588-.637 3.171-1.516 4.612c-.884 1.448-2.051 2.813-3.199 3.982a38.5 38.5 0 0 1-4.492 3.892l-.047.034l-.033.024l-.021.015zM12 9.25a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5"/></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 d="M10.75 12a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/><path d="M12.434 21.112a.75.75 0 0 1-.868 0l-.008-.006l-.021-.015l-.08-.058q-.104-.075-.295-.219a38.5 38.5 0 0 1-4.197-3.674c-1.148-1.168-2.315-2.533-3.199-3.981c-.88-1.44-1.516-3.024-1.516-4.612c0-3.158 2.42-5.797 5.5-5.797c1.724 0 3.248.833 4.25 2.117c1.002-1.284 2.525-2.117 4.25-2.117c1.46 0 2.85.445 3.88 1.439c1.035 1 1.62 2.473 1.62 4.358c0 1.588-.637 3.171-1.516 4.612c-.884 1.448-2.051 2.813-3.199 3.982a38.5 38.5 0 0 1-4.492 3.892l-.047.034l-.033.024l-.021.015zM12 9.25a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5"/></g></svg>
</template>

CSS

.icon-heart-dot-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%20d%3D%22M10.75%2012a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%2F%3E%3Cpath%20d%3D%22M12.434%2021.112a.75.75%200%200%201-.868%200l-.008-.006l-.021-.015l-.08-.058q-.104-.075-.295-.219a38.5%2038.5%200%200%201-4.197-3.674c-1.148-1.168-2.315-2.533-3.199-3.981c-.88-1.44-1.516-3.024-1.516-4.612c0-3.158%202.42-5.797%205.5-5.797c1.724%200%203.248.833%204.25%202.117c1.002-1.284%202.525-2.117%204.25-2.117c1.46%200%202.85.445%203.88%201.439c1.035%201%201.62%202.473%201.62%204.358c0%201.588-.637%203.171-1.516%204.612c-.884%201.448-2.051%202.813-3.199%203.982a38.5%2038.5%200%200%201-4.492%203.892l-.047.034l-.033.024l-.021.015zM12%209.25a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5%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%20d%3D%22M10.75%2012a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%2F%3E%3Cpath%20d%3D%22M12.434%2021.112a.75.75%200%200%201-.868%200l-.008-.006l-.021-.015l-.08-.058q-.104-.075-.295-.219a38.5%2038.5%200%200%201-4.197-3.674c-1.148-1.168-2.315-2.533-3.199-3.981c-.88-1.44-1.516-3.024-1.516-4.612c0-3.158%202.42-5.797%205.5-5.797c1.724%200%203.248.833%204.25%202.117c1.002-1.284%202.525-2.117%204.25-2.117c1.46%200%202.85.445%203.88%201.439c1.035%201%201.62%202.473%201.62%204.358c0%201.588-.637%203.171-1.516%204.612c-.884%201.448-2.051%202.813-3.199%203.982a38.5%2038.5%200%200%201-4.492%203.892l-.047.034l-.033.024l-.021.015zM12%209.25a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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