add-home from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.

Name
add-home
Set
Material Symbols Light
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
add-home-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

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.5zm-2.451-.05Q14 17.672 14 16t1.165-2.835T18 12t2.836 1.165T22 16t-1.164 2.836T18 20t-2.835-1.164M5 18V7.5l7-5.288L19 7.5v1.82q-.25-.045-.5-.067t-.5-.022q-2.828 0-4.799 1.97q-1.97 1.97-1.97 4.799q0 .512.085 1.012t.243.988z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAddHome(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.5zm-2.451-.05Q14 17.672 14 16t1.165-2.835T18 12t2.836 1.165T22 16t-1.164 2.836T18 20t-2.835-1.164M5 18V7.5l7-5.288L19 7.5v1.82q-.25-.045-.5-.067t-.5-.022q-2.828 0-4.799 1.97q-1.97 1.97-1.97 4.799q0 .512.085 1.012t.243.988z"/></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.5zm-2.451-.05Q14 17.672 14 16t1.165-2.835T18 12t2.836 1.165T22 16t-1.164 2.836T18 20t-2.835-1.164M5 18V7.5l7-5.288L19 7.5v1.82q-.25-.045-.5-.067t-.5-.022q-2.828 0-4.799 1.97q-1.97 1.97-1.97 4.799q0 .512.085 1.012t.243.988z"/></svg>
</template>

CSS

.icon-add-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%22M17.616%2018.885h.769v-2.5h2.5v-.77h-2.5v-2.5h-.77v2.5h-2.5v.77h2.5zm-2.451-.05Q14%2017.672%2014%2016t1.165-2.835T18%2012t2.836%201.165T22%2016t-1.164%202.836T18%2020t-2.835-1.164M5%2018V7.5l7-5.288L19%207.5v1.82q-.25-.045-.5-.067t-.5-.022q-2.828%200-4.799%201.97q-1.97%201.97-1.97%204.799q0%20.512.085%201.012t.243.988z%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.5zm-2.451-.05Q14%2017.672%2014%2016t1.165-2.835T18%2012t2.836%201.165T22%2016t-1.164%202.836T18%2020t-2.835-1.164M5%2018V7.5l7-5.288L19%207.5v1.82q-.25-.045-.5-.067t-.5-.022q-2.828%200-4.799%201.97q-1.97%201.97-1.97%204.799q0%20.512.085%201.012t.243.988z%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.svg?color=%231a73e8&size=48