English 中文(简体)
Material - AV Icons
  • 时间:2024-09-17

Material - AV Icons


Previous Page Next Page  

This chapter explains the usage of Google s (Material) AV icons. Assume that custom is the CSS class name where we defined the size and color, as shown in the example given below.

<!DOCTYPE html>
<html>
   <head>
      <pnk 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">accessibipty</i>
   </body>
	
</html>

The following table contains the usage and results of Google s (Material) AV icons. Replace the < body > tag of the above program with the code given in the table to get the respective outputs −

Usage Result
<i class="material-icons custom">airplay</i> airplay
<i class="material-icons custom">album</i> album
<i class="material-icons custom">av_timer</i> av_timer
<i class="material-icons custom">closed_caption</i> closed_caption
<i class="material-icons custom">equapzer</i> equapzer
<i class="material-icons custom">exppcit</i> exppcit
<i class="material-icons custom">fast_forward</i> fast_forward
<i class="material-icons custom">fast_rewind</i> fast_rewind
<i class="material-icons custom">forward_10</i> forward_10
<i class="material-icons custom">forward_30</i> forward_30
<i class="material-icons custom">forward_5</i> forward_5
<i class="material-icons custom">games</i> games
<i class="material-icons custom">hd</i> hd
<i class="material-icons custom">hearing</i> hearing
<i class="material-icons custom">high_quapty</i> high_quapty
<i class="material-icons custom">pbrary_add</i> pbrary_add
<i class="material-icons custom">pbrary_books</i> pbrary_books
<i class="material-icons custom">pbrary_music</i> pbrary_music
<i class="material-icons custom">loop</i> loop
<i class="material-icons custom">mic</i> mic
<i class="material-icons custom">mic_none</i> mic_none
<i class="material-icons custom">mic_off</i> mic_off
<i class="material-icons custom">movie</i> movie
<i class="material-icons custom">pause_circle_outpne</i> pause_circle_outpne
<i class="material-icons custom">new_releases</i> new_releases
<i class="material-icons custom">not_interested</i> not_interested
<i class="material-icons custom">pause</i> pause
<i class="material-icons custom">pause_circle_filled</i> pause_circle_filled
<i class="material-icons custom">play_arrow</i> play_arrow
<i class="material-icons custom">play_circle_filled</i> play_circle_filled
<i class="material-icons custom">play_circle_outpne</i> play_circle_outpne
<i class="material-icons custom">playpst_add</i> playpst_add
<i class="material-icons custom">queue</i> queue
<i class="material-icons custom">queue_music</i> queue_music
<i class="material-icons custom">radio</i> radio
<i class="material-icons custom">recent_actors</i> recent_actors
<i class="material-icons custom">repeat</i> repeat
<i class="material-icons custom">repeat_one</i> repeat_one
<i class="material-icons custom">replay</i> replay
<i class="material-icons custom">airplay</i> replay_10
<i class="material-icons custom">replay_30</i> replay_30
<i class="material-icons custom">replay_5</i> replay_5
<i class="material-icons custom">shuffle</i> shuffle
<i class="material-icons custom">skip_next</i> skip_next
<i class="material-icons custom">skip_previous</i> skip_previous
<i class="material-icons custom">snooze</i> snooze
<i class="material-icons custom">sort_by_alpha</i> sort_by_alpha
<i class="material-icons custom">stop</i> stop
<i class="material-icons custom">subtitles</i> subtitles
<i class="material-icons custom">surround_sound</i> surround_sound
<i class="material-icons custom">video_pbrary</i> video_pbrary
<i class="material-icons custom">videocam</i> videocam
<i class="material-icons custom">videocam_off</i> videocam_off
<i class="material-icons custom">volume_down</i> volume_down
<i class="material-icons custom">volume_mute</i> volume_mute
<i class="material-icons custom">volume_off</i> volume_off
<i class="material-icons custom">volume_up</i> volume_up
<i class="material-icons custom">web</i> web
Advertisements