John KuehJohn Kueh

file pencil icon

Tabler · file-pencil · MIT

Download SVG

The Tabler file pencil icon depicts a document with a pencil, commonly used to signify actions related to editing, writing, or modifying file content.

Common uses

  • Edit document button
  • Create new record action
  • Content modification link

Use it in React

Install
npm i @tabler/icons-react
Import & render
import { IconFilePencil } from '@tabler/icons-react';

<IconFilePencil size={24} stroke={2} />

Styles

Tabler ships this icon in 2 styles — each its own import:

outline
<IconFilePencil size={24} stroke={2} />
filled
<IconFilePencilFilled size={24} stroke={2} />

Details

Library
Tabler (5,093 icons)
License
MIT
viewBox
0 0 24 24
Category
Document
Keywords
editwriteeditingtextfilepencildocumentdatacontentrecordedit filewrite documentmodify contenttext editor

FAQ

What does the file pencil icon represent?
It represents the action of editing or writing on a file or document. It's used for tasks like modifying text, updating data, or creating new content.
How do I use this icon in React?
You can import and use it directly with the following statement: import { IconFilePencil } from '@tabler/icons-react'. Then, render it as <IconFilePencil />.
What is the license for this icon?
The Tabler icon library, including the file pencil icon, is available under the MIT license.

Related icons

The same idea in other libraries, and near matches in Tabler.

Looking for something else? Search Tabler and 4 more libraries by description →

The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →