home-and-garden-outline-rounded from Material Symbols Light by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
home-and-garden-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the home and garden icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3.41q.248 0 .503.07q.255.072.472.234l8.654 6.432q.171.135.192.323q.021.189-.113.366q-.135.176-.323.198q-.189.02-.366-.1L12 4.25L6 8.716v8.669q0 .269.173.442t.443.173h2.557q.214 0 .357.143t.143.357t-.143.357t-.357.143H6.616q-.672 0-1.144-.472T5 17.385V9.452l-2 1.486q-.171.116-.363.095q-.19-.022-.325-.199q-.135-.17-.111-.359t.195-.323l8.629-6.438q.217-.162.463-.233T12 3.409m5.5 18.35q-1.127.783-2.207.748t-1.922-.878t-.878-1.932t.747-2.197q-.782-1.127-.747-2.207t.878-1.922t1.932-.878q1.09-.035 2.197.748q1.127-.783 2.207-.748t1.922.878t.878 1.932t-.748 2.197q.783 1.127.748 2.207t-.878 1.922t-1.932.878t-2.197-.747m0-1.22l.862.589q.604.421 1.32.361q.718-.06 1.234-.574q.515-.516.584-1.233t-.352-1.322l-.607-.861l.588-.861q.421-.604.361-1.322q-.06-.717-.574-1.232q-.516-.516-1.233-.585t-1.322.352l-.861.607l-.861-.588q-.604-.421-1.322-.362q-.717.06-1.232.575q-.516.516-.585 1.233t.352 1.322l.608.861l-.589.862q-.421.604-.362 1.32q.06.718.575 1.234q.516.515 1.233.584t1.322-.352zm.56-2.48q.229-.227.229-.56t-.228-.56q-.228-.229-.561-.229t-.56.228t-.229.561t.228.56q.228.229.561.229t.56-.228m-.56-.561"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHomeAndGardenOutlineRounded(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="M12 3.41q.248 0 .503.07q.255.072.472.234l8.654 6.432q.171.135.192.323q.021.189-.113.366q-.135.176-.323.198q-.189.02-.366-.1L12 4.25L6 8.716v8.669q0 .269.173.442t.443.173h2.557q.214 0 .357.143t.143.357t-.143.357t-.357.143H6.616q-.672 0-1.144-.472T5 17.385V9.452l-2 1.486q-.171.116-.363.095q-.19-.022-.325-.199q-.135-.17-.111-.359t.195-.323l8.629-6.438q.217-.162.463-.233T12 3.409m5.5 18.35q-1.127.783-2.207.748t-1.922-.878t-.878-1.932t.747-2.197q-.782-1.127-.747-2.207t.878-1.922t1.932-.878q1.09-.035 2.197.748q1.127-.783 2.207-.748t1.922.878t.878 1.932t-.748 2.197q.783 1.127.748 2.207t-.878 1.922t-1.932.878t-2.197-.747m0-1.22l.862.589q.604.421 1.32.361q.718-.06 1.234-.574q.515-.516.584-1.233t-.352-1.322l-.607-.861l.588-.861q.421-.604.361-1.322q-.06-.717-.574-1.232q-.516-.516-1.233-.585t-1.322.352l-.861.607l-.861-.588q-.604-.421-1.322-.362q-.717.06-1.232.575q-.516.516-.585 1.233t.352 1.322l.608.861l-.589.862q-.421.604-.362 1.32q.06.718.575 1.234q.516.515 1.233.584t1.322-.352zm.56-2.48q.229-.227.229-.56t-.228-.56q-.228-.229-.561-.229t-.56.228t-.229.561t.228.56q.228.229.561.229t.56-.228m-.56-.561"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3.41q.248 0 .503.07q.255.072.472.234l8.654 6.432q.171.135.192.323q.021.189-.113.366q-.135.176-.323.198q-.189.02-.366-.1L12 4.25L6 8.716v8.669q0 .269.173.442t.443.173h2.557q.214 0 .357.143t.143.357t-.143.357t-.357.143H6.616q-.672 0-1.144-.472T5 17.385V9.452l-2 1.486q-.171.116-.363.095q-.19-.022-.325-.199q-.135-.17-.111-.359t.195-.323l8.629-6.438q.217-.162.463-.233T12 3.409m5.5 18.35q-1.127.783-2.207.748t-1.922-.878t-.878-1.932t.747-2.197q-.782-1.127-.747-2.207t.878-1.922t1.932-.878q1.09-.035 2.197.748q1.127-.783 2.207-.748t1.922.878t.878 1.932t-.748 2.197q.783 1.127.748 2.207t-.878 1.922t-1.932.878t-2.197-.747m0-1.22l.862.589q.604.421 1.32.361q.718-.06 1.234-.574q.515-.516.584-1.233t-.352-1.322l-.607-.861l.588-.861q.421-.604.361-1.322q-.06-.717-.574-1.232q-.516-.516-1.233-.585t-1.322.352l-.861.607l-.861-.588q-.604-.421-1.322-.362q-.717.06-1.232.575q-.516.516-.585 1.233t.352 1.322l.608.861l-.589.862q-.421.604-.362 1.32q.06.718.575 1.234q.516.515 1.233.584t1.322-.352zm.56-2.48q.229-.227.229-.56t-.228-.56q-.228-.229-.561-.229t-.56.228t-.229.561t.228.56q.228.229.561.229t.56-.228m-.56-.561"/></svg>
</template>

