Floor Lamp 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 { IconFloorLamp } from "@devigner-ui/icons";
<IconFloorLamp className="size-6" />
<script setup>
import { IconFloorLamp } from "@devigner-ui/icons-vue";
</script>
<template>
<IconFloorLamp class="size-6" />
</template>
<script>
import { IconFloorLamp } from "@devigner-ui/icons-svelte";
</script>
<IconFloorLamp 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 22h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M12 22V7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M12 7a3 3 0 0 0 2.84-2.02c.18-.52-.29-.98-.84-.98h-4c-.55 0-1.02.46-.84.98A3 3 0 0 0 12 7" stroke="currentColor" stroke-width="1.5"></path><path d="M10 4a2 2 0 1 1 4 0" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M12 18v-1.06c0-1.28-.59-2.5-1.6-3.27l-3.88-2.78m-3.74-.2L5.3 7.43m-2.53 3.24c-.35.45-.27 1.12.26 1.3a3.05 3.05 0 0 0 3.48-1.09m-3.74-.2c-.89-.71-1.04-2-.34-2.9s1.98-1.05 2.87-.35m0 0c.35-.44 1.01-.53 1.32-.05a3.1 3.1 0 0 1-.1 3.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M12 18v-1.06c0-1.28.59-2.5 1.6-3.27l3.88-2.78m3.74-.2L18.7 7.43m2.53 3.24c.35.45.27 1.12-.26 1.3a3.05 3.05 0 0 1-3.48-1.09m3.74-.2c.89-.71 1.04-2 .34-2.9a2.03 2.03 0 0 0-2.87-.35m0 0c-.35-.44-1.01-.53-1.32-.05a3.1 3.1 0 0 0 .1 3.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>