-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathicons.html
More file actions
36 lines (35 loc) · 1.53 KB
/
icons.html
File metadata and controls
36 lines (35 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ICONS</title>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/icon?family=Material+Icons"/>
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
<i class="fa fa-cloud" style="font-size: 23px"></i>
<i class="material-icons">cloud</i>
<i class="glyphicon glyphicon-cloud" style></i>
<i class="glyphicon glyphicon-cloud" style="font-size:28px;"></i>
<i class="glyphicon glyphicon-user" style="font-size:30px;"></i>
<i class="glyphicon glyphicon-thumbs-up" style="font-size:32px;"></i>
<i class="glyphicon glyphicon-remove" style="font-size:34px;"></i>
<i class="glyphicon glyphicon-envelope" style="font-size:36px;"></i>
<i class="material-icons">favorite</i>
<i class="material-icons">attachment</i>
<i class="material-icons">computer</i>
<i class="material-icons">traffic</i>
<i class="fa fa-cloud" style="font-size:32px;"></i>
<i class="fa fa-heart" style="font-size:32px;"></i>
<i class="fa fa-file" style="font-size:32px;"></i>
<i class="fa fa-car" style="font-size:32px;"></i>
<i class="fa fa-bars" style="font-size:32px;"></i>
</body>
</html>