eye in speech bubble emoji
eye-in-speech-bubble from Noto Emoji by Google Inc · Default · Smileys & Emotion · Apache-2.0 Free for personal and commercial use.
- Name
- eye-in-speech-bubble
- Set
- Noto Emoji
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More smileys & emotion icons from Noto 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-facecracking-facecrying-cat
Use the eye in speech bubble emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><path id="SVG5SEmMbgE" d="M64.73 20C19.51 20 5 61.27 5 61.27s12.42 39.85 59.73 39.85c7.34.06 14.64-1.02 21.64-3.21c6 8.49 18.78 12.47 25.3 13.33h.27c1.1-.02 1.99-.93 1.97-2.03a2.04 2.04 0 0 0-.33-1.07c-2.93-4.31-7.58-12-9.22-19.67a60.53 60.53 0 0 0 19.78-27.21S109.95 20 64.73 20"/></defs><g fill="#fff"><use href="#SVG5SEmMbgE" opacity=".2"/><path d="M104.36 88.48a60.53 60.53 0 0 0 19.78-27.21S109.95 20 64.73 20S5 61.27 5 61.27s12.42 39.85 59.73 39.85c7.34.06 14.64-1.02 21.64-3.21c6 8.49 18.78 12.47 25.3 13.33c1.1.13 2.09-.65 2.23-1.74c.06-.47-.05-.95-.32-1.35c-2.93-4.31-7.58-12.03-9.22-19.67"/></g><circle cx="64.72" cy="60.54" r="28.76" fill="#3f474c"/><circle cx="64.72" cy="60.54" r="16.01" fill="#231f20"/><circle cx="81.92" cy="56.34" r="6.8" fill="#f5f8fa"/><g fill="none"><use href="#SVG5SEmMbgE" opacity=".2"/><path stroke="#000" stroke-linejoin="round" stroke-width="6" d="M104.36 88.48a60.53 60.53 0 0 0 19.78-27.21S109.95 20 64.73 20S5 61.27 5 61.27s12.42 39.85 59.73 39.85c7.34.06 14.64-1.02 21.64-3.21c6 8.49 18.78 12.47 25.3 13.33c1.1.13 2.09-.65 2.23-1.74c.06-.47-.05-.95-.32-1.35c-2.93-4.31-7.58-12.03-9.22-19.67z"/></g></svg>
React
import type { SVGProps } from "react";
export function NotoEyeInSpeechBubble(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><path id="SVG5SEmMbgE" d="M64.73 20C19.51 20 5 61.27 5 61.27s12.42 39.85 59.73 39.85c7.34.06 14.64-1.02 21.64-3.21c6 8.49 18.78 12.47 25.3 13.33h.27c1.1-.02 1.99-.93 1.97-2.03a2.04 2.04 0 0 0-.33-1.07c-2.93-4.31-7.58-12-9.22-19.67a60.53 60.53 0 0 0 19.78-27.21S109.95 20 64.73 20"/></defs><g fill="#fff"><use href="#SVG5SEmMbgE" opacity=".2"/><path d="M104.36 88.48a60.53 60.53 0 0 0 19.78-27.21S109.95 20 64.73 20S5 61.27 5 61.27s12.42 39.85 59.73 39.85c7.34.06 14.64-1.02 21.64-3.21c6 8.49 18.78 12.47 25.3 13.33c1.1.13 2.09-.65 2.23-1.74c.06-.47-.05-.95-.32-1.35c-2.93-4.31-7.58-12.03-9.22-19.67"/></g><circle cx="64.72" cy="60.54" r="28.76" fill="#3f474c"/><circle cx="64.72" cy="60.54" r="16.01" fill="#231f20"/><circle cx="81.92" cy="56.34" r="6.8" fill="#f5f8fa"/><g fill="none"><use href="#SVG5SEmMbgE" opacity=".2"/><path stroke="#000" strokeLinejoin="round" strokeWidth="6" d="M104.36 88.48a60.53 60.53 0 0 0 19.78-27.21S109.95 20 64.73 20S5 61.27 5 61.27s12.42 39.85 59.73 39.85c7.34.06 14.64-1.02 21.64-3.21c6 8.49 18.78 12.47 25.3 13.33c1.1.13 2.09-.65 2.23-1.74c.06-.47-.05-.95-.32-1.35c-2.93-4.31-7.58-12.03-9.22-19.67z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><path id="SVG5SEmMbgE" d="M64.73 20C19.51 20 5 61.27 5 61.27s12.42 39.85 59.73 39.85c7.34.06 14.64-1.02 21.64-3.21c6 8.49 18.78 12.47 25.3 13.33h.27c1.1-.02 1.99-.93 1.97-2.03a2.04 2.04 0 0 0-.33-1.07c-2.93-4.31-7.58-12-9.22-19.67a60.53 60.53 0 0 0 19.78-27.21S109.95 20 64.73 20"/></defs><g fill="#fff"><use href="#SVG5SEmMbgE" opacity=".2"/><path d="M104.36 88.48a60.53 60.53 0 0 0 19.78-27.21S109.95 20 64.73 20S5 61.27 5 61.27s12.42 39.85 59.73 39.85c7.34.06 14.64-1.02 21.64-3.21c6 8.49 18.78 12.47 25.3 13.33c1.1.13 2.09-.65 2.23-1.74c.06-.47-.05-.95-.32-1.35c-2.93-4.31-7.58-12.03-9.22-19.67"/></g><circle cx="64.72" cy="60.54" r="28.76" fill="#3f474c"/><circle cx="64.72" cy="60.54" r="16.01" fill="#231f20"/><circle cx="81.92" cy="56.34" r="6.8" fill="#f5f8fa"/><g fill="none"><use href="#SVG5SEmMbgE" opacity=".2"/><path stroke="#000" stroke-linejoin="round" stroke-width="6" d="M104.36 88.48a60.53 60.53 0 0 0 19.78-27.21S109.95 20 64.73 20S5 61.27 5 61.27s12.42 39.85 59.73 39.85c7.34.06 14.64-1.02 21.64-3.21c6 8.49 18.78 12.47 25.3 13.33c1.1.13 2.09-.65 2.23-1.74c.06-.47-.05-.95-.32-1.35c-2.93-4.31-7.58-12.03-9.22-19.67z"/></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%20128%20128%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVG5SEmMbgE%22%20d%3D%22M64.73%2020C19.51%2020%205%2061.27%205%2061.27s12.42%2039.85%2059.73%2039.85c7.34.06%2014.64-1.02%2021.64-3.21c6%208.49%2018.78%2012.47%2025.3%2013.33h.27c1.1-.02%201.99-.93%201.97-2.03a2.04%202.04%200%200%200-.33-1.07c-2.93-4.31-7.58-12-9.22-19.67a60.53%2060.53%200%200%200%2019.78-27.21S109.95%2020%2064.73%2020%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cuse%20href%3D%22%23SVG5SEmMbgE%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M104.36%2088.48a60.53%2060.53%200%200%200%2019.78-27.21S109.95%2020%2064.73%2020S5%2061.27%205%2061.27s12.42%2039.85%2059.73%2039.85c7.34.06%2014.64-1.02%2021.64-3.21c6%208.49%2018.78%2012.47%2025.3%2013.33c1.1.13%202.09-.65%202.23-1.74c.06-.47-.05-.95-.32-1.35c-2.93-4.31-7.58-12.03-9.22-19.67%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2264.72%22%20cy%3D%2260.54%22%20r%3D%2228.76%22%20fill%3D%22%233f474c%22%2F%3E%3Ccircle%20cx%3D%2264.72%22%20cy%3D%2260.54%22%20r%3D%2216.01%22%20fill%3D%22%23231f20%22%2F%3E%3Ccircle%20cx%3D%2281.92%22%20cy%3D%2256.34%22%20r%3D%226.8%22%20fill%3D%22%23f5f8fa%22%2F%3E%3Cg%20fill%3D%22none%22%3E%3Cuse%20href%3D%22%23SVG5SEmMbgE%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%226%22%20d%3D%22M104.36%2088.48a60.53%2060.53%200%200%200%2019.78-27.21S109.95%2020%2064.73%2020S5%2061.27%205%2061.27s12.42%2039.85%2059.73%2039.85c7.34.06%2014.64-1.02%2021.64-3.21c6%208.49%2018.78%2012.47%2025.3%2013.33c1.1.13%202.09-.65%202.23-1.74c.06-.47-.05-.95-.32-1.35c-2.93-4.31-7.58-12.03-9.22-19.67z%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%20128%20128%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVG5SEmMbgE%22%20d%3D%22M64.73%2020C19.51%2020%205%2061.27%205%2061.27s12.42%2039.85%2059.73%2039.85c7.34.06%2014.64-1.02%2021.64-3.21c6%208.49%2018.78%2012.47%2025.3%2013.33h.27c1.1-.02%201.99-.93%201.97-2.03a2.04%202.04%200%200%200-.33-1.07c-2.93-4.31-7.58-12-9.22-19.67a60.53%2060.53%200%200%200%2019.78-27.21S109.95%2020%2064.73%2020%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cuse%20href%3D%22%23SVG5SEmMbgE%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M104.36%2088.48a60.53%2060.53%200%200%200%2019.78-27.21S109.95%2020%2064.73%2020S5%2061.27%205%2061.27s12.42%2039.85%2059.73%2039.85c7.34.06%2014.64-1.02%2021.64-3.21c6%208.49%2018.78%2012.47%2025.3%2013.33c1.1.13%202.09-.65%202.23-1.74c.06-.47-.05-.95-.32-1.35c-2.93-4.31-7.58-12.03-9.22-19.67%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2264.72%22%20cy%3D%2260.54%22%20r%3D%2228.76%22%20fill%3D%22%233f474c%22%2F%3E%3Ccircle%20cx%3D%2264.72%22%20cy%3D%2260.54%22%20r%3D%2216.01%22%20fill%3D%22%23231f20%22%2F%3E%3Ccircle%20cx%3D%2281.92%22%20cy%3D%2256.34%22%20r%3D%226.8%22%20fill%3D%22%23f5f8fa%22%2F%3E%3Cg%20fill%3D%22none%22%3E%3Cuse%20href%3D%22%23SVG5SEmMbgE%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%226%22%20d%3D%22M104.36%2088.48a60.53%2060.53%200%200%200%2019.78-27.21S109.95%2020%2064.73%2020S5%2061.27%205%2061.27s12.42%2039.85%2059.73%2039.85c7.34.06%2014.64-1.02%2021.64-3.21c6%208.49%2018.78%2012.47%2025.3%2013.33c1.1.13%202.09-.65%202.23-1.74c.06-.47-.05-.95-.32-1.35c-2.93-4.31-7.58-12.03-9.22-19.67z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/eye-in-speech-bubble.svg?color=%231a73e8&size=48