file shield alt icon
file-shield-alt from Unicons by Iconscout · Line · File And Folder · Apache-2.0 Free for personal and commercial use.
- Name
- file-shield-alt
- Set
- Unicons
- Style
- Line
- Category
- File And Folder
- Viewbox
- 24×24
- License
- Apache 2.0
More file and folder icons from Unicons
Use the file shield alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 20h-5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h5v3a3 3 0 0 0 3 3h3a1 1 0 0 0 2 0V8.94a1.3 1.3 0 0 0-.06-.27v-.09a1 1 0 0 0-.19-.28l-6-6a1 1 0 0 0-.28-.19a.3.3 0 0 0-.09 0L11.56 2H5.5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h5a1 1 0 0 0 0-2m2-14.59L15.09 8H13.5a1 1 0 0 1-1-1ZM7.5 8a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm13.63 5.86a1 1 0 0 0-.84-.2a2.77 2.77 0 0 1-2.2-.47a1 1 0 0 0-1.18 0a2.78 2.78 0 0 1-2.2.47a1 1 0 0 0-1.21 1V17a4.6 4.6 0 0 0 1.84 3.69l1.56 1.11a1 1 0 0 0 1.2 0l1.56-1.16A4.6 4.6 0 0 0 21.5 17v-2.37a1 1 0 0 0-.37-.77M19.5 17a2.62 2.62 0 0 1-1 2.09l-1 .72l-1-.72a2.62 2.62 0 0 1-1-2.09v-1.28a4.7 4.7 0 0 0 2-.55a4.7 4.7 0 0 0 2 .55Zm-9-.95h-3a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2m1-4h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2"/></svg>
React
import type { SVGProps } from "react";
export function UilFileShieldAlt(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="M10.5 20h-5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h5v3a3 3 0 0 0 3 3h3a1 1 0 0 0 2 0V8.94a1.3 1.3 0 0 0-.06-.27v-.09a1 1 0 0 0-.19-.28l-6-6a1 1 0 0 0-.28-.19a.3.3 0 0 0-.09 0L11.56 2H5.5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h5a1 1 0 0 0 0-2m2-14.59L15.09 8H13.5a1 1 0 0 1-1-1ZM7.5 8a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm13.63 5.86a1 1 0 0 0-.84-.2a2.77 2.77 0 0 1-2.2-.47a1 1 0 0 0-1.18 0a2.78 2.78 0 0 1-2.2.47a1 1 0 0 0-1.21 1V17a4.6 4.6 0 0 0 1.84 3.69l1.56 1.11a1 1 0 0 0 1.2 0l1.56-1.16A4.6 4.6 0 0 0 21.5 17v-2.37a1 1 0 0 0-.37-.77M19.5 17a2.62 2.62 0 0 1-1 2.09l-1 .72l-1-.72a2.62 2.62 0 0 1-1-2.09v-1.28a4.7 4.7 0 0 0 2-.55a4.7 4.7 0 0 0 2 .55Zm-9-.95h-3a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2m1-4h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 20h-5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h5v3a3 3 0 0 0 3 3h3a1 1 0 0 0 2 0V8.94a1.3 1.3 0 0 0-.06-.27v-.09a1 1 0 0 0-.19-.28l-6-6a1 1 0 0 0-.28-.19a.3.3 0 0 0-.09 0L11.56 2H5.5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h5a1 1 0 0 0 0-2m2-14.59L15.09 8H13.5a1 1 0 0 1-1-1ZM7.5 8a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm13.63 5.86a1 1 0 0 0-.84-.2a2.77 2.77 0 0 1-2.2-.47a1 1 0 0 0-1.18 0a2.78 2.78 0 0 1-2.2.47a1 1 0 0 0-1.21 1V17a4.6 4.6 0 0 0 1.84 3.69l1.56 1.11a1 1 0 0 0 1.2 0l1.56-1.16A4.6 4.6 0 0 0 21.5 17v-2.37a1 1 0 0 0-.37-.77M19.5 17a2.62 2.62 0 0 1-1 2.09l-1 .72l-1-.72a2.62 2.62 0 0 1-1-2.09v-1.28a4.7 4.7 0 0 0 2-.55a4.7 4.7 0 0 0 2 .55Zm-9-.95h-3a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2m1-4h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2"/></svg> </template>
CSS
.icon-file-shield-alt {
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%22M10.5%2020h-5a1%201%200%200%201-1-1V5a1%201%200%200%201%201-1h5v3a3%203%200%200%200%203%203h3a1%201%200%200%200%202%200V8.94a1.3%201.3%200%200%200-.06-.27v-.09a1%201%200%200%200-.19-.28l-6-6a1%201%200%200%200-.28-.19a.3.3%200%200%200-.09%200L11.56%202H5.5a3%203%200%200%200-3%203v14a3%203%200%200%200%203%203h5a1%201%200%200%200%200-2m2-14.59L15.09%208H13.5a1%201%200%200%201-1-1ZM7.5%208a1%201%200%200%200%200%202h1a1%201%200%200%200%200-2Zm13.63%205.86a1%201%200%200%200-.84-.2a2.77%202.77%200%200%201-2.2-.47a1%201%200%200%200-1.18%200a2.78%202.78%200%200%201-2.2.47a1%201%200%200%200-1.21%201V17a4.6%204.6%200%200%200%201.84%203.69l1.56%201.11a1%201%200%200%200%201.2%200l1.56-1.16A4.6%204.6%200%200%200%2021.5%2017v-2.37a1%201%200%200%200-.37-.77M19.5%2017a2.62%202.62%200%200%201-1%202.09l-1%20.72l-1-.72a2.62%202.62%200%200%201-1-2.09v-1.28a4.7%204.7%200%200%200%202-.55a4.7%204.7%200%200%200%202%20.55Zm-9-.95h-3a1%201%200%200%200%200%202h3a1%201%200%200%200%200-2m1-4h-4a1%201%200%200%200%200%202h4a1%201%200%200%200%200-2%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%22M10.5%2020h-5a1%201%200%200%201-1-1V5a1%201%200%200%201%201-1h5v3a3%203%200%200%200%203%203h3a1%201%200%200%200%202%200V8.94a1.3%201.3%200%200%200-.06-.27v-.09a1%201%200%200%200-.19-.28l-6-6a1%201%200%200%200-.28-.19a.3.3%200%200%200-.09%200L11.56%202H5.5a3%203%200%200%200-3%203v14a3%203%200%200%200%203%203h5a1%201%200%200%200%200-2m2-14.59L15.09%208H13.5a1%201%200%200%201-1-1ZM7.5%208a1%201%200%200%200%200%202h1a1%201%200%200%200%200-2Zm13.63%205.86a1%201%200%200%200-.84-.2a2.77%202.77%200%200%201-2.2-.47a1%201%200%200%200-1.18%200a2.78%202.78%200%200%201-2.2.47a1%201%200%200%200-1.21%201V17a4.6%204.6%200%200%200%201.84%203.69l1.56%201.11a1%201%200%200%200%201.2%200l1.56-1.16A4.6%204.6%200%200%200%2021.5%2017v-2.37a1%201%200%200%200-.37-.77M19.5%2017a2.62%202.62%200%200%201-1%202.09l-1%20.72l-1-.72a2.62%202.62%200%200%201-1-2.09v-1.28a4.7%204.7%200%200%200%202-.55a4.7%204.7%200%200%200%202%20.55Zm-9-.95h-3a1%201%200%200%200%200%202h3a1%201%200%200%200%200-2m1-4h-4a1%201%200%200%200%200%202h4a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/file-shield-alt.svg?color=%231a73e8&size=48