Noise Control Off icon

Noise Control Off is a Google Material Symbol from the Android category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

noise_control_off_outlined_fill0_wght400.svg

Noise Control Off icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=noise_control_off" />

<span class="material-symbols-outlined">noise_control_off</span>

Noise Control Off icon in React

// With the font from the HTML tab:
export function NoiseControlOffIcon() {
  return (
    <span className="material-symbols-outlined">
      noise_control_off
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import NoiseControlOffIcon from "@material-symbols/svg-400/outlined/noise_control_off.svg?react";

Noise Control Off icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">noise_control_off</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import NoiseControlOffIcon from "@material-symbols/svg-400/outlined/noise_control_off.svg?component"; -->

Noise Control Off icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">noise_control_off</mat-icon>

Noise Control Off icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.noise_control_off, fill: 0, weight: 400)

Noise Control Off icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/noise_control_off.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M9 21.55q-1.425-.45-2.625-1.275l1.1-1.1q1 .625 2.138 .975t2.387 .35q1.275 0 2.413-.35t2.112-.975l1.1 1.1q-1.2 .825-2.625 1.275T12 22q-1.575 0-3-.45ZM3.75 17.625q-.825-1.2-1.287-2.625T2 12q0-1.575 .45-3t1.275-2.625l1.1 1.1q-.625 .975-.975 2.113T3.5 12q0 1.275 .338 2.413T4.825 16.55l-1.075 1.075Zm16.525 0-1.1-1.1q.625-1 .975-2.125t.35-2.4q0-1.275-.337-2.425T19.2 7.45l1.075-1.075q.825 1.2 1.275 2.625t.45 3q0 1.575-.45 3t-1.275 2.625ZM7.475 4.825l-1.1-1.1q1.2-.825 2.625-1.275t3-.45q1.575 0 3 .45t2.625 1.275l-1.075 1.075q-1-.625-2.137-.962T12 3.5q-1.275 0-2.4 .35t-2.125 .975Zm5.525 12.925q-.875 0-1.6-.525t-1-1.375q-.1-.25-.2-.475t-.3-.425l-1.35-1.375q-.625-.625-.962-1.412T7.25 10.5q0-1.775 1.25-3.012T11.5 6.25q1.625 0 2.838 1.05T15.725 9.95h-1.525q-.2-.975-.95-1.587T11.5 7.75q-1.125 0-1.937 .8T8.75 10.5q0 .575 .213 1.088T9.6 12.525l1.35 1.35q.325 .325 .525 .713t.35 .812q.125 .375 .45 .613t.725 .237q.525 0 .888-.375t.362-.875h1.5q0 1.125-.8 1.938T13 17.75Zm.5-4q-.5 0-.875-.375t-.375-.875q0-.525 .375-.887t.875-.363q.525 0 .888 .363T14.75 12.5q0 .5-.362 .875T13.5 13.75Z" />
</vector>

Noise Control Off icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/noise_control_off.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/noise_control_off.svg" width="24" height="24" alt="Noise Control Off">

Noise Control Off icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameNoise Control Off
Ligaturenoise_control_off
Code pointU+EBF3
CategoryAndroid
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/noise_control_off.svg, noise_control_off-fill.svg
FlutterSymbols.noise_control_off
LicenseApache License 2.0 (© Google LLC)

Keywords

androidlinesondisabledslashenabledaudiosoundmusicofflinecancelnoteblocked

Related icons