file pen icon
file-pen from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- file-pen
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 576×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
file-arrow-downfile-arrow-upfile-audiofile-circle-checkfile-circle-exclamationfile-circle-minusfile-circle-plusfile-circle-questionfile-circle-xmarkfile-codefile-contractfile-csvfile-excelfile-exportfile-fragmentfile-half-dashedfile-imagefile-importfile-invoicefile-invoice-dollarfile-linesfile-medicalfile-pdffile-powerpoint
Use the file pen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M0 64C0 28.7 28.7 0 64 0h160v128c0 17.7 14.3 32 32 32h128v125.7l-86.8 86.8c-10.3 10.3-17.5 23.1-21 37.2l-18.7 74.9c-2.3 9.2-1.8 18.8 1.3 27.5L64 512c-35.3 0-64-28.7-64-64zm384 64H256V0zm165.8 107.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-29.4 29.4l-71-71l29.4-29.4c15.6-15.6 40.9-15.6 56.6 0M311.9 417l129.2-129.2l71 71l-129.2 129.1c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidFilePen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M0 64C0 28.7 28.7 0 64 0h160v128c0 17.7 14.3 32 32 32h128v125.7l-86.8 86.8c-10.3 10.3-17.5 23.1-21 37.2l-18.7 74.9c-2.3 9.2-1.8 18.8 1.3 27.5L64 512c-35.3 0-64-28.7-64-64zm384 64H256V0zm165.8 107.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-29.4 29.4l-71-71l29.4-29.4c15.6-15.6 40.9-15.6 56.6 0M311.9 417l129.2-129.2l71 71l-129.2 129.1c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M0 64C0 28.7 28.7 0 64 0h160v128c0 17.7 14.3 32 32 32h128v125.7l-86.8 86.8c-10.3 10.3-17.5 23.1-21 37.2l-18.7 74.9c-2.3 9.2-1.8 18.8 1.3 27.5L64 512c-35.3 0-64-28.7-64-64zm384 64H256V0zm165.8 107.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-29.4 29.4l-71-71l29.4-29.4c15.6-15.6 40.9-15.6 56.6 0M311.9 417l129.2-129.2l71 71l-129.2 129.1c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z"/></svg> </template>
CSS
.icon-file-pen {
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%20576%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%2032h128v125.7l-86.8%2086.8c-10.3%2010.3-17.5%2023.1-21%2037.2l-18.7%2074.9c-2.3%209.2-1.8%2018.8%201.3%2027.5L64%20512c-35.3%200-64-28.7-64-64zm384%2064H256V0zm165.8%20107.7l14.4%2014.4c15.6%2015.6%2015.6%2040.9%200%2056.6l-29.4%2029.4l-71-71l29.4-29.4c15.6-15.6%2040.9-15.6%2056.6%200M311.9%20417l129.2-129.2l71%2071l-129.2%20129.1c-4.1%204.1-9.2%207-14.9%208.4l-60.1%2015c-5.5%201.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6%204.3-10.8%208.4-14.9z%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%20576%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%2032h128v125.7l-86.8%2086.8c-10.3%2010.3-17.5%2023.1-21%2037.2l-18.7%2074.9c-2.3%209.2-1.8%2018.8%201.3%2027.5L64%20512c-35.3%200-64-28.7-64-64zm384%2064H256V0zm165.8%20107.7l14.4%2014.4c15.6%2015.6%2015.6%2040.9%200%2056.6l-29.4%2029.4l-71-71l29.4-29.4c15.6-15.6%2040.9-15.6%2056.6%200M311.9%20417l129.2-129.2l71%2071l-129.2%20129.1c-4.1%204.1-9.2%207-14.9%208.4l-60.1%2015c-5.5%201.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6%204.3-10.8%208.4-14.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/file-pen.svg?color=%231a73e8&size=48