add home icon
add-home-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- add-home-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
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.5 16.5v2q0 .2.15.35T18 19t.35-.15t.15-.35v-2h2q.2 0 .35-.15T21 16t-.15-.35t-.35-.15h-2v-2q0-.2-.15-.35T18 13t-.35.15t-.15.35v2h-2q-.2 0-.35.15T15 16t.15.35t.35.15zm-3.037 3.038Q13 18.075 13 16t1.463-3.537T18 11t3.538 1.463T23 16t-1.463 3.538T18 21t-3.537-1.463M4 17V8q0-.475.213-.9t.587-.7l6-4.5q.525-.4 1.2-.4t1.2.4l6 4.5q.375.275.588.7T20 8v.525q0 .3-.238.463t-.537.112q-1.675-.3-3.312.213T13.05 11.05q-1.35 1.35-1.838 3.15t.013 3.625q.125.45-.125.813t-.675.362H6q-.825 0-1.412-.587T4 17"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAddHomeRounded(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 16.5v2q0 .2.15.35T18 19t.35-.15t.15-.35v-2h2q.2 0 .35-.15T21 16t-.15-.35t-.35-.15h-2v-2q0-.2-.15-.35T18 13t-.35.15t-.15.35v2h-2q-.2 0-.35.15T15 16t.15.35t.35.15zm-3.037 3.038Q13 18.075 13 16t1.463-3.537T18 11t3.538 1.463T23 16t-1.463 3.538T18 21t-3.537-1.463M4 17V8q0-.475.213-.9t.587-.7l6-4.5q.525-.4 1.2-.4t1.2.4l6 4.5q.375.275.588.7T20 8v.525q0 .3-.238.463t-.537.112q-1.675-.3-3.312.213T13.05 11.05q-1.35 1.35-1.838 3.15t.013 3.625q.125.45-.125.813t-.675.362H6q-.825 0-1.412-.587T4 17"/></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 16.5v2q0 .2.15.35T18 19t.35-.15t.15-.35v-2h2q.2 0 .35-.15T21 16t-.15-.35t-.35-.15h-2v-2q0-.2-.15-.35T18 13t-.35.15t-.15.35v2h-2q-.2 0-.35.15T15 16t.15.35t.35.15zm-3.037 3.038Q13 18.075 13 16t1.463-3.537T18 11t3.538 1.463T23 16t-1.463 3.538T18 21t-3.537-1.463M4 17V8q0-.475.213-.9t.587-.7l6-4.5q.525-.4 1.2-.4t1.2.4l6 4.5q.375.275.588.7T20 8v.525q0 .3-.238.463t-.537.112q-1.675-.3-3.312.213T13.05 11.05q-1.35 1.35-1.838 3.15t.013 3.625q.125.45-.125.813t-.675.362H6q-.825 0-1.412-.587T4 17"/></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.5%2016.5v2q0%20.2.15.35T18%2019t.35-.15t.15-.35v-2h2q.2%200%20.35-.15T21%2016t-.15-.35t-.35-.15h-2v-2q0-.2-.15-.35T18%2013t-.35.15t-.15.35v2h-2q-.2%200-.35.15T15%2016t.15.35t.35.15zm-3.037%203.038Q13%2018.075%2013%2016t1.463-3.537T18%2011t3.538%201.463T23%2016t-1.463%203.538T18%2021t-3.537-1.463M4%2017V8q0-.475.213-.9t.587-.7l6-4.5q.525-.4%201.2-.4t1.2.4l6%204.5q.375.275.588.7T20%208v.525q0%20.3-.238.463t-.537.112q-1.675-.3-3.312.213T13.05%2011.05q-1.35%201.35-1.838%203.15t.013%203.625q.125.45-.125.813t-.675.362H6q-.825%200-1.412-.587T4%2017%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%2016.5v2q0%20.2.15.35T18%2019t.35-.15t.15-.35v-2h2q.2%200%20.35-.15T21%2016t-.15-.35t-.35-.15h-2v-2q0-.2-.15-.35T18%2013t-.35.15t-.15.35v2h-2q-.2%200-.35.15T15%2016t.15.35t.35.15zm-3.037%203.038Q13%2018.075%2013%2016t1.463-3.537T18%2011t3.538%201.463T23%2016t-1.463%203.538T18%2021t-3.537-1.463M4%2017V8q0-.475.213-.9t.587-.7l6-4.5q.525-.4%201.2-.4t1.2.4l6%204.5q.375.275.588.7T20%208v.525q0%20.3-.238.463t-.537.112q-1.675-.3-3.312.213T13.05%2011.05q-1.35%201.35-1.838%203.15t.013%203.625q.125.45-.125.813t-.675.362H6q-.825%200-1.412-.587T4%2017%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-rounded.svg?color=%231a73e8&size=48