Bluetooth3 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 { IconBluetooth3 } from "@devigner-ui/icons";
<IconBluetooth3 className="size-6" />
<script setup>
import { IconBluetooth3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBluetooth3 class="size-6" />
</template>
<script>
import { IconBluetooth3 } from "@devigner-ui/icons-svelte";
</script>
<IconBluetooth3 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.31 18.64 18.66 7.32c.51-.47.5-1.22-.04-1.67l-3.85-3.21c-1-.83-1.82-.45-1.82.85v17.42c0 1.3.82 1.68 1.82.85l3.85-3.21c.54-.45.55-1.2.04-1.67L6.31 5.36" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>