The Tabler file cv icon depicts a document with a small 'CV' label, commonly used to represent resume, job application, or work history sections in a user interface.
Common uses
- Link to download resume
- Button for job application form
- Section header for work experience
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconFileCv } from '@tabler/icons-react';
<IconFileCv size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconFileCv size={24} stroke={2} />filled
<IconFileCvFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- resumecareerprofiledocumentjobapplicationworkhistoryexperienceportfoliofilecvresume iconjob application iconprofile document iconwork history icon
FAQ
- What is the file cv icon used for?
- It represents documents like resumes, CVs, or job applications. It's useful for linking to or indicating sections related to professional history or employment.
- How do I use the file cv icon in React?
- Import it from '@tabler/icons-react' like this: import { IconFileCv } from '@tabler/icons-react'. Then use it as a component: <IconFileCv />.
- What is the license for the Tabler file cv icon?
- The Tabler icons, including file cv, are 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 →