file pdf icon
file-pdf from Font Awesome 6 Solid by Dave Gandy · Regular · Files · CC-BY-4.0 Attribution required.
- Name
- file-pdf
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Files
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
file-pdf-filledAnt Design Iconsfile-pdfBootstrap Iconsfile-pdfBoxIcons v2 Solidfile-pdfCodiconsfile-pdfFont Awesome 6 Regularfile-pdfFont Awesome Regularfile-pdfFont Awesome Solidfile-pdf-outlineFlowbite Iconsfile-pdfIconParkfile-pdfIconPark Outlinefile-pdfIconPark Solidfile-pdfIconPark TwoTonefile-pdfLine Awesomefile-pdfMaterial Design Iconsfile-pdfOcticonsfile-pdfPhosphorfile-pdfPrime Iconsfile-pdf-fillRemix Iconfile-pdfTDesign Icons
More files icons from Font Awesome 6 Solid
file-excelfile-imagefile-powerpointfile-wordfile-audiofile-codefile-contractfile-csvfile-exportfile-importfile-invoicefile-invoice-dollarfile-medicalfile-prescriptionfile-signaturefile-videofile-arrow-downfile-arrow-upfile-circle-checkfile-circle-exclamationfile-circle-minusfile-circle-plusfile-circle-questionfile-circle-xmark
Use the file pdf icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 64C0 28.7 28.7 0 64 0h160v128c0 17.7 14.3 32 32 32h128v144H176c-35.3 0-64 28.7-64 64v144H64c-35.3 0-64-28.7-64-64zm384 64H256V0zM176 352h32c30.9 0 56 25.1 56 56s-25.1 56-56 56h-16v32c0 8.8-7.2 16-16 16s-16-7.2-16-16V368c0-8.8 7.2-16 16-16m32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24h-16v48zm96-80h32c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-32c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16m32 128c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16h-16v96zm80-112c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32v48c0 8.8-7.2 16-16 16s-16-7.2-16-16z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidFilePdf(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 64C0 28.7 28.7 0 64 0h160v128c0 17.7 14.3 32 32 32h128v144H176c-35.3 0-64 28.7-64 64v144H64c-35.3 0-64-28.7-64-64zm384 64H256V0zM176 352h32c30.9 0 56 25.1 56 56s-25.1 56-56 56h-16v32c0 8.8-7.2 16-16 16s-16-7.2-16-16V368c0-8.8 7.2-16 16-16m32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24h-16v48zm96-80h32c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-32c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16m32 128c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16h-16v96zm80-112c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32v48c0 8.8-7.2 16-16 16s-16-7.2-16-16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 64C0 28.7 28.7 0 64 0h160v128c0 17.7 14.3 32 32 32h128v144H176c-35.3 0-64 28.7-64 64v144H64c-35.3 0-64-28.7-64-64zm384 64H256V0zM176 352h32c30.9 0 56 25.1 56 56s-25.1 56-56 56h-16v32c0 8.8-7.2 16-16 16s-16-7.2-16-16V368c0-8.8 7.2-16 16-16m32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24h-16v48zm96-80h32c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-32c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16m32 128c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16h-16v96zm80-112c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32v48c0 8.8-7.2 16-16 16s-16-7.2-16-16z"/></svg> </template>
CSS
.icon-file-pdf {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2064C0%2028.7%2028.7%200%2064%200h160v128c0%2017.7%2014.3%2032%2032%2032h128v144H176c-35.3%200-64%2028.7-64%2064v144H64c-35.3%200-64-28.7-64-64zm384%2064H256V0zM176%20352h32c30.9%200%2056%2025.1%2056%2056s-25.1%2056-56%2056h-16v32c0%208.8-7.2%2016-16%2016s-16-7.2-16-16V368c0-8.8%207.2-16%2016-16m32%2080c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-16v48zm96-80h32c26.5%200%2048%2021.5%2048%2048v64c0%2026.5-21.5%2048-48%2048h-32c-8.8%200-16-7.2-16-16V368c0-8.8%207.2-16%2016-16m32%20128c8.8%200%2016-7.2%2016-16v-64c0-8.8-7.2-16-16-16h-16v96zm80-112c0-8.8%207.2-16%2016-16h48c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-32v32h32c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-32v48c0%208.8-7.2%2016-16%2016s-16-7.2-16-16z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2064C0%2028.7%2028.7%200%2064%200h160v128c0%2017.7%2014.3%2032%2032%2032h128v144H176c-35.3%200-64%2028.7-64%2064v144H64c-35.3%200-64-28.7-64-64zm384%2064H256V0zM176%20352h32c30.9%200%2056%2025.1%2056%2056s-25.1%2056-56%2056h-16v32c0%208.8-7.2%2016-16%2016s-16-7.2-16-16V368c0-8.8%207.2-16%2016-16m32%2080c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-16v48zm96-80h32c26.5%200%2048%2021.5%2048%2048v64c0%2026.5-21.5%2048-48%2048h-32c-8.8%200-16-7.2-16-16V368c0-8.8%207.2-16%2016-16m32%20128c8.8%200%2016-7.2%2016-16v-64c0-8.8-7.2-16-16-16h-16v96zm80-112c0-8.8%207.2-16%2016-16h48c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-32v32h32c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-32v48c0%208.8-7.2%2016-16%2016s-16-7.2-16-16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/file-pdf.svg?color=%231a73e8&size=48