face-with-monocle from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
face-with-monocle
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 face with monocle emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M7.916 7.777C8.183 7.377 9.11 6.5 10.5 6.5s2.317.877 2.584 1.277a.5.5 0 0 0 .832-.554c-.4-.6-1.606-1.723-3.416-1.723S7.484 6.623 7.084 7.223a.5.5 0 1 0 .832.554M15 19.75c-.835 0-1.23.393-1.293.457a1 1 0 0 1-1.414-1.414c.27-.27 1.142-1.043 2.707-1.043c2.4 0 4.234 1.483 4.895 2.803a1 1 0 0 1-1.79.894c-.34-.68-1.504-1.697-3.105-1.697M7 11.5a3 3 0 1 1 5.999-.001A3 3 0 0 1 7 11.5m10-.5a3 3 0 1 1 5.999-.001A3 3 0 0 1 17 11"/><path d="M15.999 1C11.095 1 7.313 2.654 4.763 5.423C2.226 8.178 1 11.938 1 15.999s1.226 7.82 3.763 10.576c2.55 2.769 6.332 4.423 11.236 4.423s8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576S29.77 8.178 27.234 5.423C24.684 2.654 20.903 1 16 1M3 15.999c0-3.67 1.106-6.91 3.235-9.221C8.35 4.48 11.568 3 15.999 3c1.32 0 2.534.131 3.642.377l-.084.032a7.3 7.3 0 0 0-1.334.675a.5.5 0 1 0 .555.832a6.3 6.3 0 0 1 1.14-.575C20.425 4.145 20.985 4 21.5 4q.099 0 .199.007c1.645.658 2.995 1.61 4.064 2.77C27.892 9.09 28.998 12.33 28.998 16c0 2.876-.68 5.488-1.998 7.596V12a6 6 0 1 0-1 3.318v9.636q-.116.135-.237.266c-2.116 2.298-5.333 3.778-9.764 3.778s-7.648-1.48-9.764-3.778C4.105 22.91 3 19.67 3 16m23-4v.004a5 5 0 1 1-10 0A5 5 0 0 1 26 12"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastFaceWithMonocle(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="M7.916 7.777C8.183 7.377 9.11 6.5 10.5 6.5s2.317.877 2.584 1.277a.5.5 0 0 0 .832-.554c-.4-.6-1.606-1.723-3.416-1.723S7.484 6.623 7.084 7.223a.5.5 0 1 0 .832.554M15 19.75c-.835 0-1.23.393-1.293.457a1 1 0 0 1-1.414-1.414c.27-.27 1.142-1.043 2.707-1.043c2.4 0 4.234 1.483 4.895 2.803a1 1 0 0 1-1.79.894c-.34-.68-1.504-1.697-3.105-1.697M7 11.5a3 3 0 1 1 5.999-.001A3 3 0 0 1 7 11.5m10-.5a3 3 0 1 1 5.999-.001A3 3 0 0 1 17 11"/><path d="M15.999 1C11.095 1 7.313 2.654 4.763 5.423C2.226 8.178 1 11.938 1 15.999s1.226 7.82 3.763 10.576c2.55 2.769 6.332 4.423 11.236 4.423s8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576S29.77 8.178 27.234 5.423C24.684 2.654 20.903 1 16 1M3 15.999c0-3.67 1.106-6.91 3.235-9.221C8.35 4.48 11.568 3 15.999 3c1.32 0 2.534.131 3.642.377l-.084.032a7.3 7.3 0 0 0-1.334.675a.5.5 0 1 0 .555.832a6.3 6.3 0 0 1 1.14-.575C20.425 4.145 20.985 4 21.5 4q.099 0 .199.007c1.645.658 2.995 1.61 4.064 2.77C27.892 9.09 28.998 12.33 28.998 16c0 2.876-.68 5.488-1.998 7.596V12a6 6 0 1 0-1 3.318v9.636q-.116.135-.237.266c-2.116 2.298-5.333 3.778-9.764 3.778s-7.648-1.48-9.764-3.778C4.105 22.91 3 19.67 3 16m23-4v.004a5 5 0 1 1-10 0A5 5 0 0 1 26 12"/></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="M7.916 7.777C8.183 7.377 9.11 6.5 10.5 6.5s2.317.877 2.584 1.277a.5.5 0 0 0 .832-.554c-.4-.6-1.606-1.723-3.416-1.723S7.484 6.623 7.084 7.223a.5.5 0 1 0 .832.554M15 19.75c-.835 0-1.23.393-1.293.457a1 1 0 0 1-1.414-1.414c.27-.27 1.142-1.043 2.707-1.043c2.4 0 4.234 1.483 4.895 2.803a1 1 0 0 1-1.79.894c-.34-.68-1.504-1.697-3.105-1.697M7 11.5a3 3 0 1 1 5.999-.001A3 3 0 0 1 7 11.5m10-.5a3 3 0 1 1 5.999-.001A3 3 0 0 1 17 11"/><path d="M15.999 1C11.095 1 7.313 2.654 4.763 5.423C2.226 8.178 1 11.938 1 15.999s1.226 7.82 3.763 10.576c2.55 2.769 6.332 4.423 11.236 4.423s8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576S29.77 8.178 27.234 5.423C24.684 2.654 20.903 1 16 1M3 15.999c0-3.67 1.106-6.91 3.235-9.221C8.35 4.48 11.568 3 15.999 3c1.32 0 2.534.131 3.642.377l-.084.032a7.3 7.3 0 0 0-1.334.675a.5.5 0 1 0 .555.832a6.3 6.3 0 0 1 1.14-.575C20.425 4.145 20.985 4 21.5 4q.099 0 .199.007c1.645.658 2.995 1.61 4.064 2.77C27.892 9.09 28.998 12.33 28.998 16c0 2.876-.68 5.488-1.998 7.596V12a6 6 0 1 0-1 3.318v9.636q-.116.135-.237.266c-2.116 2.298-5.333 3.778-9.764 3.778s-7.648-1.48-9.764-3.778C4.105 22.91 3 19.67 3 16m23-4v.004a5 5 0 1 1-10 0A5 5 0 0 1 26 12"/></g></svg>
</template>

