glasses emoji

glasses from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
glasses
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the glasses emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-miterlimit="10"><path fill="#9b9b9a" stroke="#9b9b9a" stroke-linejoin="round" stroke-width="2" d="M37.59 34.151c1.03-.156 2.393-.355 3.171 3.555c.509 2.556 2.452 2.382 3.592 4.006c2.306 3.284 7.05 5.511 11.365 5.511c6.904 0 12.5-5.596 12.5-12.5l.105-4.914l1.895.05v-4.127s-18.932-16.179-29.48 5.321h-6.424c-10.549-21.5-29.48-5.321-29.48-5.321v4.127l1.895-.05l.105 4.914c0 6.904 5.596 12.5 12.5 12.5c4.314 0 9.119-2.186 11.365-5.51"/><path fill="#9b9b9a" stroke="#9b9b9a" stroke-width="2" d="M37.59 34.151c1.03-.156 2.393-.355 3.171 3.555c.509 2.556 2.452 2.382 3.592 4.006c2.306 3.284 7.05 5.511 11.365 5.511M37.792 33.829c-6.72-.992-2.798 3.438-3.089 3.91c-1.399 2.274-2.535 2.027-3.676 3.651c-2.305 3.284-7.05 5.511-11.365 5.511"/><circle cx="19.766" cy="33.558" r="9.58" fill="#d0cfce"/><circle cx="55.286" cy="33.558" r="9.58" fill="#d0cfce"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"><path stroke-width="2" d="M30.699 41.712c-2.246 3.325-7.05 5.511-11.365 5.511c-6.904 0-12.5-5.596-12.5-12.5l-.105-4.914l-1.895.05v-4.127s18.932-16.179 29.48 5.321h6.424c10.549-21.5 29.48-5.321 29.48-5.321v4.127l-1.895-.05l-.105 4.914c0 6.904-5.596 12.5-12.5 12.5c-4.314 0-9.119-2.186-11.365-5.51"/><path stroke-width="2" d="M34.761 37.706a3 3 0 1 1 6 0"/><circle cx="19.766" cy="33.558" r="9.58" stroke-width="1.846"/><circle cx="55.286" cy="33.558" r="9.58" stroke-width="1.846"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiGlasses(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g strokeMiterlimit="10"><path fill="#9b9b9a" stroke="#9b9b9a" strokeLinejoin="round" strokeWidth="2" d="M37.59 34.151c1.03-.156 2.393-.355 3.171 3.555c.509 2.556 2.452 2.382 3.592 4.006c2.306 3.284 7.05 5.511 11.365 5.511c6.904 0 12.5-5.596 12.5-12.5l.105-4.914l1.895.05v-4.127s-18.932-16.179-29.48 5.321h-6.424c-10.549-21.5-29.48-5.321-29.48-5.321v4.127l1.895-.05l.105 4.914c0 6.904 5.596 12.5 12.5 12.5c4.314 0 9.119-2.186 11.365-5.51"/><path fill="#9b9b9a" stroke="#9b9b9a" strokeWidth="2" d="M37.59 34.151c1.03-.156 2.393-.355 3.171 3.555c.509 2.556 2.452 2.382 3.592 4.006c2.306 3.284 7.05 5.511 11.365 5.511M37.792 33.829c-6.72-.992-2.798 3.438-3.089 3.91c-1.399 2.274-2.535 2.027-3.676 3.651c-2.305 3.284-7.05 5.511-11.365 5.511"/><circle cx="19.766" cy="33.558" r="9.58" fill="#d0cfce"/><circle cx="55.286" cy="33.558" r="9.58" fill="#d0cfce"/></g><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10"><path strokeWidth="2" d="M30.699 41.712c-2.246 3.325-7.05 5.511-11.365 5.511c-6.904 0-12.5-5.596-12.5-12.5l-.105-4.914l-1.895.05v-4.127s18.932-16.179 29.48 5.321h6.424c10.549-21.5 29.48-5.321 29.48-5.321v4.127l-1.895-.05l-.105 4.914c0 6.904-5.596 12.5-12.5 12.5c-4.314 0-9.119-2.186-11.365-5.51"/><path strokeWidth="2" d="M34.761 37.706a3 3 0 1 1 6 0"/><circle cx="19.766" cy="33.558" r="9.58" strokeWidth="1.846"/><circle cx="55.286" cy="33.558" r="9.58" strokeWidth="1.846"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-miterlimit="10"><path fill="#9b9b9a" stroke="#9b9b9a" stroke-linejoin="round" stroke-width="2" d="M37.59 34.151c1.03-.156 2.393-.355 3.171 3.555c.509 2.556 2.452 2.382 3.592 4.006c2.306 3.284 7.05 5.511 11.365 5.511c6.904 0 12.5-5.596 12.5-12.5l.105-4.914l1.895.05v-4.127s-18.932-16.179-29.48 5.321h-6.424c-10.549-21.5-29.48-5.321-29.48-5.321v4.127l1.895-.05l.105 4.914c0 6.904 5.596 12.5 12.5 12.5c4.314 0 9.119-2.186 11.365-5.51"/><path fill="#9b9b9a" stroke="#9b9b9a" stroke-width="2" d="M37.59 34.151c1.03-.156 2.393-.355 3.171 3.555c.509 2.556 2.452 2.382 3.592 4.006c2.306 3.284 7.05 5.511 11.365 5.511M37.792 33.829c-6.72-.992-2.798 3.438-3.089 3.91c-1.399 2.274-2.535 2.027-3.676 3.651c-2.305 3.284-7.05 5.511-11.365 5.511"/><circle cx="19.766" cy="33.558" r="9.58" fill="#d0cfce"/><circle cx="55.286" cy="33.558" r="9.58" fill="#d0cfce"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"><path stroke-width="2" d="M30.699 41.712c-2.246 3.325-7.05 5.511-11.365 5.511c-6.904 0-12.5-5.596-12.5-12.5l-.105-4.914l-1.895.05v-4.127s18.932-16.179 29.48 5.321h6.424c10.549-21.5 29.48-5.321 29.48-5.321v4.127l-1.895-.05l-.105 4.914c0 6.904-5.596 12.5-12.5 12.5c-4.314 0-9.119-2.186-11.365-5.51"/><path stroke-width="2" d="M34.761 37.706a3 3 0 1 1 6 0"/><circle cx="19.766" cy="33.558" r="9.58" stroke-width="1.846"/><circle cx="55.286" cy="33.558" r="9.58" stroke-width="1.846"/></g></svg>
</template>

