The Phosphor read cv logo icon visually represents a resume or curriculum vitae, commonly used in UI elements related to job applications, professional profiles, or document management.
Common uses
- Button to upload or view a resume
- Link to a user's professional profile
- Indicator for a completed job application section
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ReadCvLogo } from '@phosphor-icons/react';
<ReadCvLogo size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ReadCvLogo size={24} />thin
<ReadCvLogo size={24} weight="thin" />light
<ReadCvLogo size={24} weight="light" />bold
<ReadCvLogo size={24} weight="bold" />fill
<ReadCvLogo size={24} weight="fill" />duotone
<ReadCvLogo size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- brands
- Keywords
- resumejobslogosbrandsreadcvlogoresume iconcurriculum vitae logodocument logoprofile icon
FAQ
- What does the read cv logo icon represent?
- It signifies a resume or curriculum vitae, often used for job-related features or professional profile sections.
- How do I use the read cv logo icon in React?
- Import it using `import { ReadCvLogo } from '@phosphor-icons/react'` and then use it as a component: `<ReadCvLogo />`.
- What is the license for this icon?
- The Phosphor icon library, including the read cv logo icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →