eyes from Emoji One (Colored) by Emoji One · Default · People · CC-BY-4.0 Attribution required.

Name
eyes
Set
Emoji One (Colored)
Style
Default
Category
People
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More people icons from Emoji One (Colored)

Use the eyes emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#dde8e3" d="M2 31.4C2 40.2 5.7 53 17 53s15-12.8 15-21.6c0-27.2-30-27.2-30 0m30 0C32 40.2 35.7 53 47 53s15-12.8 15-21.6c0-27.2-30-27.2-30 0"/><path fill="#fff" d="M2.8 32.1c0 7.6 2.4 19.3 12 19.3s12-11.8 12-19.3c-.1-26-24-26-24 0m30 0c0 7.6 2.4 19.3 12 19.3s12-11.8 12-19.3c-.1-26-24-26-24 0"/><path fill="#493b30" d="M2.8 32.2c0 6.2 4.4 11 9.7 11c5.4 0 9.7-4.8 9.7-11c0-15.2-19.4-15.2-19.4 0m30 0c0 6.2 4.4 11 9.7 11c5.4 0 9.7-4.8 9.7-11c0-15.2-19.4-15.2-19.4 0"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneEyes(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#dde8e3" d="M2 31.4C2 40.2 5.7 53 17 53s15-12.8 15-21.6c0-27.2-30-27.2-30 0m30 0C32 40.2 35.7 53 47 53s15-12.8 15-21.6c0-27.2-30-27.2-30 0"/><path fill="#fff" d="M2.8 32.1c0 7.6 2.4 19.3 12 19.3s12-11.8 12-19.3c-.1-26-24-26-24 0m30 0c0 7.6 2.4 19.3 12 19.3s12-11.8 12-19.3c-.1-26-24-26-24 0"/><path fill="#493b30" d="M2.8 32.2c0 6.2 4.4 11 9.7 11c5.4 0 9.7-4.8 9.7-11c0-15.2-19.4-15.2-19.4 0m30 0c0 6.2 4.4 11 9.7 11c5.4 0 9.7-4.8 9.7-11c0-15.2-19.4-15.2-19.4 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#dde8e3" d="M2 31.4C2 40.2 5.7 53 17 53s15-12.8 15-21.6c0-27.2-30-27.2-30 0m30 0C32 40.2 35.7 53 47 53s15-12.8 15-21.6c0-27.2-30-27.2-30 0"/><path fill="#fff" d="M2.8 32.1c0 7.6 2.4 19.3 12 19.3s12-11.8 12-19.3c-.1-26-24-26-24 0m30 0c0 7.6 2.4 19.3 12 19.3s12-11.8 12-19.3c-.1-26-24-26-24 0"/><path fill="#493b30" d="M2.8 32.2c0 6.2 4.4 11 9.7 11c5.4 0 9.7-4.8 9.7-11c0-15.2-19.4-15.2-19.4 0m30 0c0 6.2 4.4 11 9.7 11c5.4 0 9.7-4.8 9.7-11c0-15.2-19.4-15.2-19.4 0"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%23dde8e3%22%20d%3D%22M2%2031.4C2%2040.2%205.7%2053%2017%2053s15-12.8%2015-21.6c0-27.2-30-27.2-30%200m30%200C32%2040.2%2035.7%2053%2047%2053s15-12.8%2015-21.6c0-27.2-30-27.2-30%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2.8%2032.1c0%207.6%202.4%2019.3%2012%2019.3s12-11.8%2012-19.3c-.1-26-24-26-24%200m30%200c0%207.6%202.4%2019.3%2012%2019.3s12-11.8%2012-19.3c-.1-26-24-26-24%200%22%2F%3E%3Cpath%20fill%3D%22%23493b30%22%20d%3D%22M2.8%2032.2c0%206.2%204.4%2011%209.7%2011c5.4%200%209.7-4.8%209.7-11c0-15.2-19.4-15.2-19.4%200m30%200c0%206.2%204.4%2011%209.7%2011c5.4%200%209.7-4.8%209.7-11c0-15.2-19.4-15.2-19.4%200%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23dde8e3%22%20d%3D%22M2%2031.4C2%2040.2%205.7%2053%2017%2053s15-12.8%2015-21.6c0-27.2-30-27.2-30%200m30%200C32%2040.2%2035.7%2053%2047%2053s15-12.8%2015-21.6c0-27.2-30-27.2-30%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2.8%2032.1c0%207.6%202.4%2019.3%2012%2019.3s12-11.8%2012-19.3c-.1-26-24-26-24%200m30%200c0%207.6%202.4%2019.3%2012%2019.3s12-11.8%2012-19.3c-.1-26-24-26-24%200%22%2F%3E%3Cpath%20fill%3D%22%23493b30%22%20d%3D%22M2.8%2032.2c0%206.2%204.4%2011%209.7%2011c5.4%200%209.7-4.8%209.7-11c0-15.2-19.4-15.2-19.4%200m30%200c0%206.2%204.4%2011%209.7%2011c5.4%200%209.7-4.8%209.7-11c0-15.2-19.4-15.2-19.4%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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