open off icon
open-off-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- open-off-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the open 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.22l22.5 22.5a.75.75 0 0 1-1.06 1.06l-1.472-1.471A4 4 0 0 1 21 25H7a4 4 0 0 1-4-4V7c0-.834.255-1.607.691-2.248L2.22 3.28a.75.75 0 1 1 1.06-1.06m18.5 20.622L5.159 6.219C5.056 6.459 5 6.723 5 7v14a2 2 0 0 0 2 2h14c.277 0 .54-.056.78-.158M6.253 3.07L8.182 5H11.5a1 1 0 1 0 0-2H7q-.385 0-.748.07M24.93 21.748L23 19.818V16.5a1 1 0 1 1 2 0V21q0 .384-.07.748M15.5 4a1 1 0 0 1 1-1H24a1 1 0 0 1 1 1v7.5a1 1 0 1 1-2 0V6.414l-5.793 5.793a1 1 0 1 1-1.414-1.414L21.586 5H16.5a1 1 0 0 1-1-1"/></svg>
React
import type { SVGProps } from "react";
export function FluentOpenOff28Filled(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.22l22.5 22.5a.75.75 0 0 1-1.06 1.06l-1.472-1.471A4 4 0 0 1 21 25H7a4 4 0 0 1-4-4V7c0-.834.255-1.607.691-2.248L2.22 3.28a.75.75 0 1 1 1.06-1.06m18.5 20.622L5.159 6.219C5.056 6.459 5 6.723 5 7v14a2 2 0 0 0 2 2h14c.277 0 .54-.056.78-.158M6.253 3.07L8.182 5H11.5a1 1 0 1 0 0-2H7q-.385 0-.748.07M24.93 21.748L23 19.818V16.5a1 1 0 1 1 2 0V21q0 .384-.07.748M15.5 4a1 1 0 0 1 1-1H24a1 1 0 0 1 1 1v7.5a1 1 0 1 1-2 0V6.414l-5.793 5.793a1 1 0 1 1-1.414-1.414L21.586 5H16.5a1 1 0 0 1-1-1"/></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.22l22.5 22.5a.75.75 0 0 1-1.06 1.06l-1.472-1.471A4 4 0 0 1 21 25H7a4 4 0 0 1-4-4V7c0-.834.255-1.607.691-2.248L2.22 3.28a.75.75 0 1 1 1.06-1.06m18.5 20.622L5.159 6.219C5.056 6.459 5 6.723 5 7v14a2 2 0 0 0 2 2h14c.277 0 .54-.056.78-.158M6.253 3.07L8.182 5H11.5a1 1 0 1 0 0-2H7q-.385 0-.748.07M24.93 21.748L23 19.818V16.5a1 1 0 1 1 2 0V21q0 .384-.07.748M15.5 4a1 1 0 0 1 1-1H24a1 1 0 0 1 1 1v7.5a1 1 0 1 1-2 0V6.414l-5.793 5.793a1 1 0 1 1-1.414-1.414L21.586 5H16.5a1 1 0 0 1-1-1"/></svg> </template>
CSS
.icon-open-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.22l22.5%2022.5a.75.75%200%200%201-1.06%201.06l-1.472-1.471A4%204%200%200%201%2021%2025H7a4%204%200%200%201-4-4V7c0-.834.255-1.607.691-2.248L2.22%203.28a.75.75%200%201%201%201.06-1.06m18.5%2020.622L5.159%206.219C5.056%206.459%205%206.723%205%207v14a2%202%200%200%200%202%202h14c.277%200%20.54-.056.78-.158M6.253%203.07L8.182%205H11.5a1%201%200%201%200%200-2H7q-.385%200-.748.07M24.93%2021.748L23%2019.818V16.5a1%201%200%201%201%202%200V21q0%20.384-.07.748M15.5%204a1%201%200%200%201%201-1H24a1%201%200%200%201%201%201v7.5a1%201%200%201%201-2%200V6.414l-5.793%205.793a1%201%200%201%201-1.414-1.414L21.586%205H16.5a1%201%200%200%201-1-1%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.22l22.5%2022.5a.75.75%200%200%201-1.06%201.06l-1.472-1.471A4%204%200%200%201%2021%2025H7a4%204%200%200%201-4-4V7c0-.834.255-1.607.691-2.248L2.22%203.28a.75.75%200%201%201%201.06-1.06m18.5%2020.622L5.159%206.219C5.056%206.459%205%206.723%205%207v14a2%202%200%200%200%202%202h14c.277%200%20.54-.056.78-.158M6.253%203.07L8.182%205H11.5a1%201%200%201%200%200-2H7q-.385%200-.748.07M24.93%2021.748L23%2019.818V16.5a1%201%200%201%201%202%200V21q0%20.384-.07.748M15.5%204a1%201%200%200%201%201-1H24a1%201%200%200%201%201%201v7.5a1%201%200%201%201-2%200V6.414l-5.793%205.793a1%201%200%201%201-1.414-1.414L21.586%205H16.5a1%201%200%200%201-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/open-off-28-filled.svg?color=%231a73e8&size=48