Lightbulb Minimalistic 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 { IconLightbulbMinimalistic } from "@devigner-ui/icons";
<IconLightbulbMinimalistic className="size-6" />
<script setup>
import { IconLightbulbMinimalistic } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLightbulbMinimalistic class="size-6" />
</template>
<script>
import { IconLightbulbMinimalistic } from "@devigner-ui/icons-svelte";
</script>
<IconLightbulbMinimalistic class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M10 19.5h4M10.67 22h2.66" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m7.41 13.68 1.1 1.04q.48.47.49 1.12c0 .64.52 1.16 1.16 1.16h3.68c.64 0 1.16-.52 1.16-1.16 0-.42.18-.83.49-1.12l1.1-1.04A7.5 7.5 0 0 0 19 8.3v-.08C19 4.8 15.87 2 12 2S5 4.8 5 8.22v.08c0 2 .87 3.92 2.41 5.38" stroke="currentColor" stroke-width="1.5"></path></svg>