eyeglasses 2 icon
eyeglasses-2-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- eyeglasses-2-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- eyeglasses-2-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the eyeglasses 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.123 15q-.857 0-1.522-.53t-.851-1.39l-.629-2.888q-.16.02-.319.03q-.16.009-.32.028q-.213.03-.362-.11t-.18-.353t.103-.36t.347-.177q1.493-.144 2.402-.207q.91-.062 1.783-.043q1.24.02 2.192.14q.952.122 1.656.381q.408.137.797.212t.78.075t.768-.075t.747-.206q.69-.26 1.708-.384Q16.24 9.02 17.65 9q.996-.02 1.964.034q.967.053 2.02.172q.214.03.354.186t.11.37t-.186.344t-.37.1q-.16-.02-.319-.029q-.16-.01-.32-.029l-.653 2.958q-.186.838-.838 1.366t-1.51.528h-2.129q-.838 0-1.475-.513t-.848-1.3l-.54-2.137h-1.794l-.541 2.137q-.217.794-.863 1.304q-.646.509-1.46.509zm-1.404-2.108q.114.485.504.797q.39.311.875.311h2.129q.485 0 .875-.29q.39-.289.504-.748l.64-2.487q-.79-.279-1.813-.364q-1.023-.086-1.858-.086q-.537 0-1.199.013t-1.199.062zm9.675.05q.114.46.495.759t.884.299h2.129q.504 0 .885-.321q.38-.321.494-.787l.592-2.817q-.5-.025-1.112-.037t-1.111-.013q-.904 0-1.98.086t-1.916.364z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEyeglasses2Rounded(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.123 15q-.857 0-1.522-.53t-.851-1.39l-.629-2.888q-.16.02-.319.03q-.16.009-.32.028q-.213.03-.362-.11t-.18-.353t.103-.36t.347-.177q1.493-.144 2.402-.207q.91-.062 1.783-.043q1.24.02 2.192.14q.952.122 1.656.381q.408.137.797.212t.78.075t.768-.075t.747-.206q.69-.26 1.708-.384Q16.24 9.02 17.65 9q.996-.02 1.964.034q.967.053 2.02.172q.214.03.354.186t.11.37t-.186.344t-.37.1q-.16-.02-.319-.029q-.16-.01-.32-.029l-.653 2.958q-.186.838-.838 1.366t-1.51.528h-2.129q-.838 0-1.475-.513t-.848-1.3l-.54-2.137h-1.794l-.541 2.137q-.217.794-.863 1.304q-.646.509-1.46.509zm-1.404-2.108q.114.485.504.797q.39.311.875.311h2.129q.485 0 .875-.29q.39-.289.504-.748l.64-2.487q-.79-.279-1.813-.364q-1.023-.086-1.858-.086q-.537 0-1.199.013t-1.199.062zm9.675.05q.114.46.495.759t.884.299h2.129q.504 0 .885-.321q.38-.321.494-.787l.592-2.817q-.5-.025-1.112-.037t-1.111-.013q-.904 0-1.98.086t-1.916.364z"/></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.123 15q-.857 0-1.522-.53t-.851-1.39l-.629-2.888q-.16.02-.319.03q-.16.009-.32.028q-.213.03-.362-.11t-.18-.353t.103-.36t.347-.177q1.493-.144 2.402-.207q.91-.062 1.783-.043q1.24.02 2.192.14q.952.122 1.656.381q.408.137.797.212t.78.075t.768-.075t.747-.206q.69-.26 1.708-.384Q16.24 9.02 17.65 9q.996-.02 1.964.034q.967.053 2.02.172q.214.03.354.186t.11.37t-.186.344t-.37.1q-.16-.02-.319-.029q-.16-.01-.32-.029l-.653 2.958q-.186.838-.838 1.366t-1.51.528h-2.129q-.838 0-1.475-.513t-.848-1.3l-.54-2.137h-1.794l-.541 2.137q-.217.794-.863 1.304q-.646.509-1.46.509zm-1.404-2.108q.114.485.504.797q.39.311.875.311h2.129q.485 0 .875-.29q.39-.289.504-.748l.64-2.487q-.79-.279-1.813-.364q-1.023-.086-1.858-.086q-.537 0-1.199.013t-1.199.062zm9.675.05q.114.46.495.759t.884.299h2.129q.504 0 .885-.321q.38-.321.494-.787l.592-2.817q-.5-.025-1.112-.037t-1.111-.013q-.904 0-1.98.086t-1.916.364z"/></svg> </template>
CSS
.icon-eyeglasses-2-rounded {
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.123%2015q-.857%200-1.522-.53t-.851-1.39l-.629-2.888q-.16.02-.319.03q-.16.009-.32.028q-.213.03-.362-.11t-.18-.353t.103-.36t.347-.177q1.493-.144%202.402-.207q.91-.062%201.783-.043q1.24.02%202.192.14q.952.122%201.656.381q.408.137.797.212t.78.075t.768-.075t.747-.206q.69-.26%201.708-.384Q16.24%209.02%2017.65%209q.996-.02%201.964.034q.967.053%202.02.172q.214.03.354.186t.11.37t-.186.344t-.37.1q-.16-.02-.319-.029q-.16-.01-.32-.029l-.653%202.958q-.186.838-.838%201.366t-1.51.528h-2.129q-.838%200-1.475-.513t-.848-1.3l-.54-2.137h-1.794l-.541%202.137q-.217.794-.863%201.304q-.646.509-1.46.509zm-1.404-2.108q.114.485.504.797q.39.311.875.311h2.129q.485%200%20.875-.29q.39-.289.504-.748l.64-2.487q-.79-.279-1.813-.364q-1.023-.086-1.858-.086q-.537%200-1.199.013t-1.199.062zm9.675.05q.114.46.495.759t.884.299h2.129q.504%200%20.885-.321q.38-.321.494-.787l.592-2.817q-.5-.025-1.112-.037t-1.111-.013q-.904%200-1.98.086t-1.916.364z%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.123%2015q-.857%200-1.522-.53t-.851-1.39l-.629-2.888q-.16.02-.319.03q-.16.009-.32.028q-.213.03-.362-.11t-.18-.353t.103-.36t.347-.177q1.493-.144%202.402-.207q.91-.062%201.783-.043q1.24.02%202.192.14q.952.122%201.656.381q.408.137.797.212t.78.075t.768-.075t.747-.206q.69-.26%201.708-.384Q16.24%209.02%2017.65%209q.996-.02%201.964.034q.967.053%202.02.172q.214.03.354.186t.11.37t-.186.344t-.37.1q-.16-.02-.319-.029q-.16-.01-.32-.029l-.653%202.958q-.186.838-.838%201.366t-1.51.528h-2.129q-.838%200-1.475-.513t-.848-1.3l-.54-2.137h-1.794l-.541%202.137q-.217.794-.863%201.304q-.646.509-1.46.509zm-1.404-2.108q.114.485.504.797q.39.311.875.311h2.129q.485%200%20.875-.29q.39-.289.504-.748l.64-2.487q-.79-.279-1.813-.364q-1.023-.086-1.858-.086q-.537%200-1.199.013t-1.199.062zm9.675.05q.114.46.495.759t.884.299h2.129q.504%200%20.885-.321q.38-.321.494-.787l.592-2.817q-.5-.025-1.112-.037t-1.111-.013q-.904%200-1.98.086t-1.916.364z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/eyeglasses-2-rounded.svg?color=%231a73e8&size=48