eye from Fluent Emoji High Contrast by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.

Name
eye
Set
Fluent Emoji High Contrast
Style
Default
Category
People & Body
Viewbox
32×32
License
MIT

The same emoji in other sets

More people & body icons from Fluent Emoji High Contrast

Use the eye emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M21 16a5 5 0 1 1-9.643-1.86a2 2 0 1 0 2.784-2.784A5 5 0 0 1 21 16"/><path d="M15.984 24.969a8.984 8.984 0 1 0 0-17.97a8.984 8.984 0 0 0 0 17.97m0-2a6.984 6.984 0 1 1 0-13.97a6.984 6.984 0 0 1 0 13.97"/><path d="M16.156 30.313c7.819 0 14.157-6.338 14.157-14.157C30.313 8.338 23.975 2 16.156 2C8.338 2 2 8.338 2 16.156s6.338 14.157 14.156 14.157m0-2C9.443 28.313 4 22.87 4 16.156C4 9.443 9.443 4 16.156 4s12.157 5.443 12.157 12.156s-5.443 12.157-12.157 12.157"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastEye(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M21 16a5 5 0 1 1-9.643-1.86a2 2 0 1 0 2.784-2.784A5 5 0 0 1 21 16"/><path d="M15.984 24.969a8.984 8.984 0 1 0 0-17.97a8.984 8.984 0 0 0 0 17.97m0-2a6.984 6.984 0 1 1 0-13.97a6.984 6.984 0 0 1 0 13.97"/><path d="M16.156 30.313c7.819 0 14.157-6.338 14.157-14.157C30.313 8.338 23.975 2 16.156 2C8.338 2 2 8.338 2 16.156s6.338 14.157 14.156 14.157m0-2C9.443 28.313 4 22.87 4 16.156C4 9.443 9.443 4 16.156 4s12.157 5.443 12.157 12.156s-5.443 12.157-12.157 12.157"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M21 16a5 5 0 1 1-9.643-1.86a2 2 0 1 0 2.784-2.784A5 5 0 0 1 21 16"/><path d="M15.984 24.969a8.984 8.984 0 1 0 0-17.97a8.984 8.984 0 0 0 0 17.97m0-2a6.984 6.984 0 1 1 0-13.97a6.984 6.984 0 0 1 0 13.97"/><path d="M16.156 30.313c7.819 0 14.157-6.338 14.157-14.157C30.313 8.338 23.975 2 16.156 2C8.338 2 2 8.338 2 16.156s6.338 14.157 14.156 14.157m0-2C9.443 28.313 4 22.87 4 16.156C4 9.443 9.443 4 16.156 4s12.157 5.443 12.157 12.156s-5.443 12.157-12.157 12.157"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21%2016a5%205%200%201%201-9.643-1.86a2%202%200%201%200%202.784-2.784A5%205%200%200%201%2021%2016%22%2F%3E%3Cpath%20d%3D%22M15.984%2024.969a8.984%208.984%200%201%200%200-17.97a8.984%208.984%200%200%200%200%2017.97m0-2a6.984%206.984%200%201%201%200-13.97a6.984%206.984%200%200%201%200%2013.97%22%2F%3E%3Cpath%20d%3D%22M16.156%2030.313c7.819%200%2014.157-6.338%2014.157-14.157C30.313%208.338%2023.975%202%2016.156%202C8.338%202%202%208.338%202%2016.156s6.338%2014.157%2014.156%2014.157m0-2C9.443%2028.313%204%2022.87%204%2016.156C4%209.443%209.443%204%2016.156%204s12.157%205.443%2012.157%2012.156s-5.443%2012.157-12.157%2012.157%22%2F%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21%2016a5%205%200%201%201-9.643-1.86a2%202%200%201%200%202.784-2.784A5%205%200%200%201%2021%2016%22%2F%3E%3Cpath%20d%3D%22M15.984%2024.969a8.984%208.984%200%201%200%200-17.97a8.984%208.984%200%200%200%200%2017.97m0-2a6.984%206.984%200%201%201%200-13.97a6.984%206.984%200%200%201%200%2013.97%22%2F%3E%3Cpath%20d%3D%22M16.156%2030.313c7.819%200%2014.157-6.338%2014.157-14.157C30.313%208.338%2023.975%202%2016.156%202C8.338%202%202%208.338%202%2016.156s6.338%2014.157%2014.156%2014.157m0-2C9.443%2028.313%204%2022.87%204%2016.156C4%209.443%209.443%204%2016.156%204s12.157%205.443%2012.157%2012.156s-5.443%2012.157-12.157%2012.157%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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