素材-ナビゲーションアイコン
この章では、Googleの(マテリアル)ナビゲーションアイコンの使用法について説明します。と仮定する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の(マテリアル)ナビゲーションアイコンの使用法と結果を示します。上記のプログラムの<body>タグを表に示されているコードに置き換えて、それぞれの出力を取得します-
使用法 | 結果 |
---|---|
<iclass = "material-iconscustom">アプリ</ i> | アプリ |
<i class = "material-icons custom"> arrow_back </ i> | arrow_back |
<i class = "material-icons custom"> arrow_drop_down </ i> | arrow_drop_down |
<i class = "material-icons custom"> arrow_drop_down_circle </ i> | arrow_drop_down_circle |
<i class = "material-icons custom"> arrow_drop_up </ i> | arrow_drop_up |
<i class = "material-icons custom"> arrow_forward </ i> | arrow_forward |
<iclass = "material-iconscustom">キャンセル</ i> | キャンセル |
<iclass = "material-iconscustom">確認</ i> | 小切手 |
<i class = "material-icons custom"> chevron_left </ i> | chevron_left |
<i class = "material-icons custom"> chevron_right </ i> | chevron_right |
<iclass = "material-iconscustom">閉じる</ i> | 閉じる |
<i class = "material-icons custom"> expand_less </ i> | expand_less |
<i class = "material-icons custom"> expand_more </ i> | expand_more |
<iclass = "material-iconscustom">フルスクリーン</ i> | 全画面表示 |
<i class = "material-icons custom"> fullscreen_exit </ i> | fullscreen_exit |
<iclass = "material-iconscustom">メニュー</ i> | メニュー |
<i class = "material-icons custom"> more_horiz </ i> | more_horiz |
<i class = "material-icons custom"> more_vert </ i> | more_vert |
<iclass = "material-iconscustom">更新</ i> | リフレッシュ |