eye icon
eye-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.
- Name
- eye-outline
- Set
- Dither Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
2 other variants in Dither Icons
The same icon in other sets
All eye icons →eyeAkar Iconseye-filledAnt Design IconseyeBootstrap IconseyeCodiconseyeEmoji One (Colored)eye-fillEva IconseyeFramework7 IconseyeFont Awesome 6 RegulareyeFont Awesome 6 SolideyeFont Awesome RegulareyeFont Awesome SolideyeFeather Iconseye-outlineFlowbite Iconseye-12-filledFluent UI System IconseyeFluent EmojieyeFluent Emoji FlateyeFluent Emoji High ContrasteyeFirefox OS Emojieyecss.ggeyeHealth IconseyeHeroIconseyeHuge IconseyeHumbleiconseyeIconoir
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="svgID7"><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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.65" d="M2.9 12C5.4 8.25 8.7 6.1 12 6.1S18.6 8.25 21.1 12C18.6 15.75 15.3 17.9 12 17.9S5.4 15.75 2.9 12Z"/><g clip-path="url(#svgID7)"><circle cx="12" cy="12" r="2.7" fill="none" stroke="currentColor" stroke-width="1.4"/><circle cx="12" cy="12" r=".9"/><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 fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" opacity="0"><path stroke-width="1.3" d="M2.9 12Q12 14.4 21.1 12"/><path 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 DitherEyeOutline(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="svgID7"><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="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.65" d="M2.9 12C5.4 8.25 8.7 6.1 12 6.1S18.6 8.25 21.1 12C18.6 15.75 15.3 17.9 12 17.9S5.4 15.75 2.9 12Z"/><g clipPath="url(#svgID7)"><circle cx="12" cy="12" r="2.7" fill="none" stroke="currentColor" strokeWidth="1.4"/><circle cx="12" cy="12" r=".9"/><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 fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" opacity="0"><path strokeWidth="1.3" d="M2.9 12Q12 14.4 21.1 12"/><path 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="svgID7"><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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.65" d="M2.9 12C5.4 8.25 8.7 6.1 12 6.1S18.6 8.25 21.1 12C18.6 15.75 15.3 17.9 12 17.9S5.4 15.75 2.9 12Z"/><g clip-path="url(#svgID7)"><circle cx="12" cy="12" r="2.7" fill="none" stroke="currentColor" stroke-width="1.4"/><circle cx="12" cy="12" r=".9"/><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 fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" opacity="0"><path stroke-width="1.3" d="M2.9 12Q12 14.4 21.1 12"/><path stroke-width=".65" d="M7.4 12.9l-.45 1.1M16.6 12.9l.45 1.1"/></g></g></svg> </template>
CSS
.icon-eye-outline {
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%22svgID7%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%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.65%22%20d%3D%22M2.9%2012C5.4%208.25%208.7%206.1%2012%206.1S18.6%208.25%2021.1%2012C18.6%2015.75%2015.3%2017.9%2012%2017.9S5.4%2015.75%202.9%2012Z%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID7)%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222.7%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.4%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%22.9%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%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20opacity%3D%220%22%3E%3Cpath%20stroke-width%3D%221.3%22%20d%3D%22M2.9%2012Q12%2014.4%2021.1%2012%22%2F%3E%3Cpath%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%22svgID7%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%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.65%22%20d%3D%22M2.9%2012C5.4%208.25%208.7%206.1%2012%206.1S18.6%208.25%2021.1%2012C18.6%2015.75%2015.3%2017.9%2012%2017.9S5.4%2015.75%202.9%2012Z%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID7)%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222.7%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.4%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%22.9%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%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20opacity%3D%220%22%3E%3Cpath%20stroke-width%3D%221.3%22%20d%3D%22M2.9%2012Q12%2014.4%2021.1%2012%22%2F%3E%3Cpath%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-outline.svg?color=%231a73e8&size=48