Surround Sound icon

Surround Sound is a Google Material Symbol from the Audio&Video 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

surround_sound_outlined_fill0_wght400.svg

Surround Sound 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=surround_sound" />

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

Surround Sound icon in React

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

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

Surround Sound icon in Vue

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

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

Surround Sound icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Surround Sound icon in Android

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

<!-- res/drawable/surround_sound.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="M14.038 13.992q.812-.808 .812-1.962 0-1.155-.808-1.967-.808-.813-1.962-.813-1.155 0-1.968 .808-.812 .808-.812 1.963 0 1.154 .808 1.967 .808 .812 1.963 .812 1.154 0 1.967-.808ZM16.875 16.825q.95-.95 1.463-2.2T18.85 12.025q0-1.35-.512-2.6T16.875 7.225l-1.075 1.075q.725 .775 1.138 1.729t.412 2Q17.35 13.075 16.938 14.025T15.8 15.75l1.075 1.075Zm-9.6 0 1.075-1.075q-.725-.775-1.137-1.729t-.413-2Q6.8 10.975 7.213 10.025t1.137-1.725l-1.075-1.075q-.95 .95-1.462 2.2T5.3 12.025q0 1.35 .513 2.6t1.462 2.2ZM3.5 20q-.619 0-1.059-.441Q2 19.119 2 18.5v-13q0-.619 .441-1.059Q2.881 4 3.5 4h17q.619 0 1.06 .441Q22 4.881 22 5.5v13q0 .619-.44 1.059Q21.119 20 20.5 20H3.5Zm0-1.5h17v-13H3.5v13Zm0 0v-13 13Z" />
</vector>

Surround Sound icon in SVG

npm install @material-symbols/svg-400

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

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

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

NameSurround Sound
Ligaturesurround_sound
Code pointU+E049
CategoryAudio&Video
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/surround_sound.svg, surround_sound-fill.svg
FlutterSymbols.surround_sound
LicenseApache License 2.0 (© Google LLC)

Keywords

audio and videomediasettingsvideosignalsystemaudiowirelessentertainmentmusicconfigurationmultimediaplayback

Related icons