Material – Toggle Icons ”; Previous Next This chapter explains the usage of Google”s (Material) Toggle 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> <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> The following table contains the usage and results of Google”s (Material) Toggle 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”>check_box</i> check_box <i class=”material-icons custom”>check_box_outline_blank</i> check_box_outline_blank <i class=”material-icons custom”>indeterminate_check_box</i> indeterminate_check_box <i class=”material-icons custom”>radio_button_checked</i> radio_button_checked <i class=”material-icons custom”>radio_button_unchecked</i> radio_button_unchecked <i class=”material-icons custom”>star</i> star <i class=”material-icons custom”>star_border</i> star_border <i class=”material-icons custom”>star_half</i> star_half Print Page Previous Next Advertisements ”;
Category: web Icons
Material – Navigation Icons
Material – Navigation Icons ”; Previous Next This chapter explains the usage of Google”s (Material) Navigation 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> <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> The following table contains the usage and results of Google”s (Material) Navigation 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”>apps</i> apps <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”>cancel</i> cancel <i class=”material-icons custom”>check</i> check <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”>close</i> close <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”>fullscreen</i> fullscreen <i class=”material-icons custom”>fullscreen_exit</i> fullscreen_exit <i class=”material-icons custom”>menu</i> menu <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”>refresh</i> refresh Print Page Previous Next Advertisements ”;
Web Icons – Useful Resources
Web Icons – Useful Resources ”; Previous Next The following resources contain additional information on Web Icons. Please use them to get more in-depth knowledge on this. Useful Video Courses TKinter Course – Build Python GUI Apps 49 Lectures 4 hours John Elder More Detail Adobe Xd Course – UI / UX Design, Prototype And Getting A Job 128 Lectures 11.5 hours Aleksandar Cucukovic More Detail Adobe Xd Animation – Complete Guide From Icons To UI 104 Lectures 11.5 hours Aleksandar Cucukovic More Detail How To Use Android: Beginners Guide for Smartphones, Tablets 98 Lectures 8 hours Kopias Csaba More Detail Learn Web Design From Scratch 68 Lectures 9.5 hours Marwa Radwan More Detail Create Twitter Clone Using Laravel 82 Lectures 5 hours Mustafa Alawi More Detail Print Page Previous Next Advertisements ”;
Font Awesome – Medical Icons
Font Awesome – Medical Icons ”; Previous Next This chapter explains the usage of Font Awesome Medical icons. Assume that custom is the CSS class name where we defined the size and color, as shown in the example given below. <html> <head> <link rel = “stylesheet” href = “http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css”> <style> i.custom {font-size: 2em; color: gray;} </style> </head> <body> <i class = “fa fa-adjust custom”></i> </body> </html> The following table shows the usage and the results of Font Awesome Medical icons. Replace the < body > tag of the above program with the code given in the table to get the respective outputs − Usage Icon <i class=”fa fa-ambulance custom”></i> <i class=”fa fa-h-square custom”></i> <i class=”fa fa-heart custom”></i> <i class=”fa fa-heart-o custom”></i> <i class=”fa fa-heartbeat custom”></i> <i class=”fa fa-hospital-o custom”></i> <i class=”fa fa-medkit custom”></i> <i class=”fa fa-plus-square custom”></i> <i class=”fa fa-stethoscope custom”></i> <i class=”fa fa-user-md custom”></i> <i class=”fa fa-wheelchair custom”></i> Print Page Previous Next Advertisements ”;
Material – Action Icons
Material – Action Icons ”; Previous Next This chapter explains the usage of Google”s (Material) Action 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> <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> The following table contains the usage and results of Google”s (Material) Action 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”>3d_rotation</i> 3d_rotation <i class=”material-icons custom”>accessibility</i> accessibility <i class=”material-icons custom”>account_balance</i> account_balance <i class=”material-icons custom”>account_balance_wallet</i> account_balance_wallet <i class=”material-icons custom”>account_box</i> account_box <i class=”material-icons custom”>account_circle</i> account_circle <i class=”material-icons custom”>add_shopping_cart</i> add_shopping_cart <i class=”material-icons custom”>alarm</i> alarm <i class=”material-icons custom”>alarm_add</i> alarm_add <i class=”material-icons custom”>alarm_off</i> alarm_off <i class=”material-icons custom”>alarm_on</i> alarm_on <i class=”material-icons custom”>android</i> android <i class=”material-icons custom”>announcement</i> announcement <i class=”material-icons custom”>aspect_ratio</i> aspect_ratio <i class=”material-icons custom”>assessment</i> assessment <i class=”material-icons custom”>assignment</i> assignment <i class=”material-icons custom”>assignment_ind</i> assignment_ind <i class=”material-icons custom”>assignment_late</i> assignment_late <i class=”material-icons custom”>assignment_return</i> assignment_return <i class=”material-icons custom”>assignment_returned</i> assignment_returned <i class=”material-icons custom”>assignment_turned_in</i> assignment_turned_in <i class=”material-icons custom”>autorenew</i> autorenew <i class=”material-icons custom”>backup</i> backup <i class=”material-icons custom”>book</i> book <i class=”material-icons custom”>bookmark</i> bookmark <i class=”material-icons custom”>bookmark_border</i> bookmark_border <i class=”material-icons custom”>bug_report</i> bug_report <i class=”material-icons custom”>build</i> build <i class=”material-icons custom”>cached</i> cached <i class=”material-icons custom”>camera_enhance</i> camera_enhance <i class=”material-icons custom”>card_giftcard</i> card_giftcard <i class=”material-icons custom”>card_membership</i> card_membership <i class=”material-icons custom”>card_travel</i> card_travel <i class=”material-icons custom”>change_history</i> change_history <i class=”material-icons custom”>check_circle</i> check_circle <i class=”material-icons custom”>chrome_reader_mode</i> chrome_reader_mode <i class=”material-icons custom”>class</i> class <i class=”material-icons custom”>code</i> code <i class=”material-icons custom”>credit_card</i> credit_card <i class=”material-icons custom”>dashboard</i> dashboard <i class=”material-icons custom”>delete</i> delete <i class=”material-icons custom”>description</i> description <i class=”material-icons custom”>dns</i> dns <i class=”material-icons custom”>done</i> done <i class=”material-icons custom”>done_all</i> done_all <i class=”material-icons custom”>eject</i> eject <i class=”material-icons custom”>event</i> event <i class=”material-icons custom”>event_seat</i> event_seat <i class=”material-icons custom”>exit_to_app</i> exit_to_app <i class=”material-icons custom”>explore</i> explore <i class=”material-icons custom”>extension</i> extension <i class=”material-icons custom”>face</i> face <i class=”material-icons custom”>favorite</i> favorite <i class=”material-icons custom”>favorite_border</i> favorite_border <i class=”material-icons custom”>feedback</i> feedback <i class=”material-icons custom”>find_in_page</i> find_in_page <i class=”material-icons custom”>find_replace</i> find_replace <i class=”material-icons custom”>flight_land</i> flight_land <i class=”material-icons custom”>flight_takeoff</i> flight_takeoff <i class=”material-icons custom”>flip_to_back</i> flip_to_back <i class=”material-icons custom”>flip_to_front</i> flip_to_front <i class=”material-icons custom”>get_app</i> get_app <i class=”material-icons custom”>gif</i> gif <i class=”material-icons custom”>grade</i> grade <i class=”material-icons custom”>group_work</i> group_work <i class=”material-icons custom”>help</i> help <i class=”material-icons custom”>help_outline</i> help_outline <i class=”material-icons custom”>highlight_off</i> highlight_off <i class=”material-icons custom”>history</i> history <i class=”material-icons custom”>home</i> home <i class=”material-icons custom”>hourglass_empty</i> hourglass_empty <i class=”material-icons custom”>hourglass_full</i> hourglass_full <i class=”material-icons custom”>http</i> http <i class=”material-icons custom”>https</i> https <i class=”material-icons custom”>info</i> info <i class=”material-icons custom”>info_outline</i> info_outline <i class=”material-icons custom”>input</i> input <i class=”material-icons custom”>invert_colors</i> invert_colors <i class=”material-icons custom”>label</i> label <i class=”material-icons custom”>label_outline</i> label_outline <i class=”material-icons custom”>language</i> language <i class=”material-icons custom”>launch</i> launch <i class=”material-icons custom”>list</i> list <i class=”material-icons custom”>lock</i> lock <i class=”material-icons custom”>lock_open</i> lock_open <i class=”material-icons custom”>lock_outline</i> lock_outline <i class=”material-icons custom”>loyalty</i> loyalty <i class=”material-icons custom”>markunread_mailbox</i> markunread_mailbox <i class=”material-icons custom”>note_add</i> note_add <i class=”material-icons custom”>offline_pin</i> offline_pin <i class=”material-icons custom”>open_in_browser</i> open_in_browser <i class=”material-icons custom”>open_in_new</i> open_in_new <i class=”material-icons custom”>open_with</i> open_with <i class=”material-icons custom”>pageview</i> pageview <i class=”material-icons custom”>payment</i> payment <i class=”material-icons custom”>perm_camera_mic</i> perm_camera_mic <i class=”material-icons custom”>perm_contact_cale</i> perm_contact_cale <i class=”material-icons custom”>perm_data_settings</i> perm_data_settings <i class=”material-icons custom”>perm_device_information</i> perm_device_information <i class=”material-icons custom”>perm_identity</i> perm_identity <i class=”material-icons custom”>perm_media</i> perm_media <i class=”material-icons custom”>perm_phone_msg</i> perm_phone_msg <i class=”material-icons custom”>perm_scan_wifi</i> perm_scan_wifi <i class=”material-icons custom”>picture_in_picture</i> picture_in_picture <i class=”material-icons custom”>play_for_work</i> play_for_work <i class=”material-icons custom”>polymer</i> polymer <i class=”material-icons custom”>power_settings_new</i> power_settings_new <i class=”material-icons custom”>print</i> print <i class=”material-icons custom”>query_builder</i> query_builder <i class=”material-icons custom”>question_answer</i> question_answer <i class=”material-icons custom”>receipt</i> receipt <i class=”material-icons custom”>redeem</i> redeem <i class=”material-icons custom”>reorder</i> reorder <i class=”material-icons custom”>report_problem</i> report_problem <i class=”material-icons custom”>restore</i> restore <i class=”material-icons custom”>room</i> room <i class=”material-icons custom”>schedule</i> schedule <i class=”material-icons custom”>search</i> search <i class=”material-icons custom”>settings</i> settings <i class=”material-icons custom”>settings_applications</i> settings_applications <i class=”material-icons custom”>settings_bluetooth</i> settings_bluetooth <i class=”material-icons custom”>settings_brightness</i> settings_brightness <i class=”material-icons custom”>settings_cell</i> settings_cell <i class=”material-icons custom”>settings_ethernet</i> settings_ethernet <i class=”material-icons custom”>settings_input_antenna</i> settings_input_antenna <i class=”material-icons custom”>settings_input_component</i> settings_input_component <i class=”material-icons custom”>settings_input_hdmi</i> settings_input_hdmi <i class=”material-icons custom”>settings_input_svideo</i> settings_input_svideo <i class=”material-icons custom”>settings_overscan</i> settings_overscan <i class=”material-icons custom”>settings_phone</i> settings_phone <i class=”material-icons custom”>settings_power</i> settings_power <i class=”material-icons custom”>settings_remote</i> settings_remote <i class=”material-icons custom”>settings_voice</i> settings_voice <i class=”material-icons custom”>shop</i> shop <i class=”material-icons custom”>shop_two</i> shop_two <i class=”material-icons custom”>shopping_basket</i> shopping_basket <i class=”material-icons custom”>shopping_cart</i> shopping_cart <i class=”material-icons custom”>speaker_notes</i> speaker_notes <i class=”material-icons custom”>spellcheck</i> spellcheck <i class=”material-icons custom”>star_rate</i> star_rate <i class=”material-icons custom”>stars</i> stars <i class=”material-icons custom”>store</i> store <i class=”material-icons custom”>subject</i> subject <i class=”material-icons custom”>supervisor_account</i> supervisor_account <i class=”material-icons custom”>swap_horiz</i> swap_horiz <i class=”material-icons custom”>swap_vert</i> swap_vert <i class=”material-icons custom”>swap_vertical_circle</i> swap_vertical_circle <i class=”material-icons custom”>system_update_alt</i> system_update_alt <i class=”material-icons custom”>tab</i> tab <i class=”material-icons custom”>tab_unselected</i> tab_unselected <i class=”material-icons custom”>theaters</i> theaters <i class=”material-icons custom”>thumb_down</i> thumb_down <i class=”material-icons custom”>thumb_up</i> thumb_up <i class=”material-icons custom”>thumbs_up_down</i> thumbs_up_down <i class=”material-icons custom”>toc</i> toc <i class=”material-icons custom”>today</i> today <i class=”material-icons custom”>toll</i> toll <i class=”material-icons custom”>track_changes</i> track_changes <i class=”material-icons custom”>translate</i> translate <i class=”material-icons custom”>trending_down</i> trending_down <i class=”material-icons custom”>trending_flat</i> trending_flat <i class=”material-icons custom”>trending_up</i> trending_up <i class=”material-icons custom”>turned_in</i> turned_in <i class=”material-icons custom”>verified_user</i> verified_user <i class=”material-icons custom”>view_agenda</i> view_agenda <i class=”material-icons custom”>view_array</i> view_array <i class=”material-icons custom”>view_carousel</i> view_carousel <i class=”material-icons custom”>view_column</i> view_column <i class=”material-icons custom”>view_day</i> view_day <i class=”material-icons custom”>view_headline</i> view_headline <i class=”material-icons custom”>view_list</i> view_list <i class=”material-icons custom”>view_module</i> view_module <i class=”material-icons custom”>view_quilt</i> view_quilt <i class=”material-icons custom”>view_stream</i> view_stream <i class=”material-icons custom”>view_week</i> view_week <i class=”material-icons custom”>visibility</i> visibility <i class=”material-icons custom”>visibility_off</i> visibility_off <i class=”material-icons custom”>work</i> work <i class=”material-icons custom”>youtube_searched_for</i> youtube_searched_for <i class=”material-icons custom”>zoom_in</i> zoom_in <i class=”material-icons custom”>zoom_out</i> zoom_out Print Page Previous Next Advertisements ”;
Font Awesome – Text Editor Icons ”; Previous Next This chapter explains the usage of Font Awesome Text Editor icons. Assume that custom is the CSS class name where we defined the size and color, as shown in the example given below. <html> <head> <link rel = “stylesheet” href = “https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css”> <style> i.custom {font-size: 2em; color: gray;} </style> </head> <body> <i class = “fa fa-adjust custom”></i> </body> </html> The following table shows the usage and the results of Font Awesome Text Editor 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=”fa fa-align-center custom”></i> <i class=”fa fa-align-justify custom”></i> <i class=”fa fa-align-left custom”></i> <i class=”fa fa-align-right custom”></i> <i class=”fa fa-bold custom”></i> <i class=”fa fa-chain custom”></i> <i class=”fa fa-chain-broken custom”></i> <i class=”fa fa-clipboard custom”></i> <i class=”fa fa-columns custom”></i> <i class=”fa fa-copy custom”></i> <i class=”fa fa-cut custom”></i> <i class=”fa fa-dedent custom”></i> <i class=”fa fa-eraser custom”></i> <i class=”fa fa-file custom”></i> <i class=”fa fa-file-o custom”></i> <i class=”fa fa-file-text custom”></i> <i class=”fa fa-file-text-o custom”></i> <i class=”fa fa-files-o custom”></i> <i class=”fa fa-floppy-o custom”></i> <i class=”fa fa-font custom”></i> <i class=”fa fa-header custom”></i> <i class=”fa fa-indent custom”></i> <i class=”fa fa-italic custom”></i> <i class=”fa fa-link custom”></i> <i class=”fa fa-list custom”></i> <i class=”fa fa-list-alt custom”></i> <i class=”fa fa-list-ol custom”></i> <i class=”fa fa-list-ul custom”></i> <i class=”fa fa-outdent custom”></i> <i class=”fa fa-paperclip custom”></i> <i class=”fa fa-paragraph custom”></i> <i class=”fa fa-paste custom”></i> <i class=”fa fa-repeat custom”></i> <i class=”fa fa-rotate-left custom”></i> <i class=”fa fa-rotate-right custom”></i> <i class=”fa fa-save custom”></i> <i class=”fa fa-scissors custom”></i> <i class=”fa fa-strikethrough custom”></i> <i class=”fa fa-subscript custom”></i> <i class=”fa fa-table custom”></i> <i class=”fa fa-text-heigh custom”></i> <i class=”fa fa-text-width custom”></i> <i class=”fa fa-th custom”></i> <i class=”fa fa-th-large custom”></i> <i class=”fa fa-th-list custom”></i> <i class=”fa fa-underline custom”></i> <i class=”fa fa-undo custom”></i> <i class=”fa fa-unlink custom”></i> Print Page Previous Next Advertisements ”;
Material – Hardware Icons
Material – Hardware Icons ”; Previous Next This chapter explains the usage of Google”s (Material) Hardware 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> <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> The following table contains the usage and results of Google”s (Material) Hardware 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”>cast</i> cast <i class=”material-icons custom”>cast_connected</i> cast_connected <i class=”material-icons custom”>computer</i> computer <i class=”material-icons custom”>desktop_mac</i> desktop_mac <i class=”material-icons custom”>desktop_windows</i> desktop_windows <i class=”material-icons custom”>developer_board</i> developer_board <i class=”material-icons custom”>device_hub</i> device_hub <i class=”material-icons custom”>dock</i> dock <i class=”material-icons custom”>gamepad</i> gamepad <i class=”material-icons custom”>headset</i> headset <i class=”material-icons custom”>headset_mic</i> headset_mic <i class=”material-icons custom”>keyboard</i> keyboard <i class=”material-icons custom”>keyboard_arrow_down</i> keyboard_arrow_down <i class=”material-icons custom”>keyboard_arrow_left</i> keyboard_arrow_left <i class=”material-icons custom”>keyboard_arrow_right</i> keyboard_arrow_right <i class=”material-icons custom”>keyboard_arrow_up</i> keyboard_arrow_up <i class=”material-icons custom”>keyboard_backspace</i> keyboard_backspace <i class=”material-icons custom”>keyboard_capslock</i> keyboard_capslock <i class=”material-icons custom”>keyboard_hide</i> keyboard_hide <i class=”material-icons custom”>keyboard_return</i> keyboard_return <i class=”material-icons custom”>keyboard_tab</i> keyboard_tab <i class=”material-icons custom”>keyboard_voice</i> keyboard_voice <i class=”material-icons custom”>laptop</i> laptop <i class=”material-icons custom”>laptop_chromebook</i> laptop_chromebook <i class=”material-icons custom”>laptop_mac</i> laptop_mac <i class=”material-icons custom”>laptop_windows</i> laptop_windows <i class=”material-icons custom”>memory</i> memory <i class=”material-icons custom”>mouse</i> mouse <i class=”material-icons custom”>phone_android</i> phone_android <i class=”material-icons custom”>phone_iphone</i> phone_iphone <i class=”material-icons custom”>phonelink</i> phonelink <i class=”material-icons custom”>phonelink_off</i> phonelink_off <i class=”material-icons custom”>power_input</i> power_input <i class=”material-icons custom”>router</i> router <i class=”material-icons custom”>scanner</i> scanner <i class=”material-icons custom”>security</i> security <i class=”material-icons custom”>sim_card</i> sim_card <i class=”material-icons custom”>smartphone</i> smartphone <i class=”material-icons custom”>speaker</i> speaker <i class=”material-icons custom”>speaker_group</i> speaker_group <i class=”material-icons custom”>tablet</i> tablet <i class=”material-icons custom”>tablet_android</i> tablet_android <i class=”material-icons custom”>tablet_mac</i> tablet_mac <i class=”material-icons custom”>toys</i> toys <i class=”material-icons custom”>tv</i> tv <i class=”material-icons custom”>watch</i> watch Print Page Previous Next Advertisements ”;
Font Awesome – Video Player Icons ”; Previous Next This chapter explains the usage of Font Awesome Video Player icons. Assume that custom is the CSS class name where we defined the size and color, as shown in the example given below. <html> <head> <link rel = “stylesheet” href = “https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css”> <style> i.custom {font-size: 2em; color: gray;} </style> </head> <body> <i class = “fa fa-adjust custom”></i> </body> </html> The following table shows the usage and the results of Font Awesome Video Player icons. Replace the < body > tag of the above program with the code given in the table to get the respective outputs − Usage Icons <i class=”fa fa-arrows-alt custom”></i> <i class=”fa fa-backward custom”></i> <i class=”fa fa-compress custom”></i> <i class=”fa fa-eject custom”></i> <i class=”fa fa-expand custom”></i> <i class=”fa fa-fast-backward custom”></i> <i class=”fa fa-fast-forward custom”></i> <i class=”fa fa-forward custom”></i> <i class=”fa fa-play-circle custom”></i> <i class=”fa fa-play-circle-o custom”></i> <i class=”fa fa-random custom”></i> <i class=”fa fa-step-backward custom”></i> <i class=”fa fa-stop custom”></i> <i class=”fa fa-pause custom”></i> <i class=”fa fa-play custom”></i> <i class=”fa fa-youtube-play custom”></i> Print Page Previous Next Advertisements ”;
Font Awesome – Payment Icons
Font Awesome – Payment Icons ”; Previous Next This chapter explains the usage of Font Awesome Payment icons. Assume that custom is the CSS class name where we defined the size and color, as shown in the example given below. <html> <head> <link rel = “stylesheet” href = “https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css”> <style> i.custom {font-size: 2em; color: gray;} </style> </head> <body> <i class = “fa fa-adjust custom”></i> </body> </html> The following table shows the usage and the results of Font Awesome Payment 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=”fa fa-cc-amex custom”></i> <i class=”fa fa-cc-diners-club custom”></i> <i class=”fa fa-cc-discover custom”></i> <i class=”fa fa-cc-jcb custom”></i> <i class=”fa fa-cc-mastercard custom”></i> <i class=”fa fa-cc-paypal custom”></i> <i class=”fa fa-cc-stripe custom”></i> <i class=”fa fa-cc-visa custom”></i> <i class=”fa fa-credit-card custom”></i> Print Page Previous Next Advertisements ”;
Material – Device Icons
Material – Device Icons ”; Previous Next This chapter provides you the usage of Google”s (Material) Device Icons. Assume that custom is the CSS class name in which we defined the size and colour as shown below. <!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> The following table contains the usage and results of Google”s (Material) Device Icons. Usage Result <i class=”material-icons custom”>access_alarm</i> access_alarm <i class=”material-icons custom”>access_alarms</i> access_alarms <i class=”material-icons custom”>access_time</i> access_time <i class=”material-icons custom”>add_alarm</i> add_alarm <i class=”material-icons custom”>airplanemode_active</i> airplanemode_active <i class=”material-icons custom”>airplanemode_inactive</i> airplanemode_inactive <i class=”material-icons custom”>battery_alert</i> battery_alert <i class=”material-icons custom”>battery_charging_full</i> battery_charging_full <i class=”material-icons custom”>battery_full</i> battery_full <i class=”material-icons custom”>battery_std</i> battery_std <i class=”material-icons custom”>battery_unknown</i> battery_unknown <i class=”material-icons custom”>bluetooth</i> bluetooth <i class=”material-icons custom”>bluetooth_connected</i> bluetooth_connected <i class=”material-icons custom”>bluetooth_disabled</i> bluetooth_disabled <i class=”material-icons custom”>bluetooth_searching</i> bluetooth_searching <i class=”material-icons custom”>brightness_auto</i> brightness_auto <i class=”material-icons custom”>brightness_high</i> brightness_high <i class=”material-icons custom”>brightness_low</i> brightness_low <i class=”material-icons custom”>brightness_medium</i> brightness_medium <i class=”material-icons custom”>data_usage</i> data_usage <i class=”material-icons custom”>developer_mode</i> developer_mode <i class=”material-icons custom”>devices</i> devices <i class=”material-icons custom”>dvr</i> dvr <i class=”material-icons custom”>gps_fixed</i> gps_fixed <i class=”material-icons custom”>gps_not_fixed</i> gps_not_fixed <i class=”material-icons custom”>gps_off</i> gps_off <i class=”material-icons custom”>graphic_eq</i> graphic_eq <i class=”material-icons custom”>location_disabled</i> location_disabled <i class=”material-icons custom”>location_searching</i> location_searching <i class=”material-icons custom”>network_cell</i> network_cell <i class=”material-icons custom”>network_wifi</i> network_wifi <i class=”material-icons custom”>screen_lock_landscape</i> screen_lock_landscape <i class=”material-icons custom”>screen_lock_portrait</i> screen_lock_portrait <i class=”material-icons custom”>screen_lock_rotation</i> screen_lock_rotation <i class=”material-icons custom”>screen_rotation</i> screen_rotation <i class=”material-icons custom”>sd_storage</i> sd_storage <i class=”material-icons custom”>settings_system_daydream</i> settings_system_daydream <i class=”material-icons custom”>signal_cellular_4_bar</i> signal_cellular_4_bar <i class=”material-icons custom”>wifi_tethering</i> wifi_tethering <i class=”material-icons custom”>signal_cellular_no_sim</i> signal_cellular_no_sim <i class=”material-icons custom”>signal_cellular_null</i> signal_cellular_null <i class=”material-icons custom”>signal_cellular_off</i> signal_cellular_off <i class=”material-icons custom”>signal_wifi_4_bar</i> signal_wifi_4_bar <i class=”material-icons custom”>signal_wifi_4_bar_lock</i> signal_wifi_4_bar_lock <i class=”material-icons custom”>signal_wifi_off</i> signal_wifi_off <i class=”material-icons custom”>storage</i> storage <i class=”material-icons custom”>usb</i> usb <i class=”material-icons custom”>wallpaper</i> wallpaper <i class=”material-icons custom”>widgets</i> widgets <i class=”material-icons custom”>wifi_lock</i> wifi_lock <i class=”material-icons custom”>signal_cellular_connected_no_internet_4_bar</i> signal_cellular_connected_no_internet_4_bar Print Page Previous Next Advertisements ”;