add home icon
add-home-outline from Material Symbols Light by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- add-home-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- add-home-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
360add-home-workadd-locationadd-location-altadd-roadadd-triangleairline-stopsalt-routeassist-walkeraward-mealbaby-changing-stationbeenherebusiness-centercalendar-meal-2castlechurchcleaning-servicescompass-calibrationconnecting-airportscrisis-alertdirectionsdirections-altdirections-alt-offdirections-off
Use the add home icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.616 18.885h.769v-2.5h2.5v-.77h-2.5v-2.5h-.77v2.5h-2.5v.77h2.5zM18 20q-1.671 0-2.835-1.164Q14 17.67 14 16t1.165-2.835T18 12t2.836 1.165T22 16t-1.164 2.836T18 20M5 18V7.5l7-5.288L19 7.5v1.82q-.244-.055-.492-.072T18 9.231V8l-6-4.538L6 8v9h5.306q.032.263.095.513t.159.487zm7-7.77"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAddHomeOutline(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="M17.616 18.885h.769v-2.5h2.5v-.77h-2.5v-2.5h-.77v2.5h-2.5v.77h2.5zM18 20q-1.671 0-2.835-1.164Q14 17.67 14 16t1.165-2.835T18 12t2.836 1.165T22 16t-1.164 2.836T18 20M5 18V7.5l7-5.288L19 7.5v1.82q-.244-.055-.492-.072T18 9.231V8l-6-4.538L6 8v9h5.306q.032.263.095.513t.159.487zm7-7.77"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.616 18.885h.769v-2.5h2.5v-.77h-2.5v-2.5h-.77v2.5h-2.5v.77h2.5zM18 20q-1.671 0-2.835-1.164Q14 17.67 14 16t1.165-2.835T18 12t2.836 1.165T22 16t-1.164 2.836T18 20M5 18V7.5l7-5.288L19 7.5v1.82q-.244-.055-.492-.072T18 9.231V8l-6-4.538L6 8v9h5.306q.032.263.095.513t.159.487zm7-7.77"/></svg> </template>
CSS
.icon-add-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%22M17.616%2018.885h.769v-2.5h2.5v-.77h-2.5v-2.5h-.77v2.5h-2.5v.77h2.5zM18%2020q-1.671%200-2.835-1.164Q14%2017.67%2014%2016t1.165-2.835T18%2012t2.836%201.165T22%2016t-1.164%202.836T18%2020M5%2018V7.5l7-5.288L19%207.5v1.82q-.244-.055-.492-.072T18%209.231V8l-6-4.538L6%208v9h5.306q.032.263.095.513t.159.487zm7-7.77%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%22M17.616%2018.885h.769v-2.5h2.5v-.77h-2.5v-2.5h-.77v2.5h-2.5v.77h2.5zM18%2020q-1.671%200-2.835-1.164Q14%2017.67%2014%2016t1.165-2.835T18%2012t2.836%201.165T22%2016t-1.164%202.836T18%2020M5%2018V7.5l7-5.288L19%207.5v1.82q-.244-.055-.492-.072T18%209.231V8l-6-4.538L6%208v9h5.306q.032.263.095.513t.159.487zm7-7.77%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/add-home-outline.svg?color=%231a73e8&size=48