location home icon
location-home-outline from Material Symbols Light by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- location-home-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- location-home-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the location home icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 4.23l7 5.27V20H5V9.5zm1.77 9.542q.73-.729.73-1.77t-.728-1.771t-1.77-.731t-1.771.729t-.731 1.769t.729 1.771t1.769.731t1.771-.728m-2.828-.713Q10.5 12.617 10.5 12t.441-1.059T12 10.5t1.059.441q.441.442.441 1.059t-.441 1.059T12 13.5t-1.059-.441M11.95 17.5q-1.282 0-2.487.385Q8.257 18.269 7.19 19h9.527q-1.049-.73-2.268-1.115t-2.5-.385M6 10v8.692q1.262-1.051 2.78-1.622t3.162-.57q1.677 0 3.227.56q1.55.561 2.831 1.613V10l-6-4.5zm6 2"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLocationHomeOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 4.23l7 5.27V20H5V9.5zm1.77 9.542q.73-.729.73-1.77t-.728-1.771t-1.77-.731t-1.771.729t-.731 1.769t.729 1.771t1.769.731t1.771-.728m-2.828-.713Q10.5 12.617 10.5 12t.441-1.059T12 10.5t1.059.441q.441.442.441 1.059t-.441 1.059T12 13.5t-1.059-.441M11.95 17.5q-1.282 0-2.487.385Q8.257 18.269 7.19 19h9.527q-1.049-.73-2.268-1.115t-2.5-.385M6 10v8.692q1.262-1.051 2.78-1.622t3.162-.57q1.677 0 3.227.56q1.55.561 2.831 1.613V10l-6-4.5zm6 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 4.23l7 5.27V20H5V9.5zm1.77 9.542q.73-.729.73-1.77t-.728-1.771t-1.77-.731t-1.771.729t-.731 1.769t.729 1.771t1.769.731t1.771-.728m-2.828-.713Q10.5 12.617 10.5 12t.441-1.059T12 10.5t1.059.441q.441.442.441 1.059t-.441 1.059T12 13.5t-1.059-.441M11.95 17.5q-1.282 0-2.487.385Q8.257 18.269 7.19 19h9.527q-1.049-.73-2.268-1.115t-2.5-.385M6 10v8.692q1.262-1.051 2.78-1.622t3.162-.57q1.677 0 3.227.56q1.55.561 2.831 1.613V10l-6-4.5zm6 2"/></svg> </template>
CSS
.icon-location-home-outline {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%204.23l7%205.27V20H5V9.5zm1.77%209.542q.73-.729.73-1.77t-.728-1.771t-1.77-.731t-1.771.729t-.731%201.769t.729%201.771t1.769.731t1.771-.728m-2.828-.713Q10.5%2012.617%2010.5%2012t.441-1.059T12%2010.5t1.059.441q.441.442.441%201.059t-.441%201.059T12%2013.5t-1.059-.441M11.95%2017.5q-1.282%200-2.487.385Q8.257%2018.269%207.19%2019h9.527q-1.049-.73-2.268-1.115t-2.5-.385M6%2010v8.692q1.262-1.051%202.78-1.622t3.162-.57q1.677%200%203.227.56q1.55.561%202.831%201.613V10l-6-4.5zm6%202%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%204.23l7%205.27V20H5V9.5zm1.77%209.542q.73-.729.73-1.77t-.728-1.771t-1.77-.731t-1.771.729t-.731%201.769t.729%201.771t1.769.731t1.771-.728m-2.828-.713Q10.5%2012.617%2010.5%2012t.441-1.059T12%2010.5t1.059.441q.441.442.441%201.059t-.441%201.059T12%2013.5t-1.059-.441M11.95%2017.5q-1.282%200-2.487.385Q8.257%2018.269%207.19%2019h9.527q-1.049-.73-2.268-1.115t-2.5-.385M6%2010v8.692q1.262-1.051%202.78-1.622t3.162-.57q1.677%200%203.227.56q1.55.561%202.831%201.613V10l-6-4.5zm6%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/location-home-outline.svg?color=%231a73e8&size=48