Mobile Sound Off icon

Mobile Sound Off is a Google Material Symbol from the Communicate 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

mobile_sound_off_outlined_fill0_wght400.svg

Mobile Sound 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=mobile_sound_off" />

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

Mobile Sound Off icon in React

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

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

Mobile Sound Off icon in Vue

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

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

Mobile Sound Off icon in Angular

With Angular Material and the font from the HTML tab:

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

Mobile Sound 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.mobile_sound_off, fill: 0, weight: 400)

Mobile Sound Off icon in Android

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

<!-- res/drawable/mobile_sound_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="m17.1 14.575-1.05-1.075q.225-.35 .338-.737T16.5 11.95q0-.575-.212-1.125T15.65 9.85l1.025-1.05q.625 .625 .975 1.436T18 11.925q0 .713-.237 1.394Q17.525 14 17.1 14.575Zm2.1 2.175-1.025-1.075q.65-.8 .988-1.737Q19.5 13 19.5 11.975q0-1.206-.487-2.278T17.575 7.9l1.15-1.15q1.099 1.029 1.687 2.377Q21 10.475 21 11.975q0 1.346-.462 2.573Q20.075 15.775 19.2 16.75Zm2.05 6.55L.7 2.4l1.05-1.05L22.325 22.25l-1.075 1.05ZM6.5 1h11q.619 0 1.06 .441Q19 1.881 19 2.5v2h-1.5v-2H5q0-.6 .441-1.05 .44-.45 1.059-.45Zm6 4.775q.225-.225 .225-.525t-.225-.525q-.225-.225-.525-.225t-.525 .225q-.225 .225-.225 .525t.225 .525q.225 .225 .525 .225t.525-.225ZM6.5 23q-.619 0-1.059-.441Q5 22.119 5 21.5v-16.85l1.5 1.525v15.325h11v-4.15l1.5 1.525v2.625q0 .619-.44 1.059Q18.119 23 17.5 23H6.5Zm4.425-9.15Zm2-3.4Z" />
</vector>

Mobile Sound Off icon in SVG

npm install @material-symbols/svg-400

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

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

Mobile Sound 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

NameMobile Sound Off
Ligaturemobile_sound_off
Code pointU+F2E9
CategoryCommunicate
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/mobile_sound_off.svg, mobile_sound_off-fill.svg
FlutterSymbols.mobile_sound_off
LicenseApache License 2.0 (© Google LLC)

Keywords

communicatenetworkconnectionalerthardwareonsignaldisabledphoneslashenabledaudiowireless

Related icons