bluetooth wave icon

bluetooth-wave from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.

Name
bluetooth-wave
Set
Reicon
Style
Outline
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More devices icons from Reicon

Use the bluetooth wave 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="m11.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.033L9.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.229L6.692 12L2.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.216M8.75 13.452v5.323c0 .969.002 1.609.068 2.051c.031.214.071.327.1.383q.022.035.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.926zm9.733-6.09a.75.75 0 0 1 1.06.025l-.518.494l.518-.494l.001.002l.002.001l.003.004l.01.01l.025.029q.032.035.083.097c.067.083.158.2.264.355c.212.31.486.766.756 1.38c.54 1.232 1.063 3.084 1.063 5.64s-.522 4.408-1.063 5.639a8.5 8.5 0 0 1-.756 1.38a5 5 0 0 1-.373.482l-.009.01l-.003.003l-.002.002l-.52-.493l.52.494a.75.75 0 0 1-1.09-1.03l.002-.003h-.001l-.002.002l.008-.008l.044-.053a4 4 0 0 0 .189-.254c.163-.238.39-.613.62-1.136c.458-1.043.936-2.69.936-5.035s-.478-3.992-.936-5.036a7 7 0 0 0-.62-1.136a4 4 0 0 0-.233-.307l-.007-.008l.001.002m.028-1.059a.75.75 0 0 0-.03 1.057zm-1.832 2.88a.75.75 0 0 1 1.013.314L17 8l.664-.35v.002l.002.002l.003.007l.011.021a7 7 0 0 1 .162.343c.101.228.235.552.368.946c.265.782.54 1.867.54 3.029c0 1.16-.275 2.247-.54 3.028a11 11 0 0 1-.493 1.215l-.037.074l-.01.022l-.004.006l-.001.002l-.001.002l-.664-.35l.664.35a.75.75 0 0 1-1.328-.698m0 0l.007-.013l.026-.053q.037-.074.102-.22a10 10 0 0 0 .319-.819c.235-.693.46-1.608.46-2.546c0-.94-.225-1.853-.46-2.547a10 10 0 0 0-.447-1.092l-.006-.011v-.001a.75.75 0 0 1 .314-1.013" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBluetoothWave(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="m11.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.033L9.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.229L6.692 12L2.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.216M8.75 13.452v5.323c0 .969.002 1.609.068 2.051c.031.214.071.327.1.383q.022.035.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.926zm9.733-6.09a.75.75 0 0 1 1.06.025l-.518.494l.518-.494l.001.002l.002.001l.003.004l.01.01l.025.029q.032.035.083.097c.067.083.158.2.264.355c.212.31.486.766.756 1.38c.54 1.232 1.063 3.084 1.063 5.64s-.522 4.408-1.063 5.639a8.5 8.5 0 0 1-.756 1.38a5 5 0 0 1-.373.482l-.009.01l-.003.003l-.002.002l-.52-.493l.52.494a.75.75 0 0 1-1.09-1.03l.002-.003h-.001l-.002.002l.008-.008l.044-.053a4 4 0 0 0 .189-.254c.163-.238.39-.613.62-1.136c.458-1.043.936-2.69.936-5.035s-.478-3.992-.936-5.036a7 7 0 0 0-.62-1.136a4 4 0 0 0-.233-.307l-.007-.008l.001.002m.028-1.059a.75.75 0 0 0-.03 1.057zm-1.832 2.88a.75.75 0 0 1 1.013.314L17 8l.664-.35v.002l.002.002l.003.007l.011.021a7 7 0 0 1 .162.343c.101.228.235.552.368.946c.265.782.54 1.867.54 3.029c0 1.16-.275 2.247-.54 3.028a11 11 0 0 1-.493 1.215l-.037.074l-.01.022l-.004.006l-.001.002l-.001.002l-.664-.35l.664.35a.75.75 0 0 1-1.328-.698m0 0l.007-.013l.026-.053q.037-.074.102-.22a10 10 0 0 0 .319-.819c.235-.693.46-1.608.46-2.546c0-.94-.225-1.853-.46-2.547a10 10 0 0 0-.447-1.092l-.006-.011v-.001a.75.75 0 0 1 .314-1.013" 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="m11.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.033L9.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.229L6.692 12L2.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.216M8.75 13.452v5.323c0 .969.002 1.609.068 2.051c.031.214.071.327.1.383q.022.035.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.926zm9.733-6.09a.75.75 0 0 1 1.06.025l-.518.494l.518-.494l.001.002l.002.001l.003.004l.01.01l.025.029q.032.035.083.097c.067.083.158.2.264.355c.212.31.486.766.756 1.38c.54 1.232 1.063 3.084 1.063 5.64s-.522 4.408-1.063 5.639a8.5 8.5 0 0 1-.756 1.38a5 5 0 0 1-.373.482l-.009.01l-.003.003l-.002.002l-.52-.493l.52.494a.75.75 0 0 1-1.09-1.03l.002-.003h-.001l-.002.002l.008-.008l.044-.053a4 4 0 0 0 .189-.254c.163-.238.39-.613.62-1.136c.458-1.043.936-2.69.936-5.035s-.478-3.992-.936-5.036a7 7 0 0 0-.62-1.136a4 4 0 0 0-.233-.307l-.007-.008l.001.002m.028-1.059a.75.75 0 0 0-.03 1.057zm-1.832 2.88a.75.75 0 0 1 1.013.314L17 8l.664-.35v.002l.002.002l.003.007l.011.021a7 7 0 0 1 .162.343c.101.228.235.552.368.946c.265.782.54 1.867.54 3.029c0 1.16-.275 2.247-.54 3.028a11 11 0 0 1-.493 1.215l-.037.074l-.01.022l-.004.006l-.001.002l-.001.002l-.664-.35l.664.35a.75.75 0 0 1-1.328-.698m0 0l.007-.013l.026-.053q.037-.074.102-.22a10 10 0 0 0 .319-.819c.235-.693.46-1.608.46-2.546c0-.94-.225-1.853-.46-2.547a10 10 0 0 0-.447-1.092l-.006-.011v-.001a.75.75 0 0 1 .314-1.013" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-bluetooth-wave {
  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%22m11.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.033L9.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.229L6.692%2012L2.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.216M8.75%2013.452v5.323c0%20.969.002%201.609.068%202.051c.031.214.071.327.1.383q.022.035.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.926zm9.733-6.09a.75.75%200%200%201%201.06.025l-.518.494l.518-.494l.001.002l.002.001l.003.004l.01.01l.025.029q.032.035.083.097c.067.083.158.2.264.355c.212.31.486.766.756%201.38c.54%201.232%201.063%203.084%201.063%205.64s-.522%204.408-1.063%205.639a8.5%208.5%200%200%201-.756%201.38a5%205%200%200%201-.373.482l-.009.01l-.003.003l-.002.002l-.52-.493l.52.494a.75.75%200%200%201-1.09-1.03l.002-.003h-.001l-.002.002l.008-.008l.044-.053a4%204%200%200%200%20.189-.254c.163-.238.39-.613.62-1.136c.458-1.043.936-2.69.936-5.035s-.478-3.992-.936-5.036a7%207%200%200%200-.62-1.136a4%204%200%200%200-.233-.307l-.007-.008l.001.002m.028-1.059a.75.75%200%200%200-.03%201.057zm-1.832%202.88a.75.75%200%200%201%201.013.314L17%208l.664-.35v.002l.002.002l.003.007l.011.021a7%207%200%200%201%20.162.343c.101.228.235.552.368.946c.265.782.54%201.867.54%203.029c0%201.16-.275%202.247-.54%203.028a11%2011%200%200%201-.493%201.215l-.037.074l-.01.022l-.004.006l-.001.002l-.001.002l-.664-.35l.664.35a.75.75%200%200%201-1.328-.698m0%200l.007-.013l.026-.053q.037-.074.102-.22a10%2010%200%200%200%20.319-.819c.235-.693.46-1.608.46-2.546c0-.94-.225-1.853-.46-2.547a10%2010%200%200%200-.447-1.092l-.006-.011v-.001a.75.75%200%200%201%20.314-1.013%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%22m11.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.033L9.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.229L6.692%2012L2.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.216M8.75%2013.452v5.323c0%20.969.002%201.609.068%202.051c.031.214.071.327.1.383q.022.035.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.926zm9.733-6.09a.75.75%200%200%201%201.06.025l-.518.494l.518-.494l.001.002l.002.001l.003.004l.01.01l.025.029q.032.035.083.097c.067.083.158.2.264.355c.212.31.486.766.756%201.38c.54%201.232%201.063%203.084%201.063%205.64s-.522%204.408-1.063%205.639a8.5%208.5%200%200%201-.756%201.38a5%205%200%200%201-.373.482l-.009.01l-.003.003l-.002.002l-.52-.493l.52.494a.75.75%200%200%201-1.09-1.03l.002-.003h-.001l-.002.002l.008-.008l.044-.053a4%204%200%200%200%20.189-.254c.163-.238.39-.613.62-1.136c.458-1.043.936-2.69.936-5.035s-.478-3.992-.936-5.036a7%207%200%200%200-.62-1.136a4%204%200%200%200-.233-.307l-.007-.008l.001.002m.028-1.059a.75.75%200%200%200-.03%201.057zm-1.832%202.88a.75.75%200%200%201%201.013.314L17%208l.664-.35v.002l.002.002l.003.007l.011.021a7%207%200%200%201%20.162.343c.101.228.235.552.368.946c.265.782.54%201.867.54%203.029c0%201.16-.275%202.247-.54%203.028a11%2011%200%200%201-.493%201.215l-.037.074l-.01.022l-.004.006l-.001.002l-.001.002l-.664-.35l.664.35a.75.75%200%200%201-1.328-.698m0%200l.007-.013l.026-.053q.037-.074.102-.22a10%2010%200%200%200%20.319-.819c.235-.693.46-1.608.46-2.546c0-.94-.225-1.853-.46-2.547a10%2010%200%200%200-.447-1.092l-.006-.011v-.001a.75.75%200%200%201%20.314-1.013%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-wave.svg?color=%231a73e8&size=48