apartment-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
apartment-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
apartment, apartment-outline

The same icon in other sets

Use the apartment icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M908 640H804V488c0-4.4-3.6-8-8-8H548v-96h108c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h108v96H228c-4.4 0-8 3.6-8 8v152H116c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16H292v-88h440v88H620c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16m-564 76v168H176V716zm84-408V140h168v168zm420 576H680V716h168z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignApartmentOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M908 640H804V488c0-4.4-3.6-8-8-8H548v-96h108c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h108v96H228c-4.4 0-8 3.6-8 8v152H116c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16H292v-88h440v88H620c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16m-564 76v168H176V716zm84-408V140h168v168zm420 576H680V716h168z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M908 640H804V488c0-4.4-3.6-8-8-8H548v-96h108c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h108v96H228c-4.4 0-8 3.6-8 8v152H116c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16H292v-88h440v88H620c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16m-564 76v168H176V716zm84-408V140h168v168zm420 576H680V716h168z"/></svg>
</template>

CSS

.icon-apartment-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M908%20640H804V488c0-4.4-3.6-8-8-8H548v-96h108c8.8%200%2016-7.2%2016-16V80c0-8.8-7.2-16-16-16H368c-8.8%200-16%207.2-16%2016v288c0%208.8%207.2%2016%2016%2016h108v96H228c-4.4%200-8%203.6-8%208v152H116c-8.8%200-16%207.2-16%2016v288c0%208.8%207.2%2016%2016%2016h288c8.8%200%2016-7.2%2016-16V656c0-8.8-7.2-16-16-16H292v-88h440v88H620c-8.8%200-16%207.2-16%2016v288c0%208.8%207.2%2016%2016%2016h288c8.8%200%2016-7.2%2016-16V656c0-8.8-7.2-16-16-16m-564%2076v168H176V716zm84-408V140h168v168zm420%20576H680V716h168z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M908%20640H804V488c0-4.4-3.6-8-8-8H548v-96h108c8.8%200%2016-7.2%2016-16V80c0-8.8-7.2-16-16-16H368c-8.8%200-16%207.2-16%2016v288c0%208.8%207.2%2016%2016%2016h108v96H228c-4.4%200-8%203.6-8%208v152H116c-8.8%200-16%207.2-16%2016v288c0%208.8%207.2%2016%2016%2016h288c8.8%200%2016-7.2%2016-16V656c0-8.8-7.2-16-16-16H292v-88h440v88H620c-8.8%200-16%207.2-16%2016v288c0%208.8%207.2%2016%2016%2016h288c8.8%200%2016-7.2%2016-16V656c0-8.8-7.2-16-16-16m-564%2076v168H176V716zm84-408V140h168v168zm420%20576H680V716h168z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/apartment-outlined.svg?color=%231a73e8&size=48