Bluetooth Wave 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 { IconBluetoothWave } from "@devigner-ui/icons";
<IconBluetoothWave className="size-6" />
<script setup>
import { IconBluetoothWave } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBluetoothWave class="size-6" />
</template>
<script>
import { IconBluetoothWave } from "@devigner-ui/icons-svelte";
</script>
<IconBluetoothWave class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.26 8.26 8 12V5.22c0-1.88 0-2.83.6-3.13.6-.31 1.38.23 2.93 1.33l1.73 1.24c1.16.82 1.74 1.23 1.74 1.8s-.58.98-1.74 1.8" stroke="currentColor" stroke-width="1.5"></path><path d="m13.26 19.34-1.73 1.24c-1.55 1.1-2.32 1.64-2.93 1.33-.6-.3-.6-1.25-.6-3.13V12l5.26 3.74c1.16.82 1.74 1.23 1.74 1.8s-.58.98-1.74 1.8" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M3 15.5 8 12 3 8.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M19 5s2 2.1 2 7-2 7-2 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M17 8s1 1.9 1 4-1 4-1 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>