glasses-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
glasses-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Use the glasses icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.212 5.764a.75.75 0 0 1-.476.948c-.88.292-1.265.466-1.492.695c-.186.189-.347.505-.425 1.365L5.544 11.8a3.75 3.75 0 0 1 5.622 2.405a4.6 4.6 0 0 1 1.668 0a3.75 3.75 0 0 1 5.622-2.405l-.275-3.028c-.078-.86-.239-1.177-.425-1.365c-.227-.229-.61-.402-1.492-.695a.75.75 0 1 1 .472-1.424c.817.272 1.564.537 2.085 1.063c.562.567.766 1.32.854 2.285l.52 5.716q.055.316.055.648a3.75 3.75 0 0 1-7.428.736a3.2 3.2 0 0 0-1.644 0a3.751 3.751 0 0 1-7.372-1.384l.52-5.716c.087-.965.292-1.718.853-2.285c.521-.526 1.268-.792 2.085-1.063a.75.75 0 0 1 .948.476"/></svg>

React

import type { SVGProps } from "react";

export function MynauiGlassesSolid(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="M8.212 5.764a.75.75 0 0 1-.476.948c-.88.292-1.265.466-1.492.695c-.186.189-.347.505-.425 1.365L5.544 11.8a3.75 3.75 0 0 1 5.622 2.405a4.6 4.6 0 0 1 1.668 0a3.75 3.75 0 0 1 5.622-2.405l-.275-3.028c-.078-.86-.239-1.177-.425-1.365c-.227-.229-.61-.402-1.492-.695a.75.75 0 1 1 .472-1.424c.817.272 1.564.537 2.085 1.063c.562.567.766 1.32.854 2.285l.52 5.716q.055.316.055.648a3.75 3.75 0 0 1-7.428.736a3.2 3.2 0 0 0-1.644 0a3.751 3.751 0 0 1-7.372-1.384l.52-5.716c.087-.965.292-1.718.853-2.285c.521-.526 1.268-.792 2.085-1.063a.75.75 0 0 1 .948.476"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.212 5.764a.75.75 0 0 1-.476.948c-.88.292-1.265.466-1.492.695c-.186.189-.347.505-.425 1.365L5.544 11.8a3.75 3.75 0 0 1 5.622 2.405a4.6 4.6 0 0 1 1.668 0a3.75 3.75 0 0 1 5.622-2.405l-.275-3.028c-.078-.86-.239-1.177-.425-1.365c-.227-.229-.61-.402-1.492-.695a.75.75 0 1 1 .472-1.424c.817.272 1.564.537 2.085 1.063c.562.567.766 1.32.854 2.285l.52 5.716q.055.316.055.648a3.75 3.75 0 0 1-7.428.736a3.2 3.2 0 0 0-1.644 0a3.751 3.751 0 0 1-7.372-1.384l.52-5.716c.087-.965.292-1.718.853-2.285c.521-.526 1.268-.792 2.085-1.063a.75.75 0 0 1 .948.476"/></svg>
</template>

CSS

.icon-glasses-solid {
  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%22M8.212%205.764a.75.75%200%200%201-.476.948c-.88.292-1.265.466-1.492.695c-.186.189-.347.505-.425%201.365L5.544%2011.8a3.75%203.75%200%200%201%205.622%202.405a4.6%204.6%200%200%201%201.668%200a3.75%203.75%200%200%201%205.622-2.405l-.275-3.028c-.078-.86-.239-1.177-.425-1.365c-.227-.229-.61-.402-1.492-.695a.75.75%200%201%201%20.472-1.424c.817.272%201.564.537%202.085%201.063c.562.567.766%201.32.854%202.285l.52%205.716q.055.316.055.648a3.75%203.75%200%200%201-7.428.736a3.2%203.2%200%200%200-1.644%200a3.751%203.751%200%200%201-7.372-1.384l.52-5.716c.087-.965.292-1.718.853-2.285c.521-.526%201.268-.792%202.085-1.063a.75.75%200%200%201%20.948.476%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%22M8.212%205.764a.75.75%200%200%201-.476.948c-.88.292-1.265.466-1.492.695c-.186.189-.347.505-.425%201.365L5.544%2011.8a3.75%203.75%200%200%201%205.622%202.405a4.6%204.6%200%200%201%201.668%200a3.75%203.75%200%200%201%205.622-2.405l-.275-3.028c-.078-.86-.239-1.177-.425-1.365c-.227-.229-.61-.402-1.492-.695a.75.75%200%201%201%20.472-1.424c.817.272%201.564.537%202.085%201.063c.562.567.766%201.32.854%202.285l.52%205.716q.055.316.055.648a3.75%203.75%200%200%201-7.428.736a3.2%203.2%200%200%200-1.644%200a3.751%203.751%200%200%201-7.372-1.384l.52-5.716c.087-.965.292-1.718.853-2.285c.521-.526%201.268-.792%202.085-1.063a.75.75%200%200%201%20.948.476%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/glasses-solid.svg?color=%231a73e8&size=48