JSXIcons.com

User icon

Eye JSX Icon

Copy the Eye icon as an optimized JSX SVG component for React, Next.js, dashboards, landing pages and Tailwind interfaces.

Browse all icons
ComponentEyeIcon
FileeyeIcon.jsx
CategoryUser

Copy-ready code

Eye React JSX component

export const EyeIcon = ({ width = "40px", height = "40px", color = "#000", ...props }) => (
  <svg {...props} width={width} height={height} fill={color} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
    <path id="Path_6037" d="M7.8557,3.65731A7.00442,7.00442,0,0,0,1,8.00054a7.58806,7.58806,0,0,0,7.14647,4.34215A7.00224,7.00224,0,0,0,15,8.00054,7.586,7.586,0,0,0,7.8557,3.65731M6.65709,10.94592a5.10784,5.10784,0,0,1-4.214-2.94538s.66446-2.58462,4.32923-3.03692A2.786,2.786,0,0,0,5.35939,6.187L8.14647,7.40715H4.97709a3.46976,3.46976,0,0,0-.05277.57616,3.34816,3.34816,0,0,0,1.73384,2.96154m2.84954.01938a3.3991,3.3991,0,0,0,.10768-5.90692,5.00551,5.00551,0,0,1,3.94155,2.94323s-.60307,2.44138-4.04923,2.96369" />
  </svg>
);

How to use the Eye icon

import { EyeIcon } from "@/assets/icons/eyeIcon"

export default function Example() {
  return <EyeIcon width="32px" height="32px" />
}

Built for the web

Use it in your stack

This copy-ready component works in React and Next.js projects, and the SVG can be adapted for any interface.

ReactNext.jsJSXSVGUser icons

Looking for a similar mark? Browse the related icons below or explore the full user collection.

Related JSX icons

FAQ

Is the Eye JSX icon free?

Yes. You can copy the JSX component and use it in React and Next.js projects.

Can I customize it?

Yes. Edit the SVG attributes or pass className, width, height and color props depending on the component.