Bluetooth 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 { IconBluetooth } from "@devigner-ui/icons";
<IconBluetooth className="size-6" />
<script setup>
import { IconBluetooth } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBluetooth class="size-6" />
</template>
<script>
import { IconBluetooth } from "@devigner-ui/icons-svelte";
</script>
<IconBluetooth class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.26 8.26 11 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="m16.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="m6 15.5 5-3.5-5-3.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>