bluetooth icon
bluetooth-duotone from Reicon by REICON · Duotone · Devices · MIT Free for personal and commercial use.
- Name
- bluetooth-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path fill-rule="evenodd" d="m12.302 12.004l4.44 3.154c.54.383 1.013.718 1.342 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.346.955-1.857 1.216c-.52.265-1.155.465-1.79.14c-.637-.326-.844-.96-.93-1.536c-.083-.566-.083-1.319-.083-2.21V5.164c0-.891 0-1.644.084-2.21c.085-.576.292-1.21.929-1.535c.635-.325 1.27-.126 1.79.14c.511.26 1.127.698 1.857 1.216l1.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.3 11.995l.007.005z" clip-rule="evenodd"/><path d="M10.25 10.56L6.43 7.886a.75.75 0 1 0-.86 1.228L9.692 12L5.57 14.886a.75.75 0 0 0 .86 1.229l3.82-2.674z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBluetoothDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="m12.302 12.004l4.44 3.154c.54.383 1.013.718 1.342 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.346.955-1.857 1.216c-.52.265-1.155.465-1.79.14c-.637-.326-.844-.96-.93-1.536c-.083-.566-.083-1.319-.083-2.21V5.164c0-.891 0-1.644.084-2.21c.085-.576.292-1.21.929-1.535c.635-.325 1.27-.126 1.79.14c.511.26 1.127.698 1.857 1.216l1.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.3 11.995l.007.005z" clipRule="evenodd"/><path d="M10.25 10.56L6.43 7.886a.75.75 0 1 0-.86 1.228L9.692 12L5.57 14.886a.75.75 0 0 0 .86 1.229l3.82-2.674z" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="m12.302 12.004l4.44 3.154c.54.383 1.013.718 1.342 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.346.955-1.857 1.216c-.52.265-1.155.465-1.79.14c-.637-.326-.844-.96-.93-1.536c-.083-.566-.083-1.319-.083-2.21V5.164c0-.891 0-1.644.084-2.21c.085-.576.292-1.21.929-1.535c.635-.325 1.27-.126 1.79.14c.511.26 1.127.698 1.857 1.216l1.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.3 11.995l.007.005z" clip-rule="evenodd"/><path d="M10.25 10.56L6.43 7.886a.75.75 0 1 0-.86 1.228L9.692 12L5.57 14.886a.75.75 0 0 0 .86 1.229l3.82-2.674z" opacity=".5"/></g></svg> </template>
CSS
.icon-bluetooth-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m12.302%2012.004l4.44%203.154c.54.383%201.013.718%201.342%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.346.955-1.857%201.216c-.52.265-1.155.465-1.79.14c-.637-.326-.844-.96-.93-1.536c-.083-.566-.083-1.319-.083-2.21V5.164c0-.891%200-1.644.084-2.21c.085-.576.292-1.21.929-1.535c.635-.325%201.27-.126%201.79.14c.511.26%201.127.698%201.857%201.216l1.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.3%2011.995l.007.005z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.25%2010.56L6.43%207.886a.75.75%200%201%200-.86%201.228L9.692%2012L5.57%2014.886a.75.75%200%200%200%20.86%201.229l3.82-2.674z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m12.302%2012.004l4.44%203.154c.54.383%201.013.718%201.342%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.346.955-1.857%201.216c-.52.265-1.155.465-1.79.14c-.637-.326-.844-.96-.93-1.536c-.083-.566-.083-1.319-.083-2.21V5.164c0-.891%200-1.644.084-2.21c.085-.576.292-1.21.929-1.535c.635-.325%201.27-.126%201.79.14c.511.26%201.127.698%201.857%201.216l1.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.3%2011.995l.007.005z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.25%2010.56L6.43%207.886a.75.75%200%201%200-.86%201.228L9.692%2012L5.57%2014.886a.75.75%200%200%200%20.86%201.229l3.82-2.674z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bluetooth-duotone.svg?color=%231a73e8&size=48