CSS

.icon-glasses {
  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%3Cg%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20fill%3D%22%239b9b9a%22%20stroke%3D%22%239b9b9a%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M37.59%2034.151c1.03-.156%202.393-.355%203.171%203.555c.509%202.556%202.452%202.382%203.592%204.006c2.306%203.284%207.05%205.511%2011.365%205.511c6.904%200%2012.5-5.596%2012.5-12.5l.105-4.914l1.895.05v-4.127s-18.932-16.179-29.48%205.321h-6.424c-10.549-21.5-29.48-5.321-29.48-5.321v4.127l1.895-.05l.105%204.914c0%206.904%205.596%2012.5%2012.5%2012.5c4.314%200%209.119-2.186%2011.365-5.51%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20stroke%3D%22%239b9b9a%22%20stroke-width%3D%222%22%20d%3D%22M37.59%2034.151c1.03-.156%202.393-.355%203.171%203.555c.509%202.556%202.452%202.382%203.592%204.006c2.306%203.284%207.05%205.511%2011.365%205.511M37.792%2033.829c-6.72-.992-2.798%203.438-3.089%203.91c-1.399%202.274-2.535%202.027-3.676%203.651c-2.305%203.284-7.05%205.511-11.365%205.511%22%2F%3E%3Ccircle%20cx%3D%2219.766%22%20cy%3D%2233.558%22%20r%3D%229.58%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2255.286%22%20cy%3D%2233.558%22%20r%3D%229.58%22%20fill%3D%22%23d0cfce%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M30.699%2041.712c-2.246%203.325-7.05%205.511-11.365%205.511c-6.904%200-12.5-5.596-12.5-12.5l-.105-4.914l-1.895.05v-4.127s18.932-16.179%2029.48%205.321h6.424c10.549-21.5%2029.48-5.321%2029.48-5.321v4.127l-1.895-.05l-.105%204.914c0%206.904-5.596%2012.5-12.5%2012.5c-4.314%200-9.119-2.186-11.365-5.51%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M34.761%2037.706a3%203%200%201%201%206%200%22%2F%3E%3Ccircle%20cx%3D%2219.766%22%20cy%3D%2233.558%22%20r%3D%229.58%22%20stroke-width%3D%221.846%22%2F%3E%3Ccircle%20cx%3D%2255.286%22%20cy%3D%2233.558%22%20r%3D%229.58%22%20stroke-width%3D%221.846%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%2072%2072%22%3E%3Cg%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20fill%3D%22%239b9b9a%22%20stroke%3D%22%239b9b9a%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M37.59%2034.151c1.03-.156%202.393-.355%203.171%203.555c.509%202.556%202.452%202.382%203.592%204.006c2.306%203.284%207.05%205.511%2011.365%205.511c6.904%200%2012.5-5.596%2012.5-12.5l.105-4.914l1.895.05v-4.127s-18.932-16.179-29.48%205.321h-6.424c-10.549-21.5-29.48-5.321-29.48-5.321v4.127l1.895-.05l.105%204.914c0%206.904%205.596%2012.5%2012.5%2012.5c4.314%200%209.119-2.186%2011.365-5.51%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20stroke%3D%22%239b9b9a%22%20stroke-width%3D%222%22%20d%3D%22M37.59%2034.151c1.03-.156%202.393-.355%203.171%203.555c.509%202.556%202.452%202.382%203.592%204.006c2.306%203.284%207.05%205.511%2011.365%205.511M37.792%2033.829c-6.72-.992-2.798%203.438-3.089%203.91c-1.399%202.274-2.535%202.027-3.676%203.651c-2.305%203.284-7.05%205.511-11.365%205.511%22%2F%3E%3Ccircle%20cx%3D%2219.766%22%20cy%3D%2233.558%22%20r%3D%229.58%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2255.286%22%20cy%3D%2233.558%22%20r%3D%229.58%22%20fill%3D%22%23d0cfce%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M30.699%2041.712c-2.246%203.325-7.05%205.511-11.365%205.511c-6.904%200-12.5-5.596-12.5-12.5l-.105-4.914l-1.895.05v-4.127s18.932-16.179%2029.48%205.321h6.424c10.549-21.5%2029.48-5.321%2029.48-5.321v4.127l-1.895-.05l-.105%204.914c0%206.904-5.596%2012.5-12.5%2012.5c-4.314%200-9.119-2.186-11.365-5.51%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M34.761%2037.706a3%203%200%201%201%206%200%22%2F%3E%3Ccircle%20cx%3D%2219.766%22%20cy%3D%2233.558%22%20r%3D%229.58%22%20stroke-width%3D%221.846%22%2F%3E%3Ccircle%20cx%3D%2255.286%22%20cy%3D%2233.558%22%20r%3D%229.58%22%20stroke-width%3D%221.846%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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