← Go back
Share

Eye


Usage:

React Code:

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

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

SVG HTML:

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"><path d="M2.55 13.406c-.272-.373-.408-.56-.502-.92a2.46 2.46 0 0 1 0-.971c.094-.361.23-.548.502-.92C4.039 8.55 7.303 5 12 5c4.697 0 7.961 3.55 9.45 5.594.272.373.408.56.502.92a2.46 2.46 0 0 1 0 .971c-.094.361-.23.548-.502.92C19.961 15.45 16.697 19 12 19c-4.697 0-7.961-3.55-9.45-5.594"/><path d="M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4"/></svg>

SVG CDN:

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

SVG Sprite:

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