재질-탐색 아이콘
이 장에서는 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> 태그를 표에 제공된 코드로 대체하여 각 출력을 얻습니다.
용법 | 결과 |
---|---|
<i class = "material-icons custom"> 앱 </ 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 |
<i class = "material-icons custom"> 취소 </ i> | 취소 |
<i class = "material-icons custom"> 확인 </ i> | 검사 |
<i class = "material-icons custom"> chevron_left </ i> | chevron_left |
<i class = "material-icons custom"> chevron_right </ i> | chevron_right |
<i class = "material-icons custom"> 닫기 </ i> | 닫기 |
<i class = "material-icons custom"> expand_less </ i> | expand_less |
<i class = "material-icons custom"> expand_more </ i> | expand_more |
<i class = "material-icons custom"> 전체 화면 </ i> | 전체 화면 |
<i class = "material-icons custom"> fullscreen_exit </ i> | fullscreen_exit |
<i class = "material-icons custom"> 메뉴 </ i> | 메뉴 |
<i class = "material-icons custom"> more_horiz </ i> | more_horiz |
<i class = "material-icons custom"> more_vert </ i> | more_vert |
<i class = "material-icons custom"> 새로 고침 </ i> | 새롭게 하다 |