Lamp On 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 { IconLampOn } from "@devigner-ui/icons";
<IconLampOn className="size-6" />
<script setup>
import { IconLampOn } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLampOn class="size-6" />
</template>
<script>
import { IconLampOn } from "@devigner-ui/icons-svelte";
</script>
<IconLampOn class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.97 18.04v-1.16c-2.3-1.39-4.19-4.1-4.19-6.98a7.92 7.92 0 0 1 14.96-3.64c2.09 4.2-.11 8.66-3.34 10.61v1.16c0 .29.11.96-.96.96H9.93c-1.1.01-.96-.42-.96-.95" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M9.17 22a13 13 0 0 1 7 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>