location home icon
location-home from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- location-home
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- location-home-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="M13.77 13.772q.73-.729.73-1.77t-.728-1.771t-1.77-.731t-1.771.729t-.731 1.769t.729 1.771t1.769.731t1.771-.728M6 19h12v-.179q0-.357-.15-.663t-.43-.5q-1.207-.852-2.6-1.294q-1.394-.441-2.878-.441q-1.45 0-2.812.451t-2.541 1.304q-.289.193-.439.5T6 18.84zm-1 1V9.5l7-5.27l7 5.27V20z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLocationHome(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="M13.77 13.772q.73-.729.73-1.77t-.728-1.771t-1.77-.731t-1.771.729t-.731 1.769t.729 1.771t1.769.731t1.771-.728M6 19h12v-.179q0-.357-.15-.663t-.43-.5q-1.207-.852-2.6-1.294q-1.394-.441-2.878-.441q-1.45 0-2.812.451t-2.541 1.304q-.289.193-.439.5T6 18.84zm-1 1V9.5l7-5.27l7 5.27V20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.77 13.772q.73-.729.73-1.77t-.728-1.771t-1.77-.731t-1.771.729t-.731 1.769t.729 1.771t1.769.731t1.771-.728M6 19h12v-.179q0-.357-.15-.663t-.43-.5q-1.207-.852-2.6-1.294q-1.394-.441-2.878-.441q-1.45 0-2.812.451t-2.541 1.304q-.289.193-.439.5T6 18.84zm-1 1V9.5l7-5.27l7 5.27V20z"/></svg> </template>
CSS
.icon-location-home {
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%22M13.77%2013.772q.73-.729.73-1.77t-.728-1.771t-1.77-.731t-1.771.729t-.731%201.769t.729%201.771t1.769.731t1.771-.728M6%2019h12v-.179q0-.357-.15-.663t-.43-.5q-1.207-.852-2.6-1.294q-1.394-.441-2.878-.441q-1.45%200-2.812.451t-2.541%201.304q-.289.193-.439.5T6%2018.84zm-1%201V9.5l7-5.27l7%205.27V20z%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%22M13.77%2013.772q.73-.729.73-1.77t-.728-1.771t-1.77-.731t-1.771.729t-.731%201.769t.729%201.771t1.769.731t1.771-.728M6%2019h12v-.179q0-.357-.15-.663t-.43-.5q-1.207-.852-2.6-1.294q-1.394-.441-2.878-.441q-1.45%200-2.812.451t-2.541%201.304q-.289.193-.439.5T6%2018.84zm-1%201V9.5l7-5.27l7%205.27V20z%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.svg?color=%231a73e8&size=48