eye in speech bubble emoji
eye-in-speech-bubble from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.
- Name
- eye-in-speech-bubble
- Set
- Twitter Emoji
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More smileys & emotion icons from Twitter Emoji
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecrying-catcrying-face
Use the eye in speech bubble emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M32.769 33.359c-2.739-3.286-3.903-6.569-4.397-8.746a1 1 0 0 0-1.336-.711l-7.112 2.749a1 1 0 0 0-.609.688c-.079.315-.019.665.211.896C25.492 34.216 31.945 35 32 35a1.002 1.002 0 0 0 .769-1.641"/><ellipse cx="18" cy="16" fill="#31373d" rx="18" ry="14"/><circle cx="18" cy="16" r="5" fill="#31373d"/><path fill="#fff" d="M18 7c-4.963 0-9 4.037-9 9s4.037 9 9 9s9-4.037 9-9s-4.037-9-9-9m0 14a5 5 0 1 1 .001-10.001A5 5 0 0 1 18 21"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiEyeInSpeechBubble(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M32.769 33.359c-2.739-3.286-3.903-6.569-4.397-8.746a1 1 0 0 0-1.336-.711l-7.112 2.749a1 1 0 0 0-.609.688c-.079.315-.019.665.211.896C25.492 34.216 31.945 35 32 35a1.002 1.002 0 0 0 .769-1.641"/><ellipse cx="18" cy="16" fill="#31373d" rx="18" ry="14"/><circle cx="18" cy="16" r="5" fill="#31373d"/><path fill="#fff" d="M18 7c-4.963 0-9 4.037-9 9s4.037 9 9 9s9-4.037 9-9s-4.037-9-9-9m0 14a5 5 0 1 1 .001-10.001A5 5 0 0 1 18 21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M32.769 33.359c-2.739-3.286-3.903-6.569-4.397-8.746a1 1 0 0 0-1.336-.711l-7.112 2.749a1 1 0 0 0-.609.688c-.079.315-.019.665.211.896C25.492 34.216 31.945 35 32 35a1.002 1.002 0 0 0 .769-1.641"/><ellipse cx="18" cy="16" fill="#31373d" rx="18" ry="14"/><circle cx="18" cy="16" r="5" fill="#31373d"/><path fill="#fff" d="M18 7c-4.963 0-9 4.037-9 9s4.037 9 9 9s9-4.037 9-9s-4.037-9-9-9m0 14a5 5 0 1 1 .001-10.001A5 5 0 0 1 18 21"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M32.769%2033.359c-2.739-3.286-3.903-6.569-4.397-8.746a1%201%200%200%200-1.336-.711l-7.112%202.749a1%201%200%200%200-.609.688c-.079.315-.019.665.211.896C25.492%2034.216%2031.945%2035%2032%2035a1.002%201.002%200%200%200%20.769-1.641%22%2F%3E%3Cellipse%20cx%3D%2218%22%20cy%3D%2216%22%20fill%3D%22%2331373d%22%20rx%3D%2218%22%20ry%3D%2214%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2216%22%20r%3D%225%22%20fill%3D%22%2331373d%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%207c-4.963%200-9%204.037-9%209s4.037%209%209%209s9-4.037%209-9s-4.037-9-9-9m0%2014a5%205%200%201%201%20.001-10.001A5%205%200%200%201%2018%2021%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%2331373d%22%20d%3D%22M32.769%2033.359c-2.739-3.286-3.903-6.569-4.397-8.746a1%201%200%200%200-1.336-.711l-7.112%202.749a1%201%200%200%200-.609.688c-.079.315-.019.665.211.896C25.492%2034.216%2031.945%2035%2032%2035a1.002%201.002%200%200%200%20.769-1.641%22%2F%3E%3Cellipse%20cx%3D%2218%22%20cy%3D%2216%22%20fill%3D%22%2331373d%22%20rx%3D%2218%22%20ry%3D%2214%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2216%22%20r%3D%225%22%20fill%3D%22%2331373d%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%207c-4.963%200-9%204.037-9%209s4.037%209%209%209s9-4.037%209-9s-4.037-9-9-9m0%2014a5%205%200%201%201%20.001-10.001A5%205%200%200%201%2018%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/eye-in-speech-bubble.svg?color=%231a73e8&size=48