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

Name
glasses-off-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l4.335 4.336l-3.587 3.54a3 3 0 0 0-.289.284l-.026.026l.002.002A2.74 2.74 0 0 0 2 13.25v4A3.75 3.75 0 0 0 5.75 21h3.5A3.75 3.75 0 0 0 13 17.25v-3h.19L15 16.06v1.19A3.75 3.75 0 0 0 18.75 21h1.189l4.78 4.78a.75.75 0 0 0 1.061-1.06zm6.16 8.28H5.767l1.848-1.824zm-.255-4.497L10.682 7.5h.068a.75.75 0 0 0 0-1.5H9.32zm14.647 14.648l-8.571-8.572A2.75 2.75 0 0 1 17.75 10.5h4.482l-2.675-2.64a1.25 1.25 0 0 0-.878-.36h-1.43a.75.75 0 0 1 0-1.5h1.43a2.75 2.75 0 0 1 1.932.793l4.42 4.36q.156.135.291.29l.025.023l-.002.002A2.74 2.74 0 0 1 26 13.25v4a3.75 3.75 0 0 1-2.168 3.4"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlassesOff28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l4.335 4.336l-3.587 3.54a3 3 0 0 0-.289.284l-.026.026l.002.002A2.74 2.74 0 0 0 2 13.25v4A3.75 3.75 0 0 0 5.75 21h3.5A3.75 3.75 0 0 0 13 17.25v-3h.19L15 16.06v1.19A3.75 3.75 0 0 0 18.75 21h1.189l4.78 4.78a.75.75 0 0 0 1.061-1.06zm6.16 8.28H5.767l1.848-1.824zm-.255-4.497L10.682 7.5h.068a.75.75 0 0 0 0-1.5H9.32zm14.647 14.648l-8.571-8.572A2.75 2.75 0 0 1 17.75 10.5h4.482l-2.675-2.64a1.25 1.25 0 0 0-.878-.36h-1.43a.75.75 0 0 1 0-1.5h1.43a2.75 2.75 0 0 1 1.932.793l4.42 4.36q.156.135.291.29l.025.023l-.002.002A2.74 2.74 0 0 1 26 13.25v4a3.75 3.75 0 0 1-2.168 3.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l4.335 4.336l-3.587 3.54a3 3 0 0 0-.289.284l-.026.026l.002.002A2.74 2.74 0 0 0 2 13.25v4A3.75 3.75 0 0 0 5.75 21h3.5A3.75 3.75 0 0 0 13 17.25v-3h.19L15 16.06v1.19A3.75 3.75 0 0 0 18.75 21h1.189l4.78 4.78a.75.75 0 0 0 1.061-1.06zm6.16 8.28H5.767l1.848-1.824zm-.255-4.497L10.682 7.5h.068a.75.75 0 0 0 0-1.5H9.32zm14.647 14.648l-8.571-8.572A2.75 2.75 0 0 1 17.75 10.5h4.482l-2.675-2.64a1.25 1.25 0 0 0-.878-.36h-1.43a.75.75 0 0 1 0-1.5h1.43a2.75 2.75 0 0 1 1.932.793l4.42 4.36q.156.135.291.29l.025.023l-.002.002A2.74 2.74 0 0 1 26 13.25v4a3.75 3.75 0 0 1-2.168 3.4"/></svg>
</template>

CSS

.icon-glasses-off-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l4.335%204.336l-3.587%203.54a3%203%200%200%200-.289.284l-.026.026l.002.002A2.74%202.74%200%200%200%202%2013.25v4A3.75%203.75%200%200%200%205.75%2021h3.5A3.75%203.75%200%200%200%2013%2017.25v-3h.19L15%2016.06v1.19A3.75%203.75%200%200%200%2018.75%2021h1.189l4.78%204.78a.75.75%200%200%200%201.061-1.06zm6.16%208.28H5.767l1.848-1.824zm-.255-4.497L10.682%207.5h.068a.75.75%200%200%200%200-1.5H9.32zm14.647%2014.648l-8.571-8.572A2.75%202.75%200%200%201%2017.75%2010.5h4.482l-2.675-2.64a1.25%201.25%200%200%200-.878-.36h-1.43a.75.75%200%200%201%200-1.5h1.43a2.75%202.75%200%200%201%201.932.793l4.42%204.36q.156.135.291.29l.025.023l-.002.002A2.74%202.74%200%200%201%2026%2013.25v4a3.75%203.75%200%200%201-2.168%203.4%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l4.335%204.336l-3.587%203.54a3%203%200%200%200-.289.284l-.026.026l.002.002A2.74%202.74%200%200%200%202%2013.25v4A3.75%203.75%200%200%200%205.75%2021h3.5A3.75%203.75%200%200%200%2013%2017.25v-3h.19L15%2016.06v1.19A3.75%203.75%200%200%200%2018.75%2021h1.189l4.78%204.78a.75.75%200%200%200%201.061-1.06zm6.16%208.28H5.767l1.848-1.824zm-.255-4.497L10.682%207.5h.068a.75.75%200%200%200%200-1.5H9.32zm14.647%2014.648l-8.571-8.572A2.75%202.75%200%200%201%2017.75%2010.5h4.482l-2.675-2.64a1.25%201.25%200%200%200-.878-.36h-1.43a.75.75%200%200%201%200-1.5h1.43a2.75%202.75%200%200%201%201.932.793l4.42%204.36q.156.135.291.29l.025.023l-.002.002A2.74%202.74%200%200%201%2026%2013.25v4a3.75%203.75%200%200%201-2.168%203.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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