music note bluetooth off icon

music-note-bluetooth-off from Material Design Icons by Pictogrammers · Filled · Audio · Apache-2.0 Free for personal and commercial use.

Name
music-note-bluetooth-off
Set
Material Design Icons
Style
Filled
Category
Audio
Viewbox
24×24
License
Apache 2.0

More audio icons from Material Design Icons

Use the music note bluetooth off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 9.85L19.14 7h-.5v3.79L16.35 8.5l-.71.71L18.43 12l-2.79 2.79l.71.71l2.29-2.29V17h.5L22 14.15L19.85 12zm-2.36-.94l.94.94l-.94.94zm.94 5.24l-.94.94v-1.88zM1.96 3L.687 4.27l9.003 9v.28c-.59-.34-1.27-.55-2-.55c-2.19 0-4 1.79-4 4s1.81 4 4 4s4-1.79 4-4v-1.73L17.42 21l1.27-1.27zm9.73 4h4V3h-6v5.18l2 2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiMusicNoteBluetoothOff(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="M22 9.85L19.14 7h-.5v3.79L16.35 8.5l-.71.71L18.43 12l-2.79 2.79l.71.71l2.29-2.29V17h.5L22 14.15L19.85 12zm-2.36-.94l.94.94l-.94.94zm.94 5.24l-.94.94v-1.88zM1.96 3L.687 4.27l9.003 9v.28c-.59-.34-1.27-.55-2-.55c-2.19 0-4 1.79-4 4s1.81 4 4 4s4-1.79 4-4v-1.73L17.42 21l1.27-1.27zm9.73 4h4V3h-6v5.18l2 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 9.85L19.14 7h-.5v3.79L16.35 8.5l-.71.71L18.43 12l-2.79 2.79l.71.71l2.29-2.29V17h.5L22 14.15L19.85 12zm-2.36-.94l.94.94l-.94.94zm.94 5.24l-.94.94v-1.88zM1.96 3L.687 4.27l9.003 9v.28c-.59-.34-1.27-.55-2-.55c-2.19 0-4 1.79-4 4s1.81 4 4 4s4-1.79 4-4v-1.73L17.42 21l1.27-1.27zm9.73 4h4V3h-6v5.18l2 2z"/></svg>
</template>

CSS

.icon-music-note-bluetooth-off {
  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%22M22%209.85L19.14%207h-.5v3.79L16.35%208.5l-.71.71L18.43%2012l-2.79%202.79l.71.71l2.29-2.29V17h.5L22%2014.15L19.85%2012zm-2.36-.94l.94.94l-.94.94zm.94%205.24l-.94.94v-1.88zM1.96%203L.687%204.27l9.003%209v.28c-.59-.34-1.27-.55-2-.55c-2.19%200-4%201.79-4%204s1.81%204%204%204s4-1.79%204-4v-1.73L17.42%2021l1.27-1.27zm9.73%204h4V3h-6v5.18l2%202z%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%22M22%209.85L19.14%207h-.5v3.79L16.35%208.5l-.71.71L18.43%2012l-2.79%202.79l.71.71l2.29-2.29V17h.5L22%2014.15L19.85%2012zm-2.36-.94l.94.94l-.94.94zm.94%205.24l-.94.94v-1.88zM1.96%203L.687%204.27l9.003%209v.28c-.59-.34-1.27-.55-2-.55c-2.19%200-4%201.79-4%204s1.81%204%204%204s4-1.79%204-4v-1.73L17.42%2021l1.27-1.27zm9.73%204h4V3h-6v5.18l2%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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