add home icon
add-home-outline-rounded from Material Symbols Light by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- add-home-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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
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 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.112zM18 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 16.384V8.308q0-.384.172-.727q.171-.344.474-.566l5.385-4.077q.223-.161.466-.242t.507-.08t.504.08t.461.242l5.397 4.089q.251.182.397.475q.145.292.145.621v.327q0 .204-.144.343t-.356.138q-.156 0-.268-.089q-.111-.088-.14-.227v-.307q0-.154-.067-.28t-.183-.22L12.366 3.75q-.154-.134-.366-.134t-.365.134L6.25 7.808q-.115.096-.183.22T6 8.309v8.077q0 .269.173.442t.443.173h3.942q.212 0 .356.144t.144.357t-.144.356t-.356.143H6.616q-.667 0-1.141-.475T5 16.386m7-6.097"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAddHomeOutlineRounded(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.112zM18 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 16.384V8.308q0-.384.172-.727q.171-.344.474-.566l5.385-4.077q.223-.161.466-.242t.507-.08t.504.08t.461.242l5.397 4.089q.251.182.397.475q.145.292.145.621v.327q0 .204-.144.343t-.356.138q-.156 0-.268-.089q-.111-.088-.14-.227v-.307q0-.154-.067-.28t-.183-.22L12.366 3.75q-.154-.134-.366-.134t-.365.134L6.25 7.808q-.115.096-.183.22T6 8.309v8.077q0 .269.173.442t.443.173h3.942q.212 0 .356.144t.144.357t-.144.356t-.356.143H6.616q-.667 0-1.141-.475T5 16.386m7-6.097"/></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.112zM18 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 16.384V8.308q0-.384.172-.727q.171-.344.474-.566l5.385-4.077q.223-.161.466-.242t.507-.08t.504.08t.461.242l5.397 4.089q.251.182.397.475q.145.292.145.621v.327q0 .204-.144.343t-.356.138q-.156 0-.268-.089q-.111-.088-.14-.227v-.307q0-.154-.067-.28t-.183-.22L12.366 3.75q-.154-.134-.366-.134t-.365.134L6.25 7.808q-.115.096-.183.22T6 8.309v8.077q0 .269.173.442t.443.173h3.942q.212 0 .356.144t.144.357t-.144.356t-.356.143H6.616q-.667 0-1.141-.475T5 16.386m7-6.097"/></svg> </template>
CSS
.icon-add-home-outline-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.112zM18%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%2016.384V8.308q0-.384.172-.727q.171-.344.474-.566l5.385-4.077q.223-.161.466-.242t.507-.08t.504.08t.461.242l5.397%204.089q.251.182.397.475q.145.292.145.621v.327q0%20.204-.144.343t-.356.138q-.156%200-.268-.089q-.111-.088-.14-.227v-.307q0-.154-.067-.28t-.183-.22L12.366%203.75q-.154-.134-.366-.134t-.365.134L6.25%207.808q-.115.096-.183.22T6%208.309v8.077q0%20.269.173.442t.443.173h3.942q.212%200%20.356.144t.144.357t-.144.356t-.356.143H6.616q-.667%200-1.141-.475T5%2016.386m7-6.097%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.112zM18%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%2016.384V8.308q0-.384.172-.727q.171-.344.474-.566l5.385-4.077q.223-.161.466-.242t.507-.08t.504.08t.461.242l5.397%204.089q.251.182.397.475q.145.292.145.621v.327q0%20.204-.144.343t-.356.138q-.156%200-.268-.089q-.111-.088-.14-.227v-.307q0-.154-.067-.28t-.183-.22L12.366%203.75q-.154-.134-.366-.134t-.365.134L6.25%207.808q-.115.096-.183.22T6%208.309v8.077q0%20.269.173.442t.443.173h3.942q.212%200%20.356.144t.144.357t-.144.356t-.356.143H6.616q-.667%200-1.141-.475T5%2016.386m7-6.097%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-rounded.svg?color=%231a73e8&size=48