balcony from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.

Name
balcony
Set
Material Symbols
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
balcony-outline, balcony-outline-sharp, balcony-sharp

1 other variant in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the balcony icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 12v-2h2v2zm6 0v-2h2v2zM3 22v-8h1v-4q0-1.65.625-3.113t1.713-2.55t2.55-1.712T12 2t3.113.625t2.55 1.713t1.712 2.55T20 10v4h1v8zm2-2h2v-4H5zm4 0h2v-4H9zm-3-6h5V4.075q-2.15.35-3.575 2.012T6 10zm7 0h5v-4q0-2.25-1.425-3.912T13 4.075zm0 6h2v-4h-2zm4 0h2v-4h-2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBalcony(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 12v-2h2v2zm6 0v-2h2v2zM3 22v-8h1v-4q0-1.65.625-3.113t1.713-2.55t2.55-1.712T12 2t3.113.625t2.55 1.713t1.712 2.55T20 10v4h1v8zm2-2h2v-4H5zm4 0h2v-4H9zm-3-6h5V4.075q-2.15.35-3.575 2.012T6 10zm7 0h5v-4q0-2.25-1.425-3.912T13 4.075zm0 6h2v-4h-2zm4 0h2v-4h-2z"/></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 12v-2h2v2zm6 0v-2h2v2zM3 22v-8h1v-4q0-1.65.625-3.113t1.713-2.55t2.55-1.712T12 2t3.113.625t2.55 1.713t1.712 2.55T20 10v4h1v8zm2-2h2v-4H5zm4 0h2v-4H9zm-3-6h5V4.075q-2.15.35-3.575 2.012T6 10zm7 0h5v-4q0-2.25-1.425-3.912T13 4.075zm0 6h2v-4h-2zm4 0h2v-4h-2z"/></svg>
</template>

CSS

.icon-balcony {
  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%2012v-2h2v2zm6%200v-2h2v2zM3%2022v-8h1v-4q0-1.65.625-3.113t1.713-2.55t2.55-1.712T12%202t3.113.625t2.55%201.713t1.712%202.55T20%2010v4h1v8zm2-2h2v-4H5zm4%200h2v-4H9zm-3-6h5V4.075q-2.15.35-3.575%202.012T6%2010zm7%200h5v-4q0-2.25-1.425-3.912T13%204.075zm0%206h2v-4h-2zm4%200h2v-4h-2z%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%2012v-2h2v2zm6%200v-2h2v2zM3%2022v-8h1v-4q0-1.65.625-3.113t1.713-2.55t2.55-1.712T12%202t3.113.625t2.55%201.713t1.712%202.55T20%2010v4h1v8zm2-2h2v-4H5zm4%200h2v-4H9zm-3-6h5V4.075q-2.15.35-3.575%202.012T6%2010zm7%200h5v-4q0-2.25-1.425-3.912T13%204.075zm0%206h2v-4h-2zm4%200h2v-4h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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