glasses off icon
glasses-off-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- glasses-off-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
Use the glasses off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m34.232 36l7.634 7.634a1.25 1.25 0 0 0 1.768-1.768l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768l6.838 6.838l-5.744 6.21c-.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-5h.732L26 27.768V29.5a6.5 6.5 0 0 0 6.5 6.5zm-18-18H9.96l3.014-3.259zM44 29.5a6.5 6.5 0 0 1-3.931 5.973l-13.96-13.96A4.5 4.5 0 0 1 30.5 18h7.541l-4.568-4.938a1.75 1.75 0 0 0-1.285-.562H29.25a1.25 1.25 0 1 1 0-2.5h2.938a4.25 4.25 0 0 1 3.12 1.364l7.232 7.818c.287.263.54.563.75.892c.46.693.71 1.51.71 2.35zm-25.25-17h-1.654l-2.361-2.361A4.3 4.3 0 0 1 15.812 10h2.938a1.25 1.25 0 1 1 0 2.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlassesOff48Filled(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="m34.232 36l7.634 7.634a1.25 1.25 0 0 0 1.768-1.768l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768l6.838 6.838l-5.744 6.21c-.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-5h.732L26 27.768V29.5a6.5 6.5 0 0 0 6.5 6.5zm-18-18H9.96l3.014-3.259zM44 29.5a6.5 6.5 0 0 1-3.931 5.973l-13.96-13.96A4.5 4.5 0 0 1 30.5 18h7.541l-4.568-4.938a1.75 1.75 0 0 0-1.285-.562H29.25a1.25 1.25 0 1 1 0-2.5h2.938a4.25 4.25 0 0 1 3.12 1.364l7.232 7.818c.287.263.54.563.75.892c.46.693.71 1.51.71 2.35zm-25.25-17h-1.654l-2.361-2.361A4.3 4.3 0 0 1 15.812 10h2.938a1.25 1.25 0 1 1 0 2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m34.232 36l7.634 7.634a1.25 1.25 0 0 0 1.768-1.768l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768l6.838 6.838l-5.744 6.21c-.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-5h.732L26 27.768V29.5a6.5 6.5 0 0 0 6.5 6.5zm-18-18H9.96l3.014-3.259zM44 29.5a6.5 6.5 0 0 1-3.931 5.973l-13.96-13.96A4.5 4.5 0 0 1 30.5 18h7.541l-4.568-4.938a1.75 1.75 0 0 0-1.285-.562H29.25a1.25 1.25 0 1 1 0-2.5h2.938a4.25 4.25 0 0 1 3.12 1.364l7.232 7.818c.287.263.54.563.75.892c.46.693.71 1.51.71 2.35zm-25.25-17h-1.654l-2.361-2.361A4.3 4.3 0 0 1 15.812 10h2.938a1.25 1.25 0 1 1 0 2.5"/></svg> </template>
CSS
.icon-glasses-off-48-filled {
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%22m34.232%2036l7.634%207.634a1.25%201.25%200%200%200%201.768-1.768l-37.5-37.5a1.25%201.25%200%201%200-1.768%201.768l6.838%206.838l-5.744%206.21c-.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-5h.732L26%2027.768V29.5a6.5%206.5%200%200%200%206.5%206.5zm-18-18H9.96l3.014-3.259zM44%2029.5a6.5%206.5%200%200%201-3.931%205.973l-13.96-13.96A4.5%204.5%200%200%201%2030.5%2018h7.541l-4.568-4.938a1.75%201.75%200%200%200-1.285-.562H29.25a1.25%201.25%200%201%201%200-2.5h2.938a4.25%204.25%200%200%201%203.12%201.364l7.232%207.818c.287.263.54.563.75.892c.46.693.71%201.51.71%202.35zm-25.25-17h-1.654l-2.361-2.361A4.3%204.3%200%200%201%2015.812%2010h2.938a1.25%201.25%200%201%201%200%202.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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m34.232%2036l7.634%207.634a1.25%201.25%200%200%200%201.768-1.768l-37.5-37.5a1.25%201.25%200%201%200-1.768%201.768l6.838%206.838l-5.744%206.21c-.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-5h.732L26%2027.768V29.5a6.5%206.5%200%200%200%206.5%206.5zm-18-18H9.96l3.014-3.259zM44%2029.5a6.5%206.5%200%200%201-3.931%205.973l-13.96-13.96A4.5%204.5%200%200%201%2030.5%2018h7.541l-4.568-4.938a1.75%201.75%200%200%200-1.285-.562H29.25a1.25%201.25%200%201%201%200-2.5h2.938a4.25%204.25%200%200%201%203.12%201.364l7.232%207.818c.287.263.54.563.75.892c.46.693.71%201.51.71%202.35zm-25.25-17h-1.654l-2.361-2.361A4.3%204.3%200%200%201%2015.812%2010h2.938a1.25%201.25%200%201%201%200%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/glasses-off-48-filled.svg?color=%231a73e8&size=48