CSS

.icon-face-with-monocle {
  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%22M7.916%207.777C8.183%207.377%209.11%206.5%2010.5%206.5s2.317.877%202.584%201.277a.5.5%200%200%200%20.832-.554c-.4-.6-1.606-1.723-3.416-1.723S7.484%206.623%207.084%207.223a.5.5%200%201%200%20.832.554M15%2019.75c-.835%200-1.23.393-1.293.457a1%201%200%200%201-1.414-1.414c.27-.27%201.142-1.043%202.707-1.043c2.4%200%204.234%201.483%204.895%202.803a1%201%200%200%201-1.79.894c-.34-.68-1.504-1.697-3.105-1.697M7%2011.5a3%203%200%201%201%205.999-.001A3%203%200%200%201%207%2011.5m10-.5a3%203%200%201%201%205.999-.001A3%203%200%200%201%2017%2011%22%2F%3E%3Cpath%20d%3D%22M15.999%201C11.095%201%207.313%202.654%204.763%205.423C2.226%208.178%201%2011.938%201%2015.999s1.226%207.82%203.763%2010.576c2.55%202.769%206.332%204.423%2011.236%204.423s8.686-1.654%2011.235-4.423c2.537-2.755%203.764-6.515%203.764-10.576S29.77%208.178%2027.234%205.423C24.684%202.654%2020.903%201%2016%201M3%2015.999c0-3.67%201.106-6.91%203.235-9.221C8.35%204.48%2011.568%203%2015.999%203c1.32%200%202.534.131%203.642.377l-.084.032a7.3%207.3%200%200%200-1.334.675a.5.5%200%201%200%20.555.832a6.3%206.3%200%200%201%201.14-.575C20.425%204.145%2020.985%204%2021.5%204q.099%200%20.199.007c1.645.658%202.995%201.61%204.064%202.77C27.892%209.09%2028.998%2012.33%2028.998%2016c0%202.876-.68%205.488-1.998%207.596V12a6%206%200%201%200-1%203.318v9.636q-.116.135-.237.266c-2.116%202.298-5.333%203.778-9.764%203.778s-7.648-1.48-9.764-3.778C4.105%2022.91%203%2019.67%203%2016m23-4v.004a5%205%200%201%201-10%200A5%205%200%200%201%2026%2012%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%22M7.916%207.777C8.183%207.377%209.11%206.5%2010.5%206.5s2.317.877%202.584%201.277a.5.5%200%200%200%20.832-.554c-.4-.6-1.606-1.723-3.416-1.723S7.484%206.623%207.084%207.223a.5.5%200%201%200%20.832.554M15%2019.75c-.835%200-1.23.393-1.293.457a1%201%200%200%201-1.414-1.414c.27-.27%201.142-1.043%202.707-1.043c2.4%200%204.234%201.483%204.895%202.803a1%201%200%200%201-1.79.894c-.34-.68-1.504-1.697-3.105-1.697M7%2011.5a3%203%200%201%201%205.999-.001A3%203%200%200%201%207%2011.5m10-.5a3%203%200%201%201%205.999-.001A3%203%200%200%201%2017%2011%22%2F%3E%3Cpath%20d%3D%22M15.999%201C11.095%201%207.313%202.654%204.763%205.423C2.226%208.178%201%2011.938%201%2015.999s1.226%207.82%203.763%2010.576c2.55%202.769%206.332%204.423%2011.236%204.423s8.686-1.654%2011.235-4.423c2.537-2.755%203.764-6.515%203.764-10.576S29.77%208.178%2027.234%205.423C24.684%202.654%2020.903%201%2016%201M3%2015.999c0-3.67%201.106-6.91%203.235-9.221C8.35%204.48%2011.568%203%2015.999%203c1.32%200%202.534.131%203.642.377l-.084.032a7.3%207.3%200%200%200-1.334.675a.5.5%200%201%200%20.555.832a6.3%206.3%200%200%201%201.14-.575C20.425%204.145%2020.985%204%2021.5%204q.099%200%20.199.007c1.645.658%202.995%201.61%204.064%202.77C27.892%209.09%2028.998%2012.33%2028.998%2016c0%202.876-.68%205.488-1.998%207.596V12a6%206%200%201%200-1%203.318v9.636q-.116.135-.237.266c-2.116%202.298-5.333%203.778-9.764%203.778s-7.648-1.48-9.764-3.778C4.105%2022.91%203%2019.67%203%2016m23-4v.004a5%205%200%201%201-10%200A5%205%200%200%201%2026%2012%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/face-with-monocle.svg?color=%231a73e8&size=48