Lightning 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 { IconLightning } from "@devigner-ui/icons";
<IconLightning className="size-6" />
<script setup>
import { IconLightning } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLightning class="size-6" />
</template>
<script>
import { IconLightning } from "@devigner-ui/icons-svelte";
</script>
<IconLightning class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.2 8h-2.4c-2.26 0-3.4 0-4.1.7-.7.68-.7 1.8-.7 4.03v2.54c0 2.23 0 3.35.7 4.04s1.84.69 4.1.69h2.4M10.8 8h2.4c2.26 0 3.4 0 4.1.7.7.68.7 1.8.7 4.03v2.54c0 2.23 0 3.35-.7 4.04s-1.84.69-4.1.69h-2.4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M12 20v2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m12 12-1.5 2h3L12 16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M11 5h2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M15.5 8V5.5c0-1.4 0-2.1-.34-2.61a2 2 0 0 0-.55-.55C14.11 2 13.41 2 12 2c-1.4 0-2.1 0-2.61.34a2 2 0 0 0-.55.55c-.34.5-.34 1.2-.34 2.61V8" stroke="currentColor" stroke-width="1.5"></path></svg>