file pen icon
file-pen-solid from Flowbite Icons by Themesberg · Solid · Files Folders · MIT Free for personal and commercial use.
- Name
- file-pen-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-ppt-outline
Use the file pen 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="M8 7V2.221a2 2 0 0 0-.5.365L3.586 6.5a2 2 0 0 0-.365.5zm2 0V2h7a2 2 0 0 1 2 2v.126a5.09 5.09 0 0 0-4.74 1.368v.001l-6.642 6.642a3 3 0 0 0-.82 1.532l-.74 3.692a3 3 0 0 0 3.53 3.53l3.694-.738a3 3 0 0 0 1.532-.82L19 15.149V20a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9h5a2 2 0 0 0 2-2"/><path d="M17.447 8.08a1.09 1.09 0 0 1 1.187.238l.002.001a1.09 1.09 0 0 1 0 1.539l-.377.377l-1.54-1.542l.373-.374l.002-.001q.152-.154.353-.237Zm-2.143 2.027l-4.644 4.644l-.385 1.924l1.925-.385l4.644-4.642l-1.54-1.54Zm2.56-4.11a3.1 3.1 0 0 0-2.187.909l-6.645 6.645a1 1 0 0 0-.274.51l-.739 3.693a1 1 0 0 0 1.177 1.176l3.693-.738a1 1 0 0 0 .51-.274l6.65-6.646a3.088 3.088 0 0 0-2.185-5.275"/></g></svg>
React
import type { SVGProps } from "react";
export function FlowbiteFilePenSolid(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="M8 7V2.221a2 2 0 0 0-.5.365L3.586 6.5a2 2 0 0 0-.365.5zm2 0V2h7a2 2 0 0 1 2 2v.126a5.09 5.09 0 0 0-4.74 1.368v.001l-6.642 6.642a3 3 0 0 0-.82 1.532l-.74 3.692a3 3 0 0 0 3.53 3.53l3.694-.738a3 3 0 0 0 1.532-.82L19 15.149V20a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9h5a2 2 0 0 0 2-2"/><path d="M17.447 8.08a1.09 1.09 0 0 1 1.187.238l.002.001a1.09 1.09 0 0 1 0 1.539l-.377.377l-1.54-1.542l.373-.374l.002-.001q.152-.154.353-.237Zm-2.143 2.027l-4.644 4.644l-.385 1.924l1.925-.385l4.644-4.642l-1.54-1.54Zm2.56-4.11a3.1 3.1 0 0 0-2.187.909l-6.645 6.645a1 1 0 0 0-.274.51l-.739 3.693a1 1 0 0 0 1.177 1.176l3.693-.738a1 1 0 0 0 .51-.274l6.65-6.646a3.088 3.088 0 0 0-2.185-5.275"/></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="M8 7V2.221a2 2 0 0 0-.5.365L3.586 6.5a2 2 0 0 0-.365.5zm2 0V2h7a2 2 0 0 1 2 2v.126a5.09 5.09 0 0 0-4.74 1.368v.001l-6.642 6.642a3 3 0 0 0-.82 1.532l-.74 3.692a3 3 0 0 0 3.53 3.53l3.694-.738a3 3 0 0 0 1.532-.82L19 15.149V20a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9h5a2 2 0 0 0 2-2"/><path d="M17.447 8.08a1.09 1.09 0 0 1 1.187.238l.002.001a1.09 1.09 0 0 1 0 1.539l-.377.377l-1.54-1.542l.373-.374l.002-.001q.152-.154.353-.237Zm-2.143 2.027l-4.644 4.644l-.385 1.924l1.925-.385l4.644-4.642l-1.54-1.54Zm2.56-4.11a3.1 3.1 0 0 0-2.187.909l-6.645 6.645a1 1 0 0 0-.274.51l-.739 3.693a1 1 0 0 0 1.177 1.176l3.693-.738a1 1 0 0 0 .51-.274l6.65-6.646a3.088 3.088 0 0 0-2.185-5.275"/></g></svg> </template>
CSS
.icon-file-pen-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%22M8%207V2.221a2%202%200%200%200-.5.365L3.586%206.5a2%202%200%200%200-.365.5zm2%200V2h7a2%202%200%200%201%202%202v.126a5.09%205.09%200%200%200-4.74%201.368v.001l-6.642%206.642a3%203%200%200%200-.82%201.532l-.74%203.692a3%203%200%200%200%203.53%203.53l3.694-.738a3%203%200%200%200%201.532-.82L19%2015.149V20a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V9h5a2%202%200%200%200%202-2%22%2F%3E%3Cpath%20d%3D%22M17.447%208.08a1.09%201.09%200%200%201%201.187.238l.002.001a1.09%201.09%200%200%201%200%201.539l-.377.377l-1.54-1.542l.373-.374l.002-.001q.152-.154.353-.237Zm-2.143%202.027l-4.644%204.644l-.385%201.924l1.925-.385l4.644-4.642l-1.54-1.54Zm2.56-4.11a3.1%203.1%200%200%200-2.187.909l-6.645%206.645a1%201%200%200%200-.274.51l-.739%203.693a1%201%200%200%200%201.177%201.176l3.693-.738a1%201%200%200%200%20.51-.274l6.65-6.646a3.088%203.088%200%200%200-2.185-5.275%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%22M8%207V2.221a2%202%200%200%200-.5.365L3.586%206.5a2%202%200%200%200-.365.5zm2%200V2h7a2%202%200%200%201%202%202v.126a5.09%205.09%200%200%200-4.74%201.368v.001l-6.642%206.642a3%203%200%200%200-.82%201.532l-.74%203.692a3%203%200%200%200%203.53%203.53l3.694-.738a3%203%200%200%200%201.532-.82L19%2015.149V20a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V9h5a2%202%200%200%200%202-2%22%2F%3E%3Cpath%20d%3D%22M17.447%208.08a1.09%201.09%200%200%201%201.187.238l.002.001a1.09%201.09%200%200%201%200%201.539l-.377.377l-1.54-1.542l.373-.374l.002-.001q.152-.154.353-.237Zm-2.143%202.027l-4.644%204.644l-.385%201.924l1.925-.385l4.644-4.642l-1.54-1.54Zm2.56-4.11a3.1%203.1%200%200%200-2.187.909l-6.645%206.645a1%201%200%200%200-.274.51l-.739%203.693a1%201%200%200%200%201.177%201.176l3.693-.738a1%201%200%200%200%20.51-.274l6.65-6.646a3.088%203.088%200%200%200-2.185-5.275%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-pen-solid.svg?color=%231a73e8&size=48