Home Wi Fi 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 { IconHomeWiFi } from "@devigner-ui/icons";
<IconHomeWiFi className="size-6" />
<script setup>
import { IconHomeWiFi } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHomeWiFi class="size-6" />
</template>
<script>
import { IconHomeWiFi } from "@devigner-ui/icons-svelte";
</script>
<IconHomeWiFi 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="M2 12.2c0-2.28 0-3.43.52-4.38S3.99 6.3 5.88 5.11l2-1.24C9.88 2.62 10.9 2 12 2s2.11.62 4.12 1.87l2 1.24c1.9 1.18 2.84 1.76 3.36 2.71s.52 2.1.52 4.38v1.53c0 3.9 0 5.85-1.17 7.06S17.77 22 14 22h-4c-3.77 0-5.66 0-6.83-1.21S2 17.63 2 13.73z" stroke="currentColor" stroke-width="1.5"></path><path d="M6 11.68a8.05 8.05 0 0 1 12 0M8 13.84a5.37 5.37 0 0 1 8 0M10 16c1.1-1.2 2.9-1.2 4 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>