eye from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
eye
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the eye icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M2 8s4.477-5 10-5s10 5 10 5"/><path d="M21.544 13.045c.304.426.456.64.456.955c0 .316-.152.529-.456.955C20.178 16.871 16.689 21 12 21c-4.69 0-8.178-4.13-9.544-6.045C2.152 14.529 2 14.315 2 14c0-.316.152-.529.456-.955C3.822 11.129 7.311 7 12 7c4.69 0 8.178 4.13 9.544 6.045Z"/><path d="M15 14a3 3 0 1 0-6 0a3 3 0 0 0 6 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsEye(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M2 8s4.477-5 10-5s10 5 10 5"/><path d="M21.544 13.045c.304.426.456.64.456.955c0 .316-.152.529-.456.955C20.178 16.871 16.689 21 12 21c-4.69 0-8.178-4.13-9.544-6.045C2.152 14.529 2 14.315 2 14c0-.316.152-.529.456-.955C3.822 11.129 7.311 7 12 7c4.69 0 8.178 4.13 9.544 6.045Z"/><path d="M15 14a3 3 0 1 0-6 0a3 3 0 0 0 6 0Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M2 8s4.477-5 10-5s10 5 10 5"/><path d="M21.544 13.045c.304.426.456.64.456.955c0 .316-.152.529-.456.955C20.178 16.871 16.689 21 12 21c-4.69 0-8.178-4.13-9.544-6.045C2.152 14.529 2 14.315 2 14c0-.316.152-.529.456-.955C3.822 11.129 7.311 7 12 7c4.69 0 8.178 4.13 9.544 6.045Z"/><path d="M15 14a3 3 0 1 0-6 0a3 3 0 0 0 6 0Z"/></g></svg>
</template>

CSS

.icon-eye {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%208s4.477-5%2010-5s10%205%2010%205%22%2F%3E%3Cpath%20d%3D%22M21.544%2013.045c.304.426.456.64.456.955c0%20.316-.152.529-.456.955C20.178%2016.871%2016.689%2021%2012%2021c-4.69%200-8.178-4.13-9.544-6.045C2.152%2014.529%202%2014.315%202%2014c0-.316.152-.529.456-.955C3.822%2011.129%207.311%207%2012%207c4.69%200%208.178%204.13%209.544%206.045Z%22%2F%3E%3Cpath%20d%3D%22M15%2014a3%203%200%201%200-6%200a3%203%200%200%200%206%200Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%208s4.477-5%2010-5s10%205%2010%205%22%2F%3E%3Cpath%20d%3D%22M21.544%2013.045c.304.426.456.64.456.955c0%20.316-.152.529-.456.955C20.178%2016.871%2016.689%2021%2012%2021c-4.69%200-8.178-4.13-9.544-6.045C2.152%2014.529%202%2014.315%202%2014c0-.316.152-.529.456-.955C3.822%2011.129%207.311%207%2012%207c4.69%200%208.178%204.13%209.544%206.045Z%22%2F%3E%3Cpath%20d%3D%22M15%2014a3%203%200%201%200-6%200a3%203%200%200%200%206%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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