Lightbulb 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 { IconLightbulb } from "@devigner-ui/icons";
<IconLightbulb className="size-6" />
<script setup>
import { IconLightbulb } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLightbulb class="size-6" />
</template>
<script>
import { IconLightbulb } from "@devigner-ui/icons-svelte";
</script>
<IconLightbulb class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 9.5A7.5 7.5 0 1 1 17 15.09a24 24 0 0 0-1.83 1.7c-.49.6-.5.64-.63 1.4-.04.24-.04.6-.04 1.31 0 .93 0 1.4-.2 1.75a1.5 1.5 0 0 1-.55.55c-.35.2-.82.2-1.75.2s-1.4 0-1.75-.2a1.5 1.5 0 0 1-.55-.55c-.2-.35-.2-.82-.2-1.75 0-.71 0-1.07-.04-1.3-.12-.77-.14-.82-.63-1.42-.15-.19-.71-.69-1.83-1.7A7.5 7.5 0 0 1 4.5 9.5" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M14.5 19.5h-5" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M12 17v-2m0 0a2 2 0 0 0 1.73-1M12 15a2 2 0 0 1-1.73-1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>