glasses from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
glasses
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

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 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M7.5 20H6.454c-1.36 0-2.041 0-2.535-.317a2 2 0 0 1-.602-.602C3 18.587 3 17.907 3 16.546c0-.437 0-.655-.046-.865a2 2 0 0 0-.092-.307c-.079-.2-.2-.38-.442-.744L2 14h5.5c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C8.898 20 8.432 20 7.5 20m9 0h1.046c1.36 0 2.041 0 2.535-.317a2 2 0 0 0 .602-.602c.317-.494.317-1.174.317-2.535c0-.437 0-.655.046-.865q.033-.156.092-.307c.079-.2.2-.38.442-.744L22 14h-5.5c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083c-.152.367-.152.833-.152 1.765s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083c.367.152.833.152 1.765.152m5.5-6l-3.474-8.536c-.29-.71-.434-1.066-.634-1.235a.92.92 0 0 0-1.03-.127c-.227.118-.439.43-.862 1.053M2 14l3.474-8.536c.29-.71.434-1.066.634-1.235a.92.92 0 0 1 1.03-.127c.228.118.439.43.862 1.053"/><path d="M10.5 16a1.5 1.5 0 0 1 3 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsGlasses(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M7.5 20H6.454c-1.36 0-2.041 0-2.535-.317a2 2 0 0 1-.602-.602C3 18.587 3 17.907 3 16.546c0-.437 0-.655-.046-.865a2 2 0 0 0-.092-.307c-.079-.2-.2-.38-.442-.744L2 14h5.5c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C8.898 20 8.432 20 7.5 20m9 0h1.046c1.36 0 2.041 0 2.535-.317a2 2 0 0 0 .602-.602c.317-.494.317-1.174.317-2.535c0-.437 0-.655.046-.865q.033-.156.092-.307c.079-.2.2-.38.442-.744L22 14h-5.5c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083c-.152.367-.152.833-.152 1.765s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083c.367.152.833.152 1.765.152m5.5-6l-3.474-8.536c-.29-.71-.434-1.066-.634-1.235a.92.92 0 0 0-1.03-.127c-.227.118-.439.43-.862 1.053M2 14l3.474-8.536c.29-.71.434-1.066.634-1.235a.92.92 0 0 1 1.03-.127c.228.118.439.43.862 1.053"/><path d="M10.5 16a1.5 1.5 0 0 1 3 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M7.5 20H6.454c-1.36 0-2.041 0-2.535-.317a2 2 0 0 1-.602-.602C3 18.587 3 17.907 3 16.546c0-.437 0-.655-.046-.865a2 2 0 0 0-.092-.307c-.079-.2-.2-.38-.442-.744L2 14h5.5c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C8.898 20 8.432 20 7.5 20m9 0h1.046c1.36 0 2.041 0 2.535-.317a2 2 0 0 0 .602-.602c.317-.494.317-1.174.317-2.535c0-.437 0-.655.046-.865q.033-.156.092-.307c.079-.2.2-.38.442-.744L22 14h-5.5c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083c-.152.367-.152.833-.152 1.765s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083c.367.152.833.152 1.765.152m5.5-6l-3.474-8.536c-.29-.71-.434-1.066-.634-1.235a.92.92 0 0 0-1.03-.127c-.227.118-.439.43-.862 1.053M2 14l3.474-8.536c.29-.71.434-1.066.634-1.235a.92.92 0 0 1 1.03-.127c.228.118.439.43.862 1.053"/><path d="M10.5 16a1.5 1.5 0 0 1 3 0"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.5%2020H6.454c-1.36%200-2.041%200-2.535-.317a2%202%200%200%201-.602-.602C3%2018.587%203%2017.907%203%2016.546c0-.437%200-.655-.046-.865a2%202%200%200%200-.092-.307c-.079-.2-.2-.38-.442-.744L2%2014h5.5c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083c.152.367.152.833.152%201.765s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C8.898%2020%208.432%2020%207.5%2020m9%200h1.046c1.36%200%202.041%200%202.535-.317a2%202%200%200%200%20.602-.602c.317-.494.317-1.174.317-2.535c0-.437%200-.655.046-.865q.033-.156.092-.307c.079-.2.2-.38.442-.744L22%2014h-5.5c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083c-.152.367-.152.833-.152%201.765s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083c.367.152.833.152%201.765.152m5.5-6l-3.474-8.536c-.29-.71-.434-1.066-.634-1.235a.92.92%200%200%200-1.03-.127c-.227.118-.439.43-.862%201.053M2%2014l3.474-8.536c.29-.71.434-1.066.634-1.235a.92.92%200%200%201%201.03-.127c.228.118.439.43.862%201.053%22%2F%3E%3Cpath%20d%3D%22M10.5%2016a1.5%201.5%200%200%201%203%200%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.5%2020H6.454c-1.36%200-2.041%200-2.535-.317a2%202%200%200%201-.602-.602C3%2018.587%203%2017.907%203%2016.546c0-.437%200-.655-.046-.865a2%202%200%200%200-.092-.307c-.079-.2-.2-.38-.442-.744L2%2014h5.5c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083c.152.367.152.833.152%201.765s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C8.898%2020%208.432%2020%207.5%2020m9%200h1.046c1.36%200%202.041%200%202.535-.317a2%202%200%200%200%20.602-.602c.317-.494.317-1.174.317-2.535c0-.437%200-.655.046-.865q.033-.156.092-.307c.079-.2.2-.38.442-.744L22%2014h-5.5c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083c-.152.367-.152.833-.152%201.765s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083c.367.152.833.152%201.765.152m5.5-6l-3.474-8.536c-.29-.71-.434-1.066-.634-1.235a.92.92%200%200%200-1.03-.127c-.227.118-.439.43-.862%201.053M2%2014l3.474-8.536c.29-.71.434-1.066.634-1.235a.92.92%200%200%201%201.03-.127c.228.118.439.43.862%201.053%22%2F%3E%3Cpath%20d%3D%22M10.5%2016a1.5%201.5%200%200%201%203%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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