glasses icon
glasses-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- glasses-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M9.01 8.524A1.5 1.5 0 0 1 10.15 8H12a1 1 0 1 0 0-2h-1.85a3.5 3.5 0 0 0-2.658 1.222l-4.65 5.425A3.5 3.5 0 0 0 2 14.925V19.5A4.5 4.5 0 0 0 6.5 24h4a4.5 4.5 0 0 0 4.5-4.5V17h2v2.5a4.5 4.5 0 0 0 4.5 4.5h4a4.5 4.5 0 0 0 4.5-4.5v-4.575a3.5 3.5 0 0 0-.843-2.278l-4.65-5.425A3.5 3.5 0 0 0 21.85 6H20a1 1 0 1 0 0 2h1.85a1.5 1.5 0 0 1 1.139.524L25.969 12H20.5a3.5 3.5 0 0 0-3.465 3h-2.07a3.5 3.5 0 0 0-3.465-3H6.031zM28 15.5v4a2.5 2.5 0 0 1-2.5 2.5h-4a2.5 2.5 0 0 1-2.5-2.5v-4a1.5 1.5 0 0 1 1.5-1.5h6a1.5 1.5 0 0 1 1.5 1.5m-15 0v4a2.5 2.5 0 0 1-2.5 2.5h-4A2.5 2.5 0 0 1 4 19.5v-4A1.5 1.5 0 0 1 5.5 14h6a1.5 1.5 0 0 1 1.5 1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlasses32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.01 8.524A1.5 1.5 0 0 1 10.15 8H12a1 1 0 1 0 0-2h-1.85a3.5 3.5 0 0 0-2.658 1.222l-4.65 5.425A3.5 3.5 0 0 0 2 14.925V19.5A4.5 4.5 0 0 0 6.5 24h4a4.5 4.5 0 0 0 4.5-4.5V17h2v2.5a4.5 4.5 0 0 0 4.5 4.5h4a4.5 4.5 0 0 0 4.5-4.5v-4.575a3.5 3.5 0 0 0-.843-2.278l-4.65-5.425A3.5 3.5 0 0 0 21.85 6H20a1 1 0 1 0 0 2h1.85a1.5 1.5 0 0 1 1.139.524L25.969 12H20.5a3.5 3.5 0 0 0-3.465 3h-2.07a3.5 3.5 0 0 0-3.465-3H6.031zM28 15.5v4a2.5 2.5 0 0 1-2.5 2.5h-4a2.5 2.5 0 0 1-2.5-2.5v-4a1.5 1.5 0 0 1 1.5-1.5h6a1.5 1.5 0 0 1 1.5 1.5m-15 0v4a2.5 2.5 0 0 1-2.5 2.5h-4A2.5 2.5 0 0 1 4 19.5v-4A1.5 1.5 0 0 1 5.5 14h6a1.5 1.5 0 0 1 1.5 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.01 8.524A1.5 1.5 0 0 1 10.15 8H12a1 1 0 1 0 0-2h-1.85a3.5 3.5 0 0 0-2.658 1.222l-4.65 5.425A3.5 3.5 0 0 0 2 14.925V19.5A4.5 4.5 0 0 0 6.5 24h4a4.5 4.5 0 0 0 4.5-4.5V17h2v2.5a4.5 4.5 0 0 0 4.5 4.5h4a4.5 4.5 0 0 0 4.5-4.5v-4.575a3.5 3.5 0 0 0-.843-2.278l-4.65-5.425A3.5 3.5 0 0 0 21.85 6H20a1 1 0 1 0 0 2h1.85a1.5 1.5 0 0 1 1.139.524L25.969 12H20.5a3.5 3.5 0 0 0-3.465 3h-2.07a3.5 3.5 0 0 0-3.465-3H6.031zM28 15.5v4a2.5 2.5 0 0 1-2.5 2.5h-4a2.5 2.5 0 0 1-2.5-2.5v-4a1.5 1.5 0 0 1 1.5-1.5h6a1.5 1.5 0 0 1 1.5 1.5m-15 0v4a2.5 2.5 0 0 1-2.5 2.5h-4A2.5 2.5 0 0 1 4 19.5v-4A1.5 1.5 0 0 1 5.5 14h6a1.5 1.5 0 0 1 1.5 1.5"/></svg> </template>
CSS
.icon-glasses-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.01%208.524A1.5%201.5%200%200%201%2010.15%208H12a1%201%200%201%200%200-2h-1.85a3.5%203.5%200%200%200-2.658%201.222l-4.65%205.425A3.5%203.5%200%200%200%202%2014.925V19.5A4.5%204.5%200%200%200%206.5%2024h4a4.5%204.5%200%200%200%204.5-4.5V17h2v2.5a4.5%204.5%200%200%200%204.5%204.5h4a4.5%204.5%200%200%200%204.5-4.5v-4.575a3.5%203.5%200%200%200-.843-2.278l-4.65-5.425A3.5%203.5%200%200%200%2021.85%206H20a1%201%200%201%200%200%202h1.85a1.5%201.5%200%200%201%201.139.524L25.969%2012H20.5a3.5%203.5%200%200%200-3.465%203h-2.07a3.5%203.5%200%200%200-3.465-3H6.031zM28%2015.5v4a2.5%202.5%200%200%201-2.5%202.5h-4a2.5%202.5%200%200%201-2.5-2.5v-4a1.5%201.5%200%200%201%201.5-1.5h6a1.5%201.5%200%200%201%201.5%201.5m-15%200v4a2.5%202.5%200%200%201-2.5%202.5h-4A2.5%202.5%200%200%201%204%2019.5v-4A1.5%201.5%200%200%201%205.5%2014h6a1.5%201.5%200%200%201%201.5%201.5%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.01%208.524A1.5%201.5%200%200%201%2010.15%208H12a1%201%200%201%200%200-2h-1.85a3.5%203.5%200%200%200-2.658%201.222l-4.65%205.425A3.5%203.5%200%200%200%202%2014.925V19.5A4.5%204.5%200%200%200%206.5%2024h4a4.5%204.5%200%200%200%204.5-4.5V17h2v2.5a4.5%204.5%200%200%200%204.5%204.5h4a4.5%204.5%200%200%200%204.5-4.5v-4.575a3.5%203.5%200%200%200-.843-2.278l-4.65-5.425A3.5%203.5%200%200%200%2021.85%206H20a1%201%200%201%200%200%202h1.85a1.5%201.5%200%200%201%201.139.524L25.969%2012H20.5a3.5%203.5%200%200%200-3.465%203h-2.07a3.5%203.5%200%200%200-3.465-3H6.031zM28%2015.5v4a2.5%202.5%200%200%201-2.5%202.5h-4a2.5%202.5%200%200%201-2.5-2.5v-4a1.5%201.5%200%200%201%201.5-1.5h6a1.5%201.5%200%200%201%201.5%201.5m-15%200v4a2.5%202.5%200%200%201-2.5%202.5h-4A2.5%202.5%200%200%201%204%2019.5v-4A1.5%201.5%200%200%201%205.5%2014h6a1.5%201.5%200%200%201%201.5%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/glasses-32-regular.svg?color=%231a73e8&size=48