bluetooth icon
bluetooth-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- bluetooth-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
bluetoothAkar IconsbluetoothBootstrap IconsbluetoothBoxIcons v2bluetoothCarbonbluetoothCoreUI Brandsbluetooth-fillEva IconsbluetoothFont Awesome 6 BrandsbluetoothFont Awesome BrandsbluetoothFeather IconsbluetoothHuge IconsbluetoothIconParkbluetoothIconPark OutlinebluetoothIconoirbluetoothIonIconsbluetoothJam IconsbluetoothLine AwesomebluetoothSVG LogosbluetoothLucidebluetoothMajesticonsbluetoothMaterial SymbolsbluetoothMaterial Symbols LightbluetoothMaterial Design Iconsbluetooth-fillMingCute IconbluetoothMyna UI Icons
Related icons in Fluent UI System Icons
Use the bluetooth icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.415 1.08a.75.75 0 0 1 .785.07l4 3a.75.75 0 0 1 .023 1.182L8.939 8l3.284 2.668a.75.75 0 0 1-.023 1.182l-4 3a.75.75 0 0 1-1.2-.6V9.576l-2.777 2.256a.75.75 0 0 1-.946-1.164L6.561 8L3.277 5.332a.75.75 0 1 1 .946-1.164L7 6.424V1.75a.75.75 0 0 1 .415-.67M8.5 9.575v3.174l2.032-1.524zm0-3.152l2.032-1.65L8.5 3.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBluetooth16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.415 1.08a.75.75 0 0 1 .785.07l4 3a.75.75 0 0 1 .023 1.182L8.939 8l3.284 2.668a.75.75 0 0 1-.023 1.182l-4 3a.75.75 0 0 1-1.2-.6V9.576l-2.777 2.256a.75.75 0 0 1-.946-1.164L6.561 8L3.277 5.332a.75.75 0 1 1 .946-1.164L7 6.424V1.75a.75.75 0 0 1 .415-.67M8.5 9.575v3.174l2.032-1.524zm0-3.152l2.032-1.65L8.5 3.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.415 1.08a.75.75 0 0 1 .785.07l4 3a.75.75 0 0 1 .023 1.182L8.939 8l3.284 2.668a.75.75 0 0 1-.023 1.182l-4 3a.75.75 0 0 1-1.2-.6V9.576l-2.777 2.256a.75.75 0 0 1-.946-1.164L6.561 8L3.277 5.332a.75.75 0 1 1 .946-1.164L7 6.424V1.75a.75.75 0 0 1 .415-.67M8.5 9.575v3.174l2.032-1.524zm0-3.152l2.032-1.65L8.5 3.25z"/></svg> </template>
CSS
.icon-bluetooth-16-filled {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.415%201.08a.75.75%200%200%201%20.785.07l4%203a.75.75%200%200%201%20.023%201.182L8.939%208l3.284%202.668a.75.75%200%200%201-.023%201.182l-4%203a.75.75%200%200%201-1.2-.6V9.576l-2.777%202.256a.75.75%200%200%201-.946-1.164L6.561%208L3.277%205.332a.75.75%200%201%201%20.946-1.164L7%206.424V1.75a.75.75%200%200%201%20.415-.67M8.5%209.575v3.174l2.032-1.524zm0-3.152l2.032-1.65L8.5%203.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.415%201.08a.75.75%200%200%201%20.785.07l4%203a.75.75%200%200%201%20.023%201.182L8.939%208l3.284%202.668a.75.75%200%200%201-.023%201.182l-4%203a.75.75%200%200%201-1.2-.6V9.576l-2.777%202.256a.75.75%200%200%201-.946-1.164L6.561%208L3.277%205.332a.75.75%200%201%201%20.946-1.164L7%206.424V1.75a.75.75%200%200%201%20.415-.67M8.5%209.575v3.174l2.032-1.524zm0-3.152l2.032-1.65L8.5%203.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/bluetooth-16-filled.svg?color=%231a73e8&size=48