Skyline icon in outline, twotone, bold and bulk. Free in all four styles, for interiors, smart home, real estate, city. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconSkyline } from "@devigner-ui/icons";
<IconSkyline className="size-6" />
<script setup>
import { IconSkyline } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSkyline class="size-6" />
</template>
<script>
import { IconSkyline } from "@devigner-ui/icons-svelte";
</script>
<IconSkyline class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 22H2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M21 22V6c0-1.89 0-2.83-.59-3.41C19.83 2 18.9 2 17 2h-2c-1.89 0-2.83 0-3.41.59-.48.47-.57 1.17-.59 2.41" stroke="currentColor" stroke-width="1.5"></path><path d="M15 22V9c0-1.89 0-2.83-.59-3.41C13.83 5 12.9 5 11 5H7c-1.89 0-2.83 0-3.41.59C3 6.17 3 7.1 3 9v13" stroke="currentColor" stroke-width="1.5"></path><path d="M9 22v-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M6 8h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M6 11h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M6 14h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>