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

Name
heart-user-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 user 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 10.5a1.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 7.75a2.75 2.75 0 0 0-2.01 4.627q-.286.164-.54.382c-.734.629-1.2 1.563-1.2 2.741a.75.75 0 0 0 1.5 0c0-.752.284-1.266.676-1.603c.408-.35.977-.543 1.574-.543s1.166.193 1.574.543c.392.337.676.85.676 1.603a.75.75 0 0 0 1.5 0c0-1.178-.466-2.112-1.2-2.741a3.6 3.6 0 0 0-.54-.382A2.75 2.75 0 0 0 12 7.75"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiHeartUserSolid(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 10.5a1.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 7.75a2.75 2.75 0 0 0-2.01 4.627q-.286.164-.54.382c-.734.629-1.2 1.563-1.2 2.741a.75.75 0 0 0 1.5 0c0-.752.284-1.266.676-1.603c.408-.35.977-.543 1.574-.543s1.166.193 1.574.543c.392.337.676.85.676 1.603a.75.75 0 0 0 1.5 0c0-1.178-.466-2.112-1.2-2.741a3.6 3.6 0 0 0-.54-.382A2.75 2.75 0 0 0 12 7.75"/></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 10.5a1.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 7.75a2.75 2.75 0 0 0-2.01 4.627q-.286.164-.54.382c-.734.629-1.2 1.563-1.2 2.741a.75.75 0 0 0 1.5 0c0-.752.284-1.266.676-1.603c.408-.35.977-.543 1.574-.543s1.166.193 1.574.543c.392.337.676.85.676 1.603a.75.75 0 0 0 1.5 0c0-1.178-.466-2.112-1.2-2.741a3.6 3.6 0 0 0-.54-.382A2.75 2.75 0 0 0 12 7.75"/></g></svg>
</template>

CSS

.icon-heart-user-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%2010.5a1.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%207.75a2.75%202.75%200%200%200-2.01%204.627q-.286.164-.54.382c-.734.629-1.2%201.563-1.2%202.741a.75.75%200%200%200%201.5%200c0-.752.284-1.266.676-1.603c.408-.35.977-.543%201.574-.543s1.166.193%201.574.543c.392.337.676.85.676%201.603a.75.75%200%200%200%201.5%200c0-1.178-.466-2.112-1.2-2.741a3.6%203.6%200%200%200-.54-.382A2.75%202.75%200%200%200%2012%207.75%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%2010.5a1.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%207.75a2.75%202.75%200%200%200-2.01%204.627q-.286.164-.54.382c-.734.629-1.2%201.563-1.2%202.741a.75.75%200%200%200%201.5%200c0-.752.284-1.266.676-1.603c.408-.35.977-.543%201.574-.543s1.166.193%201.574.543c.392.337.676.85.676%201.603a.75.75%200%200%200%201.5%200c0-1.178-.466-2.112-1.2-2.741a3.6%203.6%200%200%200-.54-.382A2.75%202.75%200%200%200%2012%207.75%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-user-solid.svg?color=%231a73e8&size=48