eye icon
eye from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- eye
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
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 Prime Icons
Use the eye icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18.75c-5.83 0-8.57-6.19-8.69-6.45a.78.78 0 0 1 0-.6c.12-.26 2.86-6.45 8.69-6.45s8.57 6.19 8.69 6.45a.78.78 0 0 1 0 .6c-.12.26-2.86 6.45-8.69 6.45M4.83 12c.59 1.15 3 5.25 7.17 5.25s6.58-4.1 7.17-5.25c-.59-1.15-3-5.25-7.17-5.25S5.42 10.85 4.83 12"/><path fill="currentColor" d="M12 15.25A3.25 3.25 0 1 1 15.25 12A3.26 3.26 0 0 1 12 15.25m0-5A1.75 1.75 0 1 0 13.75 12A1.76 1.76 0 0 0 12 10.25"/></svg>
React
import type { SVGProps } from "react";
export function PrimeEye(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18.75c-5.83 0-8.57-6.19-8.69-6.45a.78.78 0 0 1 0-.6c.12-.26 2.86-6.45 8.69-6.45s8.57 6.19 8.69 6.45a.78.78 0 0 1 0 .6c-.12.26-2.86 6.45-8.69 6.45M4.83 12c.59 1.15 3 5.25 7.17 5.25s6.58-4.1 7.17-5.25c-.59-1.15-3-5.25-7.17-5.25S5.42 10.85 4.83 12"/><path fill="currentColor" d="M12 15.25A3.25 3.25 0 1 1 15.25 12A3.26 3.26 0 0 1 12 15.25m0-5A1.75 1.75 0 1 0 13.75 12A1.76 1.76 0 0 0 12 10.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18.75c-5.83 0-8.57-6.19-8.69-6.45a.78.78 0 0 1 0-.6c.12-.26 2.86-6.45 8.69-6.45s8.57 6.19 8.69 6.45a.78.78 0 0 1 0 .6c-.12.26-2.86 6.45-8.69 6.45M4.83 12c.59 1.15 3 5.25 7.17 5.25s6.58-4.1 7.17-5.25c-.59-1.15-3-5.25-7.17-5.25S5.42 10.85 4.83 12"/><path fill="currentColor" d="M12 15.25A3.25 3.25 0 1 1 15.25 12A3.26 3.26 0 0 1 12 15.25m0-5A1.75 1.75 0 1 0 13.75 12A1.76 1.76 0 0 0 12 10.25"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2018.75c-5.83%200-8.57-6.19-8.69-6.45a.78.78%200%200%201%200-.6c.12-.26%202.86-6.45%208.69-6.45s8.57%206.19%208.69%206.45a.78.78%200%200%201%200%20.6c-.12.26-2.86%206.45-8.69%206.45M4.83%2012c.59%201.15%203%205.25%207.17%205.25s6.58-4.1%207.17-5.25c-.59-1.15-3-5.25-7.17-5.25S5.42%2010.85%204.83%2012%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2015.25A3.25%203.25%200%201%201%2015.25%2012A3.26%203.26%200%200%201%2012%2015.25m0-5A1.75%201.75%200%201%200%2013.75%2012A1.76%201.76%200%200%200%2012%2010.25%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2018.75c-5.83%200-8.57-6.19-8.69-6.45a.78.78%200%200%201%200-.6c.12-.26%202.86-6.45%208.69-6.45s8.57%206.19%208.69%206.45a.78.78%200%200%201%200%20.6c-.12.26-2.86%206.45-8.69%206.45M4.83%2012c.59%201.15%203%205.25%207.17%205.25s6.58-4.1%207.17-5.25c-.59-1.15-3-5.25-7.17-5.25S5.42%2010.85%204.83%2012%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2015.25A3.25%203.25%200%201%201%2015.25%2012A3.26%203.26%200%200%201%2012%2015.25m0-5A1.75%201.75%200%201%200%2013.75%2012A1.76%201.76%200%200%200%2012%2010.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/eye.svg?color=%231a73e8&size=48