Lamp2 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 { IconLamp2 } from "@devigner-ui/icons";
<IconLamp2 className="size-6" />
<script setup>
import { IconLamp2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLamp2 class="size-6" />
</template>
<script>
import { IconLamp2 } from "@devigner-ui/icons-svelte";
</script>
<IconLamp2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.46 14.69h12.42c1.66 0 2.66-1.31 2.23-2.91l-2.2-8.07A2.5 2.5 0 0 0 16.68 2H8.66c-.96 0-1.97.77-2.22 1.7l-2.2 8.07c-.44 1.61.56 2.92 2.22 2.92" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M12.67 15v7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8.67 22h8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>