glasses2 icon

glasses2-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
glasses2-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

More ui icons from Reicon

Use the glasses2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.205 4.918a2.75 2.75 0 0 1 3.983-1.842l1.165.623a.75.75 0 0 1-.706 1.323l-1.165-.623a1.25 1.25 0 0 0-1.811.838L3.2 12.009l-.07.333a5.002 5.002 0 0 1 7.89 2.408h1.959a5.002 5.002 0 0 1 7.89-2.408l-.069-.333l-1.47-6.772a1.25 1.25 0 0 0-1.811-.838l-1.165.623a.75.75 0 1 1-.707-1.323l1.165-.623a2.75 2.75 0 0 1 3.983 1.842l1.47 6.773c.323 1.481.485 2.993.485 4.51v.049a5 5 0 0 1-10 0h-1.5a5 5 0 0 1-10 0v-.049c0-1.517.162-3.029.484-4.51z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconGlasses2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.205 4.918a2.75 2.75 0 0 1 3.983-1.842l1.165.623a.75.75 0 0 1-.706 1.323l-1.165-.623a1.25 1.25 0 0 0-1.811.838L3.2 12.009l-.07.333a5.002 5.002 0 0 1 7.89 2.408h1.959a5.002 5.002 0 0 1 7.89-2.408l-.069-.333l-1.47-6.772a1.25 1.25 0 0 0-1.811-.838l-1.165.623a.75.75 0 1 1-.707-1.323l1.165-.623a2.75 2.75 0 0 1 3.983 1.842l1.47 6.773c.323 1.481.485 2.993.485 4.51v.049a5 5 0 0 1-10 0h-1.5a5 5 0 0 1-10 0v-.049c0-1.517.162-3.029.484-4.51z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.205 4.918a2.75 2.75 0 0 1 3.983-1.842l1.165.623a.75.75 0 0 1-.706 1.323l-1.165-.623a1.25 1.25 0 0 0-1.811.838L3.2 12.009l-.07.333a5.002 5.002 0 0 1 7.89 2.408h1.959a5.002 5.002 0 0 1 7.89-2.408l-.069-.333l-1.47-6.772a1.25 1.25 0 0 0-1.811-.838l-1.165.623a.75.75 0 1 1-.707-1.323l1.165-.623a2.75 2.75 0 0 1 3.983 1.842l1.47 6.773c.323 1.481.485 2.993.485 4.51v.049a5 5 0 0 1-10 0h-1.5a5 5 0 0 1-10 0v-.049c0-1.517.162-3.029.484-4.51z"/></svg>
</template>

CSS

.icon-glasses2-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.205%204.918a2.75%202.75%200%200%201%203.983-1.842l1.165.623a.75.75%200%200%201-.706%201.323l-1.165-.623a1.25%201.25%200%200%200-1.811.838L3.2%2012.009l-.07.333a5.002%205.002%200%200%201%207.89%202.408h1.959a5.002%205.002%200%200%201%207.89-2.408l-.069-.333l-1.47-6.772a1.25%201.25%200%200%200-1.811-.838l-1.165.623a.75.75%200%201%201-.707-1.323l1.165-.623a2.75%202.75%200%200%201%203.983%201.842l1.47%206.773c.323%201.481.485%202.993.485%204.51v.049a5%205%200%200%201-10%200h-1.5a5%205%200%200%201-10%200v-.049c0-1.517.162-3.029.484-4.51z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.205%204.918a2.75%202.75%200%200%201%203.983-1.842l1.165.623a.75.75%200%200%201-.706%201.323l-1.165-.623a1.25%201.25%200%200%200-1.811.838L3.2%2012.009l-.07.333a5.002%205.002%200%200%201%207.89%202.408h1.959a5.002%205.002%200%200%201%207.89-2.408l-.069-.333l-1.47-6.772a1.25%201.25%200%200%200-1.811-.838l-1.165.623a.75.75%200%201%201-.707-1.323l1.165-.623a2.75%202.75%200%200%201%203.983%201.842l1.47%206.773c.323%201.481.485%202.993.485%204.51v.049a5%205%200%200%201-10%200h-1.5a5%205%200%200%201-10%200v-.049c0-1.517.162-3.029.484-4.51z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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