eye emoji
eye from OpenMoji by OpenMoji · Default · People Body · CC-BY-SA-4.0 Attribution required.
- Name
- eye
- Set
- OpenMoji
- Style
- Default
- Category
- People Body
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji 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
More people body icons from OpenMoji
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-rightbackhand-index-pointing-upballet-dancerbiting-lipboneboybreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcouple-with-heartcouple-with-heart-man-mancouple-with-heart-man-man-dark-skin-tone-light-skin-tone
Use the eye emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="35.75" cy="36.428" fill="#fff" rx="34.81" ry="20.428"/><ellipse cx="35.75" cy="36.428" fill="#fff" rx="34.81" ry="20.428"/><circle cx="36" cy="35.958" r="15.484" fill="#a57939"/><ellipse cx="35.75" cy="36.428" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" rx="34.81" ry="20.428"/><circle cx="36" cy="35.958" r="8.442"/><circle cx="36" cy="35.958" r="8.442" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><circle cx="36" cy="35.958" r="15.484" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiEye(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="35.75" cy="36.428" fill="#fff" rx="34.81" ry="20.428"/><ellipse cx="35.75" cy="36.428" fill="#fff" rx="34.81" ry="20.428"/><circle cx="36" cy="35.958" r="15.484" fill="#a57939"/><ellipse cx="35.75" cy="36.428" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" rx="34.81" ry="20.428"/><circle cx="36" cy="35.958" r="8.442"/><circle cx="36" cy="35.958" r="8.442" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"/><circle cx="36" cy="35.958" r="15.484" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="35.75" cy="36.428" fill="#fff" rx="34.81" ry="20.428"/><ellipse cx="35.75" cy="36.428" fill="#fff" rx="34.81" ry="20.428"/><circle cx="36" cy="35.958" r="15.484" fill="#a57939"/><ellipse cx="35.75" cy="36.428" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" rx="34.81" ry="20.428"/><circle cx="36" cy="35.958" r="8.442"/><circle cx="36" cy="35.958" r="8.442" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><circle cx="36" cy="35.958" r="15.484" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/></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%2072%2072%22%3E%3Cellipse%20cx%3D%2235.75%22%20cy%3D%2236.428%22%20fill%3D%22%23fff%22%20rx%3D%2234.81%22%20ry%3D%2220.428%22%2F%3E%3Cellipse%20cx%3D%2235.75%22%20cy%3D%2236.428%22%20fill%3D%22%23fff%22%20rx%3D%2234.81%22%20ry%3D%2220.428%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.958%22%20r%3D%2215.484%22%20fill%3D%22%23a57939%22%2F%3E%3Cellipse%20cx%3D%2235.75%22%20cy%3D%2236.428%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20rx%3D%2234.81%22%20ry%3D%2220.428%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.958%22%20r%3D%228.442%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.958%22%20r%3D%228.442%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.958%22%20r%3D%2215.484%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%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%2072%2072%22%3E%3Cellipse%20cx%3D%2235.75%22%20cy%3D%2236.428%22%20fill%3D%22%23fff%22%20rx%3D%2234.81%22%20ry%3D%2220.428%22%2F%3E%3Cellipse%20cx%3D%2235.75%22%20cy%3D%2236.428%22%20fill%3D%22%23fff%22%20rx%3D%2234.81%22%20ry%3D%2220.428%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.958%22%20r%3D%2215.484%22%20fill%3D%22%23a57939%22%2F%3E%3Cellipse%20cx%3D%2235.75%22%20cy%3D%2236.428%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20rx%3D%2234.81%22%20ry%3D%2220.428%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.958%22%20r%3D%228.442%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.958%22%20r%3D%228.442%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.958%22%20r%3D%2215.484%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/eye.svg?color=%231a73e8&size=48