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

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

3 other variants in Material Symbols Light

The same icon in other sets

More travel icons from Material Symbols Light

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.808 20q-.348 0-.578-.23T8 19.192v-5.988l-.94 1.502q-.11.177-.308.216t-.375-.07t-.22-.308t.068-.375l5.079-8.184q.13-.193.308-.283q.177-.09.388-.09t.379.09t.298.283l5.098 8.184q.11.177.058.375t-.23.308t-.374.067t-.308-.219L16 13.223v5.97q0 .348-.23.577t-.578.23H12.77v-3q0-.31-.22-.54t-.55-.23q-.31 0-.54.23t-.23.54v3zm3.732-6.23q.23-.23.23-.54q0-.309-.23-.539t-.54-.23t-.54.23t-.23.54t.23.54T12 14t.54-.23"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBungalowRounded(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.808 20q-.348 0-.578-.23T8 19.192v-5.988l-.94 1.502q-.11.177-.308.216t-.375-.07t-.22-.308t.068-.375l5.079-8.184q.13-.193.308-.283q.177-.09.388-.09t.379.09t.298.283l5.098 8.184q.11.177.058.375t-.23.308t-.374.067t-.308-.219L16 13.223v5.97q0 .348-.23.577t-.578.23H12.77v-3q0-.31-.22-.54t-.55-.23q-.31 0-.54.23t-.23.54v3zm3.732-6.23q.23-.23.23-.54q0-.309-.23-.539t-.54-.23t-.54.23t-.23.54t.23.54T12 14t.54-.23"/></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.808 20q-.348 0-.578-.23T8 19.192v-5.988l-.94 1.502q-.11.177-.308.216t-.375-.07t-.22-.308t.068-.375l5.079-8.184q.13-.193.308-.283q.177-.09.388-.09t.379.09t.298.283l5.098 8.184q.11.177.058.375t-.23.308t-.374.067t-.308-.219L16 13.223v5.97q0 .348-.23.577t-.578.23H12.77v-3q0-.31-.22-.54t-.55-.23q-.31 0-.54.23t-.23.54v3zm3.732-6.23q.23-.23.23-.54q0-.309-.23-.539t-.54-.23t-.54.23t-.23.54t.23.54T12 14t.54-.23"/></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.808%2020q-.348%200-.578-.23T8%2019.192v-5.988l-.94%201.502q-.11.177-.308.216t-.375-.07t-.22-.308t.068-.375l5.079-8.184q.13-.193.308-.283q.177-.09.388-.09t.379.09t.298.283l5.098%208.184q.11.177.058.375t-.23.308t-.374.067t-.308-.219L16%2013.223v5.97q0%20.348-.23.577t-.578.23H12.77v-3q0-.31-.22-.54t-.55-.23q-.31%200-.54.23t-.23.54v3zm3.732-6.23q.23-.23.23-.54q0-.309-.23-.539t-.54-.23t-.54.23t-.23.54t.23.54T12%2014t.54-.23%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.808%2020q-.348%200-.578-.23T8%2019.192v-5.988l-.94%201.502q-.11.177-.308.216t-.375-.07t-.22-.308t.068-.375l5.079-8.184q.13-.193.308-.283q.177-.09.388-.09t.379.09t.298.283l5.098%208.184q.11.177.058.375t-.23.308t-.374.067t-.308-.219L16%2013.223v5.97q0%20.348-.23.577t-.578.23H12.77v-3q0-.31-.22-.54t-.55-.23q-.31%200-.54.23t-.23.54v3zm3.732-6.23q.23-.23.23-.54q0-.309-.23-.539t-.54-.23t-.54.23t-.23.54t.23.54T12%2014t.54-.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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