- 网页图标教程
- Web 图标-主页
- Web 图标 - 简介
- 字体真棒
- 字体真棒图标
- 真棒字体 - 网页图标
- 字体真棒-手形图标
- Font Awesome - 交通图标
- Font Awesome - 性别图标
- Font Awesome - 文件类型图标
- Font Awesome - 旋转图标
- Font Awesome - 表单控件图标
- 字体真棒-付款图标
- Font Awesome - 图表图标
- Font Awesome - 货币图标
- Font Awesome - 文本编辑器图标
- Font Awesome - 方向图标
- Font Awesome - 视频播放器图标
- Font Awesome - 品牌图标
- 字体真棒-医疗图标
- 材质图标
- 材质图标
- 材质-动作图标
- 材料-警报图标
- 材质-AV 图标
- 材料-通信图标
- 材质-内容图标
- 材质-设备图标
- 材质-编辑器图标
- 材质-文件图标
- 材质-硬件图标
- 材质-图像图标
- 材质-地图图标
- 材质-导航图标
- 材质-通知图标
- 材料-社会图标
- 材质 - 切换图标
- Bootstrap 字形
- Bootstrap 字形
- Bootstrap - 组件
- Web 图标有用的资源
- Web 图标 - 快速指南
- 网页图标 - 有用的资源
- Web 图标-讨论
材质-文件图标
本章介绍了 Google 的(Material)文件图标的用法。假设custom是我们定义大小和颜色的 CSS 类名称,如下面给出的示例所示。
<!DOCTYPE html> <html> <head> <link href = "https://fonts.googleapis.com/icon?family=Material+Icons" rel = "stylesheet"> <style> i.custom {font-size: 2em; color: green;} </style> </head> <body> <i class = "material-icons custom">accessibility</i> </body> </html>
下表包含 Google 的(Material)文件图标的用法和结果。将上述程序的 <body> 标记替换为表中给出的代码以获得相应的输出 -
用法 | 结果 |
---|---|
<i class="material-icons custom">附件</i> | 依恋 |
<i class="material-icons custom">云</i> | 云 |
<i class="material-icons custom">cloud_circle</i> | 云圈 |
<i class="material-icons custom">cloud_done</i> | 云完成 |
<i class="material-icons custom">cloud_download</i> | 云下载 |
<i class="material-icons custom">cloud_off</i> | 云关闭 |
<i class="material-icons custom">cloud_queue</i> | 云队列 |
<i class="material-icons custom">cloud_upload</i> | 云上传 |
<i class="material-icons custom">file_download</i> | 文件下载 |
<i class="material-icons custom">file_upload</i> | 上传文件 |
<i class="material-icons custom">文件夹</i> | 文件夹 |
<i class="material-icons custom">folder_open</i> | 文件夹_打开 |
<i class="material-icons custom">folder_shared</i> | 文件夹_共享 |