How can I add a logo like Facebook, Instagram, Twitter logo for my website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

How can I add a logo like Facebook, Instagram, Twitter logo for my website

3rd Jun 2019, 12:54 PM
\Dante/
\Dante/ - avatar
8 Answers
+ 11
You can search on internet for icons, and than import it to your code. You got code so just copy/paste. There is lot site what have this. So you can choose what you like the most
3rd Jun 2019, 2:01 PM
PanicS
PanicS - avatar
3rd Jun 2019, 2:04 PM
PanicS
PanicS - avatar
+ 5
thank you all๐ŸŒน๐Ÿ™
3rd Jun 2019, 4:11 PM
\Dante/
\Dante/ - avatar
+ 3
You mean social icons, then like this https://code.sololearn.com/WipJ5q1NUCvj/?ref=app
3rd Jun 2019, 12:59 PM
Bug Slayer
+ 3
Use fontawesome
11th Jun 2019, 9:32 AM
ะžะปั ะŸะตั€ะตะฒะตั€ะทะตะฒะฐ
ะžะปั ะŸะตั€ะตะฒะตั€ะทะตะฒะฐ - avatar
+ 1
Try this from code source of sololearn to creat facebook icon <!DOCTYPE html> <html> <head> <title>social icons</title> </head> <body> <a href="https://www.facebook.com/sololearn"><img src="https://cdn1.iconfinder.com/data/icons/iconza-circle-social/64/697057-facebook-512.png" width="100px" height="100px"></a> </body> </html>
12th Jun 2019, 9:52 AM
Nasir Shah
Nasir Shah - avatar
0
Yes, Y.K
3rd Jun 2019, 1:14 PM
CodeFu
CodeFu - avatar
0
Here's a link to a video creating a circular nav menu you could modify or just use the links for the icons https://youtu.be/4h9WH6YsMro
11th Jun 2019, 9:58 PM
dominic smith
dominic smith - avatar