<mat-
icon>
selector is used by angular developers to display Material icons in Angular static and dynamic web applications. We have compiled all mat-icon list of around 1000+ Angular Material icons. To explain and show the use of below <mat-
icon>
list icons. We need to load material icons CSS provided by Google <mat-
icon>
is part of angular material module called MatIconModule. We can use font ligature as an icon by putting the ligature text in <mat-
icon>
component.
As an illustration you can do <mat-icon>info</mat-icon>
displays home icon.
How to Use Mat Icons in Your Angular Application?
First you have to import MatIconModule from Angular Material Modules and add it to your parent app.module.ts or your share module.
import {MatIconModule} from ‘@angular/material/icon’
Then you can add any Icon of Your Choice in your component like <mat-
icon>
info</mat-
icon>
How to Use Mat Icons in HTML Webpage?
These icons are not limited to angular only but you can use in in plain HTML webpages. You just have to use <i></i> in place of <mat-icon> tag.
<i>home</i>
All the mat icons list are packaged into a single font file. All we need to do is to add below code to the <header></header> tag in our html page.
<link href=”https://fonts.googleapis.com/icon?family=Material+Icons” rel=”stylesheet”>
- There are around 1000+ material icons, all are from a single, small file(53KB) and divided into 10+ categories.
- We can use the file hosted in Google web font server or can be hosted in our own server.
- Material icons (mat-icon) are supported by all modern web browsers including Chrome and Firefox.
- We can do all theming like color,size etc using pure CSS.
List of All Angular Mat Icons
Below is all the available Mat-Icon list:
Mat Icon | mat-icon Name | mat-icon Code |
---|---|---|
search | search | <mat-icon>search</mat-icon> |
home | home | <mat-icon>home</mat-icon> |
account_circle | account circle | <mat-icon>account_circle</mat-icon> |
settings | settings | <mat-icon>settings</mat-icon> |
done | done | <mat-icon>done</mat-icon> |
info | info | <mat-icon>info</mat-icon> |
check_circle | check circle | <mat-icon>check_circle</mat-icon> |
delete | delete | <mat-icon>delete</mat-icon> |
shopping_cart | shopping cart | <mat-icon>shopping_cart</mat-icon> |
visibility | visibility | <mat-icon>visibility</mat-icon> |
favorite | favorite | <mat-icon>favorite</mat-icon> |
logout | logout | <mat-icon>logout</mat-icon> |
description | description | <mat-icon>description</mat-icon> |
favorite_border | favorite border | <mat-icon>favorite_border</mat-icon> |
lock | lock | <mat-icon>lock</mat-icon> |
schedule | schedule | <mat-icon>schedule</mat-icon> |
language | language | <mat-icon>language</mat-icon> |
face | face | <mat-icon>face</mat-icon> |
help_outline | help outline | <mat-icon>help_outline</mat-icon> |
manage_accounts | manage accounts | <mat-icon>manage_accounts</mat-icon> |
filter_alt | filter alt | <mat-icon>filter_alt</mat-icon> |
fingerprint | fingerprint | <mat-icon>fingerprint</mat-icon> |
event | event | <mat-icon>event</mat-icon> |
verified | verified | <mat-icon>verified</mat-icon> |
thumb_up | thumb up | <mat-icon>thumb_up</mat-icon> |
dashboard | dashboard | <mat-icon>dashboard</mat-icon> |
login | login | <mat-icon>login</mat-icon> |
calendar_today | calendar today | <mat-icon>calendar_today</mat-icon> |
visibility_off | visibility off | <mat-icon>visibility_off</mat-icon> |
list | list | <mat-icon>list</mat-icon> |
check_circle_outline | check circle outline | <mat-icon>check_circle_outline</mat-icon> |
highlight_off | highlight off | <mat-icon>highlight_off</mat-icon> |
date_range | date range | <mat-icon>date_range</mat-icon> |
help | help | <mat-icon>help</mat-icon> |
question_answer | question answer | <mat-icon>question_answer</mat-icon> |
task_alt | task alt | <mat-icon>task_alt</mat-icon> |
paid | paid | <mat-icon>paid</mat-icon> |
article | article | <mat-icon>article</mat-icon> |
shopping_bag | shopping bag | <mat-icon>shopping_bag</mat-icon> |
lightbulb | lightbulb | <mat-icon>lightbulb</mat-icon> |
open_in_new | open in new | <mat-icon>open_in_new</mat-icon> |
perm_identity | perm identity | <mat-icon>perm_identity</mat-icon> |
trending_up | trending up | <mat-icon>trending_up</mat-icon> |
credit_card | credit card | <mat-icon>credit_card</mat-icon> |
history | history | <mat-icon>history</mat-icon> |
account_balance | account balance | <mat-icon>account_balance</mat-icon> |
delete_outline | delete outline | <mat-icon>delete_outline</mat-icon> |
report_problem | report problem | <mat-icon>report_problem</mat-icon> |
fact_check | fact check | <mat-icon>fact_check</mat-icon> |
assignment | assignment | <mat-icon>assignment</mat-icon> |
verified_user | verified user | <mat-icon>verified_user</mat-icon> |
arrow_right_alt | arrow right alt | <mat-icon>arrow_right_alt</mat-icon> |
star_rate | star rate | <mat-icon>star_rate</mat-icon> |
account_balance_wallet | account balance wallet | <mat-icon>account_balance_wallet</mat-icon> |
analytics | analytics | <mat-icon>analytics</mat-icon> |
autorenew | autorenew | <mat-icon>autorenew</mat-icon> |
work | work | <mat-icon>work</mat-icon> |
build | build | <mat-icon>build</mat-icon> |
view_list | view list | <mat-icon>view_list</mat-icon> |
<mat-icon>print</mat-icon> | ||
store | store | <mat-icon>store</mat-icon> |
today | today | <mat-icon>today</mat-icon> |
delete_forever | delete forever | <mat-icon>delete_forever</mat-icon> |
admin_panel_settings | admin panel settings | <mat-icon>admin_panel_settings</mat-icon> |
lock_open | lock open | <mat-icon>lock_open</mat-icon> |
savings | savings | <mat-icon>savings</mat-icon> |
room | room | <mat-icon>room</mat-icon> |
code | code | <mat-icon>code</mat-icon> |
grade | grade | <mat-icon>grade</mat-icon> |
watch_later | watch later | <mat-icon>watch_later</mat-icon> |
receipt | receipt | <mat-icon>receipt</mat-icon> |
update | update | <mat-icon>update</mat-icon> |
add_shopping_cart | add shopping cart | <mat-icon>add_shopping_cart</mat-icon> |
contact_support | contact support | <mat-icon>contact_support</mat-icon> |
power_settings_new | power settings new | <mat-icon>power_settings_new</mat-icon> |
pets | pets | <mat-icon>pets</mat-icon> |
done_all | done all | <mat-icon>done_all</mat-icon> |
explore | explore | <mat-icon>explore</mat-icon> |
bookmark | bookmark | <mat-icon>bookmark</mat-icon> |
bookmark_border | bookmark border | <mat-icon>bookmark_border</mat-icon> |
note_add | note add | <mat-icon>note_add</mat-icon> |
reorder | reorder | <mat-icon>reorder</mat-icon> |
account_box | account box | <mat-icon>account_box</mat-icon> |
shopping_basket | shopping basket | <mat-icon>shopping_basket</mat-icon> |
pending_actions | pending actions | <mat-icon>pending_actions</mat-icon> |
drag_indicator | drag indicator | <mat-icon>drag_indicator</mat-icon> |
payment | payment | <mat-icon>payment</mat-icon> |
launch | launch | <mat-icon>launch</mat-icon> |
supervisor_account | supervisor account | <mat-icon>supervisor_account</mat-icon> |
pending | pending | <mat-icon>pending</mat-icon> |
zoom_in | zoom in | <mat-icon>zoom_in</mat-icon> |
touch_app | touch app | <mat-icon>touch_app</mat-icon> |
assessment | assessment | <mat-icon>assessment</mat-icon> |
calendar_month | calendar month | <mat-icon>calendar_month</mat-icon> |
thumb_up_off_alt | thumb up off alt | <mat-icon>thumb_up_off_alt</mat-icon> |
open_in_full | open in full | <mat-icon>open_in_full</mat-icon> |
leaderboard | leaderboard | <mat-icon>leaderboard</mat-icon> |
done_outline | done outline | <mat-icon>done_outline</mat-icon> |
exit_to_app | exit to app | <mat-icon>exit_to_app</mat-icon> |
preview | preview | <mat-icon>preview</mat-icon> |
assignment_ind | assignment ind | <mat-icon>assignment_ind</mat-icon> |
card_giftcard | card giftcard | <mat-icon>card_giftcard</mat-icon> |
view_in_ar | view in ar | <mat-icon>view_in_ar</mat-icon> |
work_outline | work outline | <mat-icon>work_outline</mat-icon> |
feedback | feedback | <mat-icon>feedback</mat-icon> |
published_with_changes | published with changes | <mat-icon>published_with_changes</mat-icon> |
timeline | timeline | <mat-icon>timeline</mat-icon> |
dns | dns | <mat-icon>dns</mat-icon> |
swap_horiz | swap horiz | <mat-icon>swap_horiz</mat-icon> |
assignment_turned_in | assignment turned in | <mat-icon>assignment_turned_in</mat-icon> |
sync_alt | sync alt | <mat-icon>sync_alt</mat-icon> |
flight_takeoff | flight takeoff | <mat-icon>flight_takeoff</mat-icon> |
book | book | <mat-icon>book</mat-icon> |
stars | stars | <mat-icon>stars</mat-icon> |
label | label | <mat-icon>label</mat-icon> |
pan_tool | pan tool | <mat-icon>pan_tool</mat-icon> |
bug_report | bug report | <mat-icon>bug_report</mat-icon> |
contact_page | contact page | <mat-icon>contact_page</mat-icon> |
gavel | gavel | <mat-icon>gavel</mat-icon> |
cached | cached | <mat-icon>cached</mat-icon> |
translate | translate | <mat-icon>translate</mat-icon> |
alarm | alarm | <mat-icon>alarm</mat-icon> |
space_dashboard | space dashboard | <mat-icon>space_dashboard</mat-icon> |
android | android | <mat-icon>android</mat-icon> |
supervised_user_circle | supervised user circle | <mat-icon>supervised_user_circle</mat-icon> |
accessibility | accessibility | <mat-icon>accessibility</mat-icon> |
edit_calendar | edit calendar | <mat-icon>edit_calendar</mat-icon> |
minimize | minimize | <mat-icon>minimize</mat-icon> |
extension | extension | <mat-icon>extension</mat-icon> |
get_app | get app | <mat-icon>get_app</mat-icon> |
tips_and_updates | tips and updates | <mat-icon>tips_and_updates</mat-icon> |
record_voice_over | record voice over | <mat-icon>record_voice_over</mat-icon> |
add_task | add task | <mat-icon>add_task</mat-icon> |
trending_flat | trending flat | <mat-icon>trending_flat</mat-icon> |
hourglass_empty | hourglass empty | <mat-icon>hourglass_empty</mat-icon> |
help_center | help center | <mat-icon>help_center</mat-icon> |
thumb_down | thumb down | <mat-icon>thumb_down</mat-icon> |
accessibility_new | accessibility new | <mat-icon>accessibility_new</mat-icon> |
sticky_note_2 | sticky note 2 | <mat-icon>sticky_note_2</mat-icon> |
flutter_dash | flutter dash | <mat-icon>flutter_dash</mat-icon> |
rule | rule | <mat-icon>rule</mat-icon> |
dashboard_customize | dashboard customize | <mat-icon>dashboard_customize</mat-icon> |
support | support | <mat-icon>support</mat-icon> |
source | source | <mat-icon>source</mat-icon> |
find_in_page | find in page | <mat-icon>find_in_page</mat-icon> |
close_fullscreen | close fullscreen | <mat-icon>close_fullscreen</mat-icon> |
settings_applications | settings applications | <mat-icon>settings_applications</mat-icon> |
view_headline | view headline | <mat-icon>view_headline</mat-icon> |
redeem | redeem | <mat-icon>redeem</mat-icon> |
announcement | announcement | <mat-icon>announcement</mat-icon> |
loyalty | loyalty | <mat-icon>loyalty</mat-icon> |
group_work | group work | <mat-icon>group_work</mat-icon> |
ads_click | ads click | <mat-icon>ads_click</mat-icon> |
swap_vert | swap vert | <mat-icon>swap_vert</mat-icon> |
restore | restore | <mat-icon>restore</mat-icon> |
euro_symbol | euro symbol | <mat-icon>euro_symbol</mat-icon> |
sensors | sensors | <mat-icon>sensors</mat-icon> |
dangerous | dangerous | <mat-icon>dangerous</mat-icon> |
compare_arrows | compare arrows | <mat-icon>compare_arrows</mat-icon> |
nightlight_round | nightlight round | <mat-icon>nightlight_round</mat-icon> |
privacy_tip | privacy tip | <mat-icon>privacy_tip</mat-icon> |
subject | subject | <mat-icon>subject</mat-icon> |
rocket_launch | rocket launch | <mat-icon>rocket_launch</mat-icon> |
arrow_circle_right | arrow circle right | <mat-icon>arrow_circle_right</mat-icon> |
question_mark | question mark | <mat-icon>question_mark</mat-icon> |
disabled_by_default | disabled by default | <mat-icon>disabled_by_default</mat-icon> |
track_changes | track changes | <mat-icon>track_changes</mat-icon> |
grading | grading | <mat-icon>grading</mat-icon> |
https | https | <mat-icon>https</mat-icon> |
table_view | table view | <mat-icon>table_view</mat-icon> |
copyright | copyright | <mat-icon>copyright</mat-icon> |
toc | toc | <mat-icon>toc</mat-icon> |
arrow_circle_up | arrow circle up | <mat-icon>arrow_circle_up</mat-icon> |
bookmarks | bookmarks | <mat-icon>bookmarks</mat-icon> |
api | api | <mat-icon>api</mat-icon> |
query_builder | query builder | <mat-icon>query_builder</mat-icon> |
perm_media | perm media | <mat-icon>perm_media</mat-icon> |
build_circle | build circle | <mat-icon>build_circle</mat-icon> |
input | input | <mat-icon>input</mat-icon> |
book_online | book online | <mat-icon>book_online</mat-icon> |
zoom_out | zoom out | <mat-icon>zoom_out</mat-icon> |
backup | backup | <mat-icon>backup</mat-icon> |
perm_contact_calendar | perm contact calendar | <mat-icon>perm_contact_calendar</mat-icon> |
open_with | open with | <mat-icon>open_with</mat-icon> |
view_module | view module | <mat-icon>view_module</mat-icon> |
settings_phone | settings phone | <mat-icon>settings_phone</mat-icon> |
circle_notifications | circle notifications | <mat-icon>circle_notifications</mat-icon> |
3d_rotation | 3d rotation | <mat-icon>3d_rotation</mat-icon> |
speaker_notes | speaker notes | <mat-icon>speaker_notes</mat-icon> |
arrow_circle_down | arrow circle down | <mat-icon>arrow_circle_down</mat-icon> |
label_important | label important | <mat-icon>label_important</mat-icon> |
card_membership | card membership | <mat-icon>card_membership</mat-icon> |
perm_phone_msg | perm phone msg | <mat-icon>perm_phone_msg</mat-icon> |
file_present | file present | <mat-icon>file_present</mat-icon> |
wysiwyg | wysiwyg | <mat-icon>wysiwyg</mat-icon> |
swipe | swipe | <mat-icon>swipe</mat-icon> |
pageview | pageview | <mat-icon>pageview</mat-icon> |
integration_instructions | integration instructions | <mat-icon>integration_instructions</mat-icon> |
upgrade | upgrade | <mat-icon>upgrade</mat-icon> |
trending_down | trending down | <mat-icon>trending_down</mat-icon> |
change_history | change history | <mat-icon>change_history</mat-icon> |
class | class | <mat-icon>class</mat-icon> |
accessible | accessible | <mat-icon>accessible</mat-icon> |
g_translate | g translate | <mat-icon>g_translate</mat-icon> |
settings_accessibility | settings accessibility | <mat-icon>settings_accessibility</mat-icon> |
production_quantity_limits | production quantity limits | <mat-icon>production_quantity_limits</mat-icon> |
offline_bolt | offline bolt | <mat-icon>offline_bolt</mat-icon> |
expand | expand | <mat-icon>expand</mat-icon> |
model_training | model training | <mat-icon>model_training</mat-icon> |
aspect_ratio | aspect ratio | <mat-icon>aspect_ratio</mat-icon> |
donut_large | donut large | <mat-icon>donut_large</mat-icon> |
calendar_view_month | calendar view month | <mat-icon>calendar_view_month</mat-icon> |
settings_backup_restore | settings backup restore | <mat-icon>settings_backup_restore</mat-icon> |
segment | segment | <mat-icon>segment</mat-icon> |
maximize | maximize | <mat-icon>maximize</mat-icon> |
schedule_send | schedule send | <mat-icon>schedule_send</mat-icon> |
view_column | view column | <mat-icon>view_column</mat-icon> |
bookmark_add | bookmark add | <mat-icon>bookmark_add</mat-icon> |
arrow_circle_left | arrow circle left | <mat-icon>arrow_circle_left</mat-icon> |
alarm_on | alarm on | <mat-icon>alarm_on</mat-icon> |
thumbs_up_down | thumbs up down | <mat-icon>thumbs_up_down</mat-icon> |
thumb_down_off_alt | thumb down off alt | <mat-icon>thumb_down_off_alt</mat-icon> |
percent | percent | <mat-icon>percent</mat-icon> |
view_agenda | view agenda | <mat-icon>view_agenda</mat-icon> |
settings_ethernet | settings ethernet | <mat-icon>settings_ethernet</mat-icon> |
theaters | theaters | <mat-icon>theaters</mat-icon> |
important_devices | important devices | <mat-icon>important_devices</mat-icon> |
invert_colors | invert colors | <mat-icon>invert_colors</mat-icon> |
unpublished | unpublished | <mat-icon>unpublished</mat-icon> |
open_in_browser | open in browser | <mat-icon>open_in_browser</mat-icon> |
currency_exchange | currency exchange | <mat-icon>currency_exchange</mat-icon> |
commute | commute | <mat-icon>commute</mat-icon> |
opacity | opacity | <mat-icon>opacity</mat-icon> |
addchart | addchart | <mat-icon>addchart</mat-icon> |
no_accounts | no accounts | <mat-icon>no_accounts</mat-icon> |
youtube_searched_for | youtube searched for | <mat-icon>youtube_searched_for</mat-icon> |
history_toggle_off | history toggle off | <mat-icon>history_toggle_off</mat-icon> |
view_week | view week | <mat-icon>view_week</mat-icon> |
tour | tour | <mat-icon>tour</mat-icon> |
system_update_alt | system update alt | <mat-icon>system_update_alt</mat-icon> |
settings_input_antenna | settings input antenna | <mat-icon>settings_input_antenna</mat-icon> |
shop | shop | <mat-icon>shop</mat-icon> |
turned_in | turned in | <mat-icon>turned_in</mat-icon> |
mark_as_unread | mark as unread | <mat-icon>mark_as_unread</mat-icon> |
bookmark_added | bookmark added | <mat-icon>bookmark_added</mat-icon> |
hide_source | hide source | <mat-icon>hide_source</mat-icon> |
plagiarism | plagiarism | <mat-icon>plagiarism</mat-icon> |
flight_land | flight land | <mat-icon>flight_land</mat-icon> |
search_off | search off | <mat-icon>search_off</mat-icon> |
not_started | not started | <mat-icon>not_started</mat-icon> |
saved_search | saved search | <mat-icon>saved_search</mat-icon> |
contactless | contactless | <mat-icon>contactless</mat-icon> |
assignment_late | assignment late | <mat-icon>assignment_late</mat-icon> |
donut_small | donut small | <mat-icon>donut_small</mat-icon> |
highlight_alt | highlight alt | <mat-icon>highlight_alt</mat-icon> |
view_carousel | view carousel | <mat-icon>view_carousel</mat-icon> |
anchor | anchor | <mat-icon>anchor</mat-icon> |
settings_input_component | settings input component | <mat-icon>settings_input_component</mat-icon> |
turned_in_not | turned in not | <mat-icon>turned_in_not</mat-icon> |
mediation | mediation | <mat-icon>mediation</mat-icon> |
fit_screen | fit screen | <mat-icon>fit_screen</mat-icon> |
toll | toll | <mat-icon>toll</mat-icon> |
edit_off | edit off | <mat-icon>edit_off</mat-icon> |
flaky | flaky | <mat-icon>flaky</mat-icon> |
settings_remote | settings remote | <mat-icon>settings_remote</mat-icon> |
assignment_return | assignment return | <mat-icon>assignment_return</mat-icon> |
view_quilt | view quilt | <mat-icon>view_quilt</mat-icon> |
remove_shopping_cart | remove shopping cart | <mat-icon>remove_shopping_cart</mat-icon> |
all_inbox | all inbox | <mat-icon>all_inbox</mat-icon> |
hourglass_full | hourglass full | <mat-icon>hourglass_full</mat-icon> |
lock_clock | lock clock | <mat-icon>lock_clock</mat-icon> |
settings_voice | settings voice | <mat-icon>settings_voice</mat-icon> |
online_prediction | online prediction | <mat-icon>online_prediction</mat-icon> |
pregnant_woman | pregnant woman | <mat-icon>pregnant_woman</mat-icon> |
swap_horizontal_circle | swap horizontal circle | <mat-icon>swap_horizontal_circle</mat-icon> |
hotel_class | hotel class | <mat-icon>hotel_class</mat-icon> |
event_seat | event seat | <mat-icon>event_seat</mat-icon> |
next_plan | next plan | <mat-icon>next_plan</mat-icon> |
view_sidebar | view sidebar | <mat-icon>view_sidebar</mat-icon> |
camera_enhance | camera enhance | <mat-icon>camera_enhance</mat-icon> |
markunread_mailbox | markunread mailbox | <mat-icon>markunread_mailbox</mat-icon> |
restore_from_trash | restore from trash | <mat-icon>restore_from_trash</mat-icon> |
vertical_split | vertical split | <mat-icon>vertical_split</mat-icon> |
dynamic_form | dynamic form | <mat-icon>dynamic_form</mat-icon> |
calendar_view_week | calendar view week | <mat-icon>calendar_view_week</mat-icon> |
accessible_forward | accessible forward | <mat-icon>accessible_forward</mat-icon> |
tab | tab | <mat-icon>tab</mat-icon> |
balance | balance | <mat-icon>balance</mat-icon> |
filter_alt_off | filter alt off | <mat-icon>filter_alt_off</mat-icon> |
add_to_drive | add to drive | <mat-icon>add_to_drive</mat-icon> |
data_exploration | data exploration | <mat-icon>data_exploration</mat-icon> |
shopping_cart_checkout | shopping cart checkout | <mat-icon>shopping_cart_checkout</mat-icon> |
settings_power | settings power | <mat-icon>settings_power</mat-icon> |
view_stream | view stream | <mat-icon>view_stream</mat-icon> |
remove_done | remove done | <mat-icon>remove_done</mat-icon> |
smart_button | smart button | <mat-icon>smart_button</mat-icon> |
request_page | request page | <mat-icon>request_page</mat-icon> |
card_travel | card travel | <mat-icon>card_travel</mat-icon> |
try | try | <mat-icon>try</mat-icon> |
outbox | outbox | <mat-icon>outbox</mat-icon> |
offline_pin | offline pin | <mat-icon>offline_pin</mat-icon> |
rowing | rowing | <mat-icon>rowing</mat-icon> |
calendar_view_day | calendar view day | <mat-icon>calendar_view_day</mat-icon> |
outlet | outlet | <mat-icon>outlet</mat-icon> |
find_replace | find replace | <mat-icon>find_replace</mat-icon> |
compress | compress | <mat-icon>compress</mat-icon> |
rocket | rocket | <mat-icon>rocket</mat-icon> |
chrome_reader_mode | chrome reader mode | <mat-icon>chrome_reader_mode</mat-icon> |
token | token | <mat-icon>token</mat-icon> |
settings_brightness | settings brightness | <mat-icon>settings_brightness</mat-icon> |
http | http | <mat-icon>http</mat-icon> |
alarm_add | alarm add | <mat-icon>alarm_add</mat-icon> |
assignment_returned | assignment returned | <mat-icon>assignment_returned</mat-icon> |
spellcheck | spellcheck | <mat-icon>spellcheck</mat-icon> |
play_for_work | play for work | <mat-icon>play_for_work</mat-icon> |
gif | gif | <mat-icon>gif</mat-icon> |
backup_table | backup table | <mat-icon>backup_table</mat-icon> |
restore_page | restore page | <mat-icon>restore_page</mat-icon> |
credit_card_off | credit card off | <mat-icon>credit_card_off</mat-icon> |
wifi_protected_setup | wifi protected setup | <mat-icon>wifi_protected_setup</mat-icon> |
settings_overscan | settings overscan | <mat-icon>settings_overscan</mat-icon> |
new_label | new label | <mat-icon>new_label</mat-icon> |
lock_reset | lock reset | <mat-icon>lock_reset</mat-icon> |
fax | fax | <mat-icon>fax</mat-icon> |
settings_input_composite | settings input composite | <mat-icon>settings_input_composite</mat-icon> |
generating_tokens | generating tokens | <mat-icon>generating_tokens</mat-icon> |
quickreply | quickreply | <mat-icon>quickreply</mat-icon> |
comment_bank | comment bank | <mat-icon>comment_bank</mat-icon> |
view_day | view day | <mat-icon>view_day</mat-icon> |
terminal | terminal | <mat-icon>terminal</mat-icon> |
swap_vertical_circle | swap vertical circle | <mat-icon>swap_vertical_circle</mat-icon> |
polymer | polymer | <mat-icon>polymer</mat-icon> |
outbound | outbound | <mat-icon>outbound</mat-icon> |
line_weight | line weight | <mat-icon>line_weight</mat-icon> |
cancel_schedule_send | cancel schedule send | <mat-icon>cancel_schedule_send</mat-icon> |
horizontal_split | horizontal split | <mat-icon>horizontal_split</mat-icon> |
batch_prediction | batch prediction | <mat-icon>batch_prediction</mat-icon> |
send_and_archive | send and archive | <mat-icon>send_and_archive</mat-icon> |
picture_in_picture | picture in picture | <mat-icon>picture_in_picture</mat-icon> |
free_cancellation | free cancellation | <mat-icon>free_cancellation</mat-icon> |
density_medium | density medium | <mat-icon>density_medium</mat-icon> |
code_off | code off | <mat-icon>code_off</mat-icon> |
settings_bluetooth | settings bluetooth | <mat-icon>settings_bluetooth</mat-icon> |
bookmark_remove | bookmark remove | <mat-icon>bookmark_remove</mat-icon> |
disabled_visible | disabled visible | <mat-icon>disabled_visible</mat-icon> |
switch_access_shortcut | switch access shortcut | <mat-icon>switch_access_shortcut</mat-icon> |
flip_to_front | flip to front | <mat-icon>flip_to_front</mat-icon> |
shop_two | shop two | <mat-icon>shop_two</mat-icon> |
gif_box | gif box | <mat-icon>gif_box</mat-icon> |
add_card | add card | <mat-icon>add_card</mat-icon> |
eject | eject | <mat-icon>eject</mat-icon> |
speaker_notes_off | speaker notes off | <mat-icon>speaker_notes_off</mat-icon> |
satellite_alt | satellite alt | <mat-icon>satellite_alt</mat-icon> |
perm_data_setting | perm data setting | <mat-icon>perm_data_setting</mat-icon> |
view_timeline | view timeline | <mat-icon>view_timeline</mat-icon> |
settings_input_hdmi | settings input hdmi | <mat-icon>settings_input_hdmi</mat-icon> |
perm_scan_wifi | perm scan wifi | <mat-icon>perm_scan_wifi</mat-icon> |
alarm_off | alarm off | <mat-icon>alarm_off</mat-icon> |
settings_cell | settings cell | <mat-icon>settings_cell</mat-icon> |
hourglass_disabled | hourglass disabled | <mat-icon>hourglass_disabled</mat-icon> |
app_blocking | app blocking | <mat-icon>app_blocking</mat-icon> |
sensors_off | sensors off | <mat-icon>sensors_off</mat-icon> |
work_off | work off | <mat-icon>work_off</mat-icon> |
line_style | line style | <mat-icon>line_style</mat-icon> |
webhook | webhook | <mat-icon>webhook</mat-icon> |
perm_device_information | perm device information | <mat-icon>perm_device_information</mat-icon> |
picture_in_picture_alt | picture in picture alt | <mat-icon>picture_in_picture_alt</mat-icon> |
subtitles_off | subtitles off | <mat-icon>subtitles_off</mat-icon> |
assured_workload | assured workload | <mat-icon>assured_workload</mat-icon> |
html | html | <mat-icon>html</mat-icon> |
123 | 123 | <mat-icon>123</mat-icon> |
switch_access_shortcut_add | switch access shortcut add | <mat-icon>switch_access_shortcut_add</mat-icon> |
display_settings | display settings | <mat-icon>display_settings</mat-icon> |
update_disabled | update disabled | <mat-icon>update_disabled</mat-icon> |
event_repeat | event repeat | <mat-icon>event_repeat</mat-icon> |
settings_input_svideo | settings input svideo | <mat-icon>settings_input_svideo</mat-icon> |
voice_over_off | voice over off | <mat-icon>voice_over_off</mat-icon> |
output | output | <mat-icon>output</mat-icon> |
view_array | view array | <mat-icon>view_array</mat-icon> |
flip_to_back | flip to back | <mat-icon>flip_to_back</mat-icon> |
open_in_new_off | open in new off | <mat-icon>open_in_new_off</mat-icon> |
swipe_left | swipe left | <mat-icon>swipe_left</mat-icon> |
noise_control_off | noise control off | <mat-icon>noise_control_off</mat-icon> |
all_out | all out | <mat-icon>all_out</mat-icon> |
javascript | javascript | <mat-icon>javascript</mat-icon> |
private_connectivity | private connectivity | <mat-icon>private_connectivity</mat-icon> |
work_history | work history | <mat-icon>work_history</mat-icon> |
app_shortcut | app shortcut | <mat-icon>app_shortcut</mat-icon> |
label_off | label off | <mat-icon>label_off</mat-icon> |
rounded_corner | rounded corner | <mat-icon>rounded_corner</mat-icon> |
join_full | join full | <mat-icon>join_full</mat-icon> |
tab_unselected | tab unselected | <mat-icon>tab_unselected</mat-icon> |
shop_2 | shop 2 | <mat-icon>shop_2</mat-icon> |
text_rotate_vertical | text rotate vertical | <mat-icon>text_rotate_vertical</mat-icon> |
swipe_right | swipe right | <mat-icon>swipe_right</mat-icon> |
explore_off | explore off | <mat-icon>explore_off</mat-icon> |
pan_tool_alt | pan tool alt | <mat-icon>pan_tool_alt</mat-icon> |
install_desktop | install desktop | <mat-icon>install_desktop</mat-icon> |
abc | abc | <mat-icon>abc</mat-icon> |
text_rotation_none | text rotation none | <mat-icon>text_rotation_none</mat-icon> |
swipe_up | swipe up | <mat-icon>swipe_up</mat-icon> |
not_accessible | not accessible | <mat-icon>not_accessible</mat-icon> |
pin_invoke | pin invoke | <mat-icon>pin_invoke</mat-icon> |
join_inner | join inner | <mat-icon>join_inner</mat-icon> |
perm_camera_mic | perm camera mic | <mat-icon>perm_camera_mic</mat-icon> |
manage_history | manage history | <mat-icon>manage_history</mat-icon> |
extension_off | extension off | <mat-icon>extension_off</mat-icon> |
density_small | density small | <mat-icon>density_small</mat-icon> |
data_thresholding | data thresholding | <mat-icon>data_thresholding</mat-icon> |
lightbulb_circle | lightbulb circle | <mat-icon>lightbulb_circle</mat-icon> |
pin_end | pin end | <mat-icon>pin_end</mat-icon> |
install_mobile | install mobile | <mat-icon>install_mobile</mat-icon> |
commit | commit | <mat-icon>commit</mat-icon> |
swipe_down | swipe down | <mat-icon>swipe_down</mat-icon> |
text_rotate_up | text rotate up | <mat-icon>text_rotate_up</mat-icon> |
css | css | <mat-icon>css</mat-icon> |
text_rotation_down | text rotation down | <mat-icon>text_rotation_down</mat-icon> |
join_left | join left | <mat-icon>join_left</mat-icon> |
text_rotation_angledown | text rotation angledown | <mat-icon>text_rotation_angledown</mat-icon> |
view_kanban | view kanban | <mat-icon>view_kanban</mat-icon> |
text_rotation_angleup | text rotation angleup | <mat-icon>text_rotation_angleup</mat-icon> |
pinch | pinch | <mat-icon>pinch</mat-icon> |
swipe_vertical | swipe vertical | <mat-icon>swipe_vertical</mat-icon> |
view_cozy | view cozy | <mat-icon>view_cozy</mat-icon> |
join_right | join right | <mat-icon>join_right</mat-icon> |
swipe_right_alt | swipe right alt | <mat-icon>swipe_right_alt</mat-icon> |
view_comfy_alt | view comfy alt | <mat-icon>view_comfy_alt</mat-icon> |
spatial_audio_off | spatial audio off | <mat-icon>spatial_audio_off</mat-icon> |
noise_aware | noise aware | <mat-icon>noise_aware</mat-icon> |
php | php | <mat-icon>php</mat-icon> |
view_compact_alt | view compact alt | <mat-icon>view_compact_alt</mat-icon> |
swipe_down_alt | swipe down alt | <mat-icon>swipe_down_alt</mat-icon> |
browse_gallery | browse gallery | <mat-icon>browse_gallery</mat-icon> |
swipe_left_alt | swipe left alt | <mat-icon>swipe_left_alt</mat-icon> |
network_ping | network ping | <mat-icon>network_ping</mat-icon> |
swipe_up_alt | swipe up alt | <mat-icon>swipe_up_alt</mat-icon> |
density_large | density large | <mat-icon>density_large</mat-icon> |
lock_person | lock person | <mat-icon>lock_person</mat-icon> |
on_device_training | on device training | <mat-icon>on_device_training</mat-icon> |
spatial_tracking | spatial tracking | <mat-icon>spatial_tracking</mat-icon> |
spatial_audio | spatial audio | <mat-icon>spatial_audio</mat-icon> |
hls | hls | <mat-icon>hls</mat-icon> |
troubleshoot | troubleshoot | <mat-icon>troubleshoot</mat-icon> |
hls_off | hls off | <mat-icon>hls_off</mat-icon> |
width_normal | width normal | <mat-icon>width_normal</mat-icon> |
width_full | width full | <mat-icon>width_full</mat-icon> |
width_wide | width wide | <mat-icon>width_wide</mat-icon> |
face_unlock | face unlock | <mat-icon>face_unlock</mat-icon> |
arrow_outward | arrow outward | <mat-icon>arrow_outward</mat-icon> |
add_home | add home | <mat-icon>add_home</mat-icon> |
unfold_more_double | unfold more double | <mat-icon>unfold_more_double</mat-icon> |
repartition | repartition | <mat-icon>repartition</mat-icon> |
unfold_less_double | unfold less double | <mat-icon>unfold_less_double</mat-icon> |
transcribe | transcribe | <mat-icon>transcribe</mat-icon> |
warning | warning | <mat-icon>warning</mat-icon> |
warning | warning | <mat-icon>warning</mat-icon> |
error | error | <mat-icon>error</mat-icon> |
error_outline | error outline | <mat-icon>error_outline</mat-icon> |
warning_amber | warning amber | <mat-icon>warning_amber</mat-icon> |
notification_important | notification important | <mat-icon>notification_important</mat-icon> |
add_alert | add alert | <mat-icon>add_alert</mat-icon> |
auto_delete | auto delete | <mat-icon>auto_delete</mat-icon> |
play_arrow | play arrow | <mat-icon>play_arrow</mat-icon> |
play_arrow | play arrow | <mat-icon>play_arrow</mat-icon> |
play_circle_filled | play circle filled | <mat-icon>play_circle_filled</mat-icon> |
videocam | videocam | <mat-icon>videocam</mat-icon> |
play_circle | play circle | <mat-icon>play_circle</mat-icon> |
mic | mic | <mat-icon>mic</mat-icon> |
volume_up | volume up | <mat-icon>volume_up</mat-icon> |
pause | pause | <mat-icon>pause</mat-icon> |
play_circle_outline | play circle outline | <mat-icon>play_circle_outline</mat-icon> |
volume_off | volume off | <mat-icon>volume_off</mat-icon> |
replay | replay | <mat-icon>replay</mat-icon> |
skip_next | skip next | <mat-icon>skip_next</mat-icon> |
library_books | library books | <mat-icon>library_books</mat-icon> |
speed | speed | <mat-icon>speed</mat-icon> |
stop | stop | <mat-icon>stop</mat-icon> |
fiber_manual_record | fiber manual record | <mat-icon>fiber_manual_record</mat-icon> |
movie | movie | <mat-icon>movie</mat-icon> |
skip_previous | skip previous | <mat-icon>skip_previous</mat-icon> |
playlist_add | playlist add | <mat-icon>playlist_add</mat-icon> |
new_releases | new releases | <mat-icon>new_releases</mat-icon> |
equalizer | equalizer | <mat-icon>equalizer</mat-icon> |
loop | loop | <mat-icon>loop</mat-icon> |
fast_forward | fast forward | <mat-icon>fast_forward</mat-icon> |
web | web | <mat-icon>web</mat-icon> |
video_library | video library | <mat-icon>video_library</mat-icon> |
playlist_add_check | playlist add check | <mat-icon>playlist_add_check</mat-icon> |
mic_off | mic off | <mat-icon>mic_off</mat-icon> |
library_add | library add | <mat-icon>library_add</mat-icon> |
video_call | video call | <mat-icon>video_call</mat-icon> |
pause_circle | pause circle | <mat-icon>pause_circle</mat-icon> |
subscriptions | subscriptions | <mat-icon>subscriptions</mat-icon> |
repeat | repeat | <mat-icon>repeat</mat-icon> |
stop_circle | stop circle | <mat-icon>stop_circle</mat-icon> |
volume_mute | volume mute | <mat-icon>volume_mute</mat-icon> |
shuffle | shuffle | <mat-icon>shuffle</mat-icon> |
not_interested | not interested | <mat-icon>not_interested</mat-icon> |
sort_by_alpha | sort by alpha | <mat-icon>sort_by_alpha</mat-icon> |
mic_none | mic none | <mat-icon>mic_none</mat-icon> |
library_music | library music | <mat-icon>library_music</mat-icon> |
fast_rewind | fast rewind | <mat-icon>fast_rewind</mat-icon> |
videocam_off | videocam off | <mat-icon>videocam_off</mat-icon> |
volume_down | volume down | <mat-icon>volume_down</mat-icon> |
queue_music | queue music | <mat-icon>queue_music</mat-icon> |
recent_actors | recent actors | <mat-icon>recent_actors</mat-icon> |
web_asset | web asset | <mat-icon>web_asset</mat-icon> |
pause_circle_filled | pause circle filled | <mat-icon>pause_circle_filled</mat-icon> |
hearing | hearing | <mat-icon>hearing</mat-icon> |
library_add_check | library add check | <mat-icon>library_add_check</mat-icon> |
subtitles | subtitles | <mat-icon>subtitles</mat-icon> |
album | album | <mat-icon>album</mat-icon> |
pause_circle_outline | pause circle outline | <mat-icon>pause_circle_outline</mat-icon> |
fiber_new | fiber new | <mat-icon>fiber_new</mat-icon> |
note | note | <mat-icon>note</mat-icon> |
av_timer | av timer | <mat-icon>av_timer</mat-icon> |
radio | radio | <mat-icon>radio</mat-icon> |
games | games | <mat-icon>games</mat-icon> |
playlist_play | playlist play | <mat-icon>playlist_play</mat-icon> |
branding_watermark | branding watermark | <mat-icon>branding_watermark</mat-icon> |
replay_circle_filled | replay circle filled | <mat-icon>replay_circle_filled</mat-icon> |
queue | queue | <mat-icon>queue</mat-icon> |
forward_10 | forward 10 | <mat-icon>forward_10</mat-icon> |
replay_10 | replay 10 | <mat-icon>replay_10</mat-icon> |
closed_caption | closed caption | <mat-icon>closed_caption</mat-icon> |
video_settings | video settings | <mat-icon>video_settings</mat-icon> |
featured_play_list | featured play list | <mat-icon>featured_play_list</mat-icon> |
control_camera | control camera | <mat-icon>control_camera</mat-icon> |
playlist_add_check_circle | playlist add check circle | <mat-icon>playlist_add_check_circle</mat-icon> |
add_to_queue | add to queue | <mat-icon>add_to_queue</mat-icon> |
slow_motion_video | slow motion video | <mat-icon>slow_motion_video</mat-icon> |
airplay | airplay | <mat-icon>airplay</mat-icon> |
repeat_one | repeat one | <mat-icon>repeat_one</mat-icon> |
call_to_action | call to action | <mat-icon>call_to_action</mat-icon> |
snooze | snooze | <mat-icon>snooze</mat-icon> |
hd | hd | <mat-icon>hd</mat-icon> |
high_quality | high quality | <mat-icon>high_quality</mat-icon> |
repeat_on | repeat on | <mat-icon>repeat_on</mat-icon> |
closed_caption_off | closed caption off | <mat-icon>closed_caption_off</mat-icon> |
replay_30 | replay 30 | <mat-icon>replay_30</mat-icon> |
featured_video | featured video | <mat-icon>featured_video</mat-icon> |
playlist_remove | playlist remove | <mat-icon>playlist_remove</mat-icon> |
5g | 5g | <mat-icon>5g</mat-icon> |
shuffle_on | shuffle on | <mat-icon>shuffle_on</mat-icon> |
forward_30 | forward 30 | <mat-icon>forward_30</mat-icon> |
music_video | music video | <mat-icon>music_video</mat-icon> |
replay_5 | replay 5 | <mat-icon>replay_5</mat-icon> |
queue_play_next | queue play next | <mat-icon>queue_play_next</mat-icon> |
art_track | art track | <mat-icon>art_track</mat-icon> |
playlist_add_circle | playlist add circle | <mat-icon>playlist_add_circle</mat-icon> |
hearing_disabled | hearing disabled | <mat-icon>hearing_disabled</mat-icon> |
forward_5 | forward 5 | <mat-icon>forward_5</mat-icon> |
explicit | explicit | <mat-icon>explicit</mat-icon> |
4k | 4k | <mat-icon>4k</mat-icon> |
fiber_smart_record | fiber smart record | <mat-icon>fiber_smart_record</mat-icon> |
video_label | video label | <mat-icon>video_label</mat-icon> |
audio_file | audio file | <mat-icon>audio_file</mat-icon> |
interpreter_mode | interpreter mode | <mat-icon>interpreter_mode</mat-icon> |
video_file | video file | <mat-icon>video_file</mat-icon> |
repeat_one_on | repeat one on | <mat-icon>repeat_one_on</mat-icon> |
closed_caption_disabled | closed caption disabled | <mat-icon>closed_caption_disabled</mat-icon> |
surround_sound | surround sound | <mat-icon>surround_sound</mat-icon> |
remove_from_queue | remove from queue | <mat-icon>remove_from_queue</mat-icon> |
play_disabled | play disabled | <mat-icon>play_disabled</mat-icon> |
web_asset_off | web asset off | <mat-icon>web_asset_off</mat-icon> |
sd | sd | <mat-icon>sd</mat-icon> |
missed_video_call | missed video call | <mat-icon>missed_video_call</mat-icon> |
10k | 10k | <mat-icon>10k</mat-icon> |
fiber_pin | fiber pin | <mat-icon>fiber_pin</mat-icon> |
fiber_dvr | fiber dvr | <mat-icon>fiber_dvr</mat-icon> |
4k_plus | 4k plus | <mat-icon>4k_plus</mat-icon> |
1k | 1k | <mat-icon>1k</mat-icon> |
2k | 2k | <mat-icon>2k</mat-icon> |
1k_plus | 1k plus | <mat-icon>1k_plus</mat-icon> |
8k | 8k | <mat-icon>8k</mat-icon> |
lyrics | lyrics | <mat-icon>lyrics</mat-icon> |
9k_plus | 9k plus | <mat-icon>9k_plus</mat-icon> |
8k_plus | 8k plus | <mat-icon>8k_plus</mat-icon> |
5k | 5k | <mat-icon>5k</mat-icon> |
3k | 3k | <mat-icon>3k</mat-icon> |
5k_plus | 5k plus | <mat-icon>5k_plus</mat-icon> |
7k | 7k | <mat-icon>7k</mat-icon> |
2k_plus | 2k plus | <mat-icon>2k_plus</mat-icon> |
3k_plus | 3k plus | <mat-icon>3k_plus</mat-icon> |
9k | 9k | <mat-icon>9k</mat-icon> |
6k | 6k | <mat-icon>6k</mat-icon> |
6k_plus | 6k plus | <mat-icon>6k_plus</mat-icon> |
7k_plus | 7k plus | <mat-icon>7k_plus</mat-icon> |
<mat-icon>email</mat-icon> | ||
location_on | location on | <mat-icon>location_on</mat-icon> |
call | call | <mat-icon>call</mat-icon> |
phone | phone | <mat-icon>phone</mat-icon> |
business | business | <mat-icon>business</mat-icon> |
chat | chat | <mat-icon>chat</mat-icon> |
mail_outline | mail outline | <mat-icon>mail_outline</mat-icon> |
list_alt | list alt | <mat-icon>list_alt</mat-icon> |
vpn_key | vpn key | <mat-icon>vpn_key</mat-icon> |
qr_code_scanner | qr code scanner | <mat-icon>qr_code_scanner</mat-icon> |
chat_bubble_outline | chat bubble outline | <mat-icon>chat_bubble_outline</mat-icon> |
alternate_email | alternate email | <mat-icon>alternate_email</mat-icon> |
forum | forum | <mat-icon>forum</mat-icon> |
chat_bubble | chat bubble | <mat-icon>chat_bubble</mat-icon> |
textsms | textsms | <mat-icon>textsms</mat-icon> |
contact_mail | contact mail | <mat-icon>contact_mail</mat-icon> |
person_search | person search | <mat-icon>person_search</mat-icon> |
qr_code_2 | qr code 2 | <mat-icon>qr_code_2</mat-icon> |
qr_code | qr code | <mat-icon>qr_code</mat-icon> |
sentiment_satisfied_alt | sentiment satisfied alt | <mat-icon>sentiment_satisfied_alt</mat-icon> |
message | message | <mat-icon>message</mat-icon> |
comment | comment | <mat-icon>comment</mat-icon> |
contacts | contacts | <mat-icon>contacts</mat-icon> |
app_registration | app registration | <mat-icon>app_registration</mat-icon> |
import_contacts | import contacts | <mat-icon>import_contacts</mat-icon> |
contact_phone | contact phone | <mat-icon>contact_phone</mat-icon> |
live_help | live help | <mat-icon>live_help</mat-icon> |
import_export | import export | <mat-icon>import_export</mat-icon> |
forward_to_inbox | forward to inbox | <mat-icon>forward_to_inbox</mat-icon> |
key | key | <mat-icon>key</mat-icon> |
rss_feed | rss feed | <mat-icon>rss_feed</mat-icon> |
hourglass_bottom | hourglass bottom | <mat-icon>hourglass_bottom</mat-icon> |
hourglass_top | hourglass top | <mat-icon>hourglass_top</mat-icon> |
mark_email_read | mark email read | <mat-icon>mark_email_read</mat-icon> |
read_more | read more | <mat-icon>read_more</mat-icon> |
mark_email_unread | mark email unread | <mat-icon>mark_email_unread</mat-icon> |
call_end | call end | <mat-icon>call_end</mat-icon> |
more_time | more time | <mat-icon>more_time</mat-icon> |
document_scanner | document scanner | <mat-icon>document_scanner</mat-icon> |
clear_all | clear all | <mat-icon>clear_all</mat-icon> |
hub | hub | <mat-icon>hub</mat-icon> |
dialpad | dialpad | <mat-icon>dialpad</mat-icon> |
phone_enabled | phone enabled | <mat-icon>phone_enabled</mat-icon> |
mark_chat_unread | mark chat unread | <mat-icon>mark_chat_unread</mat-icon> |
3p | 3p | <mat-icon>3p</mat-icon> |
cancel_presentation | cancel presentation | <mat-icon>cancel_presentation</mat-icon> |
screen_share | screen share | <mat-icon>screen_share</mat-icon> |
call_made | call made | <mat-icon>call_made</mat-icon> |
call_split | call split | <mat-icon>call_split</mat-icon> |
unsubscribe | unsubscribe | <mat-icon>unsubscribe</mat-icon> |
present_to_all | present to all | <mat-icon>present_to_all</mat-icon> |
add_ic_call | add ic call | <mat-icon>add_ic_call</mat-icon> |
domain_verification | domain verification | <mat-icon>domain_verification</mat-icon> |
mark_chat_read | mark chat read | <mat-icon>mark_chat_read</mat-icon> |
phonelink_ring | phonelink ring | <mat-icon>phonelink_ring</mat-icon> |
stay_current_portrait | stay current portrait | <mat-icon>stay_current_portrait</mat-icon> |
call_received | call received | <mat-icon>call_received</mat-icon> |
phonelink_lock | phonelink lock | <mat-icon>phonelink_lock</mat-icon> |
phone_disabled | phone disabled | <mat-icon>phone_disabled</mat-icon> |
duo | duo | <mat-icon>duo</mat-icon> |
ring_volume | ring volume | <mat-icon>ring_volume</mat-icon> |
phonelink_setup | phonelink setup | <mat-icon>phonelink_setup</mat-icon> |
location_off | location off | <mat-icon>location_off</mat-icon> |
stay_primary_portrait | stay primary portrait | <mat-icon>stay_primary_portrait</mat-icon> |
swap_calls | swap calls | <mat-icon>swap_calls</mat-icon> |
co_present | co present | <mat-icon>co_present</mat-icon> |
voicemail | voicemail | <mat-icon>voicemail</mat-icon> |
call_merge | call merge | <mat-icon>call_merge</mat-icon> |
mobile_screen_share | mobile screen share | <mat-icon>mobile_screen_share</mat-icon> |
phonelink_erase | phonelink erase | <mat-icon>phonelink_erase</mat-icon> |
person_add_disabled | person add disabled | <mat-icon>person_add_disabled</mat-icon> |
cell_tower | cell tower | <mat-icon>cell_tower</mat-icon> |
domain_disabled | domain disabled | <mat-icon>domain_disabled</mat-icon> |
call_missed_outgoing | call missed outgoing | <mat-icon>call_missed_outgoing</mat-icon> |
cell_wifi | cell wifi | <mat-icon>cell_wifi</mat-icon> |
speaker_phone | speaker phone | <mat-icon>speaker_phone</mat-icon> |
desktop_access_disabled | desktop access disabled | <mat-icon>desktop_access_disabled</mat-icon> |
stop_screen_share | stop screen share | <mat-icon>stop_screen_share</mat-icon> |
call_missed | call missed | <mat-icon>call_missed</mat-icon> |
spoke | spoke | <mat-icon>spoke</mat-icon> |
print_disabled | print disabled | <mat-icon>print_disabled</mat-icon> |
pause_presentation | pause presentation | <mat-icon>pause_presentation</mat-icon> |
dialer_sip | dialer sip | <mat-icon>dialer_sip</mat-icon> |
invert_colors_off | invert colors off | <mat-icon>invert_colors_off</mat-icon> |
rtt | rtt | <mat-icon>rtt</mat-icon> |
wifi_calling | wifi calling | <mat-icon>wifi_calling</mat-icon> |
portable_wifi_off | portable wifi off | <mat-icon>portable_wifi_off</mat-icon> |
comments_disabled | comments disabled | <mat-icon>comments_disabled</mat-icon> |
stay_current_landscape | stay current landscape | <mat-icon>stay_current_landscape</mat-icon> |
sip | sip | <mat-icon>sip</mat-icon> |
nat | nat | <mat-icon>nat</mat-icon> |
stay_primary_landscape | stay primary landscape | <mat-icon>stay_primary_landscape</mat-icon> |
no_sim | no sim | <mat-icon>no_sim</mat-icon> |
mark_unread_chat_alt | mark unread chat alt | <mat-icon>mark_unread_chat_alt</mat-icon> |
send_time_extension | send time extension | <mat-icon>send_time_extension</mat-icon> |
key_off | key off | <mat-icon>key_off</mat-icon> |
vpn_key_off | vpn key off | <mat-icon>vpn_key_off</mat-icon> |
mail_lock | mail lock | <mat-icon>mail_lock</mat-icon> |
contact_emergency | contact emergency | <mat-icon>contact_emergency</mat-icon> |
add | add | <mat-icon>add</mat-icon> |
add_circle_outline | add circle outline | <mat-icon>add_circle_outline</mat-icon> |
content_copy | content copy | <mat-icon>content_copy</mat-icon> |
add_circle | add circle | <mat-icon>add_circle</mat-icon> |
send | send | <mat-icon>send</mat-icon> |
clear | clear | <mat-icon>clear</mat-icon> |
<mat-icon>mail</mat-icon> | ||
save | save | <mat-icon>save</mat-icon> |
link | link | <mat-icon>link</mat-icon> |
remove | remove | <mat-icon>remove</mat-icon> |
filter_list | filter list | <mat-icon>filter_list</mat-icon> |
inventory_2 | inventory 2 | <mat-icon>inventory_2</mat-icon> |
insights | insights | <mat-icon>insights</mat-icon> |
inventory | inventory | <mat-icon>inventory</mat-icon> |
sort | sort | <mat-icon>sort</mat-icon> |
remove_circle_outline | remove circle outline | <mat-icon>remove_circle_outline</mat-icon> |
bolt | bolt | <mat-icon>bolt</mat-icon> |
flag | flag | <mat-icon>flag</mat-icon> |
reply | reply | <mat-icon>reply</mat-icon> |
add_box | add box | <mat-icon>add_box</mat-icon> |
remove_circle | remove circle | <mat-icon>remove_circle</mat-icon> |
create | create | <mat-icon>create</mat-icon> |
push_pin | push pin | <mat-icon>push_pin</mat-icon> |
block | block | <mat-icon>block</mat-icon> |
calculate | calculate | <mat-icon>calculate</mat-icon> |
undo | undo | <mat-icon>undo</mat-icon> |
how_to_reg | how to reg | <mat-icon>how_to_reg</mat-icon> |
content_paste | content paste | <mat-icon>content_paste</mat-icon> |
report | report | <mat-icon>report</mat-icon> |
file_copy | file copy | <mat-icon>file_copy</mat-icon> |
shield | shield | <mat-icon>shield</mat-icon> |
backspace | backspace | <mat-icon>backspace</mat-icon> |
archive | archive | <mat-icon>archive</mat-icon> |
save_alt | save alt | <mat-icon>save_alt</mat-icon> |
policy | policy | <mat-icon>policy</mat-icon> |
tag | tag | <mat-icon>tag</mat-icon> |
change_circle | change circle | <mat-icon>change_circle</mat-icon> |
redo | redo | <mat-icon>redo</mat-icon> |
content_cut | content cut | <mat-icon>content_cut</mat-icon> |
forward | forward | <mat-icon>forward</mat-icon> |
inbox | inbox | <mat-icon>inbox</mat-icon> |
outlined_flag | outlined flag | <mat-icon>outlined_flag</mat-icon> |
drafts | drafts | <mat-icon>drafts</mat-icon> |
link_off | link off | <mat-icon>link_off</mat-icon> |
biotech | biotech | <mat-icon>biotech</mat-icon> |
ballot | ballot | <mat-icon>ballot</mat-icon> |
report_gmailerrorred | report gmailerrorred | <mat-icon>report_gmailerrorred</mat-icon> |
markunread | markunread | <mat-icon>markunread</mat-icon> |
stacked_bar_chart | stacked bar chart | <mat-icon>stacked_bar_chart</mat-icon> |
delete_sweep | delete sweep | <mat-icon>delete_sweep</mat-icon> |
square_foot | square foot | <mat-icon>square_foot</mat-icon> |
stream | stream | <mat-icon>stream</mat-icon> |
add_link | add link | <mat-icon>add_link</mat-icon> |
where_to_vote | where to vote | <mat-icon>where_to_vote</mat-icon> |
copy_all | copy all | <mat-icon>copy_all</mat-icon> |
move_to_inbox | move to inbox | <mat-icon>move_to_inbox</mat-icon> |
dynamic_feed | dynamic feed | <mat-icon>dynamic_feed</mat-icon> |
waves | waves | <mat-icon>waves</mat-icon> |
unarchive | unarchive | <mat-icon>unarchive</mat-icon> |
reply_all | reply all | <mat-icon>reply_all</mat-icon> |
select_all | select all | <mat-icon>select_all</mat-icon> |
low_priority | low priority | <mat-icon>low_priority</mat-icon> |
text_format | text format | <mat-icon>text_format</mat-icon> |
content_paste_search | content paste search | <mat-icon>content_paste_search</mat-icon> |
weekend | weekend | <mat-icon>weekend</mat-icon> |
font_download | font download | <mat-icon>font_download</mat-icon> |
how_to_vote | how to vote | <mat-icon>how_to_vote</mat-icon> |
upcoming | upcoming | <mat-icon>upcoming</mat-icon> |
gesture | gesture | <mat-icon>gesture</mat-icon> |
attribution | attribution | <mat-icon>attribution</mat-icon> |
save_as | save as | <mat-icon>save_as</mat-icon> |
next_week | next week | <mat-icon>next_week</mat-icon> |
content_paste_go | content paste go | <mat-icon>content_paste_go</mat-icon> |
flag_circle | flag circle | <mat-icon>flag_circle</mat-icon> |
content_paste_off | content paste off | <mat-icon>content_paste_off</mat-icon> |
filter_list_off | filter list off | <mat-icon>filter_list_off</mat-icon> |
report_off | report off | <mat-icon>report_off</mat-icon> |
font_download_off | font download off | <mat-icon>font_download_off</mat-icon> |
deselect | deselect | <mat-icon>deselect</mat-icon> |
web_stories | web stories | <mat-icon>web_stories</mat-icon> |
light_mode | light mode | <mat-icon>light_mode</mat-icon> |
light_mode | light mode | <mat-icon>light_mode</mat-icon> |
restart_alt | restart alt | <mat-icon>restart_alt</mat-icon> |
dark_mode | dark mode | <mat-icon>dark_mode</mat-icon> |
task | task | <mat-icon>task</mat-icon> |
summarize | summarize | <mat-icon>summarize</mat-icon> |
password | password | <mat-icon>password</mat-icon> |
sell | sell | <mat-icon>sell</mat-icon> |
signal_cellular_alt | signal cellular alt | <mat-icon>signal_cellular_alt</mat-icon> |
devices | devices | <mat-icon>devices</mat-icon> |
settings_suggest | settings suggest | <mat-icon>settings_suggest</mat-icon> |
quiz | quiz | <mat-icon>quiz</mat-icon> |
widgets | widgets | <mat-icon>widgets</mat-icon> |
storage | storage | <mat-icon>storage</mat-icon> |
thermostat | thermostat | <mat-icon>thermostat</mat-icon> |
battery_full | battery full | <mat-icon>battery_full</mat-icon> |
credit_score | credit score | <mat-icon>credit_score</mat-icon> |
gps_fixed | gps fixed | <mat-icon>gps_fixed</mat-icon> |
medication | medication | <mat-icon>medication</mat-icon> |
price_check | price check | <mat-icon>price_check</mat-icon> |
pin | pin | <mat-icon>pin</mat-icon> |
gpp_good | gpp good | <mat-icon>gpp_good</mat-icon> |
price_change | price change | <mat-icon>price_change</mat-icon> |
tungsten | tungsten | <mat-icon>tungsten</mat-icon> |
battery_charging_full | battery charging full | <mat-icon>battery_charging_full</mat-icon> |
fmd_good | fmd good | <mat-icon>fmd_good</mat-icon> |
reviews | reviews | <mat-icon>reviews</mat-icon> |
note_alt | note alt | <mat-icon>note_alt</mat-icon> |
air | air | <mat-icon>air</mat-icon> |
graphic_eq | graphic eq | <mat-icon>graphic_eq</mat-icon> |
bluetooth | bluetooth | <mat-icon>bluetooth</mat-icon> |
dvr | dvr | <mat-icon>dvr</mat-icon> |
nightlight | nightlight | <mat-icon>nightlight</mat-icon> |
sports_score | sports score | <mat-icon>sports_score</mat-icon> |
access_time | access time | <mat-icon>access_time</mat-icon> |
water | water | <mat-icon>water</mat-icon> |
share_location | share location | <mat-icon>share_location</mat-icon> |
monitor_heart | monitor heart | <mat-icon>monitor_heart</mat-icon> |
gpp_maybe | gpp maybe | <mat-icon>gpp_maybe</mat-icon> |
cable | cable | <mat-icon>cable</mat-icon> |
location_searching | location searching | <mat-icon>location_searching</mat-icon> |
cameraswitch | cameraswitch | <mat-icon>cameraswitch</mat-icon> |
shortcut | shortcut | <mat-icon>shortcut</mat-icon> |
device_thermostat | device thermostat | <mat-icon>device_thermostat</mat-icon> |
airplane_ticket | airplane ticket | <mat-icon>airplane_ticket</mat-icon> |
wallpaper | wallpaper | <mat-icon>wallpaper</mat-icon> |
monitor_weight | monitor weight | <mat-icon>monitor_weight</mat-icon> |
radar | radar | <mat-icon>radar</mat-icon> |
data_usage | data usage | <mat-icon>data_usage</mat-icon> |
signal_wifi_4_bar | signal wifi 4 bar | <mat-icon>signal_wifi_4_bar</mat-icon> |
gpp_bad | gpp bad | <mat-icon>gpp_bad</mat-icon> |
developer_mode | developer mode | <mat-icon>developer_mode</mat-icon> |
battery_std | battery std | <mat-icon>battery_std</mat-icon> |
mode_night | mode night | <mat-icon>mode_night</mat-icon> |
bloodtype | bloodtype | <mat-icon>bloodtype</mat-icon> |
wifi_tethering | wifi tethering | <mat-icon>wifi_tethering</mat-icon> |
signal_cellular_4_bar | signal cellular 4 bar | <mat-icon>signal_cellular_4_bar</mat-icon> |
flashlight_on | flashlight on | <mat-icon>flashlight_on</mat-icon> |
network_wifi | network wifi | <mat-icon>network_wifi</mat-icon> |
fmd_bad | fmd bad | <mat-icon>fmd_bad</mat-icon> |
splitscreen | splitscreen | <mat-icon>splitscreen</mat-icon> |
access_time_filled | access time filled | <mat-icon>access_time_filled</mat-icon> |
airplanemode_active | airplanemode active | <mat-icon>airplanemode_active</mat-icon> |
mobile_friendly | mobile friendly | <mat-icon>mobile_friendly</mat-icon> |
sim_card_download | sim card download | <mat-icon>sim_card_download</mat-icon> |
battery_alert | battery alert | <mat-icon>battery_alert</mat-icon> |
send_to_mobile | send to mobile | <mat-icon>send_to_mobile</mat-icon> |
screen_search_desktop | screen search desktop | <mat-icon>screen_search_desktop</mat-icon> |
usb | usb | <mat-icon>usb</mat-icon> |
lens_blur | lens blur | <mat-icon>lens_blur</mat-icon> |
signal_wifi_statusbar_4_bar | signal wifi statusbar 4 bar | <mat-icon>signal_wifi_statusbar_4_bar</mat-icon> |
discount | discount | <mat-icon>discount</mat-icon> |
screen_rotation | screen rotation | <mat-icon>screen_rotation</mat-icon> |
signal_wifi_statusbar_connected_no_internet_4 | signal wifi statusbar connected no internet 4 | <mat-icon>signal_wifi_statusbar_connected_no_internet_4</mat-icon> |
system_security_update_good | system security update good | <mat-icon>system_security_update_good</mat-icon> |
gps_not_fixed | gps not fixed | <mat-icon>gps_not_fixed</mat-icon> |
bluetooth_connected | bluetooth connected | <mat-icon>bluetooth_connected</mat-icon> |
remember_me | remember me | <mat-icon>remember_me</mat-icon> |
pattern | pattern | <mat-icon>pattern</mat-icon> |
nfc | nfc | <mat-icon>nfc</mat-icon> |
brightness_high | brightness high | <mat-icon>brightness_high</mat-icon> |
mode_standby | mode standby | <mat-icon>mode_standby</mat-icon> |
battery_saver | battery saver | <mat-icon>battery_saver</mat-icon> |
play_lesson | play lesson | <mat-icon>play_lesson</mat-icon> |
lan | lan | <mat-icon>lan</mat-icon> |
storm | storm | <mat-icon>storm</mat-icon> |
network_cell | network cell | <mat-icon>network_cell</mat-icon> |
data_saver_off | data saver off | <mat-icon>data_saver_off</mat-icon> |
screenshot | screenshot | <mat-icon>screenshot</mat-icon> |
brightness_medium | brightness medium | <mat-icon>brightness_medium</mat-icon> |
signal_wifi_0_bar | signal wifi 0 bar | <mat-icon>signal_wifi_0_bar</mat-icon> |
brightness_low | brightness low | <mat-icon>brightness_low</mat-icon> |
data_saver_on | data saver on | <mat-icon>data_saver_on</mat-icon> |
grid_4x4 | grid 4×4 | <mat-icon>grid_4x4</mat-icon> |
bluetooth_searching | bluetooth searching | <mat-icon>bluetooth_searching</mat-icon> |
mobiledata_off | mobiledata off | <mat-icon>mobiledata_off</mat-icon> |
ad_units | ad units | <mat-icon>ad_units</mat-icon> |
bluetooth_disabled | bluetooth disabled | <mat-icon>bluetooth_disabled</mat-icon> |
security_update_good | security update good | <mat-icon>security_update_good</mat-icon> |
hdr_auto | hdr auto | <mat-icon>hdr_auto</mat-icon> |
battery_unknown | battery unknown | <mat-icon>battery_unknown</mat-icon> |
signal_wifi_off | signal wifi off | <mat-icon>signal_wifi_off</mat-icon> |
signal_wifi_bad | signal wifi bad | <mat-icon>signal_wifi_bad</mat-icon> |
settings_system_daydream | settings system daydream | <mat-icon>settings_system_daydream</mat-icon> |
wifi_calling_3 | wifi calling 3 | <mat-icon>wifi_calling_3</mat-icon> |
access_alarms | access alarms | <mat-icon>access_alarms</mat-icon> |
battery_5_bar | battery 5 bar | <mat-icon>battery_5_bar</mat-icon> |
signal_wifi_connected_no_internet_4 | signal wifi connected no internet 4 | <mat-icon>signal_wifi_connected_no_internet_4</mat-icon> |
aod | aod | <mat-icon>aod</mat-icon> |
add_to_home_screen | add to home screen | <mat-icon>add_to_home_screen</mat-icon> |
security_update | security update | <mat-icon>security_update</mat-icon> |
ssid_chart | ssid chart | <mat-icon>ssid_chart</mat-icon> |
signal_cellular_0_bar | signal cellular 0 bar | <mat-icon>signal_cellular_0_bar</mat-icon> |
flashlight_off | flashlight off | <mat-icon>flashlight_off</mat-icon> |
flourescent | flourescent | <mat-icon>flourescent</mat-icon> |
access_alarm | access alarm | <mat-icon>access_alarm</mat-icon> |
gps_off | gps off | <mat-icon>gps_off</mat-icon> |
4g_mobiledata | 4g mobiledata | <mat-icon>4g_mobiledata</mat-icon> |
grid_3x3 | grid 3×3 | <mat-icon>grid_3x3</mat-icon> |
signal_wifi_statusbar_null | signal wifi statusbar null | <mat-icon>signal_wifi_statusbar_null</mat-icon> |
battery_4_bar | battery 4 bar | <mat-icon>battery_4_bar</mat-icon> |
sd_storage | sd storage | <mat-icon>sd_storage</mat-icon> |
reset_tv | reset tv | <mat-icon>reset_tv</mat-icon> |
wifi_lock | wifi lock | <mat-icon>wifi_lock</mat-icon> |
battery_0_bar | battery 0 bar | <mat-icon>battery_0_bar</mat-icon> |
battery_6_bar | battery 6 bar | <mat-icon>battery_6_bar</mat-icon> |
brightness_auto | brightness auto | <mat-icon>brightness_auto</mat-icon> |
do_not_disturb_on_total_silence | do not disturb on total silence | <mat-icon>do_not_disturb_on_total_silence</mat-icon> |
signal_cellular_connected_no_internet_4_bar | signal cellular connected no internet 4 bar | <mat-icon>signal_cellular_connected_no_internet_4_bar</mat-icon> |
airplanemode_inactive | airplanemode inactive | <mat-icon>airplanemode_inactive</mat-icon> |
1x_mobiledata | 1x mobiledata | <mat-icon>1x_mobiledata</mat-icon> |
nearby_error | nearby error | <mat-icon>nearby_error</mat-icon> |
security_update_warning | security update warning | <mat-icon>security_update_warning</mat-icon> |
signal_cellular_connected_no_internet_0_bar | signal cellular connected no internet 0 bar | <mat-icon>signal_cellular_connected_no_internet_0_bar</mat-icon> |
screen_lock_portrait | screen lock portrait | <mat-icon>screen_lock_portrait</mat-icon> |
system_security_update | system security update | <mat-icon>system_security_update</mat-icon> |
battery_3_bar | battery 3 bar | <mat-icon>battery_3_bar</mat-icon> |
system_security_update_warning | system security update warning | <mat-icon>system_security_update_warning</mat-icon> |
wifi_tethering_off | wifi tethering off | <mat-icon>wifi_tethering_off</mat-icon> |
edgesensor_high | edgesensor high | <mat-icon>edgesensor_high</mat-icon> |
punch_clock | punch clock | <mat-icon>punch_clock</mat-icon> |
4g_plus_mobiledata | 4g plus mobiledata | <mat-icon>4g_plus_mobiledata</mat-icon> |
battery_1_bar | battery 1 bar | <mat-icon>battery_1_bar</mat-icon> |
signal_wifi_4_bar_lock | signal wifi 4 bar lock | <mat-icon>signal_wifi_4_bar_lock</mat-icon> |
lte_mobiledata | lte mobiledata | <mat-icon>lte_mobiledata</mat-icon> |
add_alarm | add alarm | <mat-icon>add_alarm</mat-icon> |
signal_cellular_off | signal cellular off | <mat-icon>signal_cellular_off</mat-icon> |
media_bluetooth_on | media bluetooth on | <mat-icon>media_bluetooth_on</mat-icon> |
bluetooth_drive | bluetooth drive | <mat-icon>bluetooth_drive</mat-icon> |
signal_cellular_nodata | signal cellular nodata | <mat-icon>signal_cellular_nodata</mat-icon> |
wifi_password | wifi password | <mat-icon>wifi_password</mat-icon> |
location_disabled | location disabled | <mat-icon>location_disabled</mat-icon> |
signal_cellular_null | signal cellular null | <mat-icon>signal_cellular_null</mat-icon> |
mobile_off | mobile off | <mat-icon>mobile_off</mat-icon> |
medication_liquid | medication liquid | <mat-icon>medication_liquid</mat-icon> |
30fps | 30fps | <mat-icon>30fps</mat-icon> |
battery_2_bar | battery 2 bar | <mat-icon>battery_2_bar</mat-icon> |
grid_goldenratio | grid goldenratio | <mat-icon>grid_goldenratio</mat-icon> |
screen_lock_rotation | screen lock rotation | <mat-icon>screen_lock_rotation</mat-icon> |
rsvp | rsvp | <mat-icon>rsvp</mat-icon> |
edgesensor_low | edgesensor low | <mat-icon>edgesensor_low</mat-icon> |
3g_mobiledata | 3g mobiledata | <mat-icon>3g_mobiledata</mat-icon> |
60fps | 60fps | <mat-icon>60fps</mat-icon> |
screen_lock_landscape | screen lock landscape | <mat-icon>screen_lock_landscape</mat-icon> |
lte_plus_mobiledata | lte plus mobiledata | <mat-icon>lte_plus_mobiledata</mat-icon> |
usb_off | usb off | <mat-icon>usb_off</mat-icon> |
phishing | phishing | <mat-icon>phishing</mat-icon> |
timer_10_select | timer 10 select | <mat-icon>timer_10_select</mat-icon> |
signal_cellular_no_sim | signal cellular no sim | <mat-icon>signal_cellular_no_sim</mat-icon> |
screenshot_monitor | screenshot monitor | <mat-icon>screenshot_monitor</mat-icon> |
g_mobiledata | g mobiledata | <mat-icon>g_mobiledata</mat-icon> |
timer_3_select | timer 3 select | <mat-icon>timer_3_select</mat-icon> |
wifi_find | wifi find | <mat-icon>wifi_find</mat-icon> |
h_mobiledata | h mobiledata | <mat-icon>h_mobiledata</mat-icon> |
network_wifi_3_bar | network wifi 3 bar | <mat-icon>network_wifi_3_bar</mat-icon> |
network_wifi_1_bar | network wifi 1 bar | <mat-icon>network_wifi_1_bar</mat-icon> |
media_bluetooth_off | media bluetooth off | <mat-icon>media_bluetooth_off</mat-icon> |
e_mobiledata | e mobiledata | <mat-icon>e_mobiledata</mat-icon> |
r_mobiledata | r mobiledata | <mat-icon>r_mobiledata</mat-icon> |
h_plus_mobiledata | h plus mobiledata | <mat-icon>h_plus_mobiledata</mat-icon> |
wifi_tethering_error | wifi tethering error | <mat-icon>wifi_tethering_error</mat-icon> |
hdr_on_select | hdr on select | <mat-icon>hdr_on_select</mat-icon> |
hdr_auto_select | hdr auto select | <mat-icon>hdr_auto_select</mat-icon> |
wifi_channel | wifi channel | <mat-icon>wifi_channel</mat-icon> |
network_wifi_2_bar | network wifi 2 bar | <mat-icon>network_wifi_2_bar</mat-icon> |
nearby_off | nearby off | <mat-icon>nearby_off</mat-icon> |
wifi_2_bar | wifi 2 bar | <mat-icon>wifi_2_bar</mat-icon> |
hdr_off_select | hdr off select | <mat-icon>hdr_off_select</mat-icon> |
signal_cellular_alt_2_bar | signal cellular alt 2 bar | <mat-icon>signal_cellular_alt_2_bar</mat-icon> |
signal_cellular_alt_1_bar | signal cellular alt 1 bar | <mat-icon>signal_cellular_alt_1_bar</mat-icon> |
wifi_1_bar | wifi 1 bar | <mat-icon>wifi_1_bar</mat-icon> |
devices_fold | devices fold | <mat-icon>devices_fold</mat-icon> |
dataset | dataset | <mat-icon>dataset</mat-icon> |
dataset_linked | dataset linked | <mat-icon>dataset_linked</mat-icon> |
macro_off | macro off | <mat-icon>macro_off</mat-icon> |
attach_money | attach money | <mat-icon>attach_money</mat-icon> |
attach_money | attach money | <mat-icon>attach_money</mat-icon> |
format_list_bulleted | format list bulleted | <mat-icon>format_list_bulleted</mat-icon> |
mode_edit | mode edit | <mat-icon>mode_edit</mat-icon> |
edit_note | edit note | <mat-icon>edit_note</mat-icon> |
monetization_on | monetization on | <mat-icon>monetization_on</mat-icon> |
attach_file | attach file | <mat-icon>attach_file</mat-icon> |
post_add | post add | <mat-icon>post_add</mat-icon> |
bar_chart | bar chart | <mat-icon>bar_chart</mat-icon> |
checklist | checklist | <mat-icon>checklist</mat-icon> |
drag_handle | drag handle | <mat-icon>drag_handle</mat-icon> |
insert_drive_file | insert drive file | <mat-icon>insert_drive_file</mat-icon> |
show_chart | show chart | <mat-icon>show_chart</mat-icon> |
format_quote | format quote | <mat-icon>format_quote</mat-icon> |
format_list_numbered | format list numbered | <mat-icon>format_list_numbered</mat-icon> |
border_color | border color | <mat-icon>border_color</mat-icon> |
table_chart | table chart | <mat-icon>table_chart</mat-icon> |
pie_chart | pie chart | <mat-icon>pie_chart</mat-icon> |
notes | notes | <mat-icon>notes</mat-icon> |
query_stats | query stats | <mat-icon>query_stats</mat-icon> |
format_bold | format bold | <mat-icon>format_bold</mat-icon> |
insert_photo | insert photo | <mat-icon>insert_photo</mat-icon> |
text_fields | text fields | <mat-icon>text_fields</mat-icon> |
insert_emoticon | insert emoticon | <mat-icon>insert_emoticon</mat-icon> |
title | title | <mat-icon>title</mat-icon> |
table_rows | table rows | <mat-icon>table_rows</mat-icon> |
auto_graph | auto graph | <mat-icon>auto_graph</mat-icon> |
publish | publish | <mat-icon>publish</mat-icon> |
mode | mode | <mat-icon>mode</mat-icon> |
insert_chart_outlined | insert chart outlined | <mat-icon>insert_chart_outlined</mat-icon> |
checklist_rtl | checklist rtl | <mat-icon>checklist_rtl</mat-icon> |
mode_comment | mode comment | <mat-icon>mode_comment</mat-icon> |
insert_invitation | insert invitation | <mat-icon>insert_invitation</mat-icon> |
draw | draw | <mat-icon>draw</mat-icon> |
insert_link | insert link | <mat-icon>insert_link</mat-icon> |
functions | functions | <mat-icon>functions</mat-icon> |
mode_edit_outline | mode edit outline | <mat-icon>mode_edit_outline</mat-icon> |
format_italic | format italic | <mat-icon>format_italic</mat-icon> |
format_align_left | format align left | <mat-icon>format_align_left</mat-icon> |
horizontal_rule | horizontal rule | <mat-icon>horizontal_rule</mat-icon> |
format_color_fill | format color fill | <mat-icon>format_color_fill</mat-icon> |
add_comment | add comment | <mat-icon>add_comment</mat-icon> |
insert_chart | insert chart | <mat-icon>insert_chart</mat-icon> |
linear_scale | linear scale | <mat-icon>linear_scale</mat-icon> |
format_size | format size | <mat-icon>format_size</mat-icon> |
stacked_line_chart | stacked line chart | <mat-icon>stacked_line_chart</mat-icon> |
format_underlined | format underlined | <mat-icon>format_underlined</mat-icon> |
bubble_chart | bubble chart | <mat-icon>bubble_chart</mat-icon> |
insert_comment | insert comment | <mat-icon>insert_comment</mat-icon> |
money_off | money off | <mat-icon>money_off</mat-icon> |
vertical_align_bottom | vertical align bottom | <mat-icon>vertical_align_bottom</mat-icon> |
height | height | <mat-icon>height</mat-icon> |
vertical_align_top | vertical align top | <mat-icon>vertical_align_top</mat-icon> |
format_align_center | format align center | <mat-icon>format_align_center</mat-icon> |
format_paint | format paint | <mat-icon>format_paint</mat-icon> |
schema | schema | <mat-icon>schema</mat-icon> |
format_color_text | format color text | <mat-icon>format_color_text</mat-icon> |
area_chart | area chart | <mat-icon>area_chart</mat-icon> |
format_align_right | format align right | <mat-icon>format_align_right</mat-icon> |
scatter_plot | scatter plot | <mat-icon>scatter_plot</mat-icon> |
format_list_numbered_rtl | format list numbered rtl | <mat-icon>format_list_numbered_rtl</mat-icon> |
highlight | highlight | <mat-icon>highlight</mat-icon> |
merge_type | merge type | <mat-icon>merge_type</mat-icon> |
format_align_justify | format align justify | <mat-icon>format_align_justify</mat-icon> |
square | square | <mat-icon>square</mat-icon> |
add_chart | add chart | <mat-icon>add_chart</mat-icon> |
format_shapes | format shapes | <mat-icon>format_shapes</mat-icon> |
money_off_csred | money off csred | <mat-icon>money_off_csred</mat-icon> |
pie_chart_outline | pie chart outline | <mat-icon>pie_chart_outline</mat-icon> |
numbers | numbers | <mat-icon>numbers</mat-icon> |
short_text | short text | <mat-icon>short_text</mat-icon> |
format_indent_increase | format indent increase | <mat-icon>format_indent_increase</mat-icon> |
align_horizontal_left | align horizontal left | <mat-icon>align_horizontal_left</mat-icon> |
strikethrough_s | strikethrough s | <mat-icon>strikethrough_s</mat-icon> |
vertical_align_center | vertical align center | <mat-icon>vertical_align_center</mat-icon> |
format_color_reset | format color reset | <mat-icon>format_color_reset</mat-icon> |
data_object | data object | <mat-icon>data_object</mat-icon> |
multiline_chart | multiline chart | <mat-icon>multiline_chart</mat-icon> |
score | score | <mat-icon>score</mat-icon> |
border_all | border all | <mat-icon>border_all</mat-icon> |
hexagon | hexagon | <mat-icon>hexagon</mat-icon> |
space_bar | space bar | <mat-icon>space_bar</mat-icon> |
format_indent_decrease | format indent decrease | <mat-icon>format_indent_decrease</mat-icon> |
format_clear | format clear | <mat-icon>format_clear</mat-icon> |
rectangle | rectangle | <mat-icon>rectangle</mat-icon> |
format_line_spacing | format line spacing | <mat-icon>format_line_spacing</mat-icon> |
move_up | move up | <mat-icon>move_up</mat-icon> |
align_vertical_bottom | align vertical bottom | <mat-icon>align_vertical_bottom</mat-icon> |
horizontal_distribute | horizontal distribute | <mat-icon>horizontal_distribute</mat-icon> |
align_horizontal_center | align horizontal center | <mat-icon>align_horizontal_center</mat-icon> |
format_strikethrough | format strikethrough | <mat-icon>format_strikethrough</mat-icon> |
move_down | move down | <mat-icon>move_down</mat-icon> |
align_horizontal_right | align horizontal right | <mat-icon>align_horizontal_right</mat-icon> |
vertical_distribute | vertical distribute | <mat-icon>vertical_distribute</mat-icon> |
superscript | superscript | <mat-icon>superscript</mat-icon> |
candlestick_chart | candlestick chart | <mat-icon>candlestick_chart</mat-icon> |
margin | margin | <mat-icon>margin</mat-icon> |
text_increase | text increase | <mat-icon>text_increase</mat-icon> |
wrap_text | wrap text | <mat-icon>wrap_text</mat-icon> |
border_clear | border clear | <mat-icon>border_clear</mat-icon> |
align_vertical_top | align vertical top | <mat-icon>align_vertical_top</mat-icon> |
subscript | subscript | <mat-icon>subscript</mat-icon> |
align_vertical_center | align vertical center | <mat-icon>align_vertical_center</mat-icon> |
polyline | polyline | <mat-icon>polyline</mat-icon> |
border_style | border style | <mat-icon>border_style</mat-icon> |
data_array | data array | <mat-icon>data_array</mat-icon> |
padding | padding | <mat-icon>padding</mat-icon> |
border_outer | border outer | <mat-icon>border_outer</mat-icon> |
pentagon | pentagon | <mat-icon>pentagon</mat-icon> |
text_decrease | text decrease | <mat-icon>text_decrease</mat-icon> |
line_axis | line axis | <mat-icon>line_axis</mat-icon> |
insert_page_break | insert page break | <mat-icon>insert_page_break</mat-icon> |
border_inner | border inner | <mat-icon>border_inner</mat-icon> |
border_left | border left | <mat-icon>border_left</mat-icon> |
border_bottom | border bottom | <mat-icon>border_bottom</mat-icon> |
format_textdirection_l_to_r | format textdirection l to r | <mat-icon>format_textdirection_l_to_r</mat-icon> |
border_vertical | border vertical | <mat-icon>border_vertical</mat-icon> |
border_horizontal | border horizontal | <mat-icon>border_horizontal</mat-icon> |
format_textdirection_r_to_l | format textdirection r to l | <mat-icon>format_textdirection_r_to_l</mat-icon> |
border_top | border top | <mat-icon>border_top</mat-icon> |
border_right | border right | <mat-icon>border_right</mat-icon> |
shape_line | shape line | <mat-icon>shape_line</mat-icon> |
type_specimen | type specimen | <mat-icon>type_specimen</mat-icon> |
file_download | file download | <mat-icon>file_download</mat-icon> |
file_download | file download | <mat-icon>file_download</mat-icon> |
file_upload | file upload | <mat-icon>file_upload</mat-icon> |
download | download | <mat-icon>download</mat-icon> |
folder | folder | <mat-icon>folder</mat-icon> |
grid_view | grid view | <mat-icon>grid_view</mat-icon> |
upload_file | upload file | <mat-icon>upload_file</mat-icon> |
cloud_upload | cloud upload | <mat-icon>cloud_upload</mat-icon> |
folder_open | folder open | <mat-icon>folder_open</mat-icon> |
cloud | cloud | <mat-icon>cloud</mat-icon> |
text_snippet | text snippet | <mat-icon>text_snippet</mat-icon> |
request_quote | request quote | <mat-icon>request_quote</mat-icon> |
cloud_download | cloud download | <mat-icon>cloud_download</mat-icon> |
drive_file_rename_outline | drive file rename outline | <mat-icon>drive_file_rename_outline</mat-icon> |
upload | upload | <mat-icon>upload</mat-icon> |
attachment | attachment | <mat-icon>attachment</mat-icon> |
download_for_offline | download for offline | <mat-icon>download_for_offline</mat-icon> |
create_new_folder | create new folder | <mat-icon>create_new_folder</mat-icon> |
downloading | downloading | <mat-icon>downloading</mat-icon> |
newspaper | newspaper | <mat-icon>newspaper</mat-icon> |
folder_shared | folder shared | <mat-icon>folder_shared</mat-icon> |
cloud_done | cloud done | <mat-icon>cloud_done</mat-icon> |
topic | topic | <mat-icon>topic</mat-icon> |
download_done | download done | <mat-icon>download_done</mat-icon> |
cloud_queue | cloud queue | <mat-icon>cloud_queue</mat-icon> |
workspaces | workspaces | <mat-icon>workspaces</mat-icon> |
approval | approval | <mat-icon>approval</mat-icon> |
cloud_off | cloud off | <mat-icon>cloud_off</mat-icon> |
drive_file_move | drive file move | <mat-icon>drive_file_move</mat-icon> |
drive_folder_upload | drive folder upload | <mat-icon>drive_folder_upload</mat-icon> |
file_download_done | file download done | <mat-icon>file_download_done</mat-icon> |
file_open | file open | <mat-icon>file_open</mat-icon> |
attach_email | attach email | <mat-icon>attach_email</mat-icon> |
rule_folder | rule folder | <mat-icon>rule_folder</mat-icon> |
cloud_sync | cloud sync | <mat-icon>cloud_sync</mat-icon> |
cloud_circle | cloud circle | <mat-icon>cloud_circle</mat-icon> |
snippet_folder | snippet folder | <mat-icon>snippet_folder</mat-icon> |
folder_zip | folder zip | <mat-icon>folder_zip</mat-icon> |
file_download_off | file download off | <mat-icon>file_download_off</mat-icon> |
folder_copy | folder copy | <mat-icon>folder_copy</mat-icon> |
difference | difference | <mat-icon>difference</mat-icon> |
drive_file_move_rtl | drive file move rtl | <mat-icon>drive_file_move_rtl</mat-icon> |
folder_delete | folder delete | <mat-icon>folder_delete</mat-icon> |
folder_off | folder off | <mat-icon>folder_off</mat-icon> |
format_overline | format overline | <mat-icon>format_overline</mat-icon> |