Bolt 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 { IconBolt } from "@devigner-ui/icons";
<IconBolt className="size-6" />
<script setup>
import { IconBolt } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBolt class="size-6" />
</template>
<script>
import { IconBolt } from "@devigner-ui/icons-svelte";
</script>
<IconBolt 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.93 9.7c-.38-.37-.38-.96-.38-2.14v-.31c0-3.29 0-4.93-.93-5.21-.92-.29-1.9 1.05-3.89 3.73L5.67 9.91c-1.29 1.74-1.93 2.61-1.57 3.3l.01.03c.38.67 1.49.67 3.7.67 1.24 0 1.86 0 2.24.37" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="m13.93 9.7.02.02c.38.37 1 .37 2.23.37 2.22 0 3.33 0 3.7.67l.02.04c.36.68-.28 1.55-1.57 3.29l-3.06 4.14c-1.98 2.68-2.97 4.02-3.9 3.73s-.92-1.92-.92-5.2v-.32c0-1.18 0-1.77-.38-2.15l-.02-.01" stroke="currentColor" stroke-width="1.5"></path></svg>