file shield icon
file-shield from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- file-shield
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
file-altfile-archivefile-arrow-downfile-arrow-upfile-audiofile-circle-checkfile-circle-exclamationfile-circle-minusfile-circle-plusfile-circle-questionfile-circle-xmarkfile-clipboardfile-codefile-contractfile-csvfile-downloadfile-editfile-excelfile-exportfile-fragmentfile-half-dashedfile-imagefile-importfile-invoice
Use the file shield icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 64c-35.3 0-64 28.7-64 64v384c0 35.3 28.7 64 64 64h201.2C293 533.4 272 478.5 272 420.4v-31.1c0-34.4 22-65 54.7-75.9l112-37.3c3.1-1 6.2-1.8 9.3-2.5v-39.1c0-17-6.7-33.3-18.7-45.3L322.7 82.7c-12-12-28.2-18.7-45.2-18.7zm261.5 176H296c-13.3 0-24-10.7-24-24v-93.5zm87.8 312.5l-13.3 6.3V370.7l96 32v19.6c0 55.8-32.2 106.5-82.7 130.3zm-23.4-229l-112 37.3c-13.1 4.4-21.9 16.6-21.9 30.4v31.1c0 74.4 43 142.1 110.2 173.7l18.5 8.7c4.8 2.2 10 3.4 15.2 3.4s10.5-1.2 15.2-3.4l18.5-8.7C565 564.3 608 496.6 608 422.2v-31.1c0-13.8-8.8-26-21.9-30.4l-112-37.3c-6.6-2.2-13.7-2.2-20.2 0z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidFileShield(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 64c-35.3 0-64 28.7-64 64v384c0 35.3 28.7 64 64 64h201.2C293 533.4 272 478.5 272 420.4v-31.1c0-34.4 22-65 54.7-75.9l112-37.3c3.1-1 6.2-1.8 9.3-2.5v-39.1c0-17-6.7-33.3-18.7-45.3L322.7 82.7c-12-12-28.2-18.7-45.2-18.7zm261.5 176H296c-13.3 0-24-10.7-24-24v-93.5zm87.8 312.5l-13.3 6.3V370.7l96 32v19.6c0 55.8-32.2 106.5-82.7 130.3zm-23.4-229l-112 37.3c-13.1 4.4-21.9 16.6-21.9 30.4v31.1c0 74.4 43 142.1 110.2 173.7l18.5 8.7c4.8 2.2 10 3.4 15.2 3.4s10.5-1.2 15.2-3.4l18.5-8.7C565 564.3 608 496.6 608 422.2v-31.1c0-13.8-8.8-26-21.9-30.4l-112-37.3c-6.6-2.2-13.7-2.2-20.2 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 64c-35.3 0-64 28.7-64 64v384c0 35.3 28.7 64 64 64h201.2C293 533.4 272 478.5 272 420.4v-31.1c0-34.4 22-65 54.7-75.9l112-37.3c3.1-1 6.2-1.8 9.3-2.5v-39.1c0-17-6.7-33.3-18.7-45.3L322.7 82.7c-12-12-28.2-18.7-45.2-18.7zm261.5 176H296c-13.3 0-24-10.7-24-24v-93.5zm87.8 312.5l-13.3 6.3V370.7l96 32v19.6c0 55.8-32.2 106.5-82.7 130.3zm-23.4-229l-112 37.3c-13.1 4.4-21.9 16.6-21.9 30.4v31.1c0 74.4 43 142.1 110.2 173.7l18.5 8.7c4.8 2.2 10 3.4 15.2 3.4s10.5-1.2 15.2-3.4l18.5-8.7C565 564.3 608 496.6 608 422.2v-31.1c0-13.8-8.8-26-21.9-30.4l-112-37.3c-6.6-2.2-13.7-2.2-20.2 0z"/></svg> </template>
CSS
.icon-file-shield {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2064c-35.3%200-64%2028.7-64%2064v384c0%2035.3%2028.7%2064%2064%2064h201.2C293%20533.4%20272%20478.5%20272%20420.4v-31.1c0-34.4%2022-65%2054.7-75.9l112-37.3c3.1-1%206.2-1.8%209.3-2.5v-39.1c0-17-6.7-33.3-18.7-45.3L322.7%2082.7c-12-12-28.2-18.7-45.2-18.7zm261.5%20176H296c-13.3%200-24-10.7-24-24v-93.5zm87.8%20312.5l-13.3%206.3V370.7l96%2032v19.6c0%2055.8-32.2%20106.5-82.7%20130.3zm-23.4-229l-112%2037.3c-13.1%204.4-21.9%2016.6-21.9%2030.4v31.1c0%2074.4%2043%20142.1%20110.2%20173.7l18.5%208.7c4.8%202.2%2010%203.4%2015.2%203.4s10.5-1.2%2015.2-3.4l18.5-8.7C565%20564.3%20608%20496.6%20608%20422.2v-31.1c0-13.8-8.8-26-21.9-30.4l-112-37.3c-6.6-2.2-13.7-2.2-20.2%200z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2064c-35.3%200-64%2028.7-64%2064v384c0%2035.3%2028.7%2064%2064%2064h201.2C293%20533.4%20272%20478.5%20272%20420.4v-31.1c0-34.4%2022-65%2054.7-75.9l112-37.3c3.1-1%206.2-1.8%209.3-2.5v-39.1c0-17-6.7-33.3-18.7-45.3L322.7%2082.7c-12-12-28.2-18.7-45.2-18.7zm261.5%20176H296c-13.3%200-24-10.7-24-24v-93.5zm87.8%20312.5l-13.3%206.3V370.7l96%2032v19.6c0%2055.8-32.2%20106.5-82.7%20130.3zm-23.4-229l-112%2037.3c-13.1%204.4-21.9%2016.6-21.9%2030.4v31.1c0%2074.4%2043%20142.1%20110.2%20173.7l18.5%208.7c4.8%202.2%2010%203.4%2015.2%203.4s10.5-1.2%2015.2-3.4l18.5-8.7C565%20564.3%20608%20496.6%20608%20422.2v-31.1c0-13.8-8.8-26-21.9-30.4l-112-37.3c-6.6-2.2-13.7-2.2-20.2%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/file-shield.svg?color=%231a73e8&size=48