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

Name
glasses-off-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708L4.89 5.598L2.362 8.523A1.5 1.5 0 0 0 2 9.5v3A2.5 2.5 0 0 0 4.5 15h2A2.5 2.5 0 0 0 9 12.5V11h1.293l.707.707v.793a2.5 2.5 0 0 0 2.5 2.5h.793l2.853 2.854a.5.5 0 0 0 .708-.708zM7.293 8H4.136l1.463-1.693zm9.48 6.652l-5.678-5.678A1.5 1.5 0 0 1 12.5 8h3.357L13.57 5.347A1 1 0 0 0 12.813 5H12a.5.5 0 0 1 0-1h.813a2 2 0 0 1 1.515.694l3.204 3.718c.288.273.468.66.468 1.088v3c0 .916-.492 1.716-1.227 2.152M6.32 4.198l.804.804L7.186 5H8a.5.5 0 0 0 0-1h-.814a2 2 0 0 0-.867.198"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlassesOff20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708L4.89 5.598L2.362 8.523A1.5 1.5 0 0 0 2 9.5v3A2.5 2.5 0 0 0 4.5 15h2A2.5 2.5 0 0 0 9 12.5V11h1.293l.707.707v.793a2.5 2.5 0 0 0 2.5 2.5h.793l2.853 2.854a.5.5 0 0 0 .708-.708zM7.293 8H4.136l1.463-1.693zm9.48 6.652l-5.678-5.678A1.5 1.5 0 0 1 12.5 8h3.357L13.57 5.347A1 1 0 0 0 12.813 5H12a.5.5 0 0 1 0-1h.813a2 2 0 0 1 1.515.694l3.204 3.718c.288.273.468.66.468 1.088v3c0 .916-.492 1.716-1.227 2.152M6.32 4.198l.804.804L7.186 5H8a.5.5 0 0 0 0-1h-.814a2 2 0 0 0-.867.198"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708L4.89 5.598L2.362 8.523A1.5 1.5 0 0 0 2 9.5v3A2.5 2.5 0 0 0 4.5 15h2A2.5 2.5 0 0 0 9 12.5V11h1.293l.707.707v.793a2.5 2.5 0 0 0 2.5 2.5h.793l2.853 2.854a.5.5 0 0 0 .708-.708zM7.293 8H4.136l1.463-1.693zm9.48 6.652l-5.678-5.678A1.5 1.5 0 0 1 12.5 8h3.357L13.57 5.347A1 1 0 0 0 12.813 5H12a.5.5 0 0 1 0-1h.813a2 2 0 0 1 1.515.694l3.204 3.718c.288.273.468.66.468 1.088v3c0 .916-.492 1.716-1.227 2.152M6.32 4.198l.804.804L7.186 5H8a.5.5 0 0 0 0-1h-.814a2 2 0 0 0-.867.198"/></svg>
</template>

CSS

.icon-glasses-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.854%202.146a.5.5%200%201%200-.708.708L4.89%205.598L2.362%208.523A1.5%201.5%200%200%200%202%209.5v3A2.5%202.5%200%200%200%204.5%2015h2A2.5%202.5%200%200%200%209%2012.5V11h1.293l.707.707v.793a2.5%202.5%200%200%200%202.5%202.5h.793l2.853%202.854a.5.5%200%200%200%20.708-.708zM7.293%208H4.136l1.463-1.693zm9.48%206.652l-5.678-5.678A1.5%201.5%200%200%201%2012.5%208h3.357L13.57%205.347A1%201%200%200%200%2012.813%205H12a.5.5%200%200%201%200-1h.813a2%202%200%200%201%201.515.694l3.204%203.718c.288.273.468.66.468%201.088v3c0%20.916-.492%201.716-1.227%202.152M6.32%204.198l.804.804L7.186%205H8a.5.5%200%200%200%200-1h-.814a2%202%200%200%200-.867.198%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.854%202.146a.5.5%200%201%200-.708.708L4.89%205.598L2.362%208.523A1.5%201.5%200%200%200%202%209.5v3A2.5%202.5%200%200%200%204.5%2015h2A2.5%202.5%200%200%200%209%2012.5V11h1.293l.707.707v.793a2.5%202.5%200%200%200%202.5%202.5h.793l2.853%202.854a.5.5%200%200%200%20.708-.708zM7.293%208H4.136l1.463-1.693zm9.48%206.652l-5.678-5.678A1.5%201.5%200%200%201%2012.5%208h3.357L13.57%205.347A1%201%200%200%200%2012.813%205H12a.5.5%200%200%201%200-1h.813a2%202%200%200%201%201.515.694l3.204%203.718c.288.273.468.66.468%201.088v3c0%20.916-.492%201.716-1.227%202.152M6.32%204.198l.804.804L7.186%205H8a.5.5%200%200%200%200-1h-.814a2%202%200%200%200-.867.198%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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