i need social icon jpeg or png format but free licence ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

i need social icon jpeg or png format but free licence ?

i am beginner about css and html. i want to design a blogger template ( probably i camt do it ) so, i need free social icon packet free not licenced. so how can i find it ? i am sorry my terrible english.

22nd May 2017, 8:54 PM
asdasdas
asdasdas - avatar
9 Answers
+ 9
With font awesome you have no need of two pictures. Add this in your HTML <head> <link rel = "stylesheet" href = "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> Add this in your <body> <i class = "fa fa-facebook" aria-hidden = "true"></i> Add this in your CSS i { color: #555 } i:hover { color: #000 } I can't explain all here, this is just a basic start. :)
22nd May 2017, 10:17 PM
Maz
Maz - avatar
+ 6
http://www.fontawesome.io has a lot of free icons, with social network also. :) Facebook - http://fontawesome.io/icon/facebook/ Twitter - http://fontawesome.io/icon/twitter/ Instagram - http://fontawesome.io/icon/instagram/ [ . . . ]
22nd May 2017, 8:58 PM
Maz
Maz - avatar
+ 6
Font Awesome is completely free for commercial use License: http://fontawesome.io/license/
22nd May 2017, 9:01 PM
Maz
Maz - avatar
+ 6
What do you mean with red icon? These icon are font, not images. Font are better because you can use them without "slow down" your website, in addition font are always in HQ! You can implement a font with the syntax illustrated in that links, so... what's the problem? 😕
22nd May 2017, 10:06 PM
Maz
Maz - avatar
+ 1
thank you for everything. i am learning html and css. i hope i can do my blogger template. brobably i cant do it :) but i love learn html and css. thanks again :)
22nd May 2017, 9:07 PM
asdasdas
asdasdas - avatar
+ 1
sorry for bothering you again. but i cant find image amd hover image. for example black icon after rollage red icon.
22nd May 2017, 9:54 PM
asdasdas
asdasdas - avatar
+ 1
i mean rollover image . for example. i need two pictures. i mean two facebook icon. when is mouse is behing image, image is chance rollover image. can you understand me ?
22nd May 2017, 10:12 PM
asdasdas
asdasdas - avatar
+ 1
thank you so much maz. i guess i can understand i little bit. thank you so much your time and great information.
22nd May 2017, 10:19 PM
asdasdas
asdasdas - avatar
0
thank you so much maz. but i should ask you again. are you really sure they are absolutly free licence ? i cant pay anything for pictures.
22nd May 2017, 9:00 PM
asdasdas
asdasdas - avatar