headphones bluetooth icon

headphones-bluetooth from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
headphones-bluetooth
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the headphones bluetooth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 6a6 6 0 0 0-6 6v4.8c0 .66.54 1.2 1.2 1.2H6v-4H4v-2a4 4 0 0 1 4-4a4 4 0 0 1 4 4v2h-2v4h2.8a1.2 1.2 0 0 0 1.2-1.2V12a6 6 0 0 0-6-6m11 1v3.79L16.71 8.5l-.71.71L18.79 12L16 14.79l.71.71L19 13.21V17h.5l2.85-2.86L20.21 12l2.14-2.15L19.5 7zm1 1.91l.94.94l-.94.94zm0 4.3l.94.93l-.94.94z"/></svg>

React

import type { SVGProps } from "react";

export function MdiHeadphonesBluetooth(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" d="M8 6a6 6 0 0 0-6 6v4.8c0 .66.54 1.2 1.2 1.2H6v-4H4v-2a4 4 0 0 1 4-4a4 4 0 0 1 4 4v2h-2v4h2.8a1.2 1.2 0 0 0 1.2-1.2V12a6 6 0 0 0-6-6m11 1v3.79L16.71 8.5l-.71.71L18.79 12L16 14.79l.71.71L19 13.21V17h.5l2.85-2.86L20.21 12l2.14-2.15L19.5 7zm1 1.91l.94.94l-.94.94zm0 4.3l.94.93l-.94.94z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 6a6 6 0 0 0-6 6v4.8c0 .66.54 1.2 1.2 1.2H6v-4H4v-2a4 4 0 0 1 4-4a4 4 0 0 1 4 4v2h-2v4h2.8a1.2 1.2 0 0 0 1.2-1.2V12a6 6 0 0 0-6-6m11 1v3.79L16.71 8.5l-.71.71L18.79 12L16 14.79l.71.71L19 13.21V17h.5l2.85-2.86L20.21 12l2.14-2.15L19.5 7zm1 1.91l.94.94l-.94.94zm0 4.3l.94.93l-.94.94z"/></svg>
</template>

CSS

.icon-headphones-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%20d%3D%22M8%206a6%206%200%200%200-6%206v4.8c0%20.66.54%201.2%201.2%201.2H6v-4H4v-2a4%204%200%200%201%204-4a4%204%200%200%201%204%204v2h-2v4h2.8a1.2%201.2%200%200%200%201.2-1.2V12a6%206%200%200%200-6-6m11%201v3.79L16.71%208.5l-.71.71L18.79%2012L16%2014.79l.71.71L19%2013.21V17h.5l2.85-2.86L20.21%2012l2.14-2.15L19.5%207zm1%201.91l.94.94l-.94.94zm0%204.3l.94.93l-.94.94z%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%20d%3D%22M8%206a6%206%200%200%200-6%206v4.8c0%20.66.54%201.2%201.2%201.2H6v-4H4v-2a4%204%200%200%201%204-4a4%204%200%200%201%204%204v2h-2v4h2.8a1.2%201.2%200%200%200%201.2-1.2V12a6%206%200%200%200-6-6m11%201v3.79L16.71%208.5l-.71.71L18.79%2012L16%2014.79l.71.71L19%2013.21V17h.5l2.85-2.86L20.21%2012l2.14-2.15L19.5%207zm1%201.91l.94.94l-.94.94zm0%204.3l.94.93l-.94.94z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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