glasses icon
glasses-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- glasses-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M9.32 7.5c-.328 0-.643.13-.877.36L5.768 10.5h4.482c1.348 0 2.47.97 2.705 2.25h2.09a2.75 2.75 0 0 1 2.705-2.25h4.482l-2.675-2.64a1.25 1.25 0 0 0-.878-.36H17.25a.75.75 0 0 1 0-1.5h1.43a2.75 2.75 0 0 1 1.931.793l4.421 4.363q.155.13.288.284l.027.026l-.002.002c.408.48.655 1.102.655 1.782v4A3.75 3.75 0 0 1 22.25 21h-3.5A3.75 3.75 0 0 1 15 17.25v-3h-2v3A3.75 3.75 0 0 1 9.25 21h-3.5A3.75 3.75 0 0 1 2 17.25v-4c0-.68.247-1.302.655-1.782l-.002-.002l.027-.026q.134-.153.288-.284l4.421-4.363A2.75 2.75 0 0 1 9.321 6h1.429a.75.75 0 0 1 0 1.5zm14.706 4.77a1.24 1.24 0 0 0-.776-.27h-5.5c-.69 0-1.25.56-1.25 1.25v4a2.25 2.25 0 0 0 2.25 2.25h3.5a2.25 2.25 0 0 0 2.25-2.25v-4c0-.299-.105-.573-.28-.789zm-20.052 0l-.194.191c-.175.216-.28.49-.28.789v4a2.25 2.25 0 0 0 2.25 2.25h3.5a2.25 2.25 0 0 0 2.25-2.25v-4c0-.69-.56-1.25-1.25-1.25h-5.5c-.293 0-.563.1-.776.27"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlasses28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.32 7.5c-.328 0-.643.13-.877.36L5.768 10.5h4.482c1.348 0 2.47.97 2.705 2.25h2.09a2.75 2.75 0 0 1 2.705-2.25h4.482l-2.675-2.64a1.25 1.25 0 0 0-.878-.36H17.25a.75.75 0 0 1 0-1.5h1.43a2.75 2.75 0 0 1 1.931.793l4.421 4.363q.155.13.288.284l.027.026l-.002.002c.408.48.655 1.102.655 1.782v4A3.75 3.75 0 0 1 22.25 21h-3.5A3.75 3.75 0 0 1 15 17.25v-3h-2v3A3.75 3.75 0 0 1 9.25 21h-3.5A3.75 3.75 0 0 1 2 17.25v-4c0-.68.247-1.302.655-1.782l-.002-.002l.027-.026q.134-.153.288-.284l4.421-4.363A2.75 2.75 0 0 1 9.321 6h1.429a.75.75 0 0 1 0 1.5zm14.706 4.77a1.24 1.24 0 0 0-.776-.27h-5.5c-.69 0-1.25.56-1.25 1.25v4a2.25 2.25 0 0 0 2.25 2.25h3.5a2.25 2.25 0 0 0 2.25-2.25v-4c0-.299-.105-.573-.28-.789zm-20.052 0l-.194.191c-.175.216-.28.49-.28.789v4a2.25 2.25 0 0 0 2.25 2.25h3.5a2.25 2.25 0 0 0 2.25-2.25v-4c0-.69-.56-1.25-1.25-1.25h-5.5c-.293 0-.563.1-.776.27"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.32 7.5c-.328 0-.643.13-.877.36L5.768 10.5h4.482c1.348 0 2.47.97 2.705 2.25h2.09a2.75 2.75 0 0 1 2.705-2.25h4.482l-2.675-2.64a1.25 1.25 0 0 0-.878-.36H17.25a.75.75 0 0 1 0-1.5h1.43a2.75 2.75 0 0 1 1.931.793l4.421 4.363q.155.13.288.284l.027.026l-.002.002c.408.48.655 1.102.655 1.782v4A3.75 3.75 0 0 1 22.25 21h-3.5A3.75 3.75 0 0 1 15 17.25v-3h-2v3A3.75 3.75 0 0 1 9.25 21h-3.5A3.75 3.75 0 0 1 2 17.25v-4c0-.68.247-1.302.655-1.782l-.002-.002l.027-.026q.134-.153.288-.284l4.421-4.363A2.75 2.75 0 0 1 9.321 6h1.429a.75.75 0 0 1 0 1.5zm14.706 4.77a1.24 1.24 0 0 0-.776-.27h-5.5c-.69 0-1.25.56-1.25 1.25v4a2.25 2.25 0 0 0 2.25 2.25h3.5a2.25 2.25 0 0 0 2.25-2.25v-4c0-.299-.105-.573-.28-.789zm-20.052 0l-.194.191c-.175.216-.28.49-.28.789v4a2.25 2.25 0 0 0 2.25 2.25h3.5a2.25 2.25 0 0 0 2.25-2.25v-4c0-.69-.56-1.25-1.25-1.25h-5.5c-.293 0-.563.1-.776.27"/></svg> </template>
CSS
.icon-glasses-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.32%207.5c-.328%200-.643.13-.877.36L5.768%2010.5h4.482c1.348%200%202.47.97%202.705%202.25h2.09a2.75%202.75%200%200%201%202.705-2.25h4.482l-2.675-2.64a1.25%201.25%200%200%200-.878-.36H17.25a.75.75%200%200%201%200-1.5h1.43a2.75%202.75%200%200%201%201.931.793l4.421%204.363q.155.13.288.284l.027.026l-.002.002c.408.48.655%201.102.655%201.782v4A3.75%203.75%200%200%201%2022.25%2021h-3.5A3.75%203.75%200%200%201%2015%2017.25v-3h-2v3A3.75%203.75%200%200%201%209.25%2021h-3.5A3.75%203.75%200%200%201%202%2017.25v-4c0-.68.247-1.302.655-1.782l-.002-.002l.027-.026q.134-.153.288-.284l4.421-4.363A2.75%202.75%200%200%201%209.321%206h1.429a.75.75%200%200%201%200%201.5zm14.706%204.77a1.24%201.24%200%200%200-.776-.27h-5.5c-.69%200-1.25.56-1.25%201.25v4a2.25%202.25%200%200%200%202.25%202.25h3.5a2.25%202.25%200%200%200%202.25-2.25v-4c0-.299-.105-.573-.28-.789zm-20.052%200l-.194.191c-.175.216-.28.49-.28.789v4a2.25%202.25%200%200%200%202.25%202.25h3.5a2.25%202.25%200%200%200%202.25-2.25v-4c0-.69-.56-1.25-1.25-1.25h-5.5c-.293%200-.563.1-.776.27%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.32%207.5c-.328%200-.643.13-.877.36L5.768%2010.5h4.482c1.348%200%202.47.97%202.705%202.25h2.09a2.75%202.75%200%200%201%202.705-2.25h4.482l-2.675-2.64a1.25%201.25%200%200%200-.878-.36H17.25a.75.75%200%200%201%200-1.5h1.43a2.75%202.75%200%200%201%201.931.793l4.421%204.363q.155.13.288.284l.027.026l-.002.002c.408.48.655%201.102.655%201.782v4A3.75%203.75%200%200%201%2022.25%2021h-3.5A3.75%203.75%200%200%201%2015%2017.25v-3h-2v3A3.75%203.75%200%200%201%209.25%2021h-3.5A3.75%203.75%200%200%201%202%2017.25v-4c0-.68.247-1.302.655-1.782l-.002-.002l.027-.026q.134-.153.288-.284l4.421-4.363A2.75%202.75%200%200%201%209.321%206h1.429a.75.75%200%200%201%200%201.5zm14.706%204.77a1.24%201.24%200%200%200-.776-.27h-5.5c-.69%200-1.25.56-1.25%201.25v4a2.25%202.25%200%200%200%202.25%202.25h3.5a2.25%202.25%200%200%200%202.25-2.25v-4c0-.299-.105-.573-.28-.789zm-20.052%200l-.194.191c-.175.216-.28.49-.28.789v4a2.25%202.25%200%200%200%202.25%202.25h3.5a2.25%202.25%200%200%200%202.25-2.25v-4c0-.69-.56-1.25-1.25-1.25h-5.5c-.293%200-.563.1-.776.27%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/glasses-28-regular.svg?color=%231a73e8&size=48