Electricity icon in outline, twotone, bold and bulk. Free in all four styles, for wifi, bluetooth, battery, power, cloud sync. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconElectricity } from "@devigner-ui/icons";
<IconElectricity className="size-6" />
<script setup>
import { IconElectricity } from "@devigner-ui/icons-vue";
</script>
<template>
<IconElectricity class="size-6" />
</template>
<script>
import { IconElectricity } from "@devigner-ui/icons-svelte";
</script>
<IconElectricity class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.17 16h3c2.5 0 4-1.8 4-4V6.91c0-1.05-.86-1.91-1.91-1.91H9.09c-1.05 0-1.91.86-1.91 1.91V12c-.01 2.2 1.49 4 3.99 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M10.17 2v3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M15.17 2v3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M12.67 22v-6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>