Eyeglasses 2 Sound icon

Eyeglasses 2 Sound is a Google Material Symbol from the Social 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

eyeglasses_2_sound_outlined_fill0_wght400.svg

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

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

Eyeglasses 2 Sound icon in React

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

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

Eyeglasses 2 Sound icon in Vue

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

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

Eyeglasses 2 Sound icon in Angular

With Angular Material and the font from the HTML tab:

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

Eyeglasses 2 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.eyeglasses_2_sound, fill: 0, weight: 400)

Eyeglasses 2 Sound icon in Android

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

<!-- res/drawable/eyeglasses_2_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="M6.55 15q2 0 2.75-1.287T10.05 10.75q0-.725-.537-1T8.25 9.275q-.8-.2-1.75-.237t-1.775 .087q-.825 .125-1.25 .488T3.05 10.55q0 .725 .125 1.388t.375 1.237q.45 1.05 1.088 1.438T6.55 15Zm10.7 5.5v-6h1.5v6h-1.5Zm-2.75-1.5v-3h1.5v3h-1.5Zm5.5 0v-3h1.5v3h-1.5ZM6.55 16q-1.525 0-2.325-.412T2.75 14.05q-.375-.65-.637-1.5T1.625 11q-.275 0-.45-.175t-.175-.45v-1.225q0-.225 .15-.387t.375-.213q1.4-.275 2.538-.412T6.25 8q1.525 0 2.763 .263T10.95 9h2.125q.6-.45 1.9-.725t2.8-.275q1.025 0 2.163 .138T22.475 8.55q.225 .05 .375 .213t.15 .387v1.225q0 .275-.175 .45t-.45 .175q-.225 .7-.487 1.55T21.25 14.05q-.2-.2-.425-.375t-.475-.3q.325-.65 .463-1.387T20.95 10.525q0-.6-.425-.962T19.25 9.1q-.825-.1-1.762-.062T15.75 9.275q-.725 .2-1.262 .475T13.95 10.75q0 .925 .213 1.75t.712 1.425q-.2 .175-.387 .375T14.15 14.7q-.275-.325-.5-.7t-.4-.85q-.15-.4-.225-.8t-.2-.8q-.1-.3-.3-.437t-.525-.138q-.3 0-.512 .15T11.175 11.55q-.125 .4-.212 .8t-.213 .8q-.425 1.5-1.525 2.175t-2.675 .675Z" />
</vector>

Eyeglasses 2 Sound icon in SVG

npm install @material-symbols/svg-400

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

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

Eyeglasses 2 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

NameEyeglasses 2 Sound
Ligatureeyeglasses_2_sound
Code pointU+F265
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/eyeglasses_2_sound.svg, eyeglasses_2_sound-fill.svg
FlutterSymbols.eyeglasses_2_sound
LicenseApache License 2.0 (© Google LLC)

Keywords

socialmediasettingsgraphicoptionsadjustaudioprofilemusicobjectvolumerecordingreading

Related icons