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

Name
add-home-outline
Set
Material Symbols
Style
Outline
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
add-home-outline-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.5 2q-2.075 0-3.537-1.463T13 16t1.463-3.537T18 11t3.538 1.463T23 16t-1.463 3.538T18 21M4 19V7l8-6l8 6v2.3q-.475-.15-.975-.225T18 9V8l-6-4.5L6 8v9h5.075q.075.525.225 1.025t.375.975zm8-8.75"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAddHomeOutline(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.5 2q-2.075 0-3.537-1.463T13 16t1.463-3.537T18 11t3.538 1.463T23 16t-1.463 3.538T18 21M4 19V7l8-6l8 6v2.3q-.475-.15-.975-.225T18 9V8l-6-4.5L6 8v9h5.075q.075.525.225 1.025t.375.975zm8-8.75"/></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.5 2q-2.075 0-3.537-1.463T13 16t1.463-3.537T18 11t3.538 1.463T23 16t-1.463 3.538T18 21M4 19V7l8-6l8 6v2.3q-.475-.15-.975-.225T18 9V8l-6-4.5L6 8v9h5.075q.075.525.225 1.025t.375.975zm8-8.75"/></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.5%2019h1v-2.5H21v-1h-2.5V13h-1v2.5H15v1h2.5zm.5%202q-2.075%200-3.537-1.463T13%2016t1.463-3.537T18%2011t3.538%201.463T23%2016t-1.463%203.538T18%2021M4%2019V7l8-6l8%206v2.3q-.475-.15-.975-.225T18%209V8l-6-4.5L6%208v9h5.075q.075.525.225%201.025t.375.975zm8-8.75%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.5%202q-2.075%200-3.537-1.463T13%2016t1.463-3.537T18%2011t3.538%201.463T23%2016t-1.463%203.538T18%2021M4%2019V7l8-6l8%206v2.3q-.475-.15-.975-.225T18%209V8l-6-4.5L6%208v9h5.075q.075.525.225%201.025t.375.975zm8-8.75%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-outline.svg?color=%231a73e8&size=48