bluetooth wave icon

bluetooth-wave-broken from Solar by 480 Design · Broken · Devices · CC-BY-4.0 Attribution required.

Name
bluetooth-wave-broken
Set
Solar
Style
Broken
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More devices icons from Solar

Use the bluetooth wave icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M13.2633 4.6551C14.4211 5.47731 15 5.88842 15 6.45874C15 7.02907 14.4211 7.44017 13.2633 8.26238L8 12V5.22457C8 3.33816 8 2.39496 8.60465 2.08561C8.96658 1.90043 9.38847 2.02253 10 2.38554"/><path d="M13.2633 19.3449L11.5253 20.5791C9.98131 21.6755 9.2093 22.2238 8.60465 21.9144C8 21.605 8 20.6618 8 18.7754V12L13.2633 15.7376C14.4211 16.5598 15 16.9709 15 17.5413C15 18.1116 14.4211 18.5227 13.2633 19.3449Z"/><path stroke-linecap="round" d="M8 12L3 15.5"/><path stroke-linecap="round" d="M8 12L3 8.5"/><path stroke-linecap="round" d="M19 5C19 5 21 7.1 21 12C21 12.7276 20.9559 13.3936 20.8808 14M19 19C19 19 19.3043 18.6805 19.6755 18"/><path stroke-linecap="round" d="M17 8C17 8 18 9.9 18 12C18 14.1 17 16 17 16"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBluetoothWaveBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M13.2633 4.6551C14.4211 5.47731 15 5.88842 15 6.45874C15 7.02907 14.4211 7.44017 13.2633 8.26238L8 12V5.22457C8 3.33816 8 2.39496 8.60465 2.08561C8.96658 1.90043 9.38847 2.02253 10 2.38554"/><path d="M13.2633 19.3449L11.5253 20.5791C9.98131 21.6755 9.2093 22.2238 8.60465 21.9144C8 21.605 8 20.6618 8 18.7754V12L13.2633 15.7376C14.4211 16.5598 15 16.9709 15 17.5413C15 18.1116 14.4211 18.5227 13.2633 19.3449Z"/><path strokeLinecap="round" d="M8 12L3 15.5"/><path strokeLinecap="round" d="M8 12L3 8.5"/><path strokeLinecap="round" d="M19 5C19 5 21 7.1 21 12C21 12.7276 20.9559 13.3936 20.8808 14M19 19C19 19 19.3043 18.6805 19.6755 18"/><path strokeLinecap="round" d="M17 8C17 8 18 9.9 18 12C18 14.1 17 16 17 16"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M13.2633 4.6551C14.4211 5.47731 15 5.88842 15 6.45874C15 7.02907 14.4211 7.44017 13.2633 8.26238L8 12V5.22457C8 3.33816 8 2.39496 8.60465 2.08561C8.96658 1.90043 9.38847 2.02253 10 2.38554"/><path d="M13.2633 19.3449L11.5253 20.5791C9.98131 21.6755 9.2093 22.2238 8.60465 21.9144C8 21.605 8 20.6618 8 18.7754V12L13.2633 15.7376C14.4211 16.5598 15 16.9709 15 17.5413C15 18.1116 14.4211 18.5227 13.2633 19.3449Z"/><path stroke-linecap="round" d="M8 12L3 15.5"/><path stroke-linecap="round" d="M8 12L3 8.5"/><path stroke-linecap="round" d="M19 5C19 5 21 7.1 21 12C21 12.7276 20.9559 13.3936 20.8808 14M19 19C19 19 19.3043 18.6805 19.6755 18"/><path stroke-linecap="round" d="M17 8C17 8 18 9.9 18 12C18 14.1 17 16 17 16"/></g></svg>
</template>

CSS

.icon-bluetooth-wave-broken {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.2633%204.6551C14.4211%205.47731%2015%205.88842%2015%206.45874C15%207.02907%2014.4211%207.44017%2013.2633%208.26238L8%2012V5.22457C8%203.33816%208%202.39496%208.60465%202.08561C8.96658%201.90043%209.38847%202.02253%2010%202.38554%22%2F%3E%3Cpath%20d%3D%22M13.2633%2019.3449L11.5253%2020.5791C9.98131%2021.6755%209.2093%2022.2238%208.60465%2021.9144C8%2021.605%208%2020.6618%208%2018.7754V12L13.2633%2015.7376C14.4211%2016.5598%2015%2016.9709%2015%2017.5413C15%2018.1116%2014.4211%2018.5227%2013.2633%2019.3449Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2012L3%2015.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2012L3%208.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%205C19%205%2021%207.1%2021%2012C21%2012.7276%2020.9559%2013.3936%2020.8808%2014M19%2019C19%2019%2019.3043%2018.6805%2019.6755%2018%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%208C17%208%2018%209.9%2018%2012C18%2014.1%2017%2016%2017%2016%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.2633%204.6551C14.4211%205.47731%2015%205.88842%2015%206.45874C15%207.02907%2014.4211%207.44017%2013.2633%208.26238L8%2012V5.22457C8%203.33816%208%202.39496%208.60465%202.08561C8.96658%201.90043%209.38847%202.02253%2010%202.38554%22%2F%3E%3Cpath%20d%3D%22M13.2633%2019.3449L11.5253%2020.5791C9.98131%2021.6755%209.2093%2022.2238%208.60465%2021.9144C8%2021.605%208%2020.6618%208%2018.7754V12L13.2633%2015.7376C14.4211%2016.5598%2015%2016.9709%2015%2017.5413C15%2018.1116%2014.4211%2018.5227%2013.2633%2019.3449Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2012L3%2015.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2012L3%208.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%205C19%205%2021%207.1%2021%2012C21%2012.7276%2020.9559%2013.3936%2020.8808%2014M19%2019C19%2019%2019.3043%2018.6805%2019.6755%2018%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%208C17%208%2018%209.9%2018%2012C18%2014.1%2017%2016%2017%2016%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/bluetooth-wave-broken.svg?color=%231a73e8&size=48