Noise Aware icon

Noise Aware 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.

GradeOptical size

Outlined, unfilled, weight 400

noise_aware_outlined_fill0_wght400.svg

Noise Aware 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=noise_aware" />

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

Noise Aware icon in React

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

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

Noise Aware icon in MUI

The @mui/icons-material component (from the older Material Icons set, so no weight or grade):

npm install @mui/icons-material @mui/material @emotion/react @emotion/styled

import NoiseAwareOutlinedIcon from "@mui/icons-material/NoiseAwareOutlined";

<NoiseAwareOutlinedIcon />

Noise Aware icon in Vue

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

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

Noise Aware icon in Angular

With Angular Material and the font from the HTML tab:

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

Noise Aware 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_aware, fill: 0, weight: 400, grade: 0, opticalSize: 24)

// Or Flutter's built-in Material Icons (the older designs, no fill or weight):
Icon(Icons.noise_aware_outlined)

Noise Aware icon in Android

A vector drawable of the selected style, fill and weight, for XML layouts and Jetpack Compose:

<!-- res/drawable/ic_noise_aware.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="M11.175 2.025q.2-.025 .413-.025H12.425q.225 0 .425 .025l-.125 1.5q-.2-.025-.362-.025h-.7q-.163 0-.338 .025l-.15-1.5Zm-4.225 1.35q.35-.2 .725-.387t.775-.338l.55 1.4q-.35 .125-.662 .263T7.725 4.65l-.775-1.275Zm9.375 1.3q-.3-.2-.612-.337T15.05 4.075l.525-1.425q.4 .15 .775 .338t.725 .387l-.75 1.3Zm2.725 2.575q-.2-.3-.412-.562T18.175 6.15l1.075-1.05q.275 .3 .55 .625t.5 .675l-1.25 .85Zm-15.35-.8q.225-.35 .488-.675t.537-.625l1.1 1.025q-.25 .275-.462 .538T4.95 7.275l-1.25-.825ZM2.1 10.525q.05-.425 .163-.825t.237-.8l1.425 .475q-.125 .35-.2 .688t-.125 .687l-1.5-.225Zm18.325 .275q-.05-.35-.125-.687t-.2-.688l1.425-.45q.125 .4 .225 .8t.15 .825l-1.475 .2Zm-.325 3.8q.125-.35 .2-.687t.125-.688l1.475 .225q-.05 .425-.15 .813t-.225 .787l-1.425-.45Zm-16.5-1.35q.05 .35 .125 .688t.2 .687l-1.425 .45q-.125-.4-.237-.8T2.1 13.45l1.5-.2Zm14.625 4.55q.25-.275 .463-.55t.412-.575l1.225 .85q-.225 .35-.487 .675T19.3 18.825l-1.075-1.025Zm-13.475 1.075q-.275-.3-.537-.625T3.7 17.575l1.25-.825q.2 .3 .425 .563t.475 .537l-1.1 1.025Zm10.325 1.05q.35-.125 .663-.275t.612-.35l.75 1.3q-.35 .2-.725 .388T15.6 21.325l-.525-1.4Zm-6.625 1.425q-.4-.15-.762-.337T6.975 20.625l.75-1.275q.3 .175 .613 .325t.662 .275l-.55 1.4Zm3.55 .65h-.412q-.213 0-.413-.025l.15-1.5q.225 .025 .675 .025h.363q.162 0 .362-.025l.125 1.5q-.2 .025-.425 .025h-.425Zm1-4.25q-.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>

// Jetpack Compose
Icon(painterResource(R.drawable.ic_noise_aware), contentDescription = "Noise Aware")

Noise Aware icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/noise_aware.svg" width="24" height="24" alt="Noise Aware">

Noise Aware 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 Aware
Ligaturenoise_aware
Code pointU+EBEC
CategoryAndroid
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/noise_aware.svg, noise_aware-fill.svg
FlutterSymbols.noise_aware (Material Icons: Icons.noise_aware)
MUI@mui/icons-material/NoiseAware
LicenseApache License 2.0 (© Google LLC)

Keywords

androidsettingsalertsignalaccessaudionotificationsoundlevelmusicmeasureenvironment

Related icons