round media bluetooth off icon

round-media-bluetooth-off from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
round-media-bluetooth-off
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the round media 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="M9 6.17V5c0-1.1.9-2 2-2h2c1.1 0 2 .9 2 2s-.9 2-2 2h-2v1.17zM19.42 15l2.18 2.17c.22.22.22.58 0 .8s-.58.22-.8 0l-5.98-5.98a.567.567 0 0 1 0-.8c.22-.22.58-.22.8 0l2.35 2.35V9.61c0-.45.54-.67.85-.35l2.82 2.82c.2.2.2.51 0 .71zm-.25-1.45l1.13-1.13l-1.13-1.13zm1.32 6.94a.996.996 0 1 1-1.41 1.41l-3.28-3.28l-.16.16a.61.61 0 0 1-.85 0a.61.61 0 0 1 0-.85l.16-.16L11 13.83v3.02c0 2.07-1.68 4.01-3.74 4.14C4.94 21.13 3 19.29 3 17c0-2.21 1.79-4 4.01-4c.73 0 1.41.21 2 .55v-1.72L2.1 4.92a.996.996 0 1 1 1.41-1.41z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundMediaBluetoothOff(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="M9 6.17V5c0-1.1.9-2 2-2h2c1.1 0 2 .9 2 2s-.9 2-2 2h-2v1.17zM19.42 15l2.18 2.17c.22.22.22.58 0 .8s-.58.22-.8 0l-5.98-5.98a.567.567 0 0 1 0-.8c.22-.22.58-.22.8 0l2.35 2.35V9.61c0-.45.54-.67.85-.35l2.82 2.82c.2.2.2.51 0 .71zm-.25-1.45l1.13-1.13l-1.13-1.13zm1.32 6.94a.996.996 0 1 1-1.41 1.41l-3.28-3.28l-.16.16a.61.61 0 0 1-.85 0a.61.61 0 0 1 0-.85l.16-.16L11 13.83v3.02c0 2.07-1.68 4.01-3.74 4.14C4.94 21.13 3 19.29 3 17c0-2.21 1.79-4 4.01-4c.73 0 1.41.21 2 .55v-1.72L2.1 4.92a.996.996 0 1 1 1.41-1.41z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 6.17V5c0-1.1.9-2 2-2h2c1.1 0 2 .9 2 2s-.9 2-2 2h-2v1.17zM19.42 15l2.18 2.17c.22.22.22.58 0 .8s-.58.22-.8 0l-5.98-5.98a.567.567 0 0 1 0-.8c.22-.22.58-.22.8 0l2.35 2.35V9.61c0-.45.54-.67.85-.35l2.82 2.82c.2.2.2.51 0 .71zm-.25-1.45l1.13-1.13l-1.13-1.13zm1.32 6.94a.996.996 0 1 1-1.41 1.41l-3.28-3.28l-.16.16a.61.61 0 0 1-.85 0a.61.61 0 0 1 0-.85l.16-.16L11 13.83v3.02c0 2.07-1.68 4.01-3.74 4.14C4.94 21.13 3 19.29 3 17c0-2.21 1.79-4 4.01-4c.73 0 1.41.21 2 .55v-1.72L2.1 4.92a.996.996 0 1 1 1.41-1.41z"/></svg>
</template>

CSS

.icon-round-media-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%22M9%206.17V5c0-1.1.9-2%202-2h2c1.1%200%202%20.9%202%202s-.9%202-2%202h-2v1.17zM19.42%2015l2.18%202.17c.22.22.22.58%200%20.8s-.58.22-.8%200l-5.98-5.98a.567.567%200%200%201%200-.8c.22-.22.58-.22.8%200l2.35%202.35V9.61c0-.45.54-.67.85-.35l2.82%202.82c.2.2.2.51%200%20.71zm-.25-1.45l1.13-1.13l-1.13-1.13zm1.32%206.94a.996.996%200%201%201-1.41%201.41l-3.28-3.28l-.16.16a.61.61%200%200%201-.85%200a.61.61%200%200%201%200-.85l.16-.16L11%2013.83v3.02c0%202.07-1.68%204.01-3.74%204.14C4.94%2021.13%203%2019.29%203%2017c0-2.21%201.79-4%204.01-4c.73%200%201.41.21%202%20.55v-1.72L2.1%204.92a.996.996%200%201%201%201.41-1.41z%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%22M9%206.17V5c0-1.1.9-2%202-2h2c1.1%200%202%20.9%202%202s-.9%202-2%202h-2v1.17zM19.42%2015l2.18%202.17c.22.22.22.58%200%20.8s-.58.22-.8%200l-5.98-5.98a.567.567%200%200%201%200-.8c.22-.22.58-.22.8%200l2.35%202.35V9.61c0-.45.54-.67.85-.35l2.82%202.82c.2.2.2.51%200%20.71zm-.25-1.45l1.13-1.13l-1.13-1.13zm1.32%206.94a.996.996%200%201%201-1.41%201.41l-3.28-3.28l-.16.16a.61.61%200%200%201-.85%200a.61.61%200%200%201%200-.85l.16-.16L11%2013.83v3.02c0%202.07-1.68%204.01-3.74%204.14C4.94%2021.13%203%2019.29%203%2017c0-2.21%201.79-4%204.01-4c.73%200%201.41.21%202%20.55v-1.72L2.1%204.92a.996.996%200%201%201%201.41-1.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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