Wifi 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 { IconWifi } from "@devigner-ui/icons";
<IconWifi className="size-6" />
<script setup>
import { IconWifi } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWifi class="size-6" />
</template>
<script>
import { IconWifi } from "@devigner-ui/icons-svelte";
</script>
<IconWifi 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="M5.58 11.84a11.35 11.35 0 0 1 14.19 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2.67 8.36a16 16 0 0 1 20 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.46 15.49a8.3 8.3 0 0 1 10.41 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M10.07 19.15a4.2 4.2 0 0 1 5.21 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>