Skip to main content
Go back
Share

Glasses

React Code

npm install @mynaui/icons-react
import { Glasses } from "@mynaui/icons-react";

const App = () => {
  return <Glasses />;
};

SVG HTML

<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <path d='M16.5 18a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-9 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/><path d='M13.5 15.16c-1.042-.371-1.937-.379-3 0m9-.16-.572-6.296c-.166-1.825-.73-2.14-2.428-2.704m-12 9 .572-6.296C5.238 6.88 5.802 6.564 7.5 6'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/glasses.svg" />

SVG Sprite

npm install @mynaui/icons
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-glasses"></use>
</svg>