eye-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.

Name
eye-solid
Set
Dither Icons
Style
Solid
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All eye 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="currentColor"><defs><clipPath id="svgID9"><path d="M4.15 12C6.4 8.8 9.15 7 12 7S17.6 8.8 19.85 12C17.6 15.2 14.85 17 12 17S6.4 15.2 4.15 12Z"/></clipPath></defs><path fill-rule="evenodd" d="M2 12C4.6 7.8 8.2 5.2 12 5.2S19.4 7.8 22 12C19.4 16.2 15.8 18.8 12 18.8S4.6 16.2 2 12ZM4.15 12C6.4 8.8 9.15 7 12 7S17.6 8.8 19.85 12C17.6 15.2 14.85 17 12 17S6.4 15.2 4.15 12Z"/><g clip-path="url(#svgID9)"><path fill-rule="evenodd" d="M12 8.8a3.2 3.2 0 1 0 0 6.4a3.2 3.2 0 1 0 0-6.4ZM11 10.3a.6.6 0 1 0 0 1.2a.6.6 0 1 0 0-1.2Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M10.4 9.75a2.7 2.7 0 0 1 2.15-.35" opacity="0"/></g><g opacity="0"><path fill-rule="evenodd" d="M2.9 11.4Q12 13.8 21.1 11.4a.6.6 0 0 1 0 1.2Q12 15 2.9 12.6a.6.6 0 0 1 0-1.2Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M7.4 12.9l-.45 1.1M16.6 12.9l.45 1.1"/></g></g></svg>

React

import type { SVGProps } from "react";

export function DitherEyeSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID9"><path d="M4.15 12C6.4 8.8 9.15 7 12 7S17.6 8.8 19.85 12C17.6 15.2 14.85 17 12 17S6.4 15.2 4.15 12Z"/></clipPath></defs><path fillRule="evenodd" d="M2 12C4.6 7.8 8.2 5.2 12 5.2S19.4 7.8 22 12C19.4 16.2 15.8 18.8 12 18.8S4.6 16.2 2 12ZM4.15 12C6.4 8.8 9.15 7 12 7S17.6 8.8 19.85 12C17.6 15.2 14.85 17 12 17S6.4 15.2 4.15 12Z"/><g clipPath="url(#svgID9)"><path fillRule="evenodd" d="M12 8.8a3.2 3.2 0 1 0 0 6.4a3.2 3.2 0 1 0 0-6.4ZM11 10.3a.6.6 0 1 0 0 1.2a.6.6 0 1 0 0-1.2Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".5" d="M10.4 9.75a2.7 2.7 0 0 1 2.15-.35" opacity="0"/></g><g opacity="0"><path fillRule="evenodd" d="M2.9 11.4Q12 13.8 21.1 11.4a.6.6 0 0 1 0 1.2Q12 15 2.9 12.6a.6.6 0 0 1 0-1.2Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".65" d="M7.4 12.9l-.45 1.1M16.6 12.9l.45 1.1"/></g></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID9"><path d="M4.15 12C6.4 8.8 9.15 7 12 7S17.6 8.8 19.85 12C17.6 15.2 14.85 17 12 17S6.4 15.2 4.15 12Z"/></clipPath></defs><path fill-rule="evenodd" d="M2 12C4.6 7.8 8.2 5.2 12 5.2S19.4 7.8 22 12C19.4 16.2 15.8 18.8 12 18.8S4.6 16.2 2 12ZM4.15 12C6.4 8.8 9.15 7 12 7S17.6 8.8 19.85 12C17.6 15.2 14.85 17 12 17S6.4 15.2 4.15 12Z"/><g clip-path="url(#svgID9)"><path fill-rule="evenodd" d="M12 8.8a3.2 3.2 0 1 0 0 6.4a3.2 3.2 0 1 0 0-6.4ZM11 10.3a.6.6 0 1 0 0 1.2a.6.6 0 1 0 0-1.2Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M10.4 9.75a2.7 2.7 0 0 1 2.15-.35" opacity="0"/></g><g opacity="0"><path fill-rule="evenodd" d="M2.9 11.4Q12 13.8 21.1 11.4a.6.6 0 0 1 0 1.2Q12 15 2.9 12.6a.6.6 0 0 1 0-1.2Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M7.4 12.9l-.45 1.1M16.6 12.9l.45 1.1"/></g></g></svg>
</template>

CSS

.icon-eye-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%3Cg%20fill%3D%22currentColor%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22svgID9%22%3E%3Cpath%20d%3D%22M4.15%2012C6.4%208.8%209.15%207%2012%207S17.6%208.8%2019.85%2012C17.6%2015.2%2014.85%2017%2012%2017S6.4%2015.2%204.15%2012Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012C4.6%207.8%208.2%205.2%2012%205.2S19.4%207.8%2022%2012C19.4%2016.2%2015.8%2018.8%2012%2018.8S4.6%2016.2%202%2012ZM4.15%2012C6.4%208.8%209.15%207%2012%207S17.6%208.8%2019.85%2012C17.6%2015.2%2014.85%2017%2012%2017S6.4%2015.2%204.15%2012Z%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID9)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%208.8a3.2%203.2%200%201%200%200%206.4a3.2%203.2%200%201%200%200-6.4ZM11%2010.3a.6.6%200%201%200%200%201.2a.6.6%200%201%200%200-1.2Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M10.4%209.75a2.7%202.7%200%200%201%202.15-.35%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%220%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.9%2011.4Q12%2013.8%2021.1%2011.4a.6.6%200%200%201%200%201.2Q12%2015%202.9%2012.6a.6.6%200%200%201%200-1.2Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M7.4%2012.9l-.45%201.1M16.6%2012.9l.45%201.1%22%2F%3E%3C%2Fg%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%22currentColor%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22svgID9%22%3E%3Cpath%20d%3D%22M4.15%2012C6.4%208.8%209.15%207%2012%207S17.6%208.8%2019.85%2012C17.6%2015.2%2014.85%2017%2012%2017S6.4%2015.2%204.15%2012Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012C4.6%207.8%208.2%205.2%2012%205.2S19.4%207.8%2022%2012C19.4%2016.2%2015.8%2018.8%2012%2018.8S4.6%2016.2%202%2012ZM4.15%2012C6.4%208.8%209.15%207%2012%207S17.6%208.8%2019.85%2012C17.6%2015.2%2014.85%2017%2012%2017S6.4%2015.2%204.15%2012Z%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID9)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%208.8a3.2%203.2%200%201%200%200%206.4a3.2%203.2%200%201%200%200-6.4ZM11%2010.3a.6.6%200%201%200%200%201.2a.6.6%200%201%200%200-1.2Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M10.4%209.75a2.7%202.7%200%200%201%202.15-.35%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%220%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.9%2011.4Q12%2013.8%2021.1%2011.4a.6.6%200%200%201%200%201.2Q12%2015%202.9%2012.6a.6.6%200%200%201%200-1.2Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M7.4%2012.9l-.45%201.1M16.6%2012.9l.45%201.1%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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