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

Name
eyes
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 eyes emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><ellipse cx="8.828" cy="18" fill="#f5f8fa" rx="7.953" ry="13.281"/><path fill="#e1e8ed" d="M8.828 32.031C3.948 32.031.125 25.868.125 18S3.948 3.969 8.828 3.969S17.531 10.132 17.531 18s-3.823 14.031-8.703 14.031m0-26.562C4.856 5.469 1.625 11.09 1.625 18s3.231 12.531 7.203 12.531S16.031 24.91 16.031 18S12.8 5.469 8.828 5.469"/><circle cx="6.594" cy="18" r="4.96" fill="#8899a6"/><circle cx="6.594" cy="18" r="3.565" fill="#292f33"/><circle cx="7.911" cy="15.443" r="1.426" fill="#f5f8fa"/><ellipse cx="27.234" cy="18" fill="#f5f8fa" rx="7.953" ry="13.281"/><path fill="#e1e8ed" d="M27.234 32.031c-4.88 0-8.703-6.163-8.703-14.031s3.823-14.031 8.703-14.031S35.938 10.132 35.938 18s-3.824 14.031-8.704 14.031m0-26.562c-3.972 0-7.203 5.622-7.203 12.531s3.231 12.531 7.203 12.531S34.438 24.91 34.438 18S31.206 5.469 27.234 5.469"/><circle cx="25" cy="18" r="4.96" fill="#8899a6"/><circle cx="25" cy="18" r="3.565" fill="#292f33"/><circle cx="26.317" cy="15.443" r="1.426" fill="#f5f8fa"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiEyes(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><ellipse cx="8.828" cy="18" fill="#f5f8fa" rx="7.953" ry="13.281"/><path fill="#e1e8ed" d="M8.828 32.031C3.948 32.031.125 25.868.125 18S3.948 3.969 8.828 3.969S17.531 10.132 17.531 18s-3.823 14.031-8.703 14.031m0-26.562C4.856 5.469 1.625 11.09 1.625 18s3.231 12.531 7.203 12.531S16.031 24.91 16.031 18S12.8 5.469 8.828 5.469"/><circle cx="6.594" cy="18" r="4.96" fill="#8899a6"/><circle cx="6.594" cy="18" r="3.565" fill="#292f33"/><circle cx="7.911" cy="15.443" r="1.426" fill="#f5f8fa"/><ellipse cx="27.234" cy="18" fill="#f5f8fa" rx="7.953" ry="13.281"/><path fill="#e1e8ed" d="M27.234 32.031c-4.88 0-8.703-6.163-8.703-14.031s3.823-14.031 8.703-14.031S35.938 10.132 35.938 18s-3.824 14.031-8.704 14.031m0-26.562c-3.972 0-7.203 5.622-7.203 12.531s3.231 12.531 7.203 12.531S34.438 24.91 34.438 18S31.206 5.469 27.234 5.469"/><circle cx="25" cy="18" r="4.96" fill="#8899a6"/><circle cx="25" cy="18" r="3.565" fill="#292f33"/><circle cx="26.317" cy="15.443" r="1.426" fill="#f5f8fa"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><ellipse cx="8.828" cy="18" fill="#f5f8fa" rx="7.953" ry="13.281"/><path fill="#e1e8ed" d="M8.828 32.031C3.948 32.031.125 25.868.125 18S3.948 3.969 8.828 3.969S17.531 10.132 17.531 18s-3.823 14.031-8.703 14.031m0-26.562C4.856 5.469 1.625 11.09 1.625 18s3.231 12.531 7.203 12.531S16.031 24.91 16.031 18S12.8 5.469 8.828 5.469"/><circle cx="6.594" cy="18" r="4.96" fill="#8899a6"/><circle cx="6.594" cy="18" r="3.565" fill="#292f33"/><circle cx="7.911" cy="15.443" r="1.426" fill="#f5f8fa"/><ellipse cx="27.234" cy="18" fill="#f5f8fa" rx="7.953" ry="13.281"/><path fill="#e1e8ed" d="M27.234 32.031c-4.88 0-8.703-6.163-8.703-14.031s3.823-14.031 8.703-14.031S35.938 10.132 35.938 18s-3.824 14.031-8.704 14.031m0-26.562c-3.972 0-7.203 5.622-7.203 12.531s3.231 12.531 7.203 12.531S34.438 24.91 34.438 18S31.206 5.469 27.234 5.469"/><circle cx="25" cy="18" r="4.96" fill="#8899a6"/><circle cx="25" cy="18" r="3.565" fill="#292f33"/><circle cx="26.317" cy="15.443" r="1.426" fill="#f5f8fa"/></svg>
</template>

CSS

.icon-eyes {
  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%3Cellipse%20cx%3D%228.828%22%20cy%3D%2218%22%20fill%3D%22%23f5f8fa%22%20rx%3D%227.953%22%20ry%3D%2213.281%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M8.828%2032.031C3.948%2032.031.125%2025.868.125%2018S3.948%203.969%208.828%203.969S17.531%2010.132%2017.531%2018s-3.823%2014.031-8.703%2014.031m0-26.562C4.856%205.469%201.625%2011.09%201.625%2018s3.231%2012.531%207.203%2012.531S16.031%2024.91%2016.031%2018S12.8%205.469%208.828%205.469%22%2F%3E%3Ccircle%20cx%3D%226.594%22%20cy%3D%2218%22%20r%3D%224.96%22%20fill%3D%22%238899a6%22%2F%3E%3Ccircle%20cx%3D%226.594%22%20cy%3D%2218%22%20r%3D%223.565%22%20fill%3D%22%23292f33%22%2F%3E%3Ccircle%20cx%3D%227.911%22%20cy%3D%2215.443%22%20r%3D%221.426%22%20fill%3D%22%23f5f8fa%22%2F%3E%3Cellipse%20cx%3D%2227.234%22%20cy%3D%2218%22%20fill%3D%22%23f5f8fa%22%20rx%3D%227.953%22%20ry%3D%2213.281%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M27.234%2032.031c-4.88%200-8.703-6.163-8.703-14.031s3.823-14.031%208.703-14.031S35.938%2010.132%2035.938%2018s-3.824%2014.031-8.704%2014.031m0-26.562c-3.972%200-7.203%205.622-7.203%2012.531s3.231%2012.531%207.203%2012.531S34.438%2024.91%2034.438%2018S31.206%205.469%2027.234%205.469%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2218%22%20r%3D%224.96%22%20fill%3D%22%238899a6%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2218%22%20r%3D%223.565%22%20fill%3D%22%23292f33%22%2F%3E%3Ccircle%20cx%3D%2226.317%22%20cy%3D%2215.443%22%20r%3D%221.426%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%3Cellipse%20cx%3D%228.828%22%20cy%3D%2218%22%20fill%3D%22%23f5f8fa%22%20rx%3D%227.953%22%20ry%3D%2213.281%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M8.828%2032.031C3.948%2032.031.125%2025.868.125%2018S3.948%203.969%208.828%203.969S17.531%2010.132%2017.531%2018s-3.823%2014.031-8.703%2014.031m0-26.562C4.856%205.469%201.625%2011.09%201.625%2018s3.231%2012.531%207.203%2012.531S16.031%2024.91%2016.031%2018S12.8%205.469%208.828%205.469%22%2F%3E%3Ccircle%20cx%3D%226.594%22%20cy%3D%2218%22%20r%3D%224.96%22%20fill%3D%22%238899a6%22%2F%3E%3Ccircle%20cx%3D%226.594%22%20cy%3D%2218%22%20r%3D%223.565%22%20fill%3D%22%23292f33%22%2F%3E%3Ccircle%20cx%3D%227.911%22%20cy%3D%2215.443%22%20r%3D%221.426%22%20fill%3D%22%23f5f8fa%22%2F%3E%3Cellipse%20cx%3D%2227.234%22%20cy%3D%2218%22%20fill%3D%22%23f5f8fa%22%20rx%3D%227.953%22%20ry%3D%2213.281%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M27.234%2032.031c-4.88%200-8.703-6.163-8.703-14.031s3.823-14.031%208.703-14.031S35.938%2010.132%2035.938%2018s-3.824%2014.031-8.704%2014.031m0-26.562c-3.972%200-7.203%205.622-7.203%2012.531s3.231%2012.531%207.203%2012.531S34.438%2024.91%2034.438%2018S31.206%205.469%2027.234%205.469%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2218%22%20r%3D%224.96%22%20fill%3D%22%238899a6%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2218%22%20r%3D%223.565%22%20fill%3D%22%23292f33%22%2F%3E%3Ccircle%20cx%3D%2226.317%22%20cy%3D%2215.443%22%20r%3D%221.426%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/eyes.svg?color=%231a73e8&size=48