glasses icon
glasses-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- glasses-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M14.527 13.062a1.75 1.75 0 0 1 1.285-.562h2.938a1.25 1.25 0 1 0 0-2.5h-2.938a4.25 4.25 0 0 0-3.12 1.364L5.46 19.182c-.287.263-.54.563-.75.892a4.25 4.25 0 0 0-.71 2.35V29.5a6.5 6.5 0 0 0 6.5 6.5h5a6.5 6.5 0 0 0 6.5-6.5v-5h4v5a6.5 6.5 0 0 0 6.5 6.5h5a6.5 6.5 0 0 0 6.5-6.5v-7.075a4.25 4.25 0 0 0-.71-2.35a4.5 4.5 0 0 0-.75-.893l-7.232-7.818A4.25 4.25 0 0 0 32.188 10H29.25a1.25 1.25 0 1 0 0 2.5h2.938c.488 0 .954.204 1.285.562L38.041 18H30.5a4.5 4.5 0 0 0-4.472 4h-4.055a4.5 4.5 0 0 0-4.473-4H9.959zM28.5 29.5v-7a2 2 0 0 1 2-2h9a2 2 0 0 1 1.289.47l.246.266q.086.095.157.198c.195.308.308.674.308 1.066v7a4 4 0 0 1-4 4h-5a4 4 0 0 1-4-4m-9-7v7a4 4 0 0 1-4 4h-5a4 4 0 0 1-4-4v-7c0-.392.113-.758.308-1.066q.071-.104.157-.198l.246-.266c.348-.293.798-.47 1.289-.47h9a2 2 0 0 1 2 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlasses48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.527 13.062a1.75 1.75 0 0 1 1.285-.562h2.938a1.25 1.25 0 1 0 0-2.5h-2.938a4.25 4.25 0 0 0-3.12 1.364L5.46 19.182c-.287.263-.54.563-.75.892a4.25 4.25 0 0 0-.71 2.35V29.5a6.5 6.5 0 0 0 6.5 6.5h5a6.5 6.5 0 0 0 6.5-6.5v-5h4v5a6.5 6.5 0 0 0 6.5 6.5h5a6.5 6.5 0 0 0 6.5-6.5v-7.075a4.25 4.25 0 0 0-.71-2.35a4.5 4.5 0 0 0-.75-.893l-7.232-7.818A4.25 4.25 0 0 0 32.188 10H29.25a1.25 1.25 0 1 0 0 2.5h2.938c.488 0 .954.204 1.285.562L38.041 18H30.5a4.5 4.5 0 0 0-4.472 4h-4.055a4.5 4.5 0 0 0-4.473-4H9.959zM28.5 29.5v-7a2 2 0 0 1 2-2h9a2 2 0 0 1 1.289.47l.246.266q.086.095.157.198c.195.308.308.674.308 1.066v7a4 4 0 0 1-4 4h-5a4 4 0 0 1-4-4m-9-7v7a4 4 0 0 1-4 4h-5a4 4 0 0 1-4-4v-7c0-.392.113-.758.308-1.066q.071-.104.157-.198l.246-.266c.348-.293.798-.47 1.289-.47h9a2 2 0 0 1 2 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.527 13.062a1.75 1.75 0 0 1 1.285-.562h2.938a1.25 1.25 0 1 0 0-2.5h-2.938a4.25 4.25 0 0 0-3.12 1.364L5.46 19.182c-.287.263-.54.563-.75.892a4.25 4.25 0 0 0-.71 2.35V29.5a6.5 6.5 0 0 0 6.5 6.5h5a6.5 6.5 0 0 0 6.5-6.5v-5h4v5a6.5 6.5 0 0 0 6.5 6.5h5a6.5 6.5 0 0 0 6.5-6.5v-7.075a4.25 4.25 0 0 0-.71-2.35a4.5 4.5 0 0 0-.75-.893l-7.232-7.818A4.25 4.25 0 0 0 32.188 10H29.25a1.25 1.25 0 1 0 0 2.5h2.938c.488 0 .954.204 1.285.562L38.041 18H30.5a4.5 4.5 0 0 0-4.472 4h-4.055a4.5 4.5 0 0 0-4.473-4H9.959zM28.5 29.5v-7a2 2 0 0 1 2-2h9a2 2 0 0 1 1.289.47l.246.266q.086.095.157.198c.195.308.308.674.308 1.066v7a4 4 0 0 1-4 4h-5a4 4 0 0 1-4-4m-9-7v7a4 4 0 0 1-4 4h-5a4 4 0 0 1-4-4v-7c0-.392.113-.758.308-1.066q.071-.104.157-.198l.246-.266c.348-.293.798-.47 1.289-.47h9a2 2 0 0 1 2 2"/></svg> </template>
CSS
.icon-glasses-48-regular {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.527%2013.062a1.75%201.75%200%200%201%201.285-.562h2.938a1.25%201.25%200%201%200%200-2.5h-2.938a4.25%204.25%200%200%200-3.12%201.364L5.46%2019.182c-.287.263-.54.563-.75.892a4.25%204.25%200%200%200-.71%202.35V29.5a6.5%206.5%200%200%200%206.5%206.5h5a6.5%206.5%200%200%200%206.5-6.5v-5h4v5a6.5%206.5%200%200%200%206.5%206.5h5a6.5%206.5%200%200%200%206.5-6.5v-7.075a4.25%204.25%200%200%200-.71-2.35a4.5%204.5%200%200%200-.75-.893l-7.232-7.818A4.25%204.25%200%200%200%2032.188%2010H29.25a1.25%201.25%200%201%200%200%202.5h2.938c.488%200%20.954.204%201.285.562L38.041%2018H30.5a4.5%204.5%200%200%200-4.472%204h-4.055a4.5%204.5%200%200%200-4.473-4H9.959zM28.5%2029.5v-7a2%202%200%200%201%202-2h9a2%202%200%200%201%201.289.47l.246.266q.086.095.157.198c.195.308.308.674.308%201.066v7a4%204%200%200%201-4%204h-5a4%204%200%200%201-4-4m-9-7v7a4%204%200%200%201-4%204h-5a4%204%200%200%201-4-4v-7c0-.392.113-.758.308-1.066q.071-.104.157-.198l.246-.266c.348-.293.798-.47%201.289-.47h9a2%202%200%200%201%202%202%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.527%2013.062a1.75%201.75%200%200%201%201.285-.562h2.938a1.25%201.25%200%201%200%200-2.5h-2.938a4.25%204.25%200%200%200-3.12%201.364L5.46%2019.182c-.287.263-.54.563-.75.892a4.25%204.25%200%200%200-.71%202.35V29.5a6.5%206.5%200%200%200%206.5%206.5h5a6.5%206.5%200%200%200%206.5-6.5v-5h4v5a6.5%206.5%200%200%200%206.5%206.5h5a6.5%206.5%200%200%200%206.5-6.5v-7.075a4.25%204.25%200%200%200-.71-2.35a4.5%204.5%200%200%200-.75-.893l-7.232-7.818A4.25%204.25%200%200%200%2032.188%2010H29.25a1.25%201.25%200%201%200%200%202.5h2.938c.488%200%20.954.204%201.285.562L38.041%2018H30.5a4.5%204.5%200%200%200-4.472%204h-4.055a4.5%204.5%200%200%200-4.473-4H9.959zM28.5%2029.5v-7a2%202%200%200%201%202-2h9a2%202%200%200%201%201.289.47l.246.266q.086.095.157.198c.195.308.308.674.308%201.066v7a4%204%200%200%201-4%204h-5a4%204%200%200%201-4-4m-9-7v7a4%204%200%200%201-4%204h-5a4%204%200%200%201-4-4v-7c0-.392.113-.758.308-1.066q.071-.104.157-.198l.246-.266c.348-.293.798-.47%201.289-.47h9a2%202%200%200%201%202%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/glasses-48-regular.svg?color=%231a73e8&size=48