glasses icon
glasses-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- glasses-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M7.909 5h1.34a.75.75 0 0 1 .102 1.493L9.25 6.5H7.91a.75.75 0 0 0-.477.17l-.075.073l-2.074 2.256H8.75a2.25 2.25 0 0 1 2.237 2.005h2.027A2.25 2.25 0 0 1 15.25 9l3.477-.001l-2.083-2.258a.75.75 0 0 0-.448-.234l-.104-.007h-1.345a.75.75 0 0 1-.102-1.493L14.747 5h1.346a2.25 2.25 0 0 1 1.52.592l.133.132l3.642 3.947q.075.083.122.178c.306.384.489.871.489 1.4v3.497a3.25 3.25 0 0 1-3.25 3.25H16.25a3.25 3.25 0 0 1-3.25-3.25l-.001-2.242h-2.001v2.242a3.25 3.25 0 0 1-3.25 3.25H5.25A3.25 3.25 0 0 1 2 14.746V11.25c0-.562.206-1.076.546-1.47l.038-.055l.044-.052l3.624-3.945a2.25 2.25 0 0 1 1.469-.72zh1.34zm.84 5.5H4.25a.75.75 0 0 0-.75.75v3.496c0 .967.784 1.75 1.75 1.75h2.499a1.75 1.75 0 0 0 1.75-1.75V11.25a.75.75 0 0 0-.75-.75m11 0H15.25a.75.75 0 0 0-.75.75v3.496c0 .967.784 1.75 1.75 1.75h2.499a1.75 1.75 0 0 0 1.75-1.75V11.25a.75.75 0 0 0-.75-.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlasses24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.909 5h1.34a.75.75 0 0 1 .102 1.493L9.25 6.5H7.91a.75.75 0 0 0-.477.17l-.075.073l-2.074 2.256H8.75a2.25 2.25 0 0 1 2.237 2.005h2.027A2.25 2.25 0 0 1 15.25 9l3.477-.001l-2.083-2.258a.75.75 0 0 0-.448-.234l-.104-.007h-1.345a.75.75 0 0 1-.102-1.493L14.747 5h1.346a2.25 2.25 0 0 1 1.52.592l.133.132l3.642 3.947q.075.083.122.178c.306.384.489.871.489 1.4v3.497a3.25 3.25 0 0 1-3.25 3.25H16.25a3.25 3.25 0 0 1-3.25-3.25l-.001-2.242h-2.001v2.242a3.25 3.25 0 0 1-3.25 3.25H5.25A3.25 3.25 0 0 1 2 14.746V11.25c0-.562.206-1.076.546-1.47l.038-.055l.044-.052l3.624-3.945a2.25 2.25 0 0 1 1.469-.72zh1.34zm.84 5.5H4.25a.75.75 0 0 0-.75.75v3.496c0 .967.784 1.75 1.75 1.75h2.499a1.75 1.75 0 0 0 1.75-1.75V11.25a.75.75 0 0 0-.75-.75m11 0H15.25a.75.75 0 0 0-.75.75v3.496c0 .967.784 1.75 1.75 1.75h2.499a1.75 1.75 0 0 0 1.75-1.75V11.25a.75.75 0 0 0-.75-.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.909 5h1.34a.75.75 0 0 1 .102 1.493L9.25 6.5H7.91a.75.75 0 0 0-.477.17l-.075.073l-2.074 2.256H8.75a2.25 2.25 0 0 1 2.237 2.005h2.027A2.25 2.25 0 0 1 15.25 9l3.477-.001l-2.083-2.258a.75.75 0 0 0-.448-.234l-.104-.007h-1.345a.75.75 0 0 1-.102-1.493L14.747 5h1.346a2.25 2.25 0 0 1 1.52.592l.133.132l3.642 3.947q.075.083.122.178c.306.384.489.871.489 1.4v3.497a3.25 3.25 0 0 1-3.25 3.25H16.25a3.25 3.25 0 0 1-3.25-3.25l-.001-2.242h-2.001v2.242a3.25 3.25 0 0 1-3.25 3.25H5.25A3.25 3.25 0 0 1 2 14.746V11.25c0-.562.206-1.076.546-1.47l.038-.055l.044-.052l3.624-3.945a2.25 2.25 0 0 1 1.469-.72zh1.34zm.84 5.5H4.25a.75.75 0 0 0-.75.75v3.496c0 .967.784 1.75 1.75 1.75h2.499a1.75 1.75 0 0 0 1.75-1.75V11.25a.75.75 0 0 0-.75-.75m11 0H15.25a.75.75 0 0 0-.75.75v3.496c0 .967.784 1.75 1.75 1.75h2.499a1.75 1.75 0 0 0 1.75-1.75V11.25a.75.75 0 0 0-.75-.75"/></svg> </template>
CSS
.icon-glasses-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.909%205h1.34a.75.75%200%200%201%20.102%201.493L9.25%206.5H7.91a.75.75%200%200%200-.477.17l-.075.073l-2.074%202.256H8.75a2.25%202.25%200%200%201%202.237%202.005h2.027A2.25%202.25%200%200%201%2015.25%209l3.477-.001l-2.083-2.258a.75.75%200%200%200-.448-.234l-.104-.007h-1.345a.75.75%200%200%201-.102-1.493L14.747%205h1.346a2.25%202.25%200%200%201%201.52.592l.133.132l3.642%203.947q.075.083.122.178c.306.384.489.871.489%201.4v3.497a3.25%203.25%200%200%201-3.25%203.25H16.25a3.25%203.25%200%200%201-3.25-3.25l-.001-2.242h-2.001v2.242a3.25%203.25%200%200%201-3.25%203.25H5.25A3.25%203.25%200%200%201%202%2014.746V11.25c0-.562.206-1.076.546-1.47l.038-.055l.044-.052l3.624-3.945a2.25%202.25%200%200%201%201.469-.72zh1.34zm.84%205.5H4.25a.75.75%200%200%200-.75.75v3.496c0%20.967.784%201.75%201.75%201.75h2.499a1.75%201.75%200%200%200%201.75-1.75V11.25a.75.75%200%200%200-.75-.75m11%200H15.25a.75.75%200%200%200-.75.75v3.496c0%20.967.784%201.75%201.75%201.75h2.499a1.75%201.75%200%200%200%201.75-1.75V11.25a.75.75%200%200%200-.75-.75%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.909%205h1.34a.75.75%200%200%201%20.102%201.493L9.25%206.5H7.91a.75.75%200%200%200-.477.17l-.075.073l-2.074%202.256H8.75a2.25%202.25%200%200%201%202.237%202.005h2.027A2.25%202.25%200%200%201%2015.25%209l3.477-.001l-2.083-2.258a.75.75%200%200%200-.448-.234l-.104-.007h-1.345a.75.75%200%200%201-.102-1.493L14.747%205h1.346a2.25%202.25%200%200%201%201.52.592l.133.132l3.642%203.947q.075.083.122.178c.306.384.489.871.489%201.4v3.497a3.25%203.25%200%200%201-3.25%203.25H16.25a3.25%203.25%200%200%201-3.25-3.25l-.001-2.242h-2.001v2.242a3.25%203.25%200%200%201-3.25%203.25H5.25A3.25%203.25%200%200%201%202%2014.746V11.25c0-.562.206-1.076.546-1.47l.038-.055l.044-.052l3.624-3.945a2.25%202.25%200%200%201%201.469-.72zh1.34zm.84%205.5H4.25a.75.75%200%200%200-.75.75v3.496c0%20.967.784%201.75%201.75%201.75h2.499a1.75%201.75%200%200%200%201.75-1.75V11.25a.75.75%200%200%200-.75-.75m11%200H15.25a.75.75%200%200%200-.75.75v3.496c0%20.967.784%201.75%201.75%201.75h2.499a1.75%201.75%200%200%200%201.75-1.75V11.25a.75.75%200%200%200-.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/glasses-24-regular.svg?color=%231a73e8&size=48