CSS Icons
CSS Icons
MAFEL D. SALAZAR
CSS ICONS
•Can be easily added to
HTML page, by using an
icon library.
HOW TO ADD
ICONS
• The simplest way to add an icon to HTML
page, is with an icon library, such as Font
Awesome
• Add the name of the specified icon class to
any inline HTML element (<i> or <span>)
• All the icons in the icon libraries, are scalable
vectors that can customized with CSS (size,
color, shadow, etc.)
FONT AWESOME ICONS
• To use, go to fontawesome.com, sign in, and get
a code to add in the <head> section of your
html page:
<script
src="https://kit.fontawesome.com/yourcode.js"
crossorigin="anonymous"></script>
FONT
AWESOME
SAMPLE
CODE
FONT
AWESOME
SAMPLE
CODE
BOOTSTRAP ICONS