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

Name
heart-home-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 home 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.5 13.5v-1.978l1.5-1.094l1.5 1.094V13.5a.25.25 0 0 1-.25.25h-2.5a.25.25 0 0 1-.25-.25"/><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.015zm2.258-10.578l-2.25-1.64a.75.75 0 0 0-.884 0l-2.25 1.64A.75.75 0 0 0 9 11.14v2.36c0 .966.784 1.75 1.75 1.75h2.5A1.75 1.75 0 0 0 15 13.5v-2.36a.75.75 0 0 0-.308-.606"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiHeartHomeSolid(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.5 13.5v-1.978l1.5-1.094l1.5 1.094V13.5a.25.25 0 0 1-.25.25h-2.5a.25.25 0 0 1-.25-.25"/><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.015zm2.258-10.578l-2.25-1.64a.75.75 0 0 0-.884 0l-2.25 1.64A.75.75 0 0 0 9 11.14v2.36c0 .966.784 1.75 1.75 1.75h2.5A1.75 1.75 0 0 0 15 13.5v-2.36a.75.75 0 0 0-.308-.606"/></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.5 13.5v-1.978l1.5-1.094l1.5 1.094V13.5a.25.25 0 0 1-.25.25h-2.5a.25.25 0 0 1-.25-.25"/><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.015zm2.258-10.578l-2.25-1.64a.75.75 0 0 0-.884 0l-2.25 1.64A.75.75 0 0 0 9 11.14v2.36c0 .966.784 1.75 1.75 1.75h2.5A1.75 1.75 0 0 0 15 13.5v-2.36a.75.75 0 0 0-.308-.606"/></g></svg>
</template>

CSS

.icon-heart-home-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.5%2013.5v-1.978l1.5-1.094l1.5%201.094V13.5a.25.25%200%200%201-.25.25h-2.5a.25.25%200%200%201-.25-.25%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.015zm2.258-10.578l-2.25-1.64a.75.75%200%200%200-.884%200l-2.25%201.64A.75.75%200%200%200%209%2011.14v2.36c0%20.966.784%201.75%201.75%201.75h2.5A1.75%201.75%200%200%200%2015%2013.5v-2.36a.75.75%200%200%200-.308-.606%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.5%2013.5v-1.978l1.5-1.094l1.5%201.094V13.5a.25.25%200%200%201-.25.25h-2.5a.25.25%200%200%201-.25-.25%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.015zm2.258-10.578l-2.25-1.64a.75.75%200%200%200-.884%200l-2.25%201.64A.75.75%200%200%200%209%2011.14v2.36c0%20.966.784%201.75%201.75%201.75h2.5A1.75%201.75%200%200%200%2015%2013.5v-2.36a.75.75%200%200%200-.308-.606%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-home-solid.svg?color=%231a73e8&size=48