map pin house icon
map-pin-house from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- map-pin-house
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the map pin house icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M13 10a3 3 0 1 1-6 0a3 3 0 0 1 6 0m8.355 6.447l-2.475-2.122a1.35 1.35 0 0 0-1.76 0l-2.475 2.122c-.41.35-.645.864-.645 1.403v.725c0 1.333 0 2 .305 2.487a2 2 0 0 0 .633.633c.487.305 1.154.305 2.487.305h1.15c1.333 0 2 0 2.487-.305a2 2 0 0 0 .633-.633c.305-.487.305-1.154.305-2.487v-.725c0-.54-.236-1.052-.645-1.403M18 19v3"/><path d="M18 10.036C18 5.598 14.418 2 10 2s-8 3.598-8 8.036c0 2.537 1 4.51 3 6.273c1.075.947 2.823 2.723 4.047 4.254c.232.291.593.437.953.437"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMapPinHouse(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M13 10a3 3 0 1 1-6 0a3 3 0 0 1 6 0m8.355 6.447l-2.475-2.122a1.35 1.35 0 0 0-1.76 0l-2.475 2.122c-.41.35-.645.864-.645 1.403v.725c0 1.333 0 2 .305 2.487a2 2 0 0 0 .633.633c.487.305 1.154.305 2.487.305h1.15c1.333 0 2 0 2.487-.305a2 2 0 0 0 .633-.633c.305-.487.305-1.154.305-2.487v-.725c0-.54-.236-1.052-.645-1.403M18 19v3"/><path d="M18 10.036C18 5.598 14.418 2 10 2s-8 3.598-8 8.036c0 2.537 1 4.51 3 6.273c1.075.947 2.823 2.723 4.047 4.254c.232.291.593.437.953.437"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M13 10a3 3 0 1 1-6 0a3 3 0 0 1 6 0m8.355 6.447l-2.475-2.122a1.35 1.35 0 0 0-1.76 0l-2.475 2.122c-.41.35-.645.864-.645 1.403v.725c0 1.333 0 2 .305 2.487a2 2 0 0 0 .633.633c.487.305 1.154.305 2.487.305h1.15c1.333 0 2 0 2.487-.305a2 2 0 0 0 .633-.633c.305-.487.305-1.154.305-2.487v-.725c0-.54-.236-1.052-.645-1.403M18 19v3"/><path d="M18 10.036C18 5.598 14.418 2 10 2s-8 3.598-8 8.036c0 2.537 1 4.51 3 6.273c1.075.947 2.823 2.723 4.047 4.254c.232.291.593.437.953.437"/></g></svg> </template>
CSS
.icon-map-pin-house {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13%2010a3%203%200%201%201-6%200a3%203%200%200%201%206%200m8.355%206.447l-2.475-2.122a1.35%201.35%200%200%200-1.76%200l-2.475%202.122c-.41.35-.645.864-.645%201.403v.725c0%201.333%200%202%20.305%202.487a2%202%200%200%200%20.633.633c.487.305%201.154.305%202.487.305h1.15c1.333%200%202%200%202.487-.305a2%202%200%200%200%20.633-.633c.305-.487.305-1.154.305-2.487v-.725c0-.54-.236-1.052-.645-1.403M18%2019v3%22%2F%3E%3Cpath%20d%3D%22M18%2010.036C18%205.598%2014.418%202%2010%202s-8%203.598-8%208.036c0%202.537%201%204.51%203%206.273c1.075.947%202.823%202.723%204.047%204.254c.232.291.593.437.953.437%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13%2010a3%203%200%201%201-6%200a3%203%200%200%201%206%200m8.355%206.447l-2.475-2.122a1.35%201.35%200%200%200-1.76%200l-2.475%202.122c-.41.35-.645.864-.645%201.403v.725c0%201.333%200%202%20.305%202.487a2%202%200%200%200%20.633.633c.487.305%201.154.305%202.487.305h1.15c1.333%200%202%200%202.487-.305a2%202%200%200%200%20.633-.633c.305-.487.305-1.154.305-2.487v-.725c0-.54-.236-1.052-.645-1.403M18%2019v3%22%2F%3E%3Cpath%20d%3D%22M18%2010.036C18%205.598%2014.418%202%2010%202s-8%203.598-8%208.036c0%202.537%201%204.51%203%206.273c1.075.947%202.823%202.723%204.047%204.254c.232.291.593.437.953.437%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/map-pin-house.svg?color=%231a73e8&size=48