CSS

.icon-home-and-garden-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%22M12%203.41q.248%200%20.503.07q.255.072.472.234l8.654%206.432q.171.135.192.323q.021.189-.113.366q-.135.176-.323.198q-.189.02-.366-.1L12%204.25L6%208.716v8.669q0%20.269.173.442t.443.173h2.557q.214%200%20.357.143t.143.357t-.143.357t-.357.143H6.616q-.672%200-1.144-.472T5%2017.385V9.452l-2%201.486q-.171.116-.363.095q-.19-.022-.325-.199q-.135-.17-.111-.359t.195-.323l8.629-6.438q.217-.162.463-.233T12%203.409m5.5%2018.35q-1.127.783-2.207.748t-1.922-.878t-.878-1.932t.747-2.197q-.782-1.127-.747-2.207t.878-1.922t1.932-.878q1.09-.035%202.197.748q1.127-.783%202.207-.748t1.922.878t.878%201.932t-.748%202.197q.783%201.127.748%202.207t-.878%201.922t-1.932.878t-2.197-.747m0-1.22l.862.589q.604.421%201.32.361q.718-.06%201.234-.574q.515-.516.584-1.233t-.352-1.322l-.607-.861l.588-.861q.421-.604.361-1.322q-.06-.717-.574-1.232q-.516-.516-1.233-.585t-1.322.352l-.861.607l-.861-.588q-.604-.421-1.322-.362q-.717.06-1.232.575q-.516.516-.585%201.233t.352%201.322l.608.861l-.589.862q-.421.604-.362%201.32q.06.718.575%201.234q.516.515%201.233.584t1.322-.352zm.56-2.48q.229-.227.229-.56t-.228-.56q-.228-.229-.561-.229t-.56.228t-.229.561t.228.56q.228.229.561.229t.56-.228m-.56-.561%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%22M12%203.41q.248%200%20.503.07q.255.072.472.234l8.654%206.432q.171.135.192.323q.021.189-.113.366q-.135.176-.323.198q-.189.02-.366-.1L12%204.25L6%208.716v8.669q0%20.269.173.442t.443.173h2.557q.214%200%20.357.143t.143.357t-.143.357t-.357.143H6.616q-.672%200-1.144-.472T5%2017.385V9.452l-2%201.486q-.171.116-.363.095q-.19-.022-.325-.199q-.135-.17-.111-.359t.195-.323l8.629-6.438q.217-.162.463-.233T12%203.409m5.5%2018.35q-1.127.783-2.207.748t-1.922-.878t-.878-1.932t.747-2.197q-.782-1.127-.747-2.207t.878-1.922t1.932-.878q1.09-.035%202.197.748q1.127-.783%202.207-.748t1.922.878t.878%201.932t-.748%202.197q.783%201.127.748%202.207t-.878%201.922t-1.932.878t-2.197-.747m0-1.22l.862.589q.604.421%201.32.361q.718-.06%201.234-.574q.515-.516.584-1.233t-.352-1.322l-.607-.861l.588-.861q.421-.604.361-1.322q-.06-.717-.574-1.232q-.516-.516-1.233-.585t-1.322.352l-.861.607l-.861-.588q-.604-.421-1.322-.362q-.717.06-1.232.575q-.516.516-.585%201.233t.352%201.322l.608.861l-.589.862q-.421.604-.362%201.32q.06.718.575%201.234q.516.515%201.233.584t1.322-.352zm.56-2.48q.229-.227.229-.56t-.228-.56q-.228-.229-.561-.229t-.56.228t-.229.561t.228.56q.228.229.561.229t.56-.228m-.56-.561%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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