Lamp Charge 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 { IconLampCharge } from "@devigner-ui/icons";
<IconLampCharge className="size-6" />
<script setup>
import { IconLampCharge } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLampCharge class="size-6" />
</template>
<script>
import { IconLampCharge } from "@devigner-ui/icons-svelte";
</script>
<IconLampCharge 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="M12.67 7.89 11.6 9.75c-.24.41-.04.75.43.75h1.27c.48 0 .67.34.43.75l-1.06 1.86" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><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>