map pin house inside icon

map-pin-house-inside-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
map-pin-house-inside-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 map pin house inside icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.417 9.063V11a.167.167 0 0 1-.167.167h-2.5a.167.167 0 0 1-.167-.167V9.063L12 8.031z"/><path d="M18.286 3.843A8.77 8.77 0 0 0 12 1.167a8.77 8.77 0 0 0-6.286 2.676c-3.06 3.147-3.04 6.919-1.63 10.288c1.393 3.33 4.163 6.363 6.822 8.339a1.83 1.83 0 0 0 2.188 0c2.66-1.976 5.43-5.01 6.822-8.34c1.41-3.368 1.43-7.14-1.63-10.287m-5.036 8.99h-2.5A1.833 1.833 0 0 1 8.917 11V8.64c0-.266.127-.516.342-.673l2.25-1.64a.83.83 0 0 1 .982 0l2.25 1.64a.83.83 0 0 1 .342.674V11c0 1.012-.82 1.833-1.833 1.833"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiMapPinHouseInsideSolid(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="M13.417 9.063V11a.167.167 0 0 1-.167.167h-2.5a.167.167 0 0 1-.167-.167V9.063L12 8.031z"/><path d="M18.286 3.843A8.77 8.77 0 0 0 12 1.167a8.77 8.77 0 0 0-6.286 2.676c-3.06 3.147-3.04 6.919-1.63 10.288c1.393 3.33 4.163 6.363 6.822 8.339a1.83 1.83 0 0 0 2.188 0c2.66-1.976 5.43-5.01 6.822-8.34c1.41-3.368 1.43-7.14-1.63-10.287m-5.036 8.99h-2.5A1.833 1.833 0 0 1 8.917 11V8.64c0-.266.127-.516.342-.673l2.25-1.64a.83.83 0 0 1 .982 0l2.25 1.64a.83.83 0 0 1 .342.674V11c0 1.012-.82 1.833-1.833 1.833"/></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="M13.417 9.063V11a.167.167 0 0 1-.167.167h-2.5a.167.167 0 0 1-.167-.167V9.063L12 8.031z"/><path d="M18.286 3.843A8.77 8.77 0 0 0 12 1.167a8.77 8.77 0 0 0-6.286 2.676c-3.06 3.147-3.04 6.919-1.63 10.288c1.393 3.33 4.163 6.363 6.822 8.339a1.83 1.83 0 0 0 2.188 0c2.66-1.976 5.43-5.01 6.822-8.34c1.41-3.368 1.43-7.14-1.63-10.287m-5.036 8.99h-2.5A1.833 1.833 0 0 1 8.917 11V8.64c0-.266.127-.516.342-.673l2.25-1.64a.83.83 0 0 1 .982 0l2.25 1.64a.83.83 0 0 1 .342.674V11c0 1.012-.82 1.833-1.833 1.833"/></g></svg>
</template>

CSS

.icon-map-pin-house-inside-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%22M13.417%209.063V11a.167.167%200%200%201-.167.167h-2.5a.167.167%200%200%201-.167-.167V9.063L12%208.031z%22%2F%3E%3Cpath%20d%3D%22M18.286%203.843A8.77%208.77%200%200%200%2012%201.167a8.77%208.77%200%200%200-6.286%202.676c-3.06%203.147-3.04%206.919-1.63%2010.288c1.393%203.33%204.163%206.363%206.822%208.339a1.83%201.83%200%200%200%202.188%200c2.66-1.976%205.43-5.01%206.822-8.34c1.41-3.368%201.43-7.14-1.63-10.287m-5.036%208.99h-2.5A1.833%201.833%200%200%201%208.917%2011V8.64c0-.266.127-.516.342-.673l2.25-1.64a.83.83%200%200%201%20.982%200l2.25%201.64a.83.83%200%200%201%20.342.674V11c0%201.012-.82%201.833-1.833%201.833%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%22M13.417%209.063V11a.167.167%200%200%201-.167.167h-2.5a.167.167%200%200%201-.167-.167V9.063L12%208.031z%22%2F%3E%3Cpath%20d%3D%22M18.286%203.843A8.77%208.77%200%200%200%2012%201.167a8.77%208.77%200%200%200-6.286%202.676c-3.06%203.147-3.04%206.919-1.63%2010.288c1.393%203.33%204.163%206.363%206.822%208.339a1.83%201.83%200%200%200%202.188%200c2.66-1.976%205.43-5.01%206.822-8.34c1.41-3.368%201.43-7.14-1.63-10.287m-5.036%208.99h-2.5A1.833%201.833%200%200%201%208.917%2011V8.64c0-.266.127-.516.342-.673l2.25-1.64a.83.83%200%200%201%20.982%200l2.25%201.64a.83.83%200%200%201%20.342.674V11c0%201.012-.82%201.833-1.833%201.833%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/map-pin-house-inside-solid.svg?color=%231a73e8&size=48