file lanscape slash icon
file-lanscape-slash from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- file-lanscape-slash
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
More user interface icons from Unicons
Use the file lanscape slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 10.94a1.3 1.3 0 0 0-.06-.27v-.09a1 1 0 0 0-.19-.28l-6-6a1 1 0 0 0-.28-.19h-.09a.9.9 0 0 0-.33-.11h-4.39a1 1 0 0 0 0 2H14v3a3 3 0 0 0 3 3h3v3.34a1 1 0 1 0 2 0zM17 10a1 1 0 0 1-1-1V7.41L18.59 10ZM3.71 2.29a1 1 0 0 0-1.42 1.42l.91.9A3 3 0 0 0 2 7v10a3 3 0 0 0 3 3h13.59l1.7 1.71a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM5 18a1 1 0 0 1-1-1V7a1 1 0 0 1 .66-.93L16.59 18Z"/></svg>
React
import type { SVGProps } from "react";
export function UilFileLanscapeSlash(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="M22 10.94a1.3 1.3 0 0 0-.06-.27v-.09a1 1 0 0 0-.19-.28l-6-6a1 1 0 0 0-.28-.19h-.09a.9.9 0 0 0-.33-.11h-4.39a1 1 0 0 0 0 2H14v3a3 3 0 0 0 3 3h3v3.34a1 1 0 1 0 2 0zM17 10a1 1 0 0 1-1-1V7.41L18.59 10ZM3.71 2.29a1 1 0 0 0-1.42 1.42l.91.9A3 3 0 0 0 2 7v10a3 3 0 0 0 3 3h13.59l1.7 1.71a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM5 18a1 1 0 0 1-1-1V7a1 1 0 0 1 .66-.93L16.59 18Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 10.94a1.3 1.3 0 0 0-.06-.27v-.09a1 1 0 0 0-.19-.28l-6-6a1 1 0 0 0-.28-.19h-.09a.9.9 0 0 0-.33-.11h-4.39a1 1 0 0 0 0 2H14v3a3 3 0 0 0 3 3h3v3.34a1 1 0 1 0 2 0zM17 10a1 1 0 0 1-1-1V7.41L18.59 10ZM3.71 2.29a1 1 0 0 0-1.42 1.42l.91.9A3 3 0 0 0 2 7v10a3 3 0 0 0 3 3h13.59l1.7 1.71a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM5 18a1 1 0 0 1-1-1V7a1 1 0 0 1 .66-.93L16.59 18Z"/></svg> </template>
CSS
.icon-file-lanscape-slash {
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%22M22%2010.94a1.3%201.3%200%200%200-.06-.27v-.09a1%201%200%200%200-.19-.28l-6-6a1%201%200%200%200-.28-.19h-.09a.9.9%200%200%200-.33-.11h-4.39a1%201%200%200%200%200%202H14v3a3%203%200%200%200%203%203h3v3.34a1%201%200%201%200%202%200zM17%2010a1%201%200%200%201-1-1V7.41L18.59%2010ZM3.71%202.29a1%201%200%200%200-1.42%201.42l.91.9A3%203%200%200%200%202%207v10a3%203%200%200%200%203%203h13.59l1.7%201.71a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM5%2018a1%201%200%200%201-1-1V7a1%201%200%200%201%20.66-.93L16.59%2018Z%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%22M22%2010.94a1.3%201.3%200%200%200-.06-.27v-.09a1%201%200%200%200-.19-.28l-6-6a1%201%200%200%200-.28-.19h-.09a.9.9%200%200%200-.33-.11h-4.39a1%201%200%200%200%200%202H14v3a3%203%200%200%200%203%203h3v3.34a1%201%200%201%200%202%200zM17%2010a1%201%200%200%201-1-1V7.41L18.59%2010ZM3.71%202.29a1%201%200%200%200-1.42%201.42l.91.9A3%203%200%200%200%202%207v10a3%203%200%200%200%203%203h13.59l1.7%201.71a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM5%2018a1%201%200%200%201-1-1V7a1%201%200%200%201%20.66-.93L16.59%2018Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/file-lanscape-slash.svg?color=%231a73e8&size=48