glasses icon
glasses-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- glasses-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M7.186 4a2 2 0 0 0-1.513.692l-3.3 3.818C2.141 8.774 2 9.12 2 9.5v3A2.5 2.5 0 0 0 4.5 15h2A2.5 2.5 0 0 0 9 12.5V11h2v1.5a2.5 2.5 0 0 0 2.5 2.5h2a2.5 2.5 0 0 0 2.5-2.5v-3c0-.429-.18-.815-.468-1.088l-3.205-3.718A2 2 0 0 0 12.813 4H12a.5.5 0 1 0 0 1h.813a1 1 0 0 1 .757.347L15.857 8H12.5A1.5 1.5 0 0 0 11 9.5v.5H9v-.5A1.5 1.5 0 0 0 7.5 8H4.136L6.43 5.346A1 1 0 0 1 7.186 5H8a.5.5 0 0 0 0-1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlasses20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.186 4a2 2 0 0 0-1.513.692l-3.3 3.818C2.141 8.774 2 9.12 2 9.5v3A2.5 2.5 0 0 0 4.5 15h2A2.5 2.5 0 0 0 9 12.5V11h2v1.5a2.5 2.5 0 0 0 2.5 2.5h2a2.5 2.5 0 0 0 2.5-2.5v-3c0-.429-.18-.815-.468-1.088l-3.205-3.718A2 2 0 0 0 12.813 4H12a.5.5 0 1 0 0 1h.813a1 1 0 0 1 .757.347L15.857 8H12.5A1.5 1.5 0 0 0 11 9.5v.5H9v-.5A1.5 1.5 0 0 0 7.5 8H4.136L6.43 5.346A1 1 0 0 1 7.186 5H8a.5.5 0 0 0 0-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.186 4a2 2 0 0 0-1.513.692l-3.3 3.818C2.141 8.774 2 9.12 2 9.5v3A2.5 2.5 0 0 0 4.5 15h2A2.5 2.5 0 0 0 9 12.5V11h2v1.5a2.5 2.5 0 0 0 2.5 2.5h2a2.5 2.5 0 0 0 2.5-2.5v-3c0-.429-.18-.815-.468-1.088l-3.205-3.718A2 2 0 0 0 12.813 4H12a.5.5 0 1 0 0 1h.813a1 1 0 0 1 .757.347L15.857 8H12.5A1.5 1.5 0 0 0 11 9.5v.5H9v-.5A1.5 1.5 0 0 0 7.5 8H4.136L6.43 5.346A1 1 0 0 1 7.186 5H8a.5.5 0 0 0 0-1z"/></svg> </template>
CSS
.icon-glasses-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.186%204a2%202%200%200%200-1.513.692l-3.3%203.818C2.141%208.774%202%209.12%202%209.5v3A2.5%202.5%200%200%200%204.5%2015h2A2.5%202.5%200%200%200%209%2012.5V11h2v1.5a2.5%202.5%200%200%200%202.5%202.5h2a2.5%202.5%200%200%200%202.5-2.5v-3c0-.429-.18-.815-.468-1.088l-3.205-3.718A2%202%200%200%200%2012.813%204H12a.5.5%200%201%200%200%201h.813a1%201%200%200%201%20.757.347L15.857%208H12.5A1.5%201.5%200%200%200%2011%209.5v.5H9v-.5A1.5%201.5%200%200%200%207.5%208H4.136L6.43%205.346A1%201%200%200%201%207.186%205H8a.5.5%200%200%200%200-1z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.186%204a2%202%200%200%200-1.513.692l-3.3%203.818C2.141%208.774%202%209.12%202%209.5v3A2.5%202.5%200%200%200%204.5%2015h2A2.5%202.5%200%200%200%209%2012.5V11h2v1.5a2.5%202.5%200%200%200%202.5%202.5h2a2.5%202.5%200%200%200%202.5-2.5v-3c0-.429-.18-.815-.468-1.088l-3.205-3.718A2%202%200%200%200%2012.813%204H12a.5.5%200%201%200%200%201h.813a1%201%200%200%201%20.757.347L15.857%208H12.5A1.5%201.5%200%200%200%2011%209.5v.5H9v-.5A1.5%201.5%200%200%200%207.5%208H4.136L6.43%205.346A1%201%200%200%201%207.186%205H8a.5.5%200%200%200%200-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/glasses-20-filled.svg?color=%231a73e8&size=48