Bluetooth2 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 { IconBluetooth2 } from "@devigner-ui/icons";
<IconBluetooth2 className="size-6" />
<script setup>
import { IconBluetooth2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBluetooth2 class="size-6" />
</template>
<script>
import { IconBluetooth2 } from "@devigner-ui/icons-svelte";
</script>
<IconBluetooth2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.31 18.64 17.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.67L5.31 5.36" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M5.67 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M19.67 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>