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

Name
add-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 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 16.385V18.5q0 .154.115.27q.115.114.269.114t.27-.115q.114-.115.114-.269v-2.116H20.5q.154 0 .27-.111q.114-.111.114-.273t-.115-.273t-.269-.111h-2.116V13.5q0-.154-.115-.27q-.115-.114-.269-.114t-.27.115q-.114.115-.114.269v2.116H15.5q-.154 0-.27.111q-.114.112-.114.273t.115.273t.269.112zm-2.451 2.45Q14 17.672 14 16t1.165-2.835T18 12t2.836 1.165T22 16t-1.164 2.836T18 20t-2.835-1.164M5 16.385V8.308q0-.384.172-.727q.171-.344.474-.566l5.385-4.077q.423-.323.966-.323t.972.323l5.385 4.078q.303.222.474.566q.172.345.172.73v.425q0 .223-.17.385t-.413.132q-1.425-.108-2.812.414q-1.388.523-2.401 1.536q-1.177 1.177-1.665 2.727t-.198 3.144q.067.373-.154.649t-.57.276H6.616q-.667 0-1.141-.475T5 16.386"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAddHomeRounded(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 16.385V18.5q0 .154.115.27q.115.114.269.114t.27-.115q.114-.115.114-.269v-2.116H20.5q.154 0 .27-.111q.114-.111.114-.273t-.115-.273t-.269-.111h-2.116V13.5q0-.154-.115-.27q-.115-.114-.269-.114t-.27.115q-.114.115-.114.269v2.116H15.5q-.154 0-.27.111q-.114.112-.114.273t.115.273t.269.112zm-2.451 2.45Q14 17.672 14 16t1.165-2.835T18 12t2.836 1.165T22 16t-1.164 2.836T18 20t-2.835-1.164M5 16.385V8.308q0-.384.172-.727q.171-.344.474-.566l5.385-4.077q.423-.323.966-.323t.972.323l5.385 4.078q.303.222.474.566q.172.345.172.73v.425q0 .223-.17.385t-.413.132q-1.425-.108-2.812.414q-1.388.523-2.401 1.536q-1.177 1.177-1.665 2.727t-.198 3.144q.067.373-.154.649t-.57.276H6.616q-.667 0-1.141-.475T5 16.386"/></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 16.385V18.5q0 .154.115.27q.115.114.269.114t.27-.115q.114-.115.114-.269v-2.116H20.5q.154 0 .27-.111q.114-.111.114-.273t-.115-.273t-.269-.111h-2.116V13.5q0-.154-.115-.27q-.115-.114-.269-.114t-.27.115q-.114.115-.114.269v2.116H15.5q-.154 0-.27.111q-.114.112-.114.273t.115.273t.269.112zm-2.451 2.45Q14 17.672 14 16t1.165-2.835T18 12t2.836 1.165T22 16t-1.164 2.836T18 20t-2.835-1.164M5 16.385V8.308q0-.384.172-.727q.171-.344.474-.566l5.385-4.077q.423-.323.966-.323t.972.323l5.385 4.078q.303.222.474.566q.172.345.172.73v.425q0 .223-.17.385t-.413.132q-1.425-.108-2.812.414q-1.388.523-2.401 1.536q-1.177 1.177-1.665 2.727t-.198 3.144q.067.373-.154.649t-.57.276H6.616q-.667 0-1.141-.475T5 16.386"/></svg>
</template>

CSS

.icon-add-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%22M17.616%2016.385V18.5q0%20.154.115.27q.115.114.269.114t.27-.115q.114-.115.114-.269v-2.116H20.5q.154%200%20.27-.111q.114-.111.114-.273t-.115-.273t-.269-.111h-2.116V13.5q0-.154-.115-.27q-.115-.114-.269-.114t-.27.115q-.114.115-.114.269v2.116H15.5q-.154%200-.27.111q-.114.112-.114.273t.115.273t.269.112zm-2.451%202.45Q14%2017.672%2014%2016t1.165-2.835T18%2012t2.836%201.165T22%2016t-1.164%202.836T18%2020t-2.835-1.164M5%2016.385V8.308q0-.384.172-.727q.171-.344.474-.566l5.385-4.077q.423-.323.966-.323t.972.323l5.385%204.078q.303.222.474.566q.172.345.172.73v.425q0%20.223-.17.385t-.413.132q-1.425-.108-2.812.414q-1.388.523-2.401%201.536q-1.177%201.177-1.665%202.727t-.198%203.144q.067.373-.154.649t-.57.276H6.616q-.667%200-1.141-.475T5%2016.386%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%2016.385V18.5q0%20.154.115.27q.115.114.269.114t.27-.115q.114-.115.114-.269v-2.116H20.5q.154%200%20.27-.111q.114-.111.114-.273t-.115-.273t-.269-.111h-2.116V13.5q0-.154-.115-.27q-.115-.114-.269-.114t-.27.115q-.114.115-.114.269v2.116H15.5q-.154%200-.27.111q-.114.112-.114.273t.115.273t.269.112zm-2.451%202.45Q14%2017.672%2014%2016t1.165-2.835T18%2012t2.836%201.165T22%2016t-1.164%202.836T18%2020t-2.835-1.164M5%2016.385V8.308q0-.384.172-.727q.171-.344.474-.566l5.385-4.077q.423-.323.966-.323t.972.323l5.385%204.078q.303.222.474.566q.172.345.172.73v.425q0%20.223-.17.385t-.413.132q-1.425-.108-2.812.414q-1.388.523-2.401%201.536q-1.177%201.177-1.665%202.727t-.198%203.144q.067.373-.154.649t-.57.276H6.616q-.667%200-1.141-.475T5%2016.386%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-rounded.svg?color=%231a73e8&size=48