bluetooth icon
bluetooth-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- bluetooth-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M9.463 2.057a.75.75 0 0 1 .817.163l4 4a.75.75 0 0 1-.057 1.112L10.939 10l3.284 2.668a.75.75 0 0 1 .057 1.112l-4 4A.75.75 0 0 1 9 17.25v-5.674l-2.777 2.256a.75.75 0 0 1-.946-1.164L8.561 10L5.277 7.332a.75.75 0 1 1 .946-1.164L9 8.424V2.75a.75.75 0 0 1 .463-.693m1.037 9.519v3.863l2.132-2.131zm0-3.152l2.132-1.732L10.5 4.561z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBluetooth20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.463 2.057a.75.75 0 0 1 .817.163l4 4a.75.75 0 0 1-.057 1.112L10.939 10l3.284 2.668a.75.75 0 0 1 .057 1.112l-4 4A.75.75 0 0 1 9 17.25v-5.674l-2.777 2.256a.75.75 0 0 1-.946-1.164L8.561 10L5.277 7.332a.75.75 0 1 1 .946-1.164L9 8.424V2.75a.75.75 0 0 1 .463-.693m1.037 9.519v3.863l2.132-2.131zm0-3.152l2.132-1.732L10.5 4.561z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.463 2.057a.75.75 0 0 1 .817.163l4 4a.75.75 0 0 1-.057 1.112L10.939 10l3.284 2.668a.75.75 0 0 1 .057 1.112l-4 4A.75.75 0 0 1 9 17.25v-5.674l-2.777 2.256a.75.75 0 0 1-.946-1.164L8.561 10L5.277 7.332a.75.75 0 1 1 .946-1.164L9 8.424V2.75a.75.75 0 0 1 .463-.693m1.037 9.519v3.863l2.132-2.131zm0-3.152l2.132-1.732L10.5 4.561z"/></svg> </template>
CSS
.icon-bluetooth-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.463%202.057a.75.75%200%200%201%20.817.163l4%204a.75.75%200%200%201-.057%201.112L10.939%2010l3.284%202.668a.75.75%200%200%201%20.057%201.112l-4%204A.75.75%200%200%201%209%2017.25v-5.674l-2.777%202.256a.75.75%200%200%201-.946-1.164L8.561%2010L5.277%207.332a.75.75%200%201%201%20.946-1.164L9%208.424V2.75a.75.75%200%200%201%20.463-.693m1.037%209.519v3.863l2.132-2.131zm0-3.152l2.132-1.732L10.5%204.561z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.463%202.057a.75.75%200%200%201%20.817.163l4%204a.75.75%200%200%201-.057%201.112L10.939%2010l3.284%202.668a.75.75%200%200%201%20.057%201.112l-4%204A.75.75%200%200%201%209%2017.25v-5.674l-2.777%202.256a.75.75%200%200%201-.946-1.164L8.561%2010L5.277%207.332a.75.75%200%201%201%20.946-1.164L9%208.424V2.75a.75.75%200%200%201%20.463-.693m1.037%209.519v3.863l2.132-2.131zm0-3.152l2.132-1.732L10.5%204.561z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/bluetooth-20-filled.svg?color=%231a73e8&size=48