eye from Twitter Emoji by Twitter · Default · People & Body · CC-BY-4.0 Attribution required.

Name
eye
Set
Twitter Emoji
Style
Default
Category
People & Body
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More people & body icons from Twitter Emoji

Use the eye emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#e1e8ed" d="M35.059 18c0 3.304-7.642 11-17.067 11S.925 22.249.925 18c0-3.314 34.134-3.314 34.134 0"/><path fill="#292f33" d="M35.059 18H.925c0-3.313 7.642-11 17.067-11s17.067 7.686 17.067 11"/><path fill="#f5f8fa" d="M33.817 18c0 2.904-7.087 9.667-15.826 9.667S2.166 21.732 2.166 18c0-2.912 7.085-9.666 15.825-9.666C26.73 8.333 33.817 15.088 33.817 18"/><circle cx="18" cy="18" r="8.458" fill="#8b5e3c"/><circle cx="18" cy="18" r="4.708" fill="#292f33"/><circle cx="14.983" cy="15" r="2" fill="#f5f8fa"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiEye(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#e1e8ed" d="M35.059 18c0 3.304-7.642 11-17.067 11S.925 22.249.925 18c0-3.314 34.134-3.314 34.134 0"/><path fill="#292f33" d="M35.059 18H.925c0-3.313 7.642-11 17.067-11s17.067 7.686 17.067 11"/><path fill="#f5f8fa" d="M33.817 18c0 2.904-7.087 9.667-15.826 9.667S2.166 21.732 2.166 18c0-2.912 7.085-9.666 15.825-9.666C26.73 8.333 33.817 15.088 33.817 18"/><circle cx="18" cy="18" r="8.458" fill="#8b5e3c"/><circle cx="18" cy="18" r="4.708" fill="#292f33"/><circle cx="14.983" cy="15" r="2" fill="#f5f8fa"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#e1e8ed" d="M35.059 18c0 3.304-7.642 11-17.067 11S.925 22.249.925 18c0-3.314 34.134-3.314 34.134 0"/><path fill="#292f33" d="M35.059 18H.925c0-3.313 7.642-11 17.067-11s17.067 7.686 17.067 11"/><path fill="#f5f8fa" d="M33.817 18c0 2.904-7.087 9.667-15.826 9.667S2.166 21.732 2.166 18c0-2.912 7.085-9.666 15.825-9.666C26.73 8.333 33.817 15.088 33.817 18"/><circle cx="18" cy="18" r="8.458" fill="#8b5e3c"/><circle cx="18" cy="18" r="4.708" fill="#292f33"/><circle cx="14.983" cy="15" r="2" fill="#f5f8fa"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M35.059%2018c0%203.304-7.642%2011-17.067%2011S.925%2022.249.925%2018c0-3.314%2034.134-3.314%2034.134%200%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M35.059%2018H.925c0-3.313%207.642-11%2017.067-11s17.067%207.686%2017.067%2011%22%2F%3E%3Cpath%20fill%3D%22%23f5f8fa%22%20d%3D%22M33.817%2018c0%202.904-7.087%209.667-15.826%209.667S2.166%2021.732%202.166%2018c0-2.912%207.085-9.666%2015.825-9.666C26.73%208.333%2033.817%2015.088%2033.817%2018%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%228.458%22%20fill%3D%22%238b5e3c%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%224.708%22%20fill%3D%22%23292f33%22%2F%3E%3Ccircle%20cx%3D%2214.983%22%20cy%3D%2215%22%20r%3D%222%22%20fill%3D%22%23f5f8fa%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M35.059%2018c0%203.304-7.642%2011-17.067%2011S.925%2022.249.925%2018c0-3.314%2034.134-3.314%2034.134%200%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M35.059%2018H.925c0-3.313%207.642-11%2017.067-11s17.067%207.686%2017.067%2011%22%2F%3E%3Cpath%20fill%3D%22%23f5f8fa%22%20d%3D%22M33.817%2018c0%202.904-7.087%209.667-15.826%209.667S2.166%2021.732%202.166%2018c0-2.912%207.085-9.666%2015.825-9.666C26.73%208.333%2033.817%2015.088%2033.817%2018%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%228.458%22%20fill%3D%22%238b5e3c%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%224.708%22%20fill%3D%22%23292f33%22%2F%3E%3Ccircle%20cx%3D%2214.983%22%20cy%3D%2215%22%20r%3D%222%22%20fill%3D%22%23f5f8fa%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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