Chandelier 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 { IconChandelier } from "@devigner-ui/icons";
<IconChandelier className="size-6" />
<script setup>
import { IconChandelier } from "@devigner-ui/icons-vue";
</script>
<template>
<IconChandelier class="size-6" />
</template>
<script>
import { IconChandelier } from "@devigner-ui/icons-svelte";
</script>
<IconChandelier class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 4h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M16 11.2c0-.66.54-1.2 1.2-1.2h3.6c.66 0 1.2.54 1.2 1.2V13a3 3 0 1 1-6 0z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M12 4v12.5m0 0a3.5 3.5 0 1 0 7 0v-.06m-7 .06a3.5 3.5 0 1 1-7 0v-.06" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M8 10.86a.86.86 0 0 0-.86-.86H2.86a.86.86 0 0 0-.86.86V13a3 3 0 1 0 6 0z" stroke="currentColor" stroke-width="1.5"></path></svg>