glasses-off-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
glasses-off-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="m22.586 24l5.707 5.707a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414L6.715 8.13l-3.872 4.517A3.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.5V17h.586L17 18.415V19.5a4.5 4.5 0 0 0 4.5 4.5zm-12-12H6.032l2.101-2.452zm16.616 11.667l-9.799-9.799A3.5 3.5 0 0 1 20.5 12h5.469l-2.98-3.476A1.5 1.5 0 0 0 21.85 8H20a1 1 0 1 1 0-2h1.85a3.5 3.5 0 0 1 2.658 1.222l4.65 5.425A3.5 3.5 0 0 1 30 14.925V19.5a4.5 4.5 0 0 1-2.798 4.167M9.582 6.047L11.534 8H12a1 1 0 1 0 0-2h-1.85a3.5 3.5 0 0 0-.569.047"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlassesOff32Filled(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="m22.586 24l5.707 5.707a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414L6.715 8.13l-3.872 4.517A3.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.5V17h.586L17 18.415V19.5a4.5 4.5 0 0 0 4.5 4.5zm-12-12H6.032l2.101-2.452zm16.616 11.667l-9.799-9.799A3.5 3.5 0 0 1 20.5 12h5.469l-2.98-3.476A1.5 1.5 0 0 0 21.85 8H20a1 1 0 1 1 0-2h1.85a3.5 3.5 0 0 1 2.658 1.222l4.65 5.425A3.5 3.5 0 0 1 30 14.925V19.5a4.5 4.5 0 0 1-2.798 4.167M9.582 6.047L11.534 8H12a1 1 0 1 0 0-2h-1.85a3.5 3.5 0 0 0-.569.047"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m22.586 24l5.707 5.707a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414L6.715 8.13l-3.872 4.517A3.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.5V17h.586L17 18.415V19.5a4.5 4.5 0 0 0 4.5 4.5zm-12-12H6.032l2.101-2.452zm16.616 11.667l-9.799-9.799A3.5 3.5 0 0 1 20.5 12h5.469l-2.98-3.476A1.5 1.5 0 0 0 21.85 8H20a1 1 0 1 1 0-2h1.85a3.5 3.5 0 0 1 2.658 1.222l4.65 5.425A3.5 3.5 0 0 1 30 14.925V19.5a4.5 4.5 0 0 1-2.798 4.167M9.582 6.047L11.534 8H12a1 1 0 1 0 0-2h-1.85a3.5 3.5 0 0 0-.569.047"/></svg>
</template>

CSS

.icon-glasses-off-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.586%2024l5.707%205.707a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%200%200-1.414%201.414L6.715%208.13l-3.872%204.517A3.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.5V17h.586L17%2018.415V19.5a4.5%204.5%200%200%200%204.5%204.5zm-12-12H6.032l2.101-2.452zm16.616%2011.667l-9.799-9.799A3.5%203.5%200%200%201%2020.5%2012h5.469l-2.98-3.476A1.5%201.5%200%200%200%2021.85%208H20a1%201%200%201%201%200-2h1.85a3.5%203.5%200%200%201%202.658%201.222l4.65%205.425A3.5%203.5%200%200%201%2030%2014.925V19.5a4.5%204.5%200%200%201-2.798%204.167M9.582%206.047L11.534%208H12a1%201%200%201%200%200-2h-1.85a3.5%203.5%200%200%200-.569.047%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%22m22.586%2024l5.707%205.707a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%200%200-1.414%201.414L6.715%208.13l-3.872%204.517A3.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.5V17h.586L17%2018.415V19.5a4.5%204.5%200%200%200%204.5%204.5zm-12-12H6.032l2.101-2.452zm16.616%2011.667l-9.799-9.799A3.5%203.5%200%200%201%2020.5%2012h5.469l-2.98-3.476A1.5%201.5%200%200%200%2021.85%208H20a1%201%200%201%201%200-2h1.85a3.5%203.5%200%200%201%202.658%201.222l4.65%205.425A3.5%203.5%200%200%201%2030%2014.925V19.5a4.5%204.5%200%200%201-2.798%204.167M9.582%206.047L11.534%208H12a1%201%200%201%200%200-2h-1.85a3.5%203.5%200%200%200-.569.047%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/glasses-off-32-filled.svg?color=%231a73e8&size=48