eye in speech bubble emoji

eye-in-speech-bubble from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
eye-in-speech-bubble
Set
Fluent Emoji High Contrast
Style
Default
Category
Smileys & Emotion
Viewbox
32×32
License
MIT

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji High Contrast

Use the eye in speech bubble emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M16 22a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/><path d="M2.484 16.237C4.3 13.367 8.674 8 16 8s11.7 5.367 13.516 8.237a3.27 3.27 0 0 1 0 3.526c-.884 1.397-2.374 3.386-4.516 5.06v4.679a.5.5 0 0 1-.728.445l-4.683-2.401A14.2 14.2 0 0 1 16 28c-7.326 0-11.7-5.367-13.516-8.237a3.27 3.27 0 0 1 0-3.526M23 18a7 7 0 1 0-14 0a7 7 0 0 0 14 0"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastEyeInSpeechBubble(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="M16 22a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/><path d="M2.484 16.237C4.3 13.367 8.674 8 16 8s11.7 5.367 13.516 8.237a3.27 3.27 0 0 1 0 3.526c-.884 1.397-2.374 3.386-4.516 5.06v4.679a.5.5 0 0 1-.728.445l-4.683-2.401A14.2 14.2 0 0 1 16 28c-7.326 0-11.7-5.367-13.516-8.237a3.27 3.27 0 0 1 0-3.526M23 18a7 7 0 1 0-14 0a7 7 0 0 0 14 0"/></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="M16 22a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/><path d="M2.484 16.237C4.3 13.367 8.674 8 16 8s11.7 5.367 13.516 8.237a3.27 3.27 0 0 1 0 3.526c-.884 1.397-2.374 3.386-4.516 5.06v4.679a.5.5 0 0 1-.728.445l-4.683-2.401A14.2 14.2 0 0 1 16 28c-7.326 0-11.7-5.367-13.516-8.237a3.27 3.27 0 0 1 0-3.526M23 18a7 7 0 1 0-14 0a7 7 0 0 0 14 0"/></g></svg>
</template>

CSS

.icon-eye-in-speech-bubble {
  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%22M16%2022a4%204%200%201%200%200-8a4%204%200%200%200%200%208%22%2F%3E%3Cpath%20d%3D%22M2.484%2016.237C4.3%2013.367%208.674%208%2016%208s11.7%205.367%2013.516%208.237a3.27%203.27%200%200%201%200%203.526c-.884%201.397-2.374%203.386-4.516%205.06v4.679a.5.5%200%200%201-.728.445l-4.683-2.401A14.2%2014.2%200%200%201%2016%2028c-7.326%200-11.7-5.367-13.516-8.237a3.27%203.27%200%200%201%200-3.526M23%2018a7%207%200%201%200-14%200a7%207%200%200%200%2014%200%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%22M16%2022a4%204%200%201%200%200-8a4%204%200%200%200%200%208%22%2F%3E%3Cpath%20d%3D%22M2.484%2016.237C4.3%2013.367%208.674%208%2016%208s11.7%205.367%2013.516%208.237a3.27%203.27%200%200%201%200%203.526c-.884%201.397-2.374%203.386-4.516%205.06v4.679a.5.5%200%200%201-.728.445l-4.683-2.401A14.2%2014.2%200%200%201%2016%2028c-7.326%200-11.7-5.367-13.516-8.237a3.27%203.27%200%200%201%200-3.526M23%2018a7%207%200%201%200-14%200a7%207%200%200%200%2014%200%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-in-speech-bubble.svg?color=%231a73e8&size=48