file shield icon
file-shield-solid from Flowbite Icons by Themesberg · Solid · Files Folders · MIT Free for personal and commercial use.
- Name
- file-shield-solid
- Set
- Flowbite Icons
- Style
- Solid
- Category
- Files Folders
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
The same icon in other sets
More files folders icons from Flowbite Icons
archive-arrow-down-outlineclipboard-check-outlineclipboard-clean-outlineclipboard-list-outlineclipboard-outlinefile-chart-bar-outlinefile-check-outlinefile-circle-plus-outlinefile-clone-outlinefile-code-outlinefile-copy-alt-outlinefile-copy-outlinefile-csv-outlinefile-doc-outlinefile-export-outlinefile-image-outlinefile-import-outlinefile-invoice-outlinefile-lines-outlinefile-music-outlinefile-outlinefile-paste-outlinefile-pdf-outlinefile-pen-outline
Use the file shield icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M9 7V2.221a2 2 0 0 0-.5.365L4.586 6.5a2 2 0 0 0-.365.5zm2 0V2h7a2 2 0 0 1 2 2v5.703l-4.311-1.58a2 2 0 0 0-1.377 0l-5 1.832A2 2 0 0 0 8 11.861c.03 2.134.582 4.228 1.607 6.106c.848 1.555 2 2.924 3.382 4.033H6a2 2 0 0 1-2-2V9h5a2 2 0 0 0 2-2"/><path d="M15.345 9.061a1 1 0 0 0-.689 0l-5 1.833a1 1 0 0 0-.656.953c.028 1.97.538 3.905 1.485 5.641a12.4 12.4 0 0 0 3.956 4.34a1 1 0 0 0 1.12 0a12.4 12.4 0 0 0 3.954-4.34A12.14 12.14 0 0 0 21 11.848a1 1 0 0 0-.656-.954zM15 19.765a10.4 10.4 0 0 0 2.76-3.235a10.15 10.15 0 0 0 1.206-4.011L15 11.065z"/></g></svg>
React
import type { SVGProps } from "react";
export function FlowbiteFileShieldSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M9 7V2.221a2 2 0 0 0-.5.365L4.586 6.5a2 2 0 0 0-.365.5zm2 0V2h7a2 2 0 0 1 2 2v5.703l-4.311-1.58a2 2 0 0 0-1.377 0l-5 1.832A2 2 0 0 0 8 11.861c.03 2.134.582 4.228 1.607 6.106c.848 1.555 2 2.924 3.382 4.033H6a2 2 0 0 1-2-2V9h5a2 2 0 0 0 2-2"/><path d="M15.345 9.061a1 1 0 0 0-.689 0l-5 1.833a1 1 0 0 0-.656.953c.028 1.97.538 3.905 1.485 5.641a12.4 12.4 0 0 0 3.956 4.34a1 1 0 0 0 1.12 0a12.4 12.4 0 0 0 3.954-4.34A12.14 12.14 0 0 0 21 11.848a1 1 0 0 0-.656-.954zM15 19.765a10.4 10.4 0 0 0 2.76-3.235a10.15 10.15 0 0 0 1.206-4.011L15 11.065z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M9 7V2.221a2 2 0 0 0-.5.365L4.586 6.5a2 2 0 0 0-.365.5zm2 0V2h7a2 2 0 0 1 2 2v5.703l-4.311-1.58a2 2 0 0 0-1.377 0l-5 1.832A2 2 0 0 0 8 11.861c.03 2.134.582 4.228 1.607 6.106c.848 1.555 2 2.924 3.382 4.033H6a2 2 0 0 1-2-2V9h5a2 2 0 0 0 2-2"/><path d="M15.345 9.061a1 1 0 0 0-.689 0l-5 1.833a1 1 0 0 0-.656.953c.028 1.97.538 3.905 1.485 5.641a12.4 12.4 0 0 0 3.956 4.34a1 1 0 0 0 1.12 0a12.4 12.4 0 0 0 3.954-4.34A12.14 12.14 0 0 0 21 11.848a1 1 0 0 0-.656-.954zM15 19.765a10.4 10.4 0 0 0 2.76-3.235a10.15 10.15 0 0 0 1.206-4.011L15 11.065z"/></g></svg> </template>
CSS
.icon-file-shield-solid {
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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M9%207V2.221a2%202%200%200%200-.5.365L4.586%206.5a2%202%200%200%200-.365.5zm2%200V2h7a2%202%200%200%201%202%202v5.703l-4.311-1.58a2%202%200%200%200-1.377%200l-5%201.832A2%202%200%200%200%208%2011.861c.03%202.134.582%204.228%201.607%206.106c.848%201.555%202%202.924%203.382%204.033H6a2%202%200%200%201-2-2V9h5a2%202%200%200%200%202-2%22%2F%3E%3Cpath%20d%3D%22M15.345%209.061a1%201%200%200%200-.689%200l-5%201.833a1%201%200%200%200-.656.953c.028%201.97.538%203.905%201.485%205.641a12.4%2012.4%200%200%200%203.956%204.34a1%201%200%200%200%201.12%200a12.4%2012.4%200%200%200%203.954-4.34A12.14%2012.14%200%200%200%2021%2011.848a1%201%200%200%200-.656-.954zM15%2019.765a10.4%2010.4%200%200%200%202.76-3.235a10.15%2010.15%200%200%200%201.206-4.011L15%2011.065z%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M9%207V2.221a2%202%200%200%200-.5.365L4.586%206.5a2%202%200%200%200-.365.5zm2%200V2h7a2%202%200%200%201%202%202v5.703l-4.311-1.58a2%202%200%200%200-1.377%200l-5%201.832A2%202%200%200%200%208%2011.861c.03%202.134.582%204.228%201.607%206.106c.848%201.555%202%202.924%203.382%204.033H6a2%202%200%200%201-2-2V9h5a2%202%200%200%200%202-2%22%2F%3E%3Cpath%20d%3D%22M15.345%209.061a1%201%200%200%200-.689%200l-5%201.833a1%201%200%200%200-.656.953c.028%201.97.538%203.905%201.485%205.641a12.4%2012.4%200%200%200%203.956%204.34a1%201%200%200%200%201.12%200a12.4%2012.4%200%200%200%203.954-4.34A12.14%2012.14%200%200%200%2021%2011.848a1%201%200%200%200-.656-.954zM15%2019.765a10.4%2010.4%200%200%200%202.76-3.235a10.15%2010.15%200%200%200%201.206-4.011L15%2011.065z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/file-shield-solid.svg?color=%231a73e8&size=48