home and garden icon
home-and-garden-outline-rounded from Material Symbols by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- home-and-garden-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
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 2.525q.325 0 .638.1t.587.3l9 6.875q.325.25.375.65t-.2.75t-.65.4t-.75-.225L12 4.5L6 9.1V18h3q.425 0 .713.288T10 19t-.288.713T9 20H6q-.825 0-1.412-.587T4 18v-7.375L3 11.4q-.325.25-.737.2t-.663-.4q-.25-.325-.187-.725t.387-.65l8.975-6.9q.275-.2.588-.3t.637-.1m5.5 19.85q-1.05.725-2.312.613t-2.163-1.013t-1.012-2.162t.612-2.313q-.725-1.05-.612-2.312t1.012-2.163t2.163-1.012t2.312.612q1.05-.725 2.313-.612t2.162 1.012t1.013 2.163t-.613 2.312q.725 1.05.613 2.313t-1.013 2.162t-2.162 1.013t-2.313-.613m0-2.45l1.15.8q.45.325.975.275t.925-.45t.45-.925t-.275-.975l-.8-1.15l.8-1.15q.325-.45.275-.975t-.45-.925t-.925-.45t-.975.275l-1.15.8l-1.15-.8q-.45-.325-.975-.275t-.925.45t-.45.925t.275.975l.8 1.15l-.8 1.15q-.325.45-.275.975t.45.925t.925.45t.975-.275zm.888-1.537q.362-.363.362-.888t-.363-.888t-.887-.362t-.888.363t-.362.887t.363.888t.887.362t.888-.363M17.5 17.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHomeAndGardenOutlineRounded(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 2.525q.325 0 .638.1t.587.3l9 6.875q.325.25.375.65t-.2.75t-.65.4t-.75-.225L12 4.5L6 9.1V18h3q.425 0 .713.288T10 19t-.288.713T9 20H6q-.825 0-1.412-.587T4 18v-7.375L3 11.4q-.325.25-.737.2t-.663-.4q-.25-.325-.187-.725t.387-.65l8.975-6.9q.275-.2.588-.3t.637-.1m5.5 19.85q-1.05.725-2.312.613t-2.163-1.013t-1.012-2.162t.612-2.313q-.725-1.05-.612-2.312t1.012-2.163t2.163-1.012t2.312.612q1.05-.725 2.313-.612t2.162 1.012t1.013 2.163t-.613 2.312q.725 1.05.613 2.313t-1.013 2.162t-2.162 1.013t-2.313-.613m0-2.45l1.15.8q.45.325.975.275t.925-.45t.45-.925t-.275-.975l-.8-1.15l.8-1.15q.325-.45.275-.975t-.45-.925t-.925-.45t-.975.275l-1.15.8l-1.15-.8q-.45-.325-.975-.275t-.925.45t-.45.925t.275.975l.8 1.15l-.8 1.15q-.325.45-.275.975t.45.925t.925.45t.975-.275zm.888-1.537q.362-.363.362-.888t-.363-.888t-.887-.362t-.888.363t-.362.887t.363.888t.887.362t.888-.363M17.5 17.5"/></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 2.525q.325 0 .638.1t.587.3l9 6.875q.325.25.375.65t-.2.75t-.65.4t-.75-.225L12 4.5L6 9.1V18h3q.425 0 .713.288T10 19t-.288.713T9 20H6q-.825 0-1.412-.587T4 18v-7.375L3 11.4q-.325.25-.737.2t-.663-.4q-.25-.325-.187-.725t.387-.65l8.975-6.9q.275-.2.588-.3t.637-.1m5.5 19.85q-1.05.725-2.312.613t-2.163-1.013t-1.012-2.162t.612-2.313q-.725-1.05-.612-2.312t1.012-2.163t2.163-1.012t2.312.612q1.05-.725 2.313-.612t2.162 1.012t1.013 2.163t-.613 2.312q.725 1.05.613 2.313t-1.013 2.162t-2.162 1.013t-2.313-.613m0-2.45l1.15.8q.45.325.975.275t.925-.45t.45-.925t-.275-.975l-.8-1.15l.8-1.15q.325-.45.275-.975t-.45-.925t-.925-.45t-.975.275l-1.15.8l-1.15-.8q-.45-.325-.975-.275t-.925.45t-.45.925t.275.975l.8 1.15l-.8 1.15q-.325.45-.275.975t.45.925t.925.45t.975-.275zm.888-1.537q.362-.363.362-.888t-.363-.888t-.887-.362t-.888.363t-.362.887t.363.888t.887.362t.888-.363M17.5 17.5"/></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%202.525q.325%200%20.638.1t.587.3l9%206.875q.325.25.375.65t-.2.75t-.65.4t-.75-.225L12%204.5L6%209.1V18h3q.425%200%20.713.288T10%2019t-.288.713T9%2020H6q-.825%200-1.412-.587T4%2018v-7.375L3%2011.4q-.325.25-.737.2t-.663-.4q-.25-.325-.187-.725t.387-.65l8.975-6.9q.275-.2.588-.3t.637-.1m5.5%2019.85q-1.05.725-2.312.613t-2.163-1.013t-1.012-2.162t.612-2.313q-.725-1.05-.612-2.312t1.012-2.163t2.163-1.012t2.312.612q1.05-.725%202.313-.612t2.162%201.012t1.013%202.163t-.613%202.312q.725%201.05.613%202.313t-1.013%202.162t-2.162%201.013t-2.313-.613m0-2.45l1.15.8q.45.325.975.275t.925-.45t.45-.925t-.275-.975l-.8-1.15l.8-1.15q.325-.45.275-.975t-.45-.925t-.925-.45t-.975.275l-1.15.8l-1.15-.8q-.45-.325-.975-.275t-.925.45t-.45.925t.275.975l.8%201.15l-.8%201.15q-.325.45-.275.975t.45.925t.925.45t.975-.275zm.888-1.537q.362-.363.362-.888t-.363-.888t-.887-.362t-.888.363t-.362.887t.363.888t.887.362t.888-.363M17.5%2017.5%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%202.525q.325%200%20.638.1t.587.3l9%206.875q.325.25.375.65t-.2.75t-.65.4t-.75-.225L12%204.5L6%209.1V18h3q.425%200%20.713.288T10%2019t-.288.713T9%2020H6q-.825%200-1.412-.587T4%2018v-7.375L3%2011.4q-.325.25-.737.2t-.663-.4q-.25-.325-.187-.725t.387-.65l8.975-6.9q.275-.2.588-.3t.637-.1m5.5%2019.85q-1.05.725-2.312.613t-2.163-1.013t-1.012-2.162t.612-2.313q-.725-1.05-.612-2.312t1.012-2.163t2.163-1.012t2.312.612q1.05-.725%202.313-.612t2.162%201.012t1.013%202.163t-.613%202.312q.725%201.05.613%202.313t-1.013%202.162t-2.162%201.013t-2.313-.613m0-2.45l1.15.8q.45.325.975.275t.925-.45t.45-.925t-.275-.975l-.8-1.15l.8-1.15q.325-.45.275-.975t-.45-.925t-.925-.45t-.975.275l-1.15.8l-1.15-.8q-.45-.325-.975-.275t-.925.45t-.45.925t.275.975l.8%201.15l-.8%201.15q-.325.45-.275.975t.45.925t.925.45t.975-.275zm.888-1.537q.362-.363.362-.888t-.363-.888t-.887-.362t-.888.363t-.362.887t.363.888t.887.362t.888-.363M17.5%2017.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/home-and-garden-outline-rounded.svg?color=%231a73e8&size=48