glasses from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.

Name
glasses
Set
Emoji One (Colored)
Style
Default
Category
Objects
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More objects icons from Emoji One (Colored)

Use the glasses emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#3e4347"><path d="M13 15.6c1.5-1.5 5.8 1.9 7.8 3.9s1 5.4-.2 4.1c-1.5-1.7-5.3-7-6.7-6.4s-5.1 6-9.1 14l-2.9 1c.1 0 4.6-10.1 11.1-16.6m38 0c-1.5-1.5-5.8 1.9-7.8 3.9s-1 5.4.2 4.1c1.5-1.7 5.3-7 6.7-6.4s5.1 6 9.1 14l2.9 1c-.1 0-4.6-10.1-11.1-16.6"/><path d="M59.9 31c-1-.1-4.3-.3-8.2-.3c-4.5 0-8.1.6-11.6 1.2s-5.8 1-8.1 1s-4.6-.4-8.1-1s-7.1-1.2-11.6-1.2c-3.9 0-7.2.2-8.2.3c-2.1.3-2.1.3-2.1 2.5c0 3.3.4 3.9.5 4.1c.2.3.8.6 1 .9c.3.4.4 1.7.5 2.4c1.1 5.8 2.7 7.8 11.4 7.8c8.2 0 12.2-2.4 13.8-8.3c.1-.4.3-2.3.4-2.8c0-.2.2-.4.6-.5c.6-.1 1.1-.1 1.6-.1s1 0 1.6.1c.4.1.6.3.6.5c.1.4.3 2.3.4 2.8c1.5 5.9 5.6 8.3 13.8 8.3c8.8 0 10.3-2 11.4-7.8c.1-.7.2-2 .5-2.4c.2-.3.8-.6 1-.9c.2-.2.5-.8.5-4.1c.4-2.2.4-2.2-1.7-2.5m-32.1 7.2c-.1.5-.2 1-.4 1.7c-1.1 4.1-3.5 6.8-11.8 6.8c-8 0-8.7-1.7-9.5-6.3c-.3-1.7-.9-3.6-.2-5.3c.4-.9 1-2.2 3.4-2.2c1.7 0 10.1.1 15.3 1.2c1.4.5 3.9 1 3.2 4.1m30.1 2.3c-.8 4.6-1.5 6.3-9.5 6.3c-8.3 0-10.7-2.7-11.8-6.8c-.2-.7-.3-1.3-.4-1.7c-.6-3 1.8-3.6 3.3-3.9c5.2-1.1 13.6-1.2 15.3-1.2c2.3 0 3 1.3 3.4 2.2c.6 1.4 0 3.3-.3 5.1"/></g></svg>

React

import type { SVGProps } from "react";

