Bluetooth Drive icon

Bluetooth Drive is a Google Material Symbol from the Android category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

bluetooth_drive_outlined_fill0_wght400.svg

Bluetooth Drive icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=bluetooth_drive" />

<span class="material-symbols-outlined">bluetooth_drive</span>

Bluetooth Drive icon in React

// With the font from the HTML tab:
export function BluetoothDriveIcon() {
  return (
    <span className="material-symbols-outlined">
      bluetooth_drive
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import BluetoothDriveIcon from "@material-symbols/svg-400/outlined/bluetooth_drive.svg?react";

Bluetooth Drive icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">bluetooth_drive</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import BluetoothDriveIcon from "@material-symbols/svg-400/outlined/bluetooth_drive.svg?component"; -->

Bluetooth Drive icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">bluetooth_drive</mat-icon>

Bluetooth Drive icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.bluetooth_drive, fill: 0, weight: 400)

Bluetooth Drive icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/bluetooth_drive.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M6.2 16.15q.583 0 .992-.394Q7.6 15.363 7.6 14.8q0-.583-.406-.992Q6.787 13.4 6.206 13.4q-.581 0-.968 .407-.388 .406-.388 .987 0 .581 .394 .969Q5.638 16.15 6.2 16.15Zm9.775 0q.583 0 .992-.394Q17.375 15.363 17.375 14.8q0-.583-.406-.992Q16.562 13.4 15.981 13.4q-.581 0-.968 .407-.388 .406-.388 .987 0 .581 .394 .969Q15.413 16.15 15.975 16.15ZM2.85 21q-.319 0-.534-.216Q2.1 20.569 2.1 20.25v-8.25l2.053-6q.147-.45 .536-.725t.867-.275H15.1v1.5H5.55l-1.375 4.15h10.925v1.5H3.6v5.25h15v-5.25h1.5v8.1q0 .319-.215 .534Q19.669 21 19.35 21h-.475q-.329 0-.552-.216Q18.1 20.569 18.1 20.25v-1.35H4.1v1.35q0 .319-.215 .534Q3.669 21 3.35 21h-.5Zm16.025-10v-4.1l-2.425 2.425-.525-.525 2.8-2.8-2.8-2.8 .525-.525 2.425 2.425v-4.1h.2l2.85 2.9-2.15 2.1 2.15 2.15-2.85 2.85h-.2Zm.875-6.2 .95-.9-.95-.95v1.85Zm0 4.3 .95-.95-.95-.95v1.9ZM3.6 12.15v5.25-5.25Z" />
</vector>

Bluetooth Drive icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/bluetooth_drive.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/bluetooth_drive.svg" width="24" height="24" alt="Bluetooth Drive">

Bluetooth Drive icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameBluetooth Drive
Ligaturebluetooth_drive
Code pointU+EFE5
CategoryAndroid
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/bluetooth_drive.svg, bluetooth_drive-fill.svg
FlutterSymbols.bluetooth_drive
LicenseApache License 2.0 (© Google LLC)

Keywords

androidnetworkconnectionmediatraveldigitalwirelessmapscomputerconnectivitystoragelinkconnect

Related icons