glasses icon
glasses from Font Awesome 6 Solid by Dave Gandy · Regular · Business · CC-BY-4.0 Attribution required.
- Name
- glasses
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Business
- Viewbox
- 576×512
- License
- CC BY 4.0
The same icon in other sets
glassesAkar IconsglassesBoxIcons v2glassesEmoji One (Colored)glassesFont Awesome Solidglasses-16-filledFluent UI System IconsglassesFluent EmojiglassesFluent Emoji FlatglassesFluent Emoji High ContrastglassesFirefox OS EmojiglassesHuge IconsglassesIconParkglassesIconPark OutlineglassesIconPark SolidglassesIconPark TwoToneglassesIconoirglassesIonIconsglassesLine AwesomeglassesLucideglassesMaterial Design IconsglassesMyna UI IconsglassesNoto EmojiglassesOpenMojiglasses-fillRemix Iconglasses-boldSolar
More business icons from Font Awesome 6 Solid
Use the glasses icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M118.6 80c-11.5 0-21.4 7.9-24 19.1L57 260.3c20.5-6.2 48.3-12.3 78.7-12.3c32.3 0 61.8 6.9 82.8 13.5c10.6 3.3 19.3 6.7 25.4 9.2c3.1 1.3 5.5 2.4 7.3 3.2c.9.4 1.6.7 2.1 1l.6.3l.2.1h.1l-6.3 12.7l6.3-12.7c5.8 2.9 10.4 7.3 13.5 12.7h40.6c3.1-5.3 7.7-9.8 13.5-12.7l6.3 12.7l-6.3-12.7h.1l.2-.1l.6-.3c.5-.2 1.2-.6 2.1-1c1.8-.8 4.2-1.9 7.3-3.2c6.1-2.6 14.8-5.9 25.4-9.2c21-6.6 50.4-13.5 82.8-13.5c30.4 0 58.2 6.1 78.7 12.3L481.4 99.1c-2.6-11.2-12.6-19.1-24-19.1c-3.1 0-6.2.6-9.2 1.8l-31.3 12.5c-12.3 4.9-26.3-1.1-31.2-13.4s1.1-26.3 13.4-31.2l31.3-12.5c8.6-3.4 17.7-5.2 27-5.2c33.8 0 63.1 23.3 70.8 56.2l43.9 188c1.7 7.3 2.9 14.7 3.5 22.1c.3 1.9.5 3.8.5 5.7v64c0 61.9-50.1 112-112 112h-44.3c-59.4 0-108.5-46.4-111.8-105.8l-1.4-22.2h-37.2l-1.2 22.2C264.9 433.6 215.8 480 156.3 480H112C50.1 480 0 429.9 0 368v-64c0-1.9.2-3.8.5-5.7c.6-7.4 1.8-14.8 3.5-22.1l43.9-188C55.5 55.3 84.8 32 118.6 32c9.2 0 18.4 1.8 27 5.2l31.3 12.5c12.3 4.9 18.3 18.9 13.4 31.2s-18.9 18.3-31.2 13.4l-31.3-12.5c-2.9-1.2-6-1.8-9.2-1.8M64 325.4V368c0 26.5 21.5 48 48 48h44.3c25.5 0 46.5-19.9 47.9-45.3l2.5-45.6c-2.3-.8-4.9-1.7-7.5-2.5c-17.2-5.4-39.9-10.5-63.6-10.5s-46.2 5.1-63.2 10.5c-3.1 1-5.9 1.9-8.5 2.9zM512 368v-42.6c-2.6-.9-5.5-1.9-8.5-2.9c-17-5.4-39.5-10.5-63.2-10.5s-46.4 5.1-63.6 10.5c-2.7.8-5.2 1.7-7.5 2.5l2.5 45.6c1.4 25.4 22.5 45.3 47.9 45.3h44.3c26.5 0 48-21.5 48-48z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidGlasses(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M118.6 80c-11.5 0-21.4 7.9-24 19.1L57 260.3c20.5-6.2 48.3-12.3 78.7-12.3c32.3 0 61.8 6.9 82.8 13.5c10.6 3.3 19.3 6.7 25.4 9.2c3.1 1.3 5.5 2.4 7.3 3.2c.9.4 1.6.7 2.1 1l.6.3l.2.1h.1l-6.3 12.7l6.3-12.7c5.8 2.9 10.4 7.3 13.5 12.7h40.6c3.1-5.3 7.7-9.8 13.5-12.7l6.3 12.7l-6.3-12.7h.1l.2-.1l.6-.3c.5-.2 1.2-.6 2.1-1c1.8-.8 4.2-1.9 7.3-3.2c6.1-2.6 14.8-5.9 25.4-9.2c21-6.6 50.4-13.5 82.8-13.5c30.4 0 58.2 6.1 78.7 12.3L481.4 99.1c-2.6-11.2-12.6-19.1-24-19.1c-3.1 0-6.2.6-9.2 1.8l-31.3 12.5c-12.3 4.9-26.3-1.1-31.2-13.4s1.1-26.3 13.4-31.2l31.3-12.5c8.6-3.4 17.7-5.2 27-5.2c33.8 0 63.1 23.3 70.8 56.2l43.9 188c1.7 7.3 2.9 14.7 3.5 22.1c.3 1.9.5 3.8.5 5.7v64c0 61.9-50.1 112-112 112h-44.3c-59.4 0-108.5-46.4-111.8-105.8l-1.4-22.2h-37.2l-1.2 22.2C264.9 433.6 215.8 480 156.3 480H112C50.1 480 0 429.9 0 368v-64c0-1.9.2-3.8.5-5.7c.6-7.4 1.8-14.8 3.5-22.1l43.9-188C55.5 55.3 84.8 32 118.6 32c9.2 0 18.4 1.8 27 5.2l31.3 12.5c12.3 4.9 18.3 18.9 13.4 31.2s-18.9 18.3-31.2 13.4l-31.3-12.5c-2.9-1.2-6-1.8-9.2-1.8M64 325.4V368c0 26.5 21.5 48 48 48h44.3c25.5 0 46.5-19.9 47.9-45.3l2.5-45.6c-2.3-.8-4.9-1.7-7.5-2.5c-17.2-5.4-39.9-10.5-63.6-10.5s-46.2 5.1-63.2 10.5c-3.1 1-5.9 1.9-8.5 2.9zM512 368v-42.6c-2.6-.9-5.5-1.9-8.5-2.9c-17-5.4-39.5-10.5-63.2-10.5s-46.4 5.1-63.6 10.5c-2.7.8-5.2 1.7-7.5 2.5l2.5 45.6c1.4 25.4 22.5 45.3 47.9 45.3h44.3c26.5 0 48-21.5 48-48z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M118.6 80c-11.5 0-21.4 7.9-24 19.1L57 260.3c20.5-6.2 48.3-12.3 78.7-12.3c32.3 0 61.8 6.9 82.8 13.5c10.6 3.3 19.3 6.7 25.4 9.2c3.1 1.3 5.5 2.4 7.3 3.2c.9.4 1.6.7 2.1 1l.6.3l.2.1h.1l-6.3 12.7l6.3-12.7c5.8 2.9 10.4 7.3 13.5 12.7h40.6c3.1-5.3 7.7-9.8 13.5-12.7l6.3 12.7l-6.3-12.7h.1l.2-.1l.6-.3c.5-.2 1.2-.6 2.1-1c1.8-.8 4.2-1.9 7.3-3.2c6.1-2.6 14.8-5.9 25.4-9.2c21-6.6 50.4-13.5 82.8-13.5c30.4 0 58.2 6.1 78.7 12.3L481.4 99.1c-2.6-11.2-12.6-19.1-24-19.1c-3.1 0-6.2.6-9.2 1.8l-31.3 12.5c-12.3 4.9-26.3-1.1-31.2-13.4s1.1-26.3 13.4-31.2l31.3-12.5c8.6-3.4 17.7-5.2 27-5.2c33.8 0 63.1 23.3 70.8 56.2l43.9 188c1.7 7.3 2.9 14.7 3.5 22.1c.3 1.9.5 3.8.5 5.7v64c0 61.9-50.1 112-112 112h-44.3c-59.4 0-108.5-46.4-111.8-105.8l-1.4-22.2h-37.2l-1.2 22.2C264.9 433.6 215.8 480 156.3 480H112C50.1 480 0 429.9 0 368v-64c0-1.9.2-3.8.5-5.7c.6-7.4 1.8-14.8 3.5-22.1l43.9-188C55.5 55.3 84.8 32 118.6 32c9.2 0 18.4 1.8 27 5.2l31.3 12.5c12.3 4.9 18.3 18.9 13.4 31.2s-18.9 18.3-31.2 13.4l-31.3-12.5c-2.9-1.2-6-1.8-9.2-1.8M64 325.4V368c0 26.5 21.5 48 48 48h44.3c25.5 0 46.5-19.9 47.9-45.3l2.5-45.6c-2.3-.8-4.9-1.7-7.5-2.5c-17.2-5.4-39.9-10.5-63.6-10.5s-46.2 5.1-63.2 10.5c-3.1 1-5.9 1.9-8.5 2.9zM512 368v-42.6c-2.6-.9-5.5-1.9-8.5-2.9c-17-5.4-39.5-10.5-63.2-10.5s-46.4 5.1-63.6 10.5c-2.7.8-5.2 1.7-7.5 2.5l2.5 45.6c1.4 25.4 22.5 45.3 47.9 45.3h44.3c26.5 0 48-21.5 48-48z"/></svg> </template>
CSS
.icon-glasses {
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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M118.6%2080c-11.5%200-21.4%207.9-24%2019.1L57%20260.3c20.5-6.2%2048.3-12.3%2078.7-12.3c32.3%200%2061.8%206.9%2082.8%2013.5c10.6%203.3%2019.3%206.7%2025.4%209.2c3.1%201.3%205.5%202.4%207.3%203.2c.9.4%201.6.7%202.1%201l.6.3l.2.1h.1l-6.3%2012.7l6.3-12.7c5.8%202.9%2010.4%207.3%2013.5%2012.7h40.6c3.1-5.3%207.7-9.8%2013.5-12.7l6.3%2012.7l-6.3-12.7h.1l.2-.1l.6-.3c.5-.2%201.2-.6%202.1-1c1.8-.8%204.2-1.9%207.3-3.2c6.1-2.6%2014.8-5.9%2025.4-9.2c21-6.6%2050.4-13.5%2082.8-13.5c30.4%200%2058.2%206.1%2078.7%2012.3L481.4%2099.1c-2.6-11.2-12.6-19.1-24-19.1c-3.1%200-6.2.6-9.2%201.8l-31.3%2012.5c-12.3%204.9-26.3-1.1-31.2-13.4s1.1-26.3%2013.4-31.2l31.3-12.5c8.6-3.4%2017.7-5.2%2027-5.2c33.8%200%2063.1%2023.3%2070.8%2056.2l43.9%20188c1.7%207.3%202.9%2014.7%203.5%2022.1c.3%201.9.5%203.8.5%205.7v64c0%2061.9-50.1%20112-112%20112h-44.3c-59.4%200-108.5-46.4-111.8-105.8l-1.4-22.2h-37.2l-1.2%2022.2C264.9%20433.6%20215.8%20480%20156.3%20480H112C50.1%20480%200%20429.9%200%20368v-64c0-1.9.2-3.8.5-5.7c.6-7.4%201.8-14.8%203.5-22.1l43.9-188C55.5%2055.3%2084.8%2032%20118.6%2032c9.2%200%2018.4%201.8%2027%205.2l31.3%2012.5c12.3%204.9%2018.3%2018.9%2013.4%2031.2s-18.9%2018.3-31.2%2013.4l-31.3-12.5c-2.9-1.2-6-1.8-9.2-1.8M64%20325.4V368c0%2026.5%2021.5%2048%2048%2048h44.3c25.5%200%2046.5-19.9%2047.9-45.3l2.5-45.6c-2.3-.8-4.9-1.7-7.5-2.5c-17.2-5.4-39.9-10.5-63.6-10.5s-46.2%205.1-63.2%2010.5c-3.1%201-5.9%201.9-8.5%202.9zM512%20368v-42.6c-2.6-.9-5.5-1.9-8.5-2.9c-17-5.4-39.5-10.5-63.2-10.5s-46.4%205.1-63.6%2010.5c-2.7.8-5.2%201.7-7.5%202.5l2.5%2045.6c1.4%2025.4%2022.5%2045.3%2047.9%2045.3h44.3c26.5%200%2048-21.5%2048-48z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M118.6%2080c-11.5%200-21.4%207.9-24%2019.1L57%20260.3c20.5-6.2%2048.3-12.3%2078.7-12.3c32.3%200%2061.8%206.9%2082.8%2013.5c10.6%203.3%2019.3%206.7%2025.4%209.2c3.1%201.3%205.5%202.4%207.3%203.2c.9.4%201.6.7%202.1%201l.6.3l.2.1h.1l-6.3%2012.7l6.3-12.7c5.8%202.9%2010.4%207.3%2013.5%2012.7h40.6c3.1-5.3%207.7-9.8%2013.5-12.7l6.3%2012.7l-6.3-12.7h.1l.2-.1l.6-.3c.5-.2%201.2-.6%202.1-1c1.8-.8%204.2-1.9%207.3-3.2c6.1-2.6%2014.8-5.9%2025.4-9.2c21-6.6%2050.4-13.5%2082.8-13.5c30.4%200%2058.2%206.1%2078.7%2012.3L481.4%2099.1c-2.6-11.2-12.6-19.1-24-19.1c-3.1%200-6.2.6-9.2%201.8l-31.3%2012.5c-12.3%204.9-26.3-1.1-31.2-13.4s1.1-26.3%2013.4-31.2l31.3-12.5c8.6-3.4%2017.7-5.2%2027-5.2c33.8%200%2063.1%2023.3%2070.8%2056.2l43.9%20188c1.7%207.3%202.9%2014.7%203.5%2022.1c.3%201.9.5%203.8.5%205.7v64c0%2061.9-50.1%20112-112%20112h-44.3c-59.4%200-108.5-46.4-111.8-105.8l-1.4-22.2h-37.2l-1.2%2022.2C264.9%20433.6%20215.8%20480%20156.3%20480H112C50.1%20480%200%20429.9%200%20368v-64c0-1.9.2-3.8.5-5.7c.6-7.4%201.8-14.8%203.5-22.1l43.9-188C55.5%2055.3%2084.8%2032%20118.6%2032c9.2%200%2018.4%201.8%2027%205.2l31.3%2012.5c12.3%204.9%2018.3%2018.9%2013.4%2031.2s-18.9%2018.3-31.2%2013.4l-31.3-12.5c-2.9-1.2-6-1.8-9.2-1.8M64%20325.4V368c0%2026.5%2021.5%2048%2048%2048h44.3c25.5%200%2046.5-19.9%2047.9-45.3l2.5-45.6c-2.3-.8-4.9-1.7-7.5-2.5c-17.2-5.4-39.9-10.5-63.6-10.5s-46.2%205.1-63.2%2010.5c-3.1%201-5.9%201.9-8.5%202.9zM512%20368v-42.6c-2.6-.9-5.5-1.9-8.5-2.9c-17-5.4-39.5-10.5-63.2-10.5s-46.4%205.1-63.6%2010.5c-2.7.8-5.2%201.7-7.5%202.5l2.5%2045.6c1.4%2025.4%2022.5%2045.3%2047.9%2045.3h44.3c26.5%200%2048-21.5%2048-48z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/glasses.svg?color=%231a73e8&size=48