location home icon
location-home-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- location-home-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
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.77q.73-.732.73-1.77t-.73-1.77T12 9.5t-1.77.73T9.5 12t.73 1.77t1.77.73t1.77-.73m-1.828 2.153q-1.45 0-2.812.451t-2.55 1.303q-.222.156-.401.36T6 18.514v.063q0 .192.144.308T6.5 19h11q.212 0 .356-.125t.144-.317v-.045q0-.273-.179-.486q-.179-.214-.402-.37q-1.206-.851-2.597-1.293t-2.88-.441M6.616 20q-.672 0-1.144-.472T5 18.385v-8.077q0-.38.174-.727t.472-.565l5.385-4.058q.429-.324.969-.324t.97.324l5.384 4.057q.298.218.472.566t.174.727v8.077q0 .67-.472 1.143q-.472.472-1.143.472z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLocationHomeRounded(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.77q.73-.732.73-1.77t-.73-1.77T12 9.5t-1.77.73T9.5 12t.73 1.77t1.77.73t1.77-.73m-1.828 2.153q-1.45 0-2.812.451t-2.55 1.303q-.222.156-.401.36T6 18.514v.063q0 .192.144.308T6.5 19h11q.212 0 .356-.125t.144-.317v-.045q0-.273-.179-.486q-.179-.214-.402-.37q-1.206-.851-2.597-1.293t-2.88-.441M6.616 20q-.672 0-1.144-.472T5 18.385v-8.077q0-.38.174-.727t.472-.565l5.385-4.058q.429-.324.969-.324t.97.324l5.384 4.057q.298.218.472.566t.174.727v8.077q0 .67-.472 1.143q-.472.472-1.143.472z"/></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.77q.73-.732.73-1.77t-.73-1.77T12 9.5t-1.77.73T9.5 12t.73 1.77t1.77.73t1.77-.73m-1.828 2.153q-1.45 0-2.812.451t-2.55 1.303q-.222.156-.401.36T6 18.514v.063q0 .192.144.308T6.5 19h11q.212 0 .356-.125t.144-.317v-.045q0-.273-.179-.486q-.179-.214-.402-.37q-1.206-.851-2.597-1.293t-2.88-.441M6.616 20q-.672 0-1.144-.472T5 18.385v-8.077q0-.38.174-.727t.472-.565l5.385-4.058q.429-.324.969-.324t.97.324l5.384 4.057q.298.218.472.566t.174.727v8.077q0 .67-.472 1.143q-.472.472-1.143.472z"/></svg> </template>
CSS
.icon-location-home-rounded {
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.77q.73-.732.73-1.77t-.73-1.77T12%209.5t-1.77.73T9.5%2012t.73%201.77t1.77.73t1.77-.73m-1.828%202.153q-1.45%200-2.812.451t-2.55%201.303q-.222.156-.401.36T6%2018.514v.063q0%20.192.144.308T6.5%2019h11q.212%200%20.356-.125t.144-.317v-.045q0-.273-.179-.486q-.179-.214-.402-.37q-1.206-.851-2.597-1.293t-2.88-.441M6.616%2020q-.672%200-1.144-.472T5%2018.385v-8.077q0-.38.174-.727t.472-.565l5.385-4.058q.429-.324.969-.324t.97.324l5.384%204.057q.298.218.472.566t.174.727v8.077q0%20.67-.472%201.143q-.472.472-1.143.472z%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.77q.73-.732.73-1.77t-.73-1.77T12%209.5t-1.77.73T9.5%2012t.73%201.77t1.77.73t1.77-.73m-1.828%202.153q-1.45%200-2.812.451t-2.55%201.303q-.222.156-.401.36T6%2018.514v.063q0%20.192.144.308T6.5%2019h11q.212%200%20.356-.125t.144-.317v-.045q0-.273-.179-.486q-.179-.214-.402-.37q-1.206-.851-2.597-1.293t-2.88-.441M6.616%2020q-.672%200-1.144-.472T5%2018.385v-8.077q0-.38.174-.727t.472-.565l5.385-4.058q.429-.324.969-.324t.97.324l5.384%204.057q.298.218.472.566t.174.727v8.077q0%20.67-.472%201.143q-.472.472-1.143.472z%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-rounded.svg?color=%231a73e8&size=48