location home icon
location-home-outline from Material Symbols by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- location-home-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- location-home-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
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 3l8 6v12H4V9zm2.125 11.125Q15 13.25 15 12t-.875-2.125T12 9t-2.125.875T9 12t.875 2.125T12 15t2.125-.875m-2.838-1.412Q11 12.425 11 12t.288-.712T12 11t.713.288T13 12t-.288.713T12 13t-.712-.288M12 18q-1.025 0-2 .25T8.15 19h7.7q-.875-.5-1.85-.75T12 18m-6-8v8q1.3-.975 2.825-1.487T12 16t3.175.513T18 18v-8l-6-4.5zm6 2"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLocationHomeOutline(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 3l8 6v12H4V9zm2.125 11.125Q15 13.25 15 12t-.875-2.125T12 9t-2.125.875T9 12t.875 2.125T12 15t2.125-.875m-2.838-1.412Q11 12.425 11 12t.288-.712T12 11t.713.288T13 12t-.288.713T12 13t-.712-.288M12 18q-1.025 0-2 .25T8.15 19h7.7q-.875-.5-1.85-.75T12 18m-6-8v8q1.3-.975 2.825-1.487T12 16t3.175.513T18 18v-8l-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 3l8 6v12H4V9zm2.125 11.125Q15 13.25 15 12t-.875-2.125T12 9t-2.125.875T9 12t.875 2.125T12 15t2.125-.875m-2.838-1.412Q11 12.425 11 12t.288-.712T12 11t.713.288T13 12t-.288.713T12 13t-.712-.288M12 18q-1.025 0-2 .25T8.15 19h7.7q-.875-.5-1.85-.75T12 18m-6-8v8q1.3-.975 2.825-1.487T12 16t3.175.513T18 18v-8l-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%203l8%206v12H4V9zm2.125%2011.125Q15%2013.25%2015%2012t-.875-2.125T12%209t-2.125.875T9%2012t.875%202.125T12%2015t2.125-.875m-2.838-1.412Q11%2012.425%2011%2012t.288-.712T12%2011t.713.288T13%2012t-.288.713T12%2013t-.712-.288M12%2018q-1.025%200-2%20.25T8.15%2019h7.7q-.875-.5-1.85-.75T12%2018m-6-8v8q1.3-.975%202.825-1.487T12%2016t3.175.513T18%2018v-8l-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%203l8%206v12H4V9zm2.125%2011.125Q15%2013.25%2015%2012t-.875-2.125T12%209t-2.125.875T9%2012t.875%202.125T12%2015t2.125-.875m-2.838-1.412Q11%2012.425%2011%2012t.288-.712T12%2011t.713.288T13%2012t-.288.713T12%2013t-.712-.288M12%2018q-1.025%200-2%20.25T8.15%2019h7.7q-.875-.5-1.85-.75T12%2018m-6-8v8q1.3-.975%202.825-1.487T12%2016t3.175.513T18%2018v-8l-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/location-home-outline.svg?color=%231a73e8&size=48