glasses off icon
glasses-off-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- glasses-off-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l3.273 3.274l-2.865 3.119l-.044.052l-.038.055c-.34.394-.546.908-.546 1.47v3.496a3.25 3.25 0 0 0 3.25 3.25h2.499a3.25 3.25 0 0 0 3.25-3.25l-.001-2.242h.445L13 14.061v.685a3.25 3.25 0 0 0 3.25 3.25h.685l3.784 3.785a.75.75 0 0 0 1.061-1.061zM7.94 9l-2.656-.001l1.272-1.384zm5.364 1.121l7.297 7.297A3.25 3.25 0 0 0 22 14.746V11.25c0-.53-.183-1.017-.489-1.4a.8.8 0 0 0-.122-.179l-3.642-3.947l-.133-.132A2.25 2.25 0 0 0 16.093 5h-.843l-.102.007A.75.75 0 0 0 15.25 6.5h.843l.103.007a.75.75 0 0 1 .448.234L18.727 9H15.25c-.831 0-1.557.452-1.947 1.122"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlassesOff24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l3.273 3.274l-2.865 3.119l-.044.052l-.038.055c-.34.394-.546.908-.546 1.47v3.496a3.25 3.25 0 0 0 3.25 3.25h2.499a3.25 3.25 0 0 0 3.25-3.25l-.001-2.242h.445L13 14.061v.685a3.25 3.25 0 0 0 3.25 3.25h.685l3.784 3.785a.75.75 0 0 0 1.061-1.061zM7.94 9l-2.656-.001l1.272-1.384zm5.364 1.121l7.297 7.297A3.25 3.25 0 0 0 22 14.746V11.25c0-.53-.183-1.017-.489-1.4a.8.8 0 0 0-.122-.179l-3.642-3.947l-.133-.132A2.25 2.25 0 0 0 16.093 5h-.843l-.102.007A.75.75 0 0 0 15.25 6.5h.843l.103.007a.75.75 0 0 1 .448.234L18.727 9H15.25c-.831 0-1.557.452-1.947 1.122"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l3.273 3.274l-2.865 3.119l-.044.052l-.038.055c-.34.394-.546.908-.546 1.47v3.496a3.25 3.25 0 0 0 3.25 3.25h2.499a3.25 3.25 0 0 0 3.25-3.25l-.001-2.242h.445L13 14.061v.685a3.25 3.25 0 0 0 3.25 3.25h.685l3.784 3.785a.75.75 0 0 0 1.061-1.061zM7.94 9l-2.656-.001l1.272-1.384zm5.364 1.121l7.297 7.297A3.25 3.25 0 0 0 22 14.746V11.25c0-.53-.183-1.017-.489-1.4a.8.8 0 0 0-.122-.179l-3.642-3.947l-.133-.132A2.25 2.25 0 0 0 16.093 5h-.843l-.102.007A.75.75 0 0 0 15.25 6.5h.843l.103.007a.75.75 0 0 1 .448.234L18.727 9H15.25c-.831 0-1.557.452-1.947 1.122"/></svg> </template>
CSS
.icon-glasses-off-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l3.273%203.274l-2.865%203.119l-.044.052l-.038.055c-.34.394-.546.908-.546%201.47v3.496a3.25%203.25%200%200%200%203.25%203.25h2.499a3.25%203.25%200%200%200%203.25-3.25l-.001-2.242h.445L13%2014.061v.685a3.25%203.25%200%200%200%203.25%203.25h.685l3.784%203.785a.75.75%200%200%200%201.061-1.061zM7.94%209l-2.656-.001l1.272-1.384zm5.364%201.121l7.297%207.297A3.25%203.25%200%200%200%2022%2014.746V11.25c0-.53-.183-1.017-.489-1.4a.8.8%200%200%200-.122-.179l-3.642-3.947l-.133-.132A2.25%202.25%200%200%200%2016.093%205h-.843l-.102.007A.75.75%200%200%200%2015.25%206.5h.843l.103.007a.75.75%200%200%201%20.448.234L18.727%209H15.25c-.831%200-1.557.452-1.947%201.122%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l3.273%203.274l-2.865%203.119l-.044.052l-.038.055c-.34.394-.546.908-.546%201.47v3.496a3.25%203.25%200%200%200%203.25%203.25h2.499a3.25%203.25%200%200%200%203.25-3.25l-.001-2.242h.445L13%2014.061v.685a3.25%203.25%200%200%200%203.25%203.25h.685l3.784%203.785a.75.75%200%200%200%201.061-1.061zM7.94%209l-2.656-.001l1.272-1.384zm5.364%201.121l7.297%207.297A3.25%203.25%200%200%200%2022%2014.746V11.25c0-.53-.183-1.017-.489-1.4a.8.8%200%200%200-.122-.179l-3.642-3.947l-.133-.132A2.25%202.25%200%200%200%2016.093%205h-.843l-.102.007A.75.75%200%200%200%2015.25%206.5h.843l.103.007a.75.75%200%200%201%20.448.234L18.727%209H15.25c-.831%200-1.557.452-1.947%201.122%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/glasses-off-24-filled.svg?color=%231a73e8&size=48