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 { IconLamp } from "@devigner-ui/icons";
<IconLamp className="size-6" />
<script setup>
import { IconLamp } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLamp class="size-6" />
</template>
<script>
import { IconLamp } from "@devigner-ui/icons-svelte";
</script>
<IconLamp 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 opacity="1" d="M12 22v-7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M4.96 7.44c.61-2.34.91-3.51 1.7-4.29a4 4 0 0 1 .76-.58C8.37 2 9.58 2 12 2s3.63 0 4.58.57a4 4 0 0 1 .76.58c.79.78 1.09 1.95 1.7 4.3l.08.32c.83 3.19 1.24 4.78.5 5.9l-.25.32C18.47 15 16.82 15 13.53 15h-3.06c-3.3 0-4.94 0-5.84-1l-.24-.33c-.75-1.12-.34-2.71.49-5.9z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M17.5 15v2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>