Media Output icon

Media Output 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_outlined_fill0_wght400.svg

Media Output 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=media_output" />

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

Media Output icon in React

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

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

Media Output icon in Vue

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

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

Media Output icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Media Output icon in Android

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

<!-- res/drawable/media_output.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="M8.5 11ZM3.475 20q-.625 0-1.05-.441Q2 19.119 2 18.5v-15q0-.619 .425-1.059Q2.85 2 3.475 2h10.025q.619 0 1.06 .441Q15 2.881 15 3.5v5.063q-.4 .062-.773 .149-.373 .087-.727 .213v-5.425H3.475v15h5.025v1.5H3.475Zm5.025-3v-1q0-.129 .013-.252t.012-.248q-.825 0-1.437-.587T6.475 13.5q0-.833 .583-1.417Q7.642 11.5 8.475 11.5q.35 0 .65 .113t.575 .312q.2-.325 .425-.612t.5-.563q-.45-.35-.987-.55t-1.163-.2q-1.45 0-2.475 1.025t-1.025 2.475q0 1.443 1.038 2.471Q7.05 17 8.5 17Zm1.063-8.937Q10 7.625 10 7t-.437-1.062Q9.125 5.5 8.5 5.5t-1.062 .438Q7 6.375 7 7t.438 1.063Q7.875 8.5 8.5 8.5t1.063-.437ZM13.5 22h-1.752Q11.025 22 10.513 21.486 10 20.972 10 20.25v-4.25q0-2.5 1.75-4.25t4.25-1.75q2.5 0 4.25 1.75t1.75 4.25v4.25q0 .722-.514 1.236Q20.972 22 20.25 22h-1.75v-4.5h2.5v-1.5q0-2.083-1.456-3.542Q18.087 11 16.006 11 13.925 11 12.463 12.458 11 13.917 11 16v1.5h2.5v4.5Z" />
</vector>

Media Output icon in SVG

npm install @material-symbols/svg-400

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

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

Media Output 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
Ligaturemedia_output
Code pointU+F4F2
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/media_output.svg, media_output-fill.svg
FlutterSymbols.media_output
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwareconnectionvideosystemaudiowirelessboxmonitorsoundmusicconnectelectronicplay

Related icons