CSS Icons 10
CSS Icons 10
Learning Target:
1. I can identify the different icons in CSS.
References:
1. W3Schools.com. CSS icons. Retrieve on November 09, 2020.
https://www.w3schools.com/css/css_icons.asp
2. W3Schools.com. icons reference. Retrieve on November 09, 2020.
https://www.w3schools.com/icons/icons_reference.asp
I. Preliminary Task:
When you read or hear the word “icon”, what comes first in your mind?
_________________________________________________________________________________________________
_________________________________________________________________________________________________
_______________________________________________________________________ .
II. Concepts/Examples:
CSS Icons
45 | L e a r n i n g A c t i v i t y S h e e t i n C O M - E D - 1 0 SY: 2021-2022
3. All the icons in the icon libraries below, are scalable vectors that can be
customized with CSS (size, color, shadow, etc.)
Google Icons
➢ To use the Google icons, add the following line inside the <head> section of your
HTML page:
<link rel="stylesheet"
href="https://fonts.googleapis.com/icon?family=Material+Icons">
Note: No downloading or
installation is required!
Bootstrap Icons
➢ To use the Bootstrap glyphicons, add the following line inside the <head> section of
your HTML page:
Note: No downloading or installation is required!
46 | L e a r n i n g A c t i v i t y S h e e t i n C O M - E D - 1 0 SY: 2021-2022
Other Icons
Below are some of familiar and common icon found on the internet:
For a complete list of all icons, visit Icon Tutorial: Just search: w3school icons reference
Or type: https://www.w3schools.com/icons/icons_reference.asp
47 | L e a r n i n g A c t i v i t y S h e e t i n C O M - E D - 1 0 SY: 2021-2022
III. Exercises/Activities:
Activity 1: Identification
Directions: Observe the following icons carefully and identify the corresponding code from
the discussion above. Write your answer on the given space.
4.
_________________________________________________
5. _________________________________________________
6. Size:48px
Color: blue _______________________________________________________________________
7. Size:60px
Color: Red _______________________________________________________________________
8. Size:80
Color: yellow _______________________________________________________________________
9.
Size:35px
Color: green _______________________________________________________________________
10.
Size:100px
Color: pink _______________________________________________________________________
48 | L e a r n i n g A c t i v i t y S h e e t i n C O M - E D - 1 0 SY: 2021-2022