eye in speech bubble emoji

eye-in-speech-bubble from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.

Name
eye-in-speech-bubble
Set
OpenMoji
Style
Default
Category
Smileys Emotion
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More smileys emotion icons from OpenMoji

Use the eye in speech bubble emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M7.688 31.438c7.187 11.937 20.471 18.965 29.562 21.5c4.538 1.265 16.125 9.75 16.125 9.75S50.483 54.192 50 51.25c-1.835-11.171 13.063-12.5 14.531-20.466C56 10.958 26-6.687 7.687 31.438"/><circle cx="36" cy="30.5" r="14.222" fill="#a57939"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M7.688 31.438c7.187 11.937 20.471 18.965 29.562 21.5c4.538 1.265 16.125 9.75 16.125 9.75S50.483 54.192 50 51.25c-1.835-11.171 13.063-12.5 14.531-20.466C56 10.958 26-6.687 7.687 31.438"/><circle cx="36" cy="30.5" r="7.782"/><circle cx="36" cy="30.5" r="14.222" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><circle cx="36" cy="30.5" r="7.782" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiEyeInSpeechBubble(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M7.688 31.438c7.187 11.937 20.471 18.965 29.562 21.5c4.538 1.265 16.125 9.75 16.125 9.75S50.483 54.192 50 51.25c-1.835-11.171 13.063-12.5 14.531-20.466C56 10.958 26-6.687 7.687 31.438"/><circle cx="36" cy="30.5" r="14.222" fill="#a57939"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M7.688 31.438c7.187 11.937 20.471 18.965 29.562 21.5c4.538 1.265 16.125 9.75 16.125 9.75S50.483 54.192 50 51.25c-1.835-11.171 13.063-12.5 14.531-20.466C56 10.958 26-6.687 7.687 31.438"/><circle cx="36" cy="30.5" r="7.782"/><circle cx="36" cy="30.5" r="14.222" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"/><circle cx="36" cy="30.5" r="7.782" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M7.688 31.438c7.187 11.937 20.471 18.965 29.562 21.5c4.538 1.265 16.125 9.75 16.125 9.75S50.483 54.192 50 51.25c-1.835-11.171 13.063-12.5 14.531-20.466C56 10.958 26-6.687 7.687 31.438"/><circle cx="36" cy="30.5" r="14.222" fill="#a57939"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M7.688 31.438c7.187 11.937 20.471 18.965 29.562 21.5c4.538 1.265 16.125 9.75 16.125 9.75S50.483 54.192 50 51.25c-1.835-11.171 13.063-12.5 14.531-20.466C56 10.958 26-6.687 7.687 31.438"/><circle cx="36" cy="30.5" r="7.782"/><circle cx="36" cy="30.5" r="14.222" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><circle cx="36" cy="30.5" r="7.782" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.688%2031.438c7.187%2011.937%2020.471%2018.965%2029.562%2021.5c4.538%201.265%2016.125%209.75%2016.125%209.75S50.483%2054.192%2050%2051.25c-1.835-11.171%2013.063-12.5%2014.531-20.466C56%2010.958%2026-6.687%207.687%2031.438%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2230.5%22%20r%3D%2214.222%22%20fill%3D%22%23a57939%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M7.688%2031.438c7.187%2011.937%2020.471%2018.965%2029.562%2021.5c4.538%201.265%2016.125%209.75%2016.125%209.75S50.483%2054.192%2050%2051.25c-1.835-11.171%2013.063-12.5%2014.531-20.466C56%2010.958%2026-6.687%207.687%2031.438%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2230.5%22%20r%3D%227.782%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2230.5%22%20r%3D%2214.222%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2230.5%22%20r%3D%227.782%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.688%2031.438c7.187%2011.937%2020.471%2018.965%2029.562%2021.5c4.538%201.265%2016.125%209.75%2016.125%209.75S50.483%2054.192%2050%2051.25c-1.835-11.171%2013.063-12.5%2014.531-20.466C56%2010.958%2026-6.687%207.687%2031.438%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2230.5%22%20r%3D%2214.222%22%20fill%3D%22%23a57939%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M7.688%2031.438c7.187%2011.937%2020.471%2018.965%2029.562%2021.5c4.538%201.265%2016.125%209.75%2016.125%209.75S50.483%2054.192%2050%2051.25c-1.835-11.171%2013.063-12.5%2014.531-20.466C56%2010.958%2026-6.687%207.687%2031.438%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2230.5%22%20r%3D%227.782%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2230.5%22%20r%3D%2214.222%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2230.5%22%20r%3D%227.782%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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