eye icon
eye-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- eye-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
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
Related icons in Phosphor
Use the eye icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M245.48 125.57c-.34-.78-8.66-19.23-27.24-37.81C201 70.54 171.38 50 128 50S55 70.54 37.76 87.76c-18.58 18.58-26.9 37-27.24 37.81a6 6 0 0 0 0 4.88c.34.77 8.66 19.22 27.24 37.8C55 185.47 84.62 206 128 206s73-20.53 90.24-37.75c18.58-18.58 26.9-37 27.24-37.8a6 6 0 0 0 0-4.88M128 194c-31.38 0-58.78-11.42-81.45-33.93A134.8 134.8 0 0 1 22.69 128a134.6 134.6 0 0 1 23.86-32.06C69.22 73.42 96.62 62 128 62s58.78 11.42 81.45 33.94A134.6 134.6 0 0 1 233.31 128C226.94 140.21 195 194 128 194m0-112a46 46 0 1 0 46 46a46.06 46.06 0 0 0-46-46m0 80a34 34 0 1 1 34-34a34 34 0 0 1-34 34"/></svg>
React
import type { SVGProps } from "react";
export function PhEyeLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M245.48 125.57c-.34-.78-8.66-19.23-27.24-37.81C201 70.54 171.38 50 128 50S55 70.54 37.76 87.76c-18.58 18.58-26.9 37-27.24 37.81a6 6 0 0 0 0 4.88c.34.77 8.66 19.22 27.24 37.8C55 185.47 84.62 206 128 206s73-20.53 90.24-37.75c18.58-18.58 26.9-37 27.24-37.8a6 6 0 0 0 0-4.88M128 194c-31.38 0-58.78-11.42-81.45-33.93A134.8 134.8 0 0 1 22.69 128a134.6 134.6 0 0 1 23.86-32.06C69.22 73.42 96.62 62 128 62s58.78 11.42 81.45 33.94A134.6 134.6 0 0 1 233.31 128C226.94 140.21 195 194 128 194m0-112a46 46 0 1 0 46 46a46.06 46.06 0 0 0-46-46m0 80a34 34 0 1 1 34-34a34 34 0 0 1-34 34"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M245.48 125.57c-.34-.78-8.66-19.23-27.24-37.81C201 70.54 171.38 50 128 50S55 70.54 37.76 87.76c-18.58 18.58-26.9 37-27.24 37.81a6 6 0 0 0 0 4.88c.34.77 8.66 19.22 27.24 37.8C55 185.47 84.62 206 128 206s73-20.53 90.24-37.75c18.58-18.58 26.9-37 27.24-37.8a6 6 0 0 0 0-4.88M128 194c-31.38 0-58.78-11.42-81.45-33.93A134.8 134.8 0 0 1 22.69 128a134.6 134.6 0 0 1 23.86-32.06C69.22 73.42 96.62 62 128 62s58.78 11.42 81.45 33.94A134.6 134.6 0 0 1 233.31 128C226.94 140.21 195 194 128 194m0-112a46 46 0 1 0 46 46a46.06 46.06 0 0 0-46-46m0 80a34 34 0 1 1 34-34a34 34 0 0 1-34 34"/></svg> </template>
CSS
.icon-eye-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M245.48%20125.57c-.34-.78-8.66-19.23-27.24-37.81C201%2070.54%20171.38%2050%20128%2050S55%2070.54%2037.76%2087.76c-18.58%2018.58-26.9%2037-27.24%2037.81a6%206%200%200%200%200%204.88c.34.77%208.66%2019.22%2027.24%2037.8C55%20185.47%2084.62%20206%20128%20206s73-20.53%2090.24-37.75c18.58-18.58%2026.9-37%2027.24-37.8a6%206%200%200%200%200-4.88M128%20194c-31.38%200-58.78-11.42-81.45-33.93A134.8%20134.8%200%200%201%2022.69%20128a134.6%20134.6%200%200%201%2023.86-32.06C69.22%2073.42%2096.62%2062%20128%2062s58.78%2011.42%2081.45%2033.94A134.6%20134.6%200%200%201%20233.31%20128C226.94%20140.21%20195%20194%20128%20194m0-112a46%2046%200%201%200%2046%2046a46.06%2046.06%200%200%200-46-46m0%2080a34%2034%200%201%201%2034-34a34%2034%200%200%201-34%2034%22%2F%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M245.48%20125.57c-.34-.78-8.66-19.23-27.24-37.81C201%2070.54%20171.38%2050%20128%2050S55%2070.54%2037.76%2087.76c-18.58%2018.58-26.9%2037-27.24%2037.81a6%206%200%200%200%200%204.88c.34.77%208.66%2019.22%2027.24%2037.8C55%20185.47%2084.62%20206%20128%20206s73-20.53%2090.24-37.75c18.58-18.58%2026.9-37%2027.24-37.8a6%206%200%200%200%200-4.88M128%20194c-31.38%200-58.78-11.42-81.45-33.93A134.8%20134.8%200%200%201%2022.69%20128a134.6%20134.6%200%200%201%2023.86-32.06C69.22%2073.42%2096.62%2062%20128%2062s58.78%2011.42%2081.45%2033.94A134.6%20134.6%200%200%201%20233.31%20128C226.94%20140.21%20195%20194%20128%20194m0-112a46%2046%200%201%200%2046%2046a46.06%2046.06%200%200%200-46-46m0%2080a34%2034%200%201%201%2034-34a34%2034%200%200%201-34%2034%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/eye-light.svg?color=%231a73e8&size=48