bluetooth icon
bluetooth from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- bluetooth
- Set
- Reicon
- Style
- Outline
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All bluetooth icons →bluetoothAkar IconsbluetoothBootstrap IconsbluetoothBoxIcons v2bluetoothCarbonbluetoothCoreUI Brandsbluetooth-fillEva IconsbluetoothFont Awesome 6 BrandsbluetoothFont Awesome BrandsbluetoothFeather Iconsbluetooth-16-filledFluent UI System IconsbluetoothHuge IconsbluetoothIconParkbluetoothIconPark OutlinebluetoothIconoirbluetoothIonIconsbluetoothJam IconsbluetoothKeyline IconsbluetoothLine AwesomebluetoothSVG LogosbluetoothLucidebluetoothMajesticonsbluetoothMaterial SymbolsbluetoothMaterial Symbols LightbluetoothMaterial Design Icons
More devices icons from Reicon
Use the bluetooth icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m14.91 2.774l1.833 1.301c.54.384 1.012.719 1.341 1.034c.351.335.666.764.666 1.35c0 .584-.315 1.013-.666 1.349c-.33.315-.801.65-1.341 1.033L12.295 12l4.448 3.158c.54.383 1.012.718 1.341 1.034c.351.335.666.764.666 1.349s-.315 1.014-.666 1.35c-.33.314-.801.65-1.341 1.033l-1.833 1.302c-.73.518-1.345.955-1.856 1.216c-.52.265-1.156.465-1.79.14c-.638-.326-.845-.96-.93-1.536c-.084-.566-.084-1.319-.084-2.21V13.44l-3.82 2.674a.75.75 0 1 1-.86-1.229L9.692 12L5.57 9.114a.75.75 0 1 1 .86-1.229l3.82 2.674V5.163c0-.891 0-1.644.084-2.21c.085-.576.292-1.21.93-1.535c.634-.325 1.27-.126 1.79.14c.51.26 1.126.698 1.856 1.216m-3.16 10.678v5.323c0 .969.002 1.609.068 2.051c.031.214.071.327.1.383q.021.034.023.034l.005.003l.007.003q.002.002.044-.002c.064-.009.181-.043.375-.142c.4-.204.926-.575 1.72-1.138l1.737-1.234c.599-.425.978-.697 1.218-.927a1 1 0 0 0 .187-.22c.016-.029.016-.039.016-.044v-.002c0-.006 0-.016-.016-.044a1 1 0 0 0-.187-.22c-.24-.23-.62-.502-1.218-.927zm0-2.905V5.224c0-.969.002-1.609.068-2.05c.031-.215.071-.327.1-.384a.2.2 0 0 1 .023-.034l.005-.003l.007-.003a.2.2 0 0 1 .044.002c.064.01.181.043.375.142c.4.204.926.575 1.72 1.138l1.737 1.234c.599.425.978.697 1.218.927a1 1 0 0 1 .187.22c.016.029.016.039.016.044v.002c0 .006 0 .016-.016.045a1 1 0 0 1-.187.22c-.24.23-.62.501-1.218.926z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBluetooth(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="m14.91 2.774l1.833 1.301c.54.384 1.012.719 1.341 1.034c.351.335.666.764.666 1.35c0 .584-.315 1.013-.666 1.349c-.33.315-.801.65-1.341 1.033L12.295 12l4.448 3.158c.54.383 1.012.718 1.341 1.034c.351.335.666.764.666 1.349s-.315 1.014-.666 1.35c-.33.314-.801.65-1.341 1.033l-1.833 1.302c-.73.518-1.345.955-1.856 1.216c-.52.265-1.156.465-1.79.14c-.638-.326-.845-.96-.93-1.536c-.084-.566-.084-1.319-.084-2.21V13.44l-3.82 2.674a.75.75 0 1 1-.86-1.229L9.692 12L5.57 9.114a.75.75 0 1 1 .86-1.229l3.82 2.674V5.163c0-.891 0-1.644.084-2.21c.085-.576.292-1.21.93-1.535c.634-.325 1.27-.126 1.79.14c.51.26 1.126.698 1.856 1.216m-3.16 10.678v5.323c0 .969.002 1.609.068 2.051c.031.214.071.327.1.383q.021.034.023.034l.005.003l.007.003q.002.002.044-.002c.064-.009.181-.043.375-.142c.4-.204.926-.575 1.72-1.138l1.737-1.234c.599-.425.978-.697 1.218-.927a1 1 0 0 0 .187-.22c.016-.029.016-.039.016-.044v-.002c0-.006 0-.016-.016-.044a1 1 0 0 0-.187-.22c-.24-.23-.62-.502-1.218-.927zm0-2.905V5.224c0-.969.002-1.609.068-2.05c.031-.215.071-.327.1-.384a.2.2 0 0 1 .023-.034l.005-.003l.007-.003a.2.2 0 0 1 .044.002c.064.01.181.043.375.142c.4.204.926.575 1.72 1.138l1.737 1.234c.599.425.978.697 1.218.927a1 1 0 0 1 .187.22c.016.029.016.039.016.044v.002c0 .006 0 .016-.016.045a1 1 0 0 1-.187.22c-.24.23-.62.501-1.218.926z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m14.91 2.774l1.833 1.301c.54.384 1.012.719 1.341 1.034c.351.335.666.764.666 1.35c0 .584-.315 1.013-.666 1.349c-.33.315-.801.65-1.341 1.033L12.295 12l4.448 3.158c.54.383 1.012.718 1.341 1.034c.351.335.666.764.666 1.349s-.315 1.014-.666 1.35c-.33.314-.801.65-1.341 1.033l-1.833 1.302c-.73.518-1.345.955-1.856 1.216c-.52.265-1.156.465-1.79.14c-.638-.326-.845-.96-.93-1.536c-.084-.566-.084-1.319-.084-2.21V13.44l-3.82 2.674a.75.75 0 1 1-.86-1.229L9.692 12L5.57 9.114a.75.75 0 1 1 .86-1.229l3.82 2.674V5.163c0-.891 0-1.644.084-2.21c.085-.576.292-1.21.93-1.535c.634-.325 1.27-.126 1.79.14c.51.26 1.126.698 1.856 1.216m-3.16 10.678v5.323c0 .969.002 1.609.068 2.051c.031.214.071.327.1.383q.021.034.023.034l.005.003l.007.003q.002.002.044-.002c.064-.009.181-.043.375-.142c.4-.204.926-.575 1.72-1.138l1.737-1.234c.599-.425.978-.697 1.218-.927a1 1 0 0 0 .187-.22c.016-.029.016-.039.016-.044v-.002c0-.006 0-.016-.016-.044a1 1 0 0 0-.187-.22c-.24-.23-.62-.502-1.218-.927zm0-2.905V5.224c0-.969.002-1.609.068-2.05c.031-.215.071-.327.1-.384a.2.2 0 0 1 .023-.034l.005-.003l.007-.003a.2.2 0 0 1 .044.002c.064.01.181.043.375.142c.4.204.926.575 1.72 1.138l1.737 1.234c.599.425.978.697 1.218.927a1 1 0 0 1 .187.22c.016.029.016.039.016.044v.002c0 .006 0 .016-.016.045a1 1 0 0 1-.187.22c-.24.23-.62.501-1.218.926z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-bluetooth {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m14.91%202.774l1.833%201.301c.54.384%201.012.719%201.341%201.034c.351.335.666.764.666%201.35c0%20.584-.315%201.013-.666%201.349c-.33.315-.801.65-1.341%201.033L12.295%2012l4.448%203.158c.54.383%201.012.718%201.341%201.034c.351.335.666.764.666%201.349s-.315%201.014-.666%201.35c-.33.314-.801.65-1.341%201.033l-1.833%201.302c-.73.518-1.345.955-1.856%201.216c-.52.265-1.156.465-1.79.14c-.638-.326-.845-.96-.93-1.536c-.084-.566-.084-1.319-.084-2.21V13.44l-3.82%202.674a.75.75%200%201%201-.86-1.229L9.692%2012L5.57%209.114a.75.75%200%201%201%20.86-1.229l3.82%202.674V5.163c0-.891%200-1.644.084-2.21c.085-.576.292-1.21.93-1.535c.634-.325%201.27-.126%201.79.14c.51.26%201.126.698%201.856%201.216m-3.16%2010.678v5.323c0%20.969.002%201.609.068%202.051c.031.214.071.327.1.383q.021.034.023.034l.005.003l.007.003q.002.002.044-.002c.064-.009.181-.043.375-.142c.4-.204.926-.575%201.72-1.138l1.737-1.234c.599-.425.978-.697%201.218-.927a1%201%200%200%200%20.187-.22c.016-.029.016-.039.016-.044v-.002c0-.006%200-.016-.016-.044a1%201%200%200%200-.187-.22c-.24-.23-.62-.502-1.218-.927zm0-2.905V5.224c0-.969.002-1.609.068-2.05c.031-.215.071-.327.1-.384a.2.2%200%200%201%20.023-.034l.005-.003l.007-.003a.2.2%200%200%201%20.044.002c.064.01.181.043.375.142c.4.204.926.575%201.72%201.138l1.737%201.234c.599.425.978.697%201.218.927a1%201%200%200%201%20.187.22c.016.029.016.039.016.044v.002c0%20.006%200%20.016-.016.045a1%201%200%200%201-.187.22c-.24.23-.62.501-1.218.926z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m14.91%202.774l1.833%201.301c.54.384%201.012.719%201.341%201.034c.351.335.666.764.666%201.35c0%20.584-.315%201.013-.666%201.349c-.33.315-.801.65-1.341%201.033L12.295%2012l4.448%203.158c.54.383%201.012.718%201.341%201.034c.351.335.666.764.666%201.349s-.315%201.014-.666%201.35c-.33.314-.801.65-1.341%201.033l-1.833%201.302c-.73.518-1.345.955-1.856%201.216c-.52.265-1.156.465-1.79.14c-.638-.326-.845-.96-.93-1.536c-.084-.566-.084-1.319-.084-2.21V13.44l-3.82%202.674a.75.75%200%201%201-.86-1.229L9.692%2012L5.57%209.114a.75.75%200%201%201%20.86-1.229l3.82%202.674V5.163c0-.891%200-1.644.084-2.21c.085-.576.292-1.21.93-1.535c.634-.325%201.27-.126%201.79.14c.51.26%201.126.698%201.856%201.216m-3.16%2010.678v5.323c0%20.969.002%201.609.068%202.051c.031.214.071.327.1.383q.021.034.023.034l.005.003l.007.003q.002.002.044-.002c.064-.009.181-.043.375-.142c.4-.204.926-.575%201.72-1.138l1.737-1.234c.599-.425.978-.697%201.218-.927a1%201%200%200%200%20.187-.22c.016-.029.016-.039.016-.044v-.002c0-.006%200-.016-.016-.044a1%201%200%200%200-.187-.22c-.24-.23-.62-.502-1.218-.927zm0-2.905V5.224c0-.969.002-1.609.068-2.05c.031-.215.071-.327.1-.384a.2.2%200%200%201%20.023-.034l.005-.003l.007-.003a.2.2%200%200%201%20.044.002c.064.01.181.043.375.142c.4.204.926.575%201.72%201.138l1.737%201.234c.599.425.978.697%201.218.927a1%201%200%200%201%20.187.22c.016.029.016.039.016.044v.002c0%20.006%200%20.016-.016.045a1%201%200%200%201-.187.22c-.24.23-.62.501-1.218.926z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bluetooth.svg?color=%231a73e8&size=48