eyeglasses 2 sound icon

eyeglasses-2-sound-outline-sharp from Material Symbols by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.

Name
eyeglasses-2-sound-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the eyeglasses 2 sound icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.55 14.55q1.775 0 2.425-1.05t.65-2.7q0-.425-.3-.65T8.15 9.7q-.65-.175-1.575-.212t-1.8.087q-.65.1-.962.325t-.313.65q0 .675.113 1.3T3.95 13q.4.875.937 1.213t1.663.337M17.25 20v-6h1.5v6zm-2.75-1.5v-3H16v3zm5.5 0v-3h1.5v3zM6.55 16q-1.525 0-2.325-.413T2.75 14.05q-.375-.65-.638-1.5T1.625 11H1V8.65q1.575-.35 2.85-.5T6.25 8q1.525 0 2.763.263T10.95 9h2.125q.6-.45 1.9-.712t2.775-.263q1.125 0 2.4.138T23 8.65V11h-.625q-.175.55-.363 1.213t-.462 1.237q-.3-.275-.638-.512T20.2 12.5q.125-.45.213-.95t.087-1.025q0-.425-.312-.663T19.2 9.55q-.875-.125-1.787-.075T15.85 9.7q-.875.225-1.175.45t-.3.65q0 .7.1 1.288t.35 1.062q-.3.25-.575.538t-.475.637q-.175-.275-.3-.55t-.225-.625q-.125-.4-.213-.8t-.212-.8q-.1-.3-.3-.438T12 10.975q-.3 0-.513.15t-.312.425q-.125.4-.213.8t-.212.8q-.425 1.5-1.525 2.175T6.55 16"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEyeglasses2SoundOutlineSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.55 14.55q1.775 0 2.425-1.05t.65-2.7q0-.425-.3-.65T8.15 9.7q-.65-.175-1.575-.212t-1.8.087q-.65.1-.962.325t-.313.65q0 .675.113 1.3T3.95 13q.4.875.937 1.213t1.663.337M17.25 20v-6h1.5v6zm-2.75-1.5v-3H16v3zm5.5 0v-3h1.5v3zM6.55 16q-1.525 0-2.325-.413T2.75 14.05q-.375-.65-.638-1.5T1.625 11H1V8.65q1.575-.35 2.85-.5T6.25 8q1.525 0 2.763.263T10.95 9h2.125q.6-.45 1.9-.712t2.775-.263q1.125 0 2.4.138T23 8.65V11h-.625q-.175.55-.363 1.213t-.462 1.237q-.3-.275-.638-.512T20.2 12.5q.125-.45.213-.95t.087-1.025q0-.425-.312-.663T19.2 9.55q-.875-.125-1.787-.075T15.85 9.7q-.875.225-1.175.45t-.3.65q0 .7.1 1.288t.35 1.062q-.3.25-.575.538t-.475.637q-.175-.275-.3-.55t-.225-.625q-.125-.4-.213-.8t-.212-.8q-.1-.3-.3-.438T12 10.975q-.3 0-.513.15t-.312.425q-.125.4-.213.8t-.212.8q-.425 1.5-1.525 2.175T6.55 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.55 14.55q1.775 0 2.425-1.05t.65-2.7q0-.425-.3-.65T8.15 9.7q-.65-.175-1.575-.212t-1.8.087q-.65.1-.962.325t-.313.65q0 .675.113 1.3T3.95 13q.4.875.937 1.213t1.663.337M17.25 20v-6h1.5v6zm-2.75-1.5v-3H16v3zm5.5 0v-3h1.5v3zM6.55 16q-1.525 0-2.325-.413T2.75 14.05q-.375-.65-.638-1.5T1.625 11H1V8.65q1.575-.35 2.85-.5T6.25 8q1.525 0 2.763.263T10.95 9h2.125q.6-.45 1.9-.712t2.775-.263q1.125 0 2.4.138T23 8.65V11h-.625q-.175.55-.363 1.213t-.462 1.237q-.3-.275-.638-.512T20.2 12.5q.125-.45.213-.95t.087-1.025q0-.425-.312-.663T19.2 9.55q-.875-.125-1.787-.075T15.85 9.7q-.875.225-1.175.45t-.3.65q0 .7.1 1.288t.35 1.062q-.3.25-.575.538t-.475.637q-.175-.275-.3-.55t-.225-.625q-.125-.4-.213-.8t-.212-.8q-.1-.3-.3-.438T12 10.975q-.3 0-.513.15t-.312.425q-.125.4-.213.8t-.212.8q-.425 1.5-1.525 2.175T6.55 16"/></svg>
</template>

CSS

.icon-eyeglasses-2-sound-outline-sharp {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.55%2014.55q1.775%200%202.425-1.05t.65-2.7q0-.425-.3-.65T8.15%209.7q-.65-.175-1.575-.212t-1.8.087q-.65.1-.962.325t-.313.65q0%20.675.113%201.3T3.95%2013q.4.875.937%201.213t1.663.337M17.25%2020v-6h1.5v6zm-2.75-1.5v-3H16v3zm5.5%200v-3h1.5v3zM6.55%2016q-1.525%200-2.325-.413T2.75%2014.05q-.375-.65-.638-1.5T1.625%2011H1V8.65q1.575-.35%202.85-.5T6.25%208q1.525%200%202.763.263T10.95%209h2.125q.6-.45%201.9-.712t2.775-.263q1.125%200%202.4.138T23%208.65V11h-.625q-.175.55-.363%201.213t-.462%201.237q-.3-.275-.638-.512T20.2%2012.5q.125-.45.213-.95t.087-1.025q0-.425-.312-.663T19.2%209.55q-.875-.125-1.787-.075T15.85%209.7q-.875.225-1.175.45t-.3.65q0%20.7.1%201.288t.35%201.062q-.3.25-.575.538t-.475.637q-.175-.275-.3-.55t-.225-.625q-.125-.4-.213-.8t-.212-.8q-.1-.3-.3-.438T12%2010.975q-.3%200-.513.15t-.312.425q-.125.4-.213.8t-.212.8q-.425%201.5-1.525%202.175T6.55%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.55%2014.55q1.775%200%202.425-1.05t.65-2.7q0-.425-.3-.65T8.15%209.7q-.65-.175-1.575-.212t-1.8.087q-.65.1-.962.325t-.313.65q0%20.675.113%201.3T3.95%2013q.4.875.937%201.213t1.663.337M17.25%2020v-6h1.5v6zm-2.75-1.5v-3H16v3zm5.5%200v-3h1.5v3zM6.55%2016q-1.525%200-2.325-.413T2.75%2014.05q-.375-.65-.638-1.5T1.625%2011H1V8.65q1.575-.35%202.85-.5T6.25%208q1.525%200%202.763.263T10.95%209h2.125q.6-.45%201.9-.712t2.775-.263q1.125%200%202.4.138T23%208.65V11h-.625q-.175.55-.363%201.213t-.462%201.237q-.3-.275-.638-.512T20.2%2012.5q.125-.45.213-.95t.087-1.025q0-.425-.312-.663T19.2%209.55q-.875-.125-1.787-.075T15.85%209.7q-.875.225-1.175.45t-.3.65q0%20.7.1%201.288t.35%201.062q-.3.25-.575.538t-.475.637q-.175-.275-.3-.55t-.225-.625q-.125-.4-.213-.8t-.212-.8q-.1-.3-.3-.438T12%2010.975q-.3%200-.513.15t-.312.425q-.125.4-.213.8t-.212.8q-.425%201.5-1.525%202.175T6.55%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/eyeglasses-2-sound-outline-sharp.svg?color=%231a73e8&size=48