eyeglasses 3 icon
eyeglasses-3 from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- eyeglasses-3
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- eyeglasses-3-outline, eyeglasses-3-outline-rounded, eyeglasses-3-outline-sharp, eyeglasses-3-rounded, eyeglasses-3-sharp
The same icon in other sets
More social icons from Material Symbols
Use the eyeglasses 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 16.5q-1.875 0-3.187-1.312T2 12t1.313-3.187T6.5 7.5q1.4 0 2.5.75t1.625 1.95q.325-.1.663-.15t.687-.05t.7.05t.7.15Q13.9 9 15 8.25t2.5-.75q1.875 0 3.188 1.313T22 12t-1.312 3.188T17.5 16.5q-1.825 0-3.125-1.263T13 12.176q-.25-.1-.5-.137T11.975 12t-.513.05t-.462.125q-.075 1.8-1.375 3.063T6.5 16.5m-1.775-6.275Q4 10.95 4 12t.725 1.775T6.5 14.5t1.775-.725T9 12t-.725-1.775T6.5 9.5t-1.775.725m11 0Q15 10.95 15 12t.725 1.775t1.775.725t1.775-.725T20 12t-.725-1.775T17.5 9.5t-1.775.725"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEyeglasses3(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.5 16.5q-1.875 0-3.187-1.312T2 12t1.313-3.187T6.5 7.5q1.4 0 2.5.75t1.625 1.95q.325-.1.663-.15t.687-.05t.7.05t.7.15Q13.9 9 15 8.25t2.5-.75q1.875 0 3.188 1.313T22 12t-1.312 3.188T17.5 16.5q-1.825 0-3.125-1.263T13 12.176q-.25-.1-.5-.137T11.975 12t-.513.05t-.462.125q-.075 1.8-1.375 3.063T6.5 16.5m-1.775-6.275Q4 10.95 4 12t.725 1.775T6.5 14.5t1.775-.725T9 12t-.725-1.775T6.5 9.5t-1.775.725m11 0Q15 10.95 15 12t.725 1.775t1.775.725t1.775-.725T20 12t-.725-1.775T17.5 9.5t-1.775.725"/></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.5 16.5q-1.875 0-3.187-1.312T2 12t1.313-3.187T6.5 7.5q1.4 0 2.5.75t1.625 1.95q.325-.1.663-.15t.687-.05t.7.05t.7.15Q13.9 9 15 8.25t2.5-.75q1.875 0 3.188 1.313T22 12t-1.312 3.188T17.5 16.5q-1.825 0-3.125-1.263T13 12.176q-.25-.1-.5-.137T11.975 12t-.513.05t-.462.125q-.075 1.8-1.375 3.063T6.5 16.5m-1.775-6.275Q4 10.95 4 12t.725 1.775T6.5 14.5t1.775-.725T9 12t-.725-1.775T6.5 9.5t-1.775.725m11 0Q15 10.95 15 12t.725 1.775t1.775.725t1.775-.725T20 12t-.725-1.775T17.5 9.5t-1.775.725"/></svg> </template>
CSS
.icon-eyeglasses-3 {
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.5%2016.5q-1.875%200-3.187-1.312T2%2012t1.313-3.187T6.5%207.5q1.4%200%202.5.75t1.625%201.95q.325-.1.663-.15t.687-.05t.7.05t.7.15Q13.9%209%2015%208.25t2.5-.75q1.875%200%203.188%201.313T22%2012t-1.312%203.188T17.5%2016.5q-1.825%200-3.125-1.263T13%2012.176q-.25-.1-.5-.137T11.975%2012t-.513.05t-.462.125q-.075%201.8-1.375%203.063T6.5%2016.5m-1.775-6.275Q4%2010.95%204%2012t.725%201.775T6.5%2014.5t1.775-.725T9%2012t-.725-1.775T6.5%209.5t-1.775.725m11%200Q15%2010.95%2015%2012t.725%201.775t1.775.725t1.775-.725T20%2012t-.725-1.775T17.5%209.5t-1.775.725%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.5%2016.5q-1.875%200-3.187-1.312T2%2012t1.313-3.187T6.5%207.5q1.4%200%202.5.75t1.625%201.95q.325-.1.663-.15t.687-.05t.7.05t.7.15Q13.9%209%2015%208.25t2.5-.75q1.875%200%203.188%201.313T22%2012t-1.312%203.188T17.5%2016.5q-1.825%200-3.125-1.263T13%2012.176q-.25-.1-.5-.137T11.975%2012t-.513.05t-.462.125q-.075%201.8-1.375%203.063T6.5%2016.5m-1.775-6.275Q4%2010.95%204%2012t.725%201.775T6.5%2014.5t1.775-.725T9%2012t-.725-1.775T6.5%209.5t-1.775.725m11%200Q15%2010.95%2015%2012t.725%201.775t1.775.725t1.775-.725T20%2012t-.725-1.775T17.5%209.5t-1.775.725%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/eyeglasses-3.svg?color=%231a73e8&size=48