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

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

3 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

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.5 19h1v-2.5H21v-1h-2.5V13h-1v2.5H15v1h2.5zm-3.037.538Q13 18.075 13 16t1.463-3.537T18 11t3.538 1.463T23 16t-1.463 3.538T18 21t-3.537-1.463M4 19V7l8-6l8 6v2.3q-.5-.15-1-.225T18 9q-2.925 0-4.962 2.038T11 16q0 .8.163 1.55t.512 1.45z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAddHome(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.5 19h1v-2.5H21v-1h-2.5V13h-1v2.5H15v1h2.5zm-3.037.538Q13 18.075 13 16t1.463-3.537T18 11t3.538 1.463T23 16t-1.463 3.538T18 21t-3.537-1.463M4 19V7l8-6l8 6v2.3q-.5-.15-1-.225T18 9q-2.925 0-4.962 2.038T11 16q0 .8.163 1.55t.512 1.45z"/></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.5 19h1v-2.5H21v-1h-2.5V13h-1v2.5H15v1h2.5zm-3.037.538Q13 18.075 13 16t1.463-3.537T18 11t3.538 1.463T23 16t-1.463 3.538T18 21t-3.537-1.463M4 19V7l8-6l8 6v2.3q-.5-.15-1-.225T18 9q-2.925 0-4.962 2.038T11 16q0 .8.163 1.55t.512 1.45z"/></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.5%2019h1v-2.5H21v-1h-2.5V13h-1v2.5H15v1h2.5zm-3.037.538Q13%2018.075%2013%2016t1.463-3.537T18%2011t3.538%201.463T23%2016t-1.463%203.538T18%2021t-3.537-1.463M4%2019V7l8-6l8%206v2.3q-.5-.15-1-.225T18%209q-2.925%200-4.962%202.038T11%2016q0%20.8.163%201.55t.512%201.45z%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.5%2019h1v-2.5H21v-1h-2.5V13h-1v2.5H15v1h2.5zm-3.037.538Q13%2018.075%2013%2016t1.463-3.537T18%2011t3.538%201.463T23%2016t-1.463%203.538T18%2021t-3.537-1.463M4%2019V7l8-6l8%206v2.3q-.5-.15-1-.225T18%209q-2.925%200-4.962%202.038T11%2016q0%20.8.163%201.55t.512%201.45z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/add-home.svg?color=%231a73e8&size=48