glasses2 icon
glasses2 from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- glasses2
- Set
- Reicon
- Style
- Outline
- 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" fill-rule="evenodd" d="M3.205 4.918a2.75 2.75 0 0 1 3.983-1.842l1.165.623a.75.75 0 0 1-.707 1.323l-1.165-.623a1.25 1.25 0 0 0-1.81.837L3.2 12.01l-.07.333a5.002 5.002 0 0 1 7.89 2.408h1.959a5.002 5.002 0 0 1 7.89-2.408l-.07-.333l-1.47-6.773a1.25 1.25 0 0 0-1.81-.837l-1.166.623a.75.75 0 1 1-.707-1.323l1.165-.623a2.75 2.75 0 0 1 3.984 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-.05c0-1.516.162-3.028.484-4.51zM6.25 12.75a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m11.5 0a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconGlasses2(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" fillRule="evenodd" d="M3.205 4.918a2.75 2.75 0 0 1 3.983-1.842l1.165.623a.75.75 0 0 1-.707 1.323l-1.165-.623a1.25 1.25 0 0 0-1.81.837L3.2 12.01l-.07.333a5.002 5.002 0 0 1 7.89 2.408h1.959a5.002 5.002 0 0 1 7.89-2.408l-.07-.333l-1.47-6.773a1.25 1.25 0 0 0-1.81-.837l-1.166.623a.75.75 0 1 1-.707-1.323l1.165-.623a2.75 2.75 0 0 1 3.984 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-.05c0-1.516.162-3.028.484-4.51zM6.25 12.75a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m11.5 0a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.205 4.918a2.75 2.75 0 0 1 3.983-1.842l1.165.623a.75.75 0 0 1-.707 1.323l-1.165-.623a1.25 1.25 0 0 0-1.81.837L3.2 12.01l-.07.333a5.002 5.002 0 0 1 7.89 2.408h1.959a5.002 5.002 0 0 1 7.89-2.408l-.07-.333l-1.47-6.773a1.25 1.25 0 0 0-1.81-.837l-1.166.623a.75.75 0 1 1-.707-1.323l1.165-.623a2.75 2.75 0 0 1 3.984 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-.05c0-1.516.162-3.028.484-4.51zM6.25 12.75a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m11.5 0a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7" clip-rule="evenodd"/></svg> </template>
CSS
.icon-glasses2 {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.205%204.918a2.75%202.75%200%200%201%203.983-1.842l1.165.623a.75.75%200%200%201-.707%201.323l-1.165-.623a1.25%201.25%200%200%200-1.81.837L3.2%2012.01l-.07.333a5.002%205.002%200%200%201%207.89%202.408h1.959a5.002%205.002%200%200%201%207.89-2.408l-.07-.333l-1.47-6.773a1.25%201.25%200%200%200-1.81-.837l-1.166.623a.75.75%200%201%201-.707-1.323l1.165-.623a2.75%202.75%200%200%201%203.984%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-.05c0-1.516.162-3.028.484-4.51zM6.25%2012.75a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m11.5%200a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.205%204.918a2.75%202.75%200%200%201%203.983-1.842l1.165.623a.75.75%200%200%201-.707%201.323l-1.165-.623a1.25%201.25%200%200%200-1.81.837L3.2%2012.01l-.07.333a5.002%205.002%200%200%201%207.89%202.408h1.959a5.002%205.002%200%200%201%207.89-2.408l-.07-.333l-1.47-6.773a1.25%201.25%200%200%200-1.81-.837l-1.166.623a.75.75%200%201%201-.707-1.323l1.165-.623a2.75%202.75%200%200%201%203.984%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-.05c0-1.516.162-3.028.484-4.51zM6.25%2012.75a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m11.5%200a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/glasses2.svg?color=%231a73e8&size=48