glasses icon
glasses-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- glasses-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
glassesAkar IconsglassesBoxIcons v2glassesEmoji One (Colored)glassesFont Awesome 6 SolidglassesFont Awesome SolidglassesFluent EmojiglassesFluent Emoji FlatglassesFluent Emoji High ContrastglassesFirefox OS EmojiglassesHuge IconsglassesIconParkglassesIconPark OutlineglassesIconPark SolidglassesIconPark TwoToneglassesIconoirglassesIonIconsglassesLine AwesomeglassesLucideglassesMaterial Design IconsglassesMyna UI IconsglassesNoto EmojiglassesOpenMojiglasses-fillRemix Iconglasses-boldSolar
Related icons in Fluent UI System Icons
Use the glasses icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.168 3.126A.5.5 0 0 1 5.5 3h1a.5.5 0 0 1 0 1h-.81L3.438 6H5.5A1.5 1.5 0 0 1 7 7.5V8h2v-.5A1.5 1.5 0 0 1 10.5 6h2.062L10.31 4H9.5a.5.5 0 0 1 0-1h1a.5.5 0 0 1 .332.126l3.622 3.216A1.5 1.5 0 0 1 15 7.5v2a2.5 2.5 0 0 1-2.5 2.5h-1A2.5 2.5 0 0 1 9 9.5V9H7v.5A2.5 2.5 0 0 1 4.5 12h-1A2.5 2.5 0 0 1 1 9.5v-2a1.5 1.5 0 0 1 .546-1.158z"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlasses16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.168 3.126A.5.5 0 0 1 5.5 3h1a.5.5 0 0 1 0 1h-.81L3.438 6H5.5A1.5 1.5 0 0 1 7 7.5V8h2v-.5A1.5 1.5 0 0 1 10.5 6h2.062L10.31 4H9.5a.5.5 0 0 1 0-1h1a.5.5 0 0 1 .332.126l3.622 3.216A1.5 1.5 0 0 1 15 7.5v2a2.5 2.5 0 0 1-2.5 2.5h-1A2.5 2.5 0 0 1 9 9.5V9H7v.5A2.5 2.5 0 0 1 4.5 12h-1A2.5 2.5 0 0 1 1 9.5v-2a1.5 1.5 0 0 1 .546-1.158z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.168 3.126A.5.5 0 0 1 5.5 3h1a.5.5 0 0 1 0 1h-.81L3.438 6H5.5A1.5 1.5 0 0 1 7 7.5V8h2v-.5A1.5 1.5 0 0 1 10.5 6h2.062L10.31 4H9.5a.5.5 0 0 1 0-1h1a.5.5 0 0 1 .332.126l3.622 3.216A1.5 1.5 0 0 1 15 7.5v2a2.5 2.5 0 0 1-2.5 2.5h-1A2.5 2.5 0 0 1 9 9.5V9H7v.5A2.5 2.5 0 0 1 4.5 12h-1A2.5 2.5 0 0 1 1 9.5v-2a1.5 1.5 0 0 1 .546-1.158z"/></svg> </template>
CSS
.icon-glasses-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.168%203.126A.5.5%200%200%201%205.5%203h1a.5.5%200%200%201%200%201h-.81L3.438%206H5.5A1.5%201.5%200%200%201%207%207.5V8h2v-.5A1.5%201.5%200%200%201%2010.5%206h2.062L10.31%204H9.5a.5.5%200%200%201%200-1h1a.5.5%200%200%201%20.332.126l3.622%203.216A1.5%201.5%200%200%201%2015%207.5v2a2.5%202.5%200%200%201-2.5%202.5h-1A2.5%202.5%200%200%201%209%209.5V9H7v.5A2.5%202.5%200%200%201%204.5%2012h-1A2.5%202.5%200%200%201%201%209.5v-2a1.5%201.5%200%200%201%20.546-1.158z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.168%203.126A.5.5%200%200%201%205.5%203h1a.5.5%200%200%201%200%201h-.81L3.438%206H5.5A1.5%201.5%200%200%201%207%207.5V8h2v-.5A1.5%201.5%200%200%201%2010.5%206h2.062L10.31%204H9.5a.5.5%200%200%201%200-1h1a.5.5%200%200%201%20.332.126l3.622%203.216A1.5%201.5%200%200%201%2015%207.5v2a2.5%202.5%200%200%201-2.5%202.5h-1A2.5%202.5%200%200%201%209%209.5V9H7v.5A2.5%202.5%200%200%201%204.5%2012h-1A2.5%202.5%200%200%201%201%209.5v-2a1.5%201.5%200%200%201%20.546-1.158z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/glasses-16-filled.svg?color=%231a73e8&size=48