location home icon

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

Name
location-home-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the location 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 11V9.022L12 7.928l1.5 1.094V11a.25.25 0 0 1-.25.25h-2.5a.25.25 0 0 1-.25-.25"/><path d="M6.14 4.648A8.34 8.34 0 0 1 12 2.25c2.196 0 4.304.861 5.86 2.398c1.409 1.39 2.143 2.946 2.337 4.562c.193 1.602-.152 3.21-.81 4.718c-1.306 3-3.902 5.728-6.392 7.503a1.71 1.71 0 0 1-1.99 0c-2.49-1.775-5.086-4.504-6.393-7.503c-.657-1.508-1.001-3.116-.809-4.719c.194-1.615.928-3.17 2.337-4.561m6.302 1.746a.75.75 0 0 0-.884 0l-2.25 1.64A.75.75 0 0 0 9 8.64V11c0 .966.784 1.75 1.75 1.75h2.5A1.75 1.75 0 0 0 15 11V8.64a.75.75 0 0 0-.308-.606z"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiLocationHomeSolid(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 11V9.022L12 7.928l1.5 1.094V11a.25.25 0 0 1-.25.25h-2.5a.25.25 0 0 1-.25-.25"/><path d="M6.14 4.648A8.34 8.34 0 0 1 12 2.25c2.196 0 4.304.861 5.86 2.398c1.409 1.39 2.143 2.946 2.337 4.562c.193 1.602-.152 3.21-.81 4.718c-1.306 3-3.902 5.728-6.392 7.503a1.71 1.71 0 0 1-1.99 0c-2.49-1.775-5.086-4.504-6.393-7.503c-.657-1.508-1.001-3.116-.809-4.719c.194-1.615.928-3.17 2.337-4.561m6.302 1.746a.75.75 0 0 0-.884 0l-2.25 1.64A.75.75 0 0 0 9 8.64V11c0 .966.784 1.75 1.75 1.75h2.5A1.75 1.75 0 0 0 15 11V8.64a.75.75 0 0 0-.308-.606z"/></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 11V9.022L12 7.928l1.5 1.094V11a.25.25 0 0 1-.25.25h-2.5a.25.25 0 0 1-.25-.25"/><path d="M6.14 4.648A8.34 8.34 0 0 1 12 2.25c2.196 0 4.304.861 5.86 2.398c1.409 1.39 2.143 2.946 2.337 4.562c.193 1.602-.152 3.21-.81 4.718c-1.306 3-3.902 5.728-6.392 7.503a1.71 1.71 0 0 1-1.99 0c-2.49-1.775-5.086-4.504-6.393-7.503c-.657-1.508-1.001-3.116-.809-4.719c.194-1.615.928-3.17 2.337-4.561m6.302 1.746a.75.75 0 0 0-.884 0l-2.25 1.64A.75.75 0 0 0 9 8.64V11c0 .966.784 1.75 1.75 1.75h2.5A1.75 1.75 0 0 0 15 11V8.64a.75.75 0 0 0-.308-.606z"/></g></svg>
</template>

CSS

.icon-location-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%2011V9.022L12%207.928l1.5%201.094V11a.25.25%200%200%201-.25.25h-2.5a.25.25%200%200%201-.25-.25%22%2F%3E%3Cpath%20d%3D%22M6.14%204.648A8.34%208.34%200%200%201%2012%202.25c2.196%200%204.304.861%205.86%202.398c1.409%201.39%202.143%202.946%202.337%204.562c.193%201.602-.152%203.21-.81%204.718c-1.306%203-3.902%205.728-6.392%207.503a1.71%201.71%200%200%201-1.99%200c-2.49-1.775-5.086-4.504-6.393-7.503c-.657-1.508-1.001-3.116-.809-4.719c.194-1.615.928-3.17%202.337-4.561m6.302%201.746a.75.75%200%200%200-.884%200l-2.25%201.64A.75.75%200%200%200%209%208.64V11c0%20.966.784%201.75%201.75%201.75h2.5A1.75%201.75%200%200%200%2015%2011V8.64a.75.75%200%200%200-.308-.606z%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%2011V9.022L12%207.928l1.5%201.094V11a.25.25%200%200%201-.25.25h-2.5a.25.25%200%200%201-.25-.25%22%2F%3E%3Cpath%20d%3D%22M6.14%204.648A8.34%208.34%200%200%201%2012%202.25c2.196%200%204.304.861%205.86%202.398c1.409%201.39%202.143%202.946%202.337%204.562c.193%201.602-.152%203.21-.81%204.718c-1.306%203-3.902%205.728-6.392%207.503a1.71%201.71%200%200%201-1.99%200c-2.49-1.775-5.086-4.504-6.393-7.503c-.657-1.508-1.001-3.116-.809-4.719c.194-1.615.928-3.17%202.337-4.561m6.302%201.746a.75.75%200%200%200-.884%200l-2.25%201.64A.75.75%200%200%200%209%208.64V11c0%20.966.784%201.75%201.75%201.75h2.5A1.75%201.75%200%200%200%2015%2011V8.64a.75.75%200%200%200-.308-.606z%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/location-home-solid.svg?color=%231a73e8&size=48