glasses icon

glasses from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
glasses
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the glasses icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M464 184h-10.9a78.7 78.7 0 0 0-16-7.18C419.5 171 396.26 168 368 168s-51.5 3-69.06 8.82c-14.06 4.69-20.25 9.86-22.25 11.87a47.94 47.94 0 0 0-41.36 0c-2-2-8.19-7.18-22.25-11.87C195.5 171 172.26 168 144 168s-51.5 3-69.06 8.82a78.7 78.7 0 0 0-16 7.18H48a16 16 0 0 0 0 32h.17c1 45.46 6.44 72.78 18.11 92.23a66.78 66.78 0 0 0 31.92 28c12.23 5.24 27.22 7.79 45.8 7.79c24.15 0 58.48-3.71 77.72-35.77c9.68-16.14 15.09-37.69 17.21-70.52A16 16 0 0 0 240 232a16 16 0 0 1 32 0a16 16 0 0 0 1.07 5.71c2.12 32.83 7.53 54.38 17.21 70.52a66.78 66.78 0 0 0 31.92 28c12.23 5.24 27.22 7.79 45.8 7.79c24.15 0 58.48-3.71 77.72-35.77c11.67-19.45 17.13-46.77 18.11-92.23h.17a16 16 0 0 0 0-32Z"/></svg>

React

import type { SVGProps } from "react";

export function IonGlasses(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M464 184h-10.9a78.7 78.7 0 0 0-16-7.18C419.5 171 396.26 168 368 168s-51.5 3-69.06 8.82c-14.06 4.69-20.25 9.86-22.25 11.87a47.94 47.94 0 0 0-41.36 0c-2-2-8.19-7.18-22.25-11.87C195.5 171 172.26 168 144 168s-51.5 3-69.06 8.82a78.7 78.7 0 0 0-16 7.18H48a16 16 0 0 0 0 32h.17c1 45.46 6.44 72.78 18.11 92.23a66.78 66.78 0 0 0 31.92 28c12.23 5.24 27.22 7.79 45.8 7.79c24.15 0 58.48-3.71 77.72-35.77c9.68-16.14 15.09-37.69 17.21-70.52A16 16 0 0 0 240 232a16 16 0 0 1 32 0a16 16 0 0 0 1.07 5.71c2.12 32.83 7.53 54.38 17.21 70.52a66.78 66.78 0 0 0 31.92 28c12.23 5.24 27.22 7.79 45.8 7.79c24.15 0 58.48-3.71 77.72-35.77c11.67-19.45 17.13-46.77 18.11-92.23h.17a16 16 0 0 0 0-32Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M464 184h-10.9a78.7 78.7 0 0 0-16-7.18C419.5 171 396.26 168 368 168s-51.5 3-69.06 8.82c-14.06 4.69-20.25 9.86-22.25 11.87a47.94 47.94 0 0 0-41.36 0c-2-2-8.19-7.18-22.25-11.87C195.5 171 172.26 168 144 168s-51.5 3-69.06 8.82a78.7 78.7 0 0 0-16 7.18H48a16 16 0 0 0 0 32h.17c1 45.46 6.44 72.78 18.11 92.23a66.78 66.78 0 0 0 31.92 28c12.23 5.24 27.22 7.79 45.8 7.79c24.15 0 58.48-3.71 77.72-35.77c9.68-16.14 15.09-37.69 17.21-70.52A16 16 0 0 0 240 232a16 16 0 0 1 32 0a16 16 0 0 0 1.07 5.71c2.12 32.83 7.53 54.38 17.21 70.52a66.78 66.78 0 0 0 31.92 28c12.23 5.24 27.22 7.79 45.8 7.79c24.15 0 58.48-3.71 77.72-35.77c11.67-19.45 17.13-46.77 18.11-92.23h.17a16 16 0 0 0 0-32Z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M464%20184h-10.9a78.7%2078.7%200%200%200-16-7.18C419.5%20171%20396.26%20168%20368%20168s-51.5%203-69.06%208.82c-14.06%204.69-20.25%209.86-22.25%2011.87a47.94%2047.94%200%200%200-41.36%200c-2-2-8.19-7.18-22.25-11.87C195.5%20171%20172.26%20168%20144%20168s-51.5%203-69.06%208.82a78.7%2078.7%200%200%200-16%207.18H48a16%2016%200%200%200%200%2032h.17c1%2045.46%206.44%2072.78%2018.11%2092.23a66.78%2066.78%200%200%200%2031.92%2028c12.23%205.24%2027.22%207.79%2045.8%207.79c24.15%200%2058.48-3.71%2077.72-35.77c9.68-16.14%2015.09-37.69%2017.21-70.52A16%2016%200%200%200%20240%20232a16%2016%200%200%201%2032%200a16%2016%200%200%200%201.07%205.71c2.12%2032.83%207.53%2054.38%2017.21%2070.52a66.78%2066.78%200%200%200%2031.92%2028c12.23%205.24%2027.22%207.79%2045.8%207.79c24.15%200%2058.48-3.71%2077.72-35.77c11.67-19.45%2017.13-46.77%2018.11-92.23h.17a16%2016%200%200%200%200-32Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M464%20184h-10.9a78.7%2078.7%200%200%200-16-7.18C419.5%20171%20396.26%20168%20368%20168s-51.5%203-69.06%208.82c-14.06%204.69-20.25%209.86-22.25%2011.87a47.94%2047.94%200%200%200-41.36%200c-2-2-8.19-7.18-22.25-11.87C195.5%20171%20172.26%20168%20144%20168s-51.5%203-69.06%208.82a78.7%2078.7%200%200%200-16%207.18H48a16%2016%200%200%200%200%2032h.17c1%2045.46%206.44%2072.78%2018.11%2092.23a66.78%2066.78%200%200%200%2031.92%2028c12.23%205.24%2027.22%207.79%2045.8%207.79c24.15%200%2058.48-3.71%2077.72-35.77c9.68-16.14%2015.09-37.69%2017.21-70.52A16%2016%200%200%200%20240%20232a16%2016%200%200%201%2032%200a16%2016%200%200%200%201.07%205.71c2.12%2032.83%207.53%2054.38%2017.21%2070.52a66.78%2066.78%200%200%200%2031.92%2028c12.23%205.24%2027.22%207.79%2045.8%207.79c24.15%200%2058.48-3.71%2077.72-35.77c11.67-19.45%2017.13-46.77%2018.11-92.23h.17a16%2016%200%200%200%200-32Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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