Media Output Off icon

Media Output Off is a Google Material Symbol from the Hardware 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

media_output_off_outlined_fill0_wght400.svg

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

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

Media Output Off icon in React

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

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

Media Output Off icon in Vue

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

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

Media Output Off icon in Angular

With Angular Material and the font from the HTML tab:

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

Media Output 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.media_output_off, fill: 0, weight: 400)

Media Output Off icon in Android

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

<!-- res/drawable/media_output_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="M7.75 10Zm5.75 7.5v4.5h-1.752Q11.025 22 10.513 21.486 10 20.972 10 20.25v-4.25q0-1.225 .438-2.3t1.237-1.875l.725 .725q-.65 .675-1.025 1.563T11 16v1.5h2.5ZM8.5 20H3.475q-.625 0-1.05-.441Q2 19.119 2 18.5v-14.875h1.475v14.875h5.025v1.5Zm5.1-8.375-.725-.75q.675-.425 1.463-.65t1.662-.225q2.5 0 4.25 1.75t1.75 4.25v4l-1-1v-3q0-2.083-1.458-3.542Q18.083 11 16 11q-.654 0-1.264 .163Q14.125 11.325 13.6 11.625ZM8.5 17q-1.45 0-2.487-1.029Q4.975 14.943 4.975 13.5q0-1.45 1.025-2.475t2.475-1.025q.625 0 1.163 .2t.987 .55q-.275 .275-.5 .563T9.7 11.925q-.275-.2-.575-.312t-.65-.113q-.833 0-1.417 .583Q6.475 12.667 6.475 13.5q0 .825 .613 1.413T8.525 15.5q0 .125-.012 .248T8.5 16v1ZM5.475 3.5l-1.5-1.5h9.525q.619 0 1.06 .441Q15 2.881 15 3.5v5.063q-.4 .062-.773 .149-.373 .087-.727 .213v-5.425H5.475Zm4.65 3.15ZM20.85 23.1 .7 2.95l1.05-1.05L21.9 22.05l-1.05 1.05Z" />
</vector>

Media Output Off icon in SVG

npm install @material-symbols/svg-400

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

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

Media Output 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

NameMedia Output Off
Ligaturemedia_output_off
Code pointU+F4F3
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/media_output_off.svg, media_output_off-fill.svg
FlutterSymbols.media_output_off
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwarevideoondisabledslashenabledsystemaudioboxsoundmusicelectronicoffline

Related icons