FortAwesome / Font-Awesome

The iconic SVG, font, and CSS toolkit
https://fontawesome.com
Other
73.7k stars 12.19k forks source link

Icon Request: Resume/CV #3533

Closed naveenippili closed 6 years ago

naveenippili commented 10 years ago

Hi,

It would be great if we can have a resume icon.

Some ideas: http://robjepson.files.wordpress.com/2013/04/resume-icon.jpg http://st.depositphotos.com/1589661/2352/v/450/depositphotos_23527747-CV---Curriculum-vitae-resume-vector-icons-set.jpg

Thanks, Naveen

dyspop commented 7 years ago

+1

jruiz94 commented 7 years ago

+1

megraf commented 7 years ago

+1

itsmanuelrc commented 7 years ago

+10

divayprakash commented 7 years ago

+1

catvajiac commented 7 years ago

+1

iamdevlinph commented 7 years ago

+1 Will use fa-file-text for now

mouadelmerchi commented 7 years ago

For those who want an alternative, here is one:

Download the free version of IcoMoon icons pack from https://icomoon.io/#icons-icomoon

@font-face { font-family: 'IcoMoon-Free'; src: url('Font/IcoMoon-Free.ttf') format('truetype'); /* Change url to where you placed the ttf file */ font-weight: normal; font-style: normal; }

.icon { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'IcoMoon-Free', sans-serif !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; letter-spacing: 0; -webkit-font-feature-settings: "liga"; -moz-font-feature-settings: "liga=1"; -moz-font-feature-settings: "liga"; -o-font-feature-settings: "liga"; font-feature-settings: "liga"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-resume:before { content: "\e923"; }

<a href="#" class="btn btn-lg btn-outline" data-toggle="modal"> <i class="icon icon-resume" aria-hidden="true"></i> Curriculum Vitae </a>

ddavidtran commented 7 years ago

+1

jsmith commented 7 years ago

+1

trenta3 commented 7 years ago

+1

litalboa commented 7 years ago

+1

lrdegeest commented 7 years ago

+1

fomox commented 6 years ago

+1

rowansharman commented 6 years ago

image I got something OK-looking by overlaying fa-file-text with fa-user and throwing three white shadows to form a separation. I modified the code from #3640: Add to your fa CSS:

.fa-sub {
   position: relative;
   left: -.5em;
   width: .2em;
   vertical-align: -.25em;
   text-shadow: -1px -1px 0px white, -1px 1px 0px white, -1px 0px 0px white; // optional contrast
 }

Then display the icon with:

<span>
   <i class="fa fa-file-text"></i>
   <i class="fa fa-sub fa-user"></i>
</span>

If you add fa-lg to the fa-file-text icon you get something more like this: image

Of course a real icon would be much better but until then...

maxibor commented 6 years ago

+1

devjmitchell commented 6 years ago

+1

KMacArthur commented 6 years ago

+1

CodeMeKathy commented 6 years ago

+1 looking for a resume icon 👍

tmiecz commented 6 years ago

+1

MarioEME commented 6 years ago

+1

vitormv commented 6 years ago

+1

rebz commented 6 years ago

+1

lostella commented 6 years ago

+1

alishdipani commented 6 years ago

+1

alexisteleco commented 6 years ago

+1

whebb commented 6 years ago

+1

kir12 commented 6 years ago

+1

CalumChilds commented 6 years ago

+1 You could just have an existing document icon with the letters "CV" somewhere (top left, top right)

rmcrowley2000 commented 6 years ago

+1

sensibleworld commented 6 years ago

This is the version we came up with: https://fontawesome.com/icons/file-user?style=solid. Could also use: https://fontawesome.com/icons/file-certificate?style=solid

andreariveros commented 6 years ago

+1

FriendlyUser commented 6 years ago

+1

VarunAgw commented 5 years ago

+1

dannycastonguay commented 5 years ago

+1

tagliala commented 5 years ago

Please notice that this icon is available in FA Pro:

If you have something different in mind, feel free to start a new request by filling out our new icon request template

CodeMeKathy commented 5 years ago

Thank you!👏🏽   Can one hope for a free version on the horizon for those looking for development positions?

AlejandraMoralesB commented 4 years ago

Thank!!!✨🙌

zhanghang1989 commented 4 years ago

+1