Bolt Circle 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 { IconBoltCircle } from "@devigner-ui/icons";
<IconBoltCircle className="size-6" />
<script setup>
import { IconBoltCircle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBoltCircle class="size-6" />
</template>
<script>
import { IconBoltCircle } from "@devigner-ui/icons-svelte";
</script>
<IconBoltCircle class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m9.21 10.17 2.02-1.6c1.3-1.04 1.95-1.56 2.36-1.3s.2 1.05-.23 2.63l-.04.15c-.15.58-.23.86-.1 1.1h.01c.14.23.44.3 1.04.47 1.07.29 1.6.43 1.7.8v.02c.09.38-.34.71-1.18 1.39l-2.02 1.6c-1.3 1.04-1.95 1.56-2.36 1.3s-.2-1.05.23-2.63l.04-.15c.15-.58.23-.86.1-1.1h-.01c-.14-.23-.44-.3-1.04-.47-1.07-.29-1.6-.43-1.7-.8v-.02c-.09-.38.34-.71 1.18-1.39" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0" stroke="currentColor" stroke-width="1.5"></path></svg>