Cloud Bolt icon in outline, twotone, bold and bulk. Free in all four styles, for forecast, conditions, temperature, climate. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconCloudBolt } from "@devigner-ui/icons";
<IconCloudBolt className="size-6" />
<script setup>
import { IconCloudBolt } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCloudBolt class="size-6" />
</template>
<script>
import { IconCloudBolt } from "@devigner-ui/icons-svelte";
</script>
<IconCloudBolt 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="M6.29 18A4.26 4.26 0 0 1 2 13.76a4.26 4.26 0 0 1 5.12-4.15m7.26-2.58A5.8 5.8 0 0 1 18.16 7M7.12 9.61A5.68 5.68 0 0 1 12.48 2a5.7 5.7 0 0 1 5.68 5M7.12 9.61q.85.16 1.55.63m9.49-3.23A5.65 5.65 0 0 1 22 12.35a5.7 5.7 0 0 1-4.5 5.52" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m9.63 17.45 1.14-1.55c.75-1 1.12-1.5 1.46-1.4.35.1.35.72.35 1.95v.12c0 .44 0 .67.14.8l.01.01c.14.14.38.14.84.14.83 0 1.25 0 1.39.25v.01c.14.26-.1.59-.59 1.24l-1.14 1.55c-.75 1-1.12 1.5-1.46 1.4-.35-.1-.35-.72-.35-1.95v-.12c0-.44 0-.66-.14-.8l-.01-.01c-.14-.14-.38-.14-.84-.14-.83 0-1.25 0-1.39-.25v-.01c-.14-.26.1-.58.59-1.24" stroke="currentColor" stroke-width="1.5"></path></svg>