file off icon
file-off-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.
- Name
- file-off-duotone
- Set
- Keyline Icons
- Style
- Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
All file off icons →Related icons in Keyline Icons
Use the file off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M20.3919 20.3919C19.5438 21.9458 17.895 23 16 23H8C5.2386 23 3 20.76 3 18V6C3 5.1336 3.2204 4.3186 3.6081 3.6081L20.3919 20.3919Z" stroke="none"/><path stroke-opacity=".4" d="M7.6703 2.01C7.779 2 7.889 2 8 2L14 2L20 8L20 14.3431M20 8L17 8C15.34 8 14 6.6569 14 5L14 2"/><path d="M2 2L22 22"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsFileOffDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M20.3919 20.3919C19.5438 21.9458 17.895 23 16 23H8C5.2386 23 3 20.76 3 18V6C3 5.1336 3.2204 4.3186 3.6081 3.6081L20.3919 20.3919Z" stroke="none"/><path strokeOpacity=".4" d="M7.6703 2.01C7.779 2 7.889 2 8 2L14 2L20 8L20 14.3431M20 8L17 8C15.34 8 14 6.6569 14 5L14 2"/><path d="M2 2L22 22"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M20.3919 20.3919C19.5438 21.9458 17.895 23 16 23H8C5.2386 23 3 20.76 3 18V6C3 5.1336 3.2204 4.3186 3.6081 3.6081L20.3919 20.3919Z" stroke="none"/><path stroke-opacity=".4" d="M7.6703 2.01C7.779 2 7.889 2 8 2L14 2L20 8L20 14.3431M20 8L17 8C15.34 8 14 6.6569 14 5L14 2"/><path d="M2 2L22 22"/></g></svg> </template>
CSS
.icon-file-off-duotone {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M20.3919%2020.3919C19.5438%2021.9458%2017.895%2023%2016%2023H8C5.2386%2023%203%2020.76%203%2018V6C3%205.1336%203.2204%204.3186%203.6081%203.6081L20.3919%2020.3919Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M7.6703%202.01C7.779%202%207.889%202%208%202L14%202L20%208L20%2014.3431M20%208L17%208C15.34%208%2014%206.6569%2014%205L14%202%22%2F%3E%3Cpath%20d%3D%22M2%202L22%2022%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M20.3919%2020.3919C19.5438%2021.9458%2017.895%2023%2016%2023H8C5.2386%2023%203%2020.76%203%2018V6C3%205.1336%203.2204%204.3186%203.6081%203.6081L20.3919%2020.3919Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M7.6703%202.01C7.779%202%207.889%202%208%202L14%202L20%208L20%2014.3431M20%208L17%208C15.34%208%2014%206.6569%2014%205L14%202%22%2F%3E%3Cpath%20d%3D%22M2%202L22%2022%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/file-off-duotone.svg?color=%231a73e8&size=48