export function EmojioneGlasses(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#3e4347"><path d="M13 15.6c1.5-1.5 5.8 1.9 7.8 3.9s1 5.4-.2 4.1c-1.5-1.7-5.3-7-6.7-6.4s-5.1 6-9.1 14l-2.9 1c.1 0 4.6-10.1 11.1-16.6m38 0c-1.5-1.5-5.8 1.9-7.8 3.9s-1 5.4.2 4.1c1.5-1.7 5.3-7 6.7-6.4s5.1 6 9.1 14l2.9 1c-.1 0-4.6-10.1-11.1-16.6"/><path d="M59.9 31c-1-.1-4.3-.3-8.2-.3c-4.5 0-8.1.6-11.6 1.2s-5.8 1-8.1 1s-4.6-.4-8.1-1s-7.1-1.2-11.6-1.2c-3.9 0-7.2.2-8.2.3c-2.1.3-2.1.3-2.1 2.5c0 3.3.4 3.9.5 4.1c.2.3.8.6 1 .9c.3.4.4 1.7.5 2.4c1.1 5.8 2.7 7.8 11.4 7.8c8.2 0 12.2-2.4 13.8-8.3c.1-.4.3-2.3.4-2.8c0-.2.2-.4.6-.5c.6-.1 1.1-.1 1.6-.1s1 0 1.6.1c.4.1.6.3.6.5c.1.4.3 2.3.4 2.8c1.5 5.9 5.6 8.3 13.8 8.3c8.8 0 10.3-2 11.4-7.8c.1-.7.2-2 .5-2.4c.2-.3.8-.6 1-.9c.2-.2.5-.8.5-4.1c.4-2.2.4-2.2-1.7-2.5m-32.1 7.2c-.1.5-.2 1-.4 1.7c-1.1 4.1-3.5 6.8-11.8 6.8c-8 0-8.7-1.7-9.5-6.3c-.3-1.7-.9-3.6-.2-5.3c.4-.9 1-2.2 3.4-2.2c1.7 0 10.1.1 15.3 1.2c1.4.5 3.9 1 3.2 4.1m30.1 2.3c-.8 4.6-1.5 6.3-9.5 6.3c-8.3 0-10.7-2.7-11.8-6.8c-.2-.7-.3-1.3-.4-1.7c-.6-3 1.8-3.6 3.3-3.9c5.2-1.1 13.6-1.2 15.3-1.2c2.3 0 3 1.3 3.4 2.2c.6 1.4 0 3.3-.3 5.1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#3e4347"><path d="M13 15.6c1.5-1.5 5.8 1.9 7.8 3.9s1 5.4-.2 4.1c-1.5-1.7-5.3-7-6.7-6.4s-5.1 6-9.1 14l-2.9 1c.1 0 4.6-10.1 11.1-16.6m38 0c-1.5-1.5-5.8 1.9-7.8 3.9s-1 5.4.2 4.1c1.5-1.7 5.3-7 6.7-6.4s5.1 6 9.1 14l2.9 1c-.1 0-4.6-10.1-11.1-16.6"/><path d="M59.9 31c-1-.1-4.3-.3-8.2-.3c-4.5 0-8.1.6-11.6 1.2s-5.8 1-8.1 1s-4.6-.4-8.1-1s-7.1-1.2-11.6-1.2c-3.9 0-7.2.2-8.2.3c-2.1.3-2.1.3-2.1 2.5c0 3.3.4 3.9.5 4.1c.2.3.8.6 1 .9c.3.4.4 1.7.5 2.4c1.1 5.8 2.7 7.8 11.4 7.8c8.2 0 12.2-2.4 13.8-8.3c.1-.4.3-2.3.4-2.8c0-.2.2-.4.6-.5c.6-.1 1.1-.1 1.6-.1s1 0 1.6.1c.4.1.6.3.6.5c.1.4.3 2.3.4 2.8c1.5 5.9 5.6 8.3 13.8 8.3c8.8 0 10.3-2 11.4-7.8c.1-.7.2-2 .5-2.4c.2-.3.8-.6 1-.9c.2-.2.5-.8.5-4.1c.4-2.2.4-2.2-1.7-2.5m-32.1 7.2c-.1.5-.2 1-.4 1.7c-1.1 4.1-3.5 6.8-11.8 6.8c-8 0-8.7-1.7-9.5-6.3c-.3-1.7-.9-3.6-.2-5.3c.4-.9 1-2.2 3.4-2.2c1.7 0 10.1.1 15.3 1.2c1.4.5 3.9 1 3.2 4.1m30.1 2.3c-.8 4.6-1.5 6.3-9.5 6.3c-8.3 0-10.7-2.7-11.8-6.8c-.2-.7-.3-1.3-.4-1.7c-.6-3 1.8-3.6 3.3-3.9c5.2-1.1 13.6-1.2 15.3-1.2c2.3 0 3 1.3 3.4 2.2c.6 1.4 0 3.3-.3 5.1"/></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%2064%2064%22%3E%3Cg%20fill%3D%22%233e4347%22%3E%3Cpath%20d%3D%22M13%2015.6c1.5-1.5%205.8%201.9%207.8%203.9s1%205.4-.2%204.1c-1.5-1.7-5.3-7-6.7-6.4s-5.1%206-9.1%2014l-2.9%201c.1%200%204.6-10.1%2011.1-16.6m38%200c-1.5-1.5-5.8%201.9-7.8%203.9s-1%205.4.2%204.1c1.5-1.7%205.3-7%206.7-6.4s5.1%206%209.1%2014l2.9%201c-.1%200-4.6-10.1-11.1-16.6%22%2F%3E%3Cpath%20d%3D%22M59.9%2031c-1-.1-4.3-.3-8.2-.3c-4.5%200-8.1.6-11.6%201.2s-5.8%201-8.1%201s-4.6-.4-8.1-1s-7.1-1.2-11.6-1.2c-3.9%200-7.2.2-8.2.3c-2.1.3-2.1.3-2.1%202.5c0%203.3.4%203.9.5%204.1c.2.3.8.6%201%20.9c.3.4.4%201.7.5%202.4c1.1%205.8%202.7%207.8%2011.4%207.8c8.2%200%2012.2-2.4%2013.8-8.3c.1-.4.3-2.3.4-2.8c0-.2.2-.4.6-.5c.6-.1%201.1-.1%201.6-.1s1%200%201.6.1c.4.1.6.3.6.5c.1.4.3%202.3.4%202.8c1.5%205.9%205.6%208.3%2013.8%208.3c8.8%200%2010.3-2%2011.4-7.8c.1-.7.2-2%20.5-2.4c.2-.3.8-.6%201-.9c.2-.2.5-.8.5-4.1c.4-2.2.4-2.2-1.7-2.5m-32.1%207.2c-.1.5-.2%201-.4%201.7c-1.1%204.1-3.5%206.8-11.8%206.8c-8%200-8.7-1.7-9.5-6.3c-.3-1.7-.9-3.6-.2-5.3c.4-.9%201-2.2%203.4-2.2c1.7%200%2010.1.1%2015.3%201.2c1.4.5%203.9%201%203.2%204.1m30.1%202.3c-.8%204.6-1.5%206.3-9.5%206.3c-8.3%200-10.7-2.7-11.8-6.8c-.2-.7-.3-1.3-.4-1.7c-.6-3%201.8-3.6%203.3-3.9c5.2-1.1%2013.6-1.2%2015.3-1.2c2.3%200%203%201.3%203.4%202.2c.6%201.4%200%203.3-.3%205.1%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%2064%2064%22%3E%3Cg%20fill%3D%22%233e4347%22%3E%3Cpath%20d%3D%22M13%2015.6c1.5-1.5%205.8%201.9%207.8%203.9s1%205.4-.2%204.1c-1.5-1.7-5.3-7-6.7-6.4s-5.1%206-9.1%2014l-2.9%201c.1%200%204.6-10.1%2011.1-16.6m38%200c-1.5-1.5-5.8%201.9-7.8%203.9s-1%205.4.2%204.1c1.5-1.7%205.3-7%206.7-6.4s5.1%206%209.1%2014l2.9%201c-.1%200-4.6-10.1-11.1-16.6%22%2F%3E%3Cpath%20d%3D%22M59.9%2031c-1-.1-4.3-.3-8.2-.3c-4.5%200-8.1.6-11.6%201.2s-5.8%201-8.1%201s-4.6-.4-8.1-1s-7.1-1.2-11.6-1.2c-3.9%200-7.2.2-8.2.3c-2.1.3-2.1.3-2.1%202.5c0%203.3.4%203.9.5%204.1c.2.3.8.6%201%20.9c.3.4.4%201.7.5%202.4c1.1%205.8%202.7%207.8%2011.4%207.8c8.2%200%2012.2-2.4%2013.8-8.3c.1-.4.3-2.3.4-2.8c0-.2.2-.4.6-.5c.6-.1%201.1-.1%201.6-.1s1%200%201.6.1c.4.1.6.3.6.5c.1.4.3%202.3.4%202.8c1.5%205.9%205.6%208.3%2013.8%208.3c8.8%200%2010.3-2%2011.4-7.8c.1-.7.2-2%20.5-2.4c.2-.3.8-.6%201-.9c.2-.2.5-.8.5-4.1c.4-2.2.4-2.2-1.7-2.5m-32.1%207.2c-.1.5-.2%201-.4%201.7c-1.1%204.1-3.5%206.8-11.8%206.8c-8%200-8.7-1.7-9.5-6.3c-.3-1.7-.9-3.6-.2-5.3c.4-.9%201-2.2%203.4-2.2c1.7%200%2010.1.1%2015.3%201.2c1.4.5%203.9%201%203.2%204.1m30.1%202.3c-.8%204.6-1.5%206.3-9.5%206.3c-8.3%200-10.7-2.7-11.8-6.8c-.2-.7-.3-1.3-.4-1.7c-.6-3%201.8-3.6%203.3-3.9c5.2-1.1%2013.6-1.2%2015.3-1.2c2.3%200%203%201.3%203.4%202.2c.6%201.4%200%203.3-.3%205.1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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