bungalow-rounded from Material Symbols by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.

Name
bungalow-rounded
Set
Material Symbols
Style
Rounded
Category
Travel
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

Use the bungalow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 21q-.425 0-.712-.288T7 20v-5.2l-.575.925q-.225.35-.625.438t-.75-.138t-.45-.625t.125-.75l6.425-10.3q.15-.25.375-.35T12 3.9t.475.1t.375.35l6.425 10.3q.225.35.125.75t-.45.625t-.75.125t-.625-.45L17 14.8V20q0 .425-.288.713T16 21h-3v-4q0-.425-.288-.712T12 16t-.712.288T11 17v4zm4.713-7.288Q13 13.425 13 13t-.288-.712T12 12t-.712.288T11 13t.288.713T12 14t.713-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBungalowRounded(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="M8 21q-.425 0-.712-.288T7 20v-5.2l-.575.925q-.225.35-.625.438t-.75-.138t-.45-.625t.125-.75l6.425-10.3q.15-.25.375-.35T12 3.9t.475.1t.375.35l6.425 10.3q.225.35.125.75t-.45.625t-.75.125t-.625-.45L17 14.8V20q0 .425-.288.713T16 21h-3v-4q0-.425-.288-.712T12 16t-.712.288T11 17v4zm4.713-7.288Q13 13.425 13 13t-.288-.712T12 12t-.712.288T11 13t.288.713T12 14t.713-.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 21q-.425 0-.712-.288T7 20v-5.2l-.575.925q-.225.35-.625.438t-.75-.138t-.45-.625t.125-.75l6.425-10.3q.15-.25.375-.35T12 3.9t.475.1t.375.35l6.425 10.3q.225.35.125.75t-.45.625t-.75.125t-.625-.45L17 14.8V20q0 .425-.288.713T16 21h-3v-4q0-.425-.288-.712T12 16t-.712.288T11 17v4zm4.713-7.288Q13 13.425 13 13t-.288-.712T12 12t-.712.288T11 13t.288.713T12 14t.713-.288"/></svg>
</template>

CSS

.icon-bungalow-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%22M8%2021q-.425%200-.712-.288T7%2020v-5.2l-.575.925q-.225.35-.625.438t-.75-.138t-.45-.625t.125-.75l6.425-10.3q.15-.25.375-.35T12%203.9t.475.1t.375.35l6.425%2010.3q.225.35.125.75t-.45.625t-.75.125t-.625-.45L17%2014.8V20q0%20.425-.288.713T16%2021h-3v-4q0-.425-.288-.712T12%2016t-.712.288T11%2017v4zm4.713-7.288Q13%2013.425%2013%2013t-.288-.712T12%2012t-.712.288T11%2013t.288.713T12%2014t.713-.288%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%22M8%2021q-.425%200-.712-.288T7%2020v-5.2l-.575.925q-.225.35-.625.438t-.75-.138t-.45-.625t.125-.75l6.425-10.3q.15-.25.375-.35T12%203.9t.475.1t.375.35l6.425%2010.3q.225.35.125.75t-.45.625t-.75.125t-.625-.45L17%2014.8V20q0%20.425-.288.713T16%2021h-3v-4q0-.425-.288-.712T12%2016t-.712.288T11%2017v4zm4.713-7.288Q13%2013.425%2013%2013t-.288-.712T12%2012t-.712.288T11%2013t.288.713T12%2014t.713-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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