Flash 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 { IconFlash } from "@devigner-ui/icons";
<IconFlash className="size-6" />
<script setup>
import { IconFlash } from "@devigner-ui/icons-vue";
</script>
<template>
<IconFlash class="size-6" />
</template>
<script>
import { IconFlash } from "@devigner-ui/icons-svelte";
</script>
<IconFlash 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.99 13.28h3.09v7.2a1.15 1.15 0 0 0 2.02.76l7.57-8.6c.66-.75.13-1.92-.87-1.92h-3.09v-7.2a1.15 1.15 0 0 0-2.02-.76l-7.57 8.6c-.65.75-.12 1.92.87 1.92" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M9.17 4h-7" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M8.17 20h-6" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M5.17 12h-3" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>