title: wezterm.nerdfonts tags:

  • utility
  • font
  • string

wezterm.nerdfonts

{{since('20220319-142410-0fcdea07')}}

A special userdata value that can be used to resolve the symbolic name of a glyph from the Nerd Fonts font set into a string that can be used for example when formatting status lines and titles in your wezterm configuration.

WezTerm includes Nerd Font Symbols Font as a default font fallback which means that these special symbols are available even without requiring you to use a patched font.

This example shows how to lookup wezterm.nerdfonts.fa_clock_o, the Font Awesome glyph representing a clock, and use that together with the current date/time in the status area:

local wezterm = require 'wezterm'

wezterm.on('update-right-status', function(window, pane)
  -- "Wed Mar 3 08:14"
  local date = wezterm.strftime '%a %b %-d %H:%M '

  window:set_right_status(wezterm.format {
    { Text = wezterm.nerdfonts.fa_clock_o .. ' ' .. date },
  })
end)

{{since('20230712-072601-f4abf8fd')}}

The bundled Nerd Font Symbols Font was updated to version 3.0 which, unfortunately, makes breaking changes to a number of symbol assignments, and renames all of the Material Design Icons so that they no longer have an mdi_ prefix and instead have an md_ prefix.

The following symbols are defined:

cod_account
cod_activate_breakpoints
cod_add
cod_archive
cod_arrow_both
cod_arrow_down
cod_arrow_left
cod_arrow_right
cod_arrow_small_down
cod_arrow_small_left
cod_arrow_small_right
cod_arrow_small_up
cod_arrow_swap
cod_arrow_up
cod_azure
cod_azure_devops
cod_beaker
cod_beaker_stop
cod_bell
cod_bell_dot
cod_bold
cod_book
cod_bookmark
cod_bracket_dot
cod_bracket_error
cod_briefcase
cod_broadcast
cod_browser
cod_bug
cod_calendar
cod_call_incoming
cod_call_outgoing
cod_case_sensitive
cod_check
cod_check_all
cod_checklist
cod_chevron_down
cod_chevron_left
cod_chevron_right
cod_chevron_up
cod_chrome_close
cod_chrome_maximize
cod_chrome_minimize
cod_chrome_restore
cod_circle
cod_circle_filled
cod_circle_large
cod_circle_large_filled
cod_circle_slash
cod_circle_small_filled
cod_circuit_board
cod_clear_all
cod_clippy
cod_close
cod_close_all
cod_cloud
cod_cloud_download
cod_cloud_upload
cod_code
cod_collapse_all
cod_color_mode
cod_combine
cod_comment
cod_comment_discussion
cod_compass
cod_compass_active
cod_compass_dot
cod_copy
cod_credit_card
cod_dash
cod_dashboard
cod_database
cod_debug
cod_debug_all
cod_debug_alt
cod_debug_alt_small
cod_debug_breakpoint_conditional
cod_debug_breakpoint_conditional_unverified
cod_debug_breakpoint_data
cod_debug_breakpoint_data_unverified
cod_debug_breakpoint_function
cod_debug_breakpoint_function_unverified
cod_debug_breakpoint_log
cod_debug_breakpoint_log_unverified
cod_debug_breakpoint_unsupported
cod_debug_console
cod_debug_continue
cod_debug_continue_small
cod_debug_coverage
cod_debug_disconnect
cod_debug_line_by_line
cod_debug_pause
cod_debug_rerun
cod_debug_restart
cod_debug_restart_frame
cod_debug_reverse_continue
cod_debug_stackframe
cod_debug_stackframe_active
cod_debug_start
cod_debug_step_back
cod_debug_step_into
cod_debug_step_out
cod_debug_step_over
cod_debug_stop
cod_desktop_download
cod_device_camera
cod_device_camera_video
cod_device_mobile
cod_diff
cod_diff_added
cod_diff_ignored
cod_diff_modified
cod_diff_removed
cod_diff_renamed
cod_discard
cod_edit
cod_editor_layout
cod_ellipsis
cod_empty_window
cod_error
cod_exclude
cod_expand_all
cod_export
cod_extensions
cod_eye
cod_eye_closed
cod_feedback
cod_file
cod_file_binary
cod_file_code
cod_file_media
cod_file_pdf
cod_file_submodule
cod_file_symlink_directory
cod_file_symlink_file
cod_file_zip
cod_files
cod_filter
cod_filter_filled
cod_flame
cod_fold
cod_fold_down
cod_fold_up
cod_folder
cod_folder_active
cod_folder_library
cod_folder_opened
cod_gear
cod_gift
cod_gist_secret
cod_git_commit
cod_git_compare
cod_git_merge
cod_git_pull_request
cod_git_pull_request_closed
cod_git_pull_request_create
cod_git_pull_request_draft
cod_github
cod_github_action
cod_github_alt
cod_github_inverted
cod_globe
cod_go_to_file
cod_grabber
cod_graph
cod_graph_left
cod_graph_line
cod_graph_scatter
cod_gripper
cod_group_by_ref_type
cod_heart
cod_history
cod_home
cod_horizontal_rule
cod_hubot
cod_inbox
cod_info
cod_inspect
cod_issue_draft
cod_issue_reopened
cod_issues
cod_italic
cod_jersey
cod_json
cod_kebab_vertical
cod_key
cod_law
cod_layers
cod_layers_active
cod_layers_dot
cod_layout
cod_library
cod_lightbulb
cod_lightbulb_autofix
cod_link
cod_link_external
cod_list_filter
cod_list_flat
cod_list_ordered
cod_list_selection
cod_list_tree
cod_list_unordered
cod_live_share
cod_loading
cod_location
cod_lock
cod_lock_small
cod_magnet
cod_mail
cod_mail_read
cod_markdown
cod_megaphone
cod_mention
cod_menu
cod_merge
cod_milestone
cod_mirror
cod_mortar_board
cod_move
cod_multiple_windows
cod_mute
cod_new_file
cod_new_folder
cod_newline
cod_no_newline
cod_note
cod_notebook
cod_notebook_template
cod_octoface
cod_open_preview
cod_organization
cod_output
cod_package
cod_paintcan
cod_pass
cod_pass_filled
cod_person
cod_person_add
cod_pie_chart
cod_pin
cod_pinned
cod_pinned_dirty
cod_play
cod_play_circle
cod_plug
cod_preserve_case
cod_preview
cod_primitive_square
cod_project
cod_pulse
cod_question
cod_quote
cod_radio_tower
cod_reactions
cod_record
cod_record_keys
cod_redo
cod_references
cod_refresh
cod_regex
cod_remote
cod_remote_explorer
cod_remove
cod_replace
cod_replace_all
cod_reply
cod_repo
cod_repo_clone
cod_repo_force_push
cod_repo_forked
cod_repo_pull
cod_repo_push
cod_report
cod_request_changes
cod_rocket
cod_root_folder
cod_root_folder_opened
cod_rss
cod_ruby
cod_run_above
cod_run_all
cod_run_below
cod_run_errors
cod_save
cod_save_all
cod_save_as
cod_screen_full
cod_screen_normal
cod_search
cod_search_stop
cod_server
cod_server_environment
cod_server_process
cod_settings
cod_settings_gear
cod_shield
cod_sign_in
cod_sign_out
cod_smiley
cod_sort_precedence
cod_source_control
cod_split_horizontal
cod_split_vertical
cod_squirrel
cod_star_empty
cod_star_full
cod_star_half
cod_stop_circle
cod_symbol_array
cod_symbol_boolean
cod_symbol_class
cod_symbol_color
cod_symbol_constant
cod_symbol_enum
cod_symbol_enum_member
cod_symbol_event
cod_symbol_field
cod_symbol_file
cod_symbol_interface
cod_symbol_key
cod_symbol_keyword
cod_symbol_method
cod_symbol_misc
cod_symbol_namespace
cod_symbol_numeric
cod_symbol_operator
cod_symbol_parameter
cod_symbol_property
cod_symbol_ruler
cod_symbol_snippet
cod_symbol_string
cod_symbol_structure
cod_symbol_variable
cod_sync
cod_sync_ignored
cod_table
cod_tag
cod_tasklist
cod_telescope
cod_terminal
cod_terminal_bash
cod_terminal_cmd
cod_terminal_debian
cod_terminal_linux
cod_terminal_powershell
cod_terminal_tmux
cod_terminal_ubuntu
cod_text_size
cod_three_bars
cod_thumbsdown
cod_thumbsup
cod_tools
cod_trash
cod_triangle_down
cod_triangle_left
cod_triangle_right
cod_triangle_up
cod_twitter
cod_type_hierarchy
cod_type_hierarchy_sub
cod_type_hierarchy_super
cod_unfold
cod_ungroup_by_ref_type
cod_unlock
cod_unmute
cod_unverified
cod_variable_group
cod_verified
cod_verified_filled
cod_versions
cod_vm
cod_vm_active
cod_vm_connect
cod_vm_outline
cod_vm_running
cod_wand
cod_warning
cod_watch
cod_whitespace
cod_whole_word
cod_window
cod_word_wrap
cod_workspace_trusted
cod_workspace_unknown
cod_workspace_untrusted
cod_zoom_in
cod_zoom_out
custom_asm
custom_c
custom_common_lisp
custom_cpp
custom_crystal
custom_default
custom_electron
custom_elixir
custom_elm
custom_emacs
custom_fennel
custom_folder
custom_folder_config
custom_folder_git
custom_folder_github
custom_folder_npm
custom_folder_oct
custom_folder_open
custom_go
custom_home
custom_kotlin
custom_msdos
custom_neovim
custom_orgmode
custom_play_arrow
custom_purescript
custom_scheme
custom_toml
custom_v_lang
custom_vim
custom_windows
dev_android
dev_angular
dev_appcelerator
dev_apple
dev_appstore
dev_aptana
dev_asterisk
dev_atlassian
dev_atom
dev_aws
dev_backbone
dev_bing_small
dev_bintray
dev_bitbucket
dev_blackberry
dev_bootstrap
dev_bower
dev_brackets
dev_bugsense
dev_celluloid
dev_chart
dev_chrome
dev_cisco
dev_clojure
dev_clojure_alt
dev_cloud9
dev_coda
dev_code
dev_code_badge
dev_codeigniter
dev_codepen
dev_codrops
dev_coffeescript
dev_compass
dev_composer
dev_creativecommons
dev_creativecommons_badge
dev_css3
dev_css3_full
dev_css_tricks
dev_cssdeck
dev_dart
dev_database
dev_debian
dev_digital_ocean
dev_django
dev_dlang
dev_docker
dev_doctrine
dev_dojo
dev_dotnet
dev_dreamweaver
dev_dropbox
dev_drupal
dev_eclipse
dev_ember
dev_envato
dev_erlang
dev_extjs
dev_firebase
dev_firefox
dev_fsharp
dev_ghost
dev_ghost_small
dev_git
dev_git_branch
dev_git_commit
dev_git_compare
dev_git_merge
dev_git_pull_request
dev_github
dev_github_alt
dev_github_badge
dev_github_full
dev_gnu
dev_go
dev_google_cloud_platform
dev_google_drive
dev_grails
dev_groovy
dev_grunt
dev_gulp
dev_hackernews
dev_haskell
dev_heroku
dev_html5
dev_html5_3d_effects
dev_html5_connectivity
dev_html5_device_access
dev_html5_multimedia
dev_ie
dev_illustrator
dev_intellij
dev_ionic
dev_java
dev_javascript
dev_javascript_badge
dev_javascript_shield
dev_jekyll_small
dev_jenkins
dev_jira
dev_joomla
dev_jquery
dev_jquery_ui
dev_komodo
dev_krakenjs
dev_krakenjs_badge
dev_laravel
dev_less
dev_linux
dev_magento
dev_mailchimp
dev_markdown
dev_materializecss
dev_meteor
dev_meteorfull
dev_mitlicence
dev_modernizr
dev_mongodb
dev_mootools
dev_mootools_badge
dev_mozilla
dev_msql_server
dev_mysql
dev_nancy
dev_netbeans
dev_netmagazine
dev_nginx
dev_nodejs
dev_nodejs_small
dev_npm
dev_onedrive
dev_openshift
dev_opensource
dev_opera
dev_perl
dev_phonegap
dev_photoshop
dev_php
dev_postgresql
dev_prolog
dev_python
dev_rackspace
dev_raphael
dev_rasberry_pi
dev_react
dev_redhat
dev_redis
dev_requirejs
dev_responsive
dev_ruby
dev_ruby_on_rails
dev_ruby_rough
dev_rust
dev_safari
dev_sass
dev_scala
dev_scriptcs
dev_scrum
dev_senchatouch
dev_sizzlejs
dev_smashing_magazine
dev_snap_svg
dev_sqllite
dev_stackoverflow
dev_streamline
dev_stylus
dev_sublime
dev_swift
dev_symfony
dev_symfony_badge
dev_techcrunch
dev_terminal
dev_terminal_badge
dev_travis
dev_trello
dev_typo3
dev_ubuntu
dev_uikit
dev_unity_small
dev_vim
dev_visualstudio
dev_w3c
dev_webplatform
dev_windows
dev_wordpress
dev_yahoo
dev_yahoo_small
dev_yeoman
dev_yii
dev_zend
fa_500px
fa_address_book
fa_address_book_o
fa_address_card
fa_address_card_o
fa_adjust
fa_adn
fa_align_center
fa_align_justify
fa_align_left
fa_align_right
fa_amazon
fa_ambulance
fa_american_sign_language_interpreting
fa_anchor
fa_android
fa_angellist
fa_angle_double_down
fa_angle_double_left
fa_angle_double_right
fa_angle_double_up
fa_angle_down
fa_angle_left
fa_angle_right
fa_angle_up
fa_apple
fa_archive
fa_area_chart
fa_arrow_circle_down
fa_arrow_circle_left
fa_arrow_circle_o_down
fa_arrow_circle_o_left
fa_arrow_circle_o_right
fa_arrow_circle_o_up
fa_arrow_circle_right
fa_arrow_circle_up
fa_arrow_down
fa_arrow_left
fa_arrow_right
fa_arrow_up
fa_arrows
fa_arrows_alt
fa_arrows_h
fa_arrows_v
fa_assistive_listening_systems
fa_asterisk
fa_at
fa_audio_description
fa_backward
fa_balance_scale
fa_ban
fa_bandcamp
fa_bar_chart
fa_barcode
fa_bars
fa_bath
fa_battery_empty
fa_battery_full
fa_battery_half
fa_battery_quarter
fa_battery_three_quarters
fa_bed
fa_beer
fa_behance
fa_behance_square
fa_bell
fa_bell_o
fa_bell_slash
fa_bell_slash_o
fa_bicycle
fa_binoculars
fa_birthday_cake
fa_bitbucket
fa_bitbucket_square
fa_black_tie
fa_blind
fa_bluetooth
fa_bluetooth_b
fa_bold
fa_bolt
fa_bomb
fa_book
fa_bookmark
fa_bookmark_o
fa_braille
fa_briefcase
fa_btc
fa_bug
fa_building
fa_building_o
fa_bullhorn
fa_bullseye
fa_bus
fa_buysellads
fa_calculator
fa_calendar
fa_calendar_check_o
fa_calendar_minus_o
fa_calendar_o
fa_calendar_plus_o
fa_calendar_times_o
fa_camera
fa_camera_retro
fa_car
fa_caret_down
fa_caret_left
fa_caret_right
fa_caret_square_o_down
fa_caret_square_o_left
fa_caret_square_o_right
fa_caret_square_o_up
fa_caret_up
fa_cart_arrow_down
fa_cart_plus
fa_cc
fa_cc_amex
fa_cc_diners_club
fa_cc_discover
fa_cc_jcb
fa_cc_mastercard
fa_cc_paypal
fa_cc_stripe
fa_cc_visa
fa_certificate
fa_chain_broken
fa_check
fa_check_circle
fa_check_circle_o
fa_check_square
fa_check_square_o
fa_chevron_circle_down
fa_chevron_circle_left
fa_chevron_circle_right
fa_chevron_circle_up
fa_chevron_down
fa_chevron_left
fa_chevron_right
fa_chevron_up
fa_child
fa_chrome
fa_circle
fa_circle_o
fa_circle_o_notch
fa_circle_thin
fa_clipboard
fa_clock_o
fa_clone
fa_cloud
fa_cloud_download
fa_cloud_upload
fa_code
fa_code_fork
fa_codepen
fa_codiepie
fa_coffee
fa_cog
fa_cogs
fa_columns
fa_comment
fa_comment_o
fa_commenting
fa_commenting_o
fa_comments
fa_comments_o
fa_compass
fa_compress
fa_connectdevelop
fa_contao
fa_copyright
fa_creative_commons
fa_credit_card
fa_credit_card_alt
fa_crop
fa_crosshairs
fa_css3
fa_cube
fa_cubes
fa_cutlery
fa_dashcube
fa_database
fa_deaf
fa_delicious
fa_desktop
fa_deviantart
fa_diamond
fa_digg
fa_dot_circle_o
fa_download
fa_dribbble
fa_dropbox
fa_drupal
fa_edge
fa_eercast
fa_eject
fa_ellipsis_h
fa_ellipsis_v
fa_empire
fa_envelope
fa_envelope_o
fa_envelope_open
fa_envelope_open_o
fa_envelope_square
fa_envira
fa_eraser
fa_etsy
fa_eur
fa_exchange
fa_exclamation
fa_exclamation_circle
fa_exclamation_triangle
fa_expand
fa_expeditedssl
fa_external_link
fa_external_link_square
fa_eye
fa_eye_slash
fa_eyedropper
fa_facebook
fa_facebook_official
fa_facebook_square
fa_fast_backward
fa_fast_forward
fa_fax
fa_female
fa_fighter_jet
fa_file
fa_file_archive_o
fa_file_audio_o
fa_file_code_o
fa_file_excel_o
fa_file_image_o
fa_file_o
fa_file_pdf_o
fa_file_powerpoint_o
fa_file_text
fa_file_text_o
fa_file_video_o
fa_file_word_o
fa_files_o
fa_film
fa_filter
fa_fire
fa_fire_extinguisher
fa_firefox
fa_first_order
fa_flag
fa_flag_checkered
fa_flag_o
fa_flask
fa_flickr
fa_floppy_o
fa_folder
fa_folder_o
fa_folder_open
fa_folder_open_o
fa_font
fa_font_awesome
fa_fonticons
fa_fort_awesome
fa_forumbee
fa_forward
fa_foursquare
fa_free_code_camp
fa_frown_o
fa_futbol_o
fa_gamepad
fa_gavel
fa_gbp
fa_genderless
fa_get_pocket
fa_gg
fa_gg_circle
fa_gift
fa_git
fa_git_square
fa_github
fa_github_alt
fa_github_square
fa_gitlab
fa_glass
fa_glide
fa_glide_g
fa_globe
fa_google
fa_google_plus
fa_google_plus_official
fa_google_plus_square
fa_google_wallet
fa_graduation_cap
fa_gratipay
fa_grav
fa_h_square
fa_hacker_news
fa_hand_lizard_o
fa_hand_o_down
fa_hand_o_left
fa_hand_o_right
fa_hand_o_up
fa_hand_paper_o
fa_hand_peace_o
fa_hand_pointer_o
fa_hand_rock_o
fa_hand_scissors_o
fa_hand_spock_o
fa_handshake_o
fa_hashtag
fa_hdd_o
fa_header
fa_headphones
fa_heart
fa_heart_o
fa_heartbeat
fa_history
fa_home
fa_hospital_o
fa_hourglass
fa_hourglass_end
fa_hourglass_half
fa_hourglass_o
fa_hourglass_start
fa_houzz
fa_html5
fa_i_cursor
fa_id_badge
fa_id_card
fa_id_card_o
fa_ils
fa_imdb
fa_inbox
fa_indent
fa_industry
fa_info
fa_info_circle
fa_inr
fa_instagram
fa_internet_explorer
fa_ioxhost
fa_italic
fa_joomla
fa_jpy
fa_jsfiddle
fa_key
fa_keyboard_o
fa_krw
fa_language
fa_laptop
fa_lastfm
fa_lastfm_square
fa_leaf
fa_leanpub
fa_lemon_o
fa_level_down
fa_level_up
fa_life_ring
fa_lightbulb_o
fa_line_chart
fa_link
fa_linkedin
fa_linkedin_square
fa_linode
fa_linux
fa_list
fa_list_alt
fa_list_ol
fa_list_ul
fa_location_arrow
fa_lock
fa_long_arrow_down
fa_long_arrow_left
fa_long_arrow_right
fa_long_arrow_up
fa_low_vision
fa_magic
fa_magnet
fa_male
fa_map
fa_map_marker
fa_map_o
fa_map_pin
fa_map_signs
fa_mars
fa_mars_double
fa_mars_stroke
fa_mars_stroke_h
fa_mars_stroke_v
fa_maxcdn
fa_meanpath
fa_medium
fa_medkit
fa_meetup
fa_meh_o
fa_mercury
fa_microchip
fa_microphone
fa_microphone_slash
fa_minus
fa_minus_circle
fa_minus_square
fa_minus_square_o
fa_mixcloud
fa_mobile
fa_modx
fa_money
fa_moon_o
fa_motorcycle
fa_mouse_pointer
fa_music
fa_neuter
fa_newspaper_o
fa_object_group
fa_object_ungroup
fa_odnoklassniki
fa_odnoklassniki_square
fa_opencart
fa_openid
fa_opera
fa_optin_monster
fa_outdent
fa_pagelines
fa_paint_brush
fa_paper_plane
fa_paper_plane_o
fa_paperclip
fa_paragraph
fa_pause
fa_pause_circle
fa_pause_circle_o
fa_paw
fa_paypal
fa_pencil
fa_pencil_square
fa_pencil_square_o
fa_percent
fa_phone
fa_phone_square
fa_picture_o
fa_pie_chart
fa_pied_piper
fa_pied_piper_alt
fa_pied_piper_pp
fa_pinterest
fa_pinterest_p
fa_pinterest_square
fa_plane
fa_play
fa_play_circle
fa_play_circle_o
fa_plug
fa_plus
fa_plus_circle
fa_plus_square
fa_plus_square_o
fa_podcast
fa_power_off
fa_print
fa_product_hunt
fa_puzzle_piece
fa_qq
fa_qrcode
fa_question
fa_question_circle
fa_question_circle_o
fa_quora
fa_quote_left
fa_quote_right
fa_random
fa_ravelry
fa_rebel
fa_recycle
fa_reddit
fa_reddit_alien
fa_reddit_square
fa_refresh
fa_registered
fa_renren
fa_repeat
fa_reply
fa_reply_all
fa_retweet
fa_road
fa_rocket
fa_rss
fa_rss_square
fa_rub
fa_safari
fa_scissors
fa_scribd
fa_search
fa_search_minus
fa_search_plus
fa_sellsy
fa_server
fa_share
fa_share_alt
fa_share_alt_square
fa_share_square
fa_share_square_o
fa_shield
fa_ship
fa_shirtsinbulk
fa_shopping_bag
fa_shopping_basket
fa_shopping_cart
fa_shower
fa_sign_in
fa_sign_language
fa_sign_out
fa_signal
fa_simplybuilt
fa_sitemap
fa_skyatlas
fa_skype
fa_slack
fa_sliders
fa_slideshare
fa_smile_o
fa_snapchat
fa_snapchat_ghost
fa_snapchat_square
fa_snowflake_o
fa_sort
fa_sort_alpha_asc
fa_sort_alpha_desc
fa_sort_amount_asc
fa_sort_amount_desc
fa_sort_asc
fa_sort_desc
fa_sort_numeric_asc
fa_sort_numeric_desc
fa_soundcloud
fa_space_shuttle
fa_spinner
fa_spoon
fa_spotify
fa_square
fa_square_o
fa_stack_exchange
fa_stack_overflow
fa_star
fa_star_half
fa_star_half_o
fa_star_o
fa_steam
fa_steam_square
fa_step_backward
fa_step_forward
fa_stethoscope
fa_sticky_note
fa_sticky_note_o
fa_stop
fa_stop_circle
fa_stop_circle_o
fa_street_view
fa_strikethrough
fa_stumbleupon
fa_stumbleupon_circle
fa_subscript
fa_subway
fa_suitcase
fa_sun_o
fa_superpowers
fa_superscript
fa_table
fa_tablet
fa_tachometer
fa_tag
fa_tags
fa_tasks
fa_taxi
fa_telegram
fa_television
fa_tencent_weibo
fa_terminal
fa_text_height
fa_text_width
fa_th
fa_th_large
fa_th_list
fa_themeisle
fa_thermometer_empty
fa_thermometer_full
fa_thermometer_half
fa_thermometer_quarter
fa_thermometer_three_quarters
fa_thumb_tack
fa_thumbs_down
fa_thumbs_o_down
fa_thumbs_o_up
fa_thumbs_up
fa_ticket
fa_times
fa_times_circle
fa_times_circle_o
fa_tint
fa_toggle_off
fa_toggle_on
fa_trademark
fa_train
fa_transgender
fa_transgender_alt
fa_trash
fa_trash_o
fa_tree
fa_trello
fa_tripadvisor
fa_trophy
fa_truck
fa_try
fa_tty
fa_tumblr
fa_tumblr_square
fa_twitch
fa_twitter
fa_twitter_square
fa_umbrella
fa_underline
fa_undo
fa_universal_access
fa_university
fa_unlock
fa_unlock_alt
fa_upload
fa_usb
fa_usd
fa_user
fa_user_circle
fa_user_circle_o
fa_user_md
fa_user_o
fa_user_plus
fa_user_secret
fa_user_times
fa_users
fa_venus
fa_venus_double
fa_venus_mars
fa_viacoin
fa_viadeo
fa_viadeo_square
fa_video_camera
fa_vimeo
fa_vimeo_square
fa_vine
fa_vk
fa_volume_control_phone
fa_volume_down
fa_volume_off
fa_volume_up
fa_weibo
fa_weixin
fa_whatsapp
fa_wheelchair
fa_wheelchair_alt
fa_wifi
fa_wikipedia_w
fa_window_close
fa_window_close_o
fa_window_maximize
fa_window_minimize
fa_window_restore
fa_windows
fa_wordpress
fa_wpbeginner
fa_wpexplorer
fa_wpforms
fa_wrench
fa_xing
fa_xing_square
fa_y_combinator
fa_yahoo
fa_yelp
fa_yoast
fa_youtube
fa_youtube_play
fa_youtube_square
fae_apple_fruit
fae_atom
fae_bacteria
fae_banana
fae_bath
fae_bed
fae_benzene
fae_bigger
fae_biohazard
fae_blogger_circle
fae_blogger_square
fae_bones
fae_book_open
fae_book_open_o
fae_brain
fae_bread
fae_butterfly
fae_carot
fae_cc_by
fae_cc_cc
fae_cc_nc
fae_cc_nc_eu
fae_cc_nc_jp
fae_cc_nd
fae_cc_remix
fae_cc_sa
fae_cc_share
fae_cc_zero
fae_checklist_o
fae_cheese
fae_cherry
fae_chess_bishop
fae_chess_horse
fae_chess_king
fae_chess_pawn
fae_chess_queen
fae_chess_tower
fae_chicken_thigh
fae_chilli
fae_chip
fae_cicling
fae_cloud
fae_cockroach
fae_coffe_beans
fae_coins
fae_comb
fae_comet
fae_crown
fae_cup_coffe
fae_dice
fae_disco
fae_dna
fae_donut
fae_dress
fae_drop
fae_ello
fae_envelope_open
fae_envelope_open_o
fae_equal
fae_equal_bigger
fae_feedly
fae_file_export
fae_file_import
fae_fingerprint
fae_floppy
fae_footprint
fae_freecodecamp
fae_galaxy
fae_galery
fae_gift_card
fae_glass
fae_google_drive
fae_google_play
fae_gps
fae_grav
fae_guitar
fae_gut
fae_halter
fae_hamburger
fae_hat
fae_hexagon
fae_high_heel
fae_hotdog
fae_ice_cream
fae_id_card
fae_imdb
fae_infinity
fae_injection
fae_isle
fae_java
fae_layers
fae_lips
fae_lipstick
fae_liver
fae_lollipop
fae_loyalty_card
fae_lung
fae_makeup_brushes
fae_maximize
fae_meat
fae_medicine
fae_microscope
fae_milk_bottle
fae_minimize
fae_molecule
fae_moon_cloud
fae_mountains
fae_mushroom
fae_mustache
fae_mysql
fae_nintendo
fae_orange
fae_palette_color
fae_peach
fae_pear
fae_pi
fae_pizza
fae_planet
fae_plant
fae_playstation
fae_poison
fae_popcorn
fae_popsicle
fae_pulse
fae_python
fae_quora_circle
fae_quora_square
fae_radioactive
fae_raining
fae_real_heart
fae_refrigerator
fae_restore
fae_ring
fae_ruby
fae_ruby_o
fae_ruler
fae_shirt
fae_slash
fae_smaller
fae_snowing
fae_soda
fae_sofa
fae_soup
fae_spermatozoon
fae_spin_double
fae_stomach
fae_storm
fae_sun_cloud
fae_sushi
fae_tacos
fae_telegram
fae_telegram_circle
fae_telescope
fae_thermometer
fae_thermometer_high
fae_thermometer_low
fae_thin_close
fae_toilet
fae_tools
fae_tooth
fae_tree
fae_triangle_ruler
fae_umbrella
fae_uterus
fae_virus
fae_w3c
fae_walking
fae_wallet
fae_wind
fae_xbox
iec_power
iec_power_off
iec_power_on
iec_sleep_mode
iec_toggle_power
indent_line
linux_almalinux
linux_alpine
linux_aosc
linux_apple
linux_archcraft
linux_archlabs
linux_archlinux
linux_arcolinux
linux_arduino
linux_artix
linux_awesome
linux_biglinux
linux_bspwm
linux_budgie
linux_centos
linux_cinnamon
linux_codeberg
linux_coreos
linux_crystal
linux_debian
linux_deepin
linux_devuan
linux_docker
linux_dwm
linux_elementary
linux_endeavour
linux_enlightenment
linux_fdroid
linux_fedora
linux_fedora_inverse
linux_ferris
linux_flathub
linux_fluxbox
linux_forgejo
linux_fosdem
linux_freebsd
linux_freecad
linux_freedesktop
linux_garuda
linux_gentoo
linux_gimp
linux_gitea
linux_gnome
linux_gnu_guix
linux_gtk
linux_hyperbola
linux_hyprland
linux_i3
linux_illumos
linux_inkscape
linux_jwm
linux_kali_linux
linux_kde_neon
linux_kde_plasma
linux_kdenlive
linux_kicad
linux_krita
linux_kubuntu
linux_kubuntu_inverse
linux_linuxmint
linux_linuxmint_inverse
linux_locos
linux_lxde
linux_lxle
linux_lxqt
linux_mageia
linux_mandriva
linux_manjaro
linux_mate
linux_mpv
linux_mxlinux
linux_neovim
linux_nixos
linux_octoprint
linux_openbsd
linux_openscad
linux_opensuse
linux_osh
linux_oshwa
linux_osi
linux_parabola
linux_parrot
linux_pop_os
linux_prusaslicer
linux_puppy
linux_qtile
linux_qubesos
linux_raspberry_pi
linux_redhat
linux_reprap
linux_riscv
linux_rocky_linux
linux_sabayon
linux_slackware
linux_slackware_inverse
linux_snappy
linux_solus
linux_sway
linux_tails
linux_thunderbird
linux_tor
linux_trisquel
linux_tux
linux_ubuntu
linux_ubuntu_inverse
linux_vanilla
linux_void
linux_vscodium
linux_wayland
linux_wikimedia
linux_xerolinux
linux_xfce
linux_xmonad
linux_xorg
linux_zorin
󰇉md_ab_testing
󱛠md_abacus
󱌨md_abjad_arabic
󱌩md_abjad_hebrew
󱌪md_abugida_devanagari
󱌫md_abugida_thai
󰀃md_access_point
󱔸md_access_point_check
󱔹md_access_point_minus
󰀂md_access_point_network
󰯡md_access_point_network_off
󱔑md_access_point_off
󱔺md_access_point_plus
󱔻md_access_point_remove
󰀄md_account
󰀅md_account_alert
󰭐md_account_alert_outline
󱡨md_account_arrow_down
󱡩md_account_arrow_down_outline
󰭑md_account_arrow_left
󰭒md_account_arrow_left_outline
󰭓md_account_arrow_right
󰭔md_account_arrow_right_outline
󱡧md_account_arrow_up
󱡪md_account_arrow_up_outline
󰀆md_account_box
󰤴md_account_box_multiple
󱀊md_account_box_multiple_outline
󰀇md_account_box_outline
󱋟md_account_cancel
󱋠md_account_cancel_outline
󱂗md_account_cash
󱂘md_account_cash_outline
󰀈md_account_check
󰯢md_account_check_outline
󰪉md_account_child
󰪊md_account_child_circle
󱃈md_account_child_outline
󰀉md_account_circle
󰭕md_account_circle_outline
󰭖md_account_clock
󰭗md_account_clock_outline
󱍰md_account_cog
󱍱md_account_cog_outline
󰀊md_account_convert
󱌁md_account_convert_outline
󰺛md_account_cowboy_hat
󱟳md_account_cowboy_hat_outline
󰘱md_account_details
󱍲md_account_details_outline
󰚼md_account_edit
󰿻md_account_edit_outline
󰐠md_account_eye
󱉻md_account_eye_outline
󰤶md_account_filter
󰾝md_account_filter_outline
󰡉md_account_group
󰭘md_account_group_outline
󰖵md_account_hard_hat
󱨟md_account_hard_hat_outline
󰢙md_account_heart
󰯣md_account_heart_outline
󱠕md_account_injury
󱠖md_account_injury_outline
󰀋md_account_key
󰯤md_account_key_outline
󱅞md_account_lock
󱥠md_account_lock_open
󱥡md_account_lock_open_outline
󱅟md_account_lock_outline
󰀍md_account_minus
󰫬md_account_minus_outline
󰀎md_account_multiple
󰣅md_account_multiple_check
󱇾md_account_multiple_check_outline
󰗓md_account_multiple_minus
󰯥md_account_multiple_minus_outline
󰀏md_account_multiple_outline
󰀐md_account_multiple_plus
󰠀md_account_multiple_plus_outline
󱈊md_account_multiple_remove
󱈋md_account_multiple_remove_outline
󰠃md_account_music
󰳩md_account_music_outline
󰀑md_account_network
󰯦md_account_network_outline
󰀒md_account_off
󰯧md_account_off_outline
󰀓md_account_outline
󰀔md_account_plus
󰠁md_account_plus_outline
󰭙md_account_question
󰭚md_account_question_outline
󱔫md_account_reactivate
󱔬md_account_reactivate_outline
󰀕md_account_remove
󰫭md_account_remove_outline
󱨠md_account_school
󱨡md_account_school_outline
󰀖md_account_search
󰤵md_account_search_outline
󰘰md_account_settings
󱃉md_account_settings_outline
󰀗md_account_star
󰯨md_account_star_outline
󰪋md_account_supervisor
󰪌md_account_supervisor_circle
󱓬md_account_supervisor_circle_outline
󱄭md_account_supervisor_outline
󰀙md_account_switch
󰓋md_account_switch_outline
󱤛md_account_sync
󱤜md_account_sync_outline
󰳣md_account_tie
󱢘md_account_tie_hat
󱢙md_account_tie_hat_outline
󱃊md_account_tie_outline
󱌈md_account_tie_voice
󱌊md_account_tie_voice_off
󱌋md_account_tie_voice_off_outline
󱌉md_account_tie_voice_outline
󱪌md_account_tie_woman
󰗋md_account_voice
󰻔md_account_voice_off
󱢚md_account_wrench
󱢛md_account_wrench_outline
󰀚md_adjust
󱤪md_advertisements
󱤫md_advertisements_off
󰀛md_air_conditioner
󰵃md_air_filter
󰶬md_air_horn
󱂙md_air_humidifier
󱑦md_air_humidifier_off
󰵄md_air_purifier
󰯩md_airbag
󰀜md_airballoon
󱀋md_airballoon_outline
󰀝md_airplane
󱡺md_airplane_alert
󱡻md_airplane_check
󱡼md_airplane_clock
󱡽md_airplane_cog
󱡾md_airplane_edit
󰗔md_airplane_landing
󱡿md_airplane_marker
󱢀md_airplane_minus
󰀞md_airplane_off
󱢁md_airplane_plus
󱢂md_airplane_remove
󱢃md_airplane_search
󱢄md_airplane_settings
󰗕md_airplane_takeoff
󰡋md_airport
󰀠md_alarm
󰞎md_alarm_bell
󰀡md_alarm_check
󰞏md_alarm_light
󱜞md_alarm_light_off
󱜟md_alarm_light_off_outline
󰯪md_alarm_light_outline
󰀢md_alarm_multiple
󰹱md_alarm_note
󰹲md_alarm_note_off
󰀣md_alarm_off
󱗄md_alarm_panel
󱗅md_alarm_panel_outline
󰀤md_alarm_plus
󰚎md_alarm_snooze
󰀥md_album
󰀦md_alert
󰀧md_alert_box
󰳤md_alert_box_outline
󰀨md_alert_circle
󱇭md_alert_circle_check
󱇮md_alert_circle_check_outline
󰗖md_alert_circle_outline
󰚽md_alert_decagram
󰳥md_alert_decagram_outline
󱒻md_alert_minus
󱒾md_alert_minus_outline
󰀩md_alert_octagon
󰳦md_alert_octagon_outline
󰝧md_alert_octagram
󰳧md_alert_octagram_outline
󰀪md_alert_outline
󱒺md_alert_plus
󱒽md_alert_plus_outline
󱒼md_alert_remove
󱒿md_alert_remove_outline
󱇎md_alert_rhombus
󱇏md_alert_rhombus_outline
󰢚md_alien
󱃋md_alien_outline
󱇃md_align_horizontal_center
󱥢md_align_horizontal_distribute
󱇂md_align_horizontal_left
󱇄md_align_horizontal_right
󱇅md_align_vertical_bottom
󱇆md_align_vertical_center
󱥣md_align_vertical_distribute
󱇇md_align_vertical_top
󰚾md_all_inclusive
󱢍md_all_inclusive_box
󱢎md_all_inclusive_box_outline
󱉘md_allergy
󰀫md_alpha
󰫮md_alpha_a
󰬈md_alpha_a_box
󰯫md_alpha_a_box_outline
󰯬md_alpha_a_circle
󰯭md_alpha_a_circle_outline
󰫯md_alpha_b
󰬉md_alpha_b_box
󰯮md_alpha_b_box_outline
󰯯md_alpha_b_circle
󰯰md_alpha_b_circle_outline
󰫰md_alpha_c
󰬊md_alpha_c_box
󰯱md_alpha_c_box_outline
󰯲md_alpha_c_circle
󰯳md_alpha_c_circle_outline
󰫱md_alpha_d
󰬋md_alpha_d_box
󰯴md_alpha_d_box_outline
󰯵md_alpha_d_circle
󰯶md_alpha_d_circle_outline
󰫲md_alpha_e
󰬌md_alpha_e_box
󰯷md_alpha_e_box_outline
󰯸md_alpha_e_circle
󰯹md_alpha_e_circle_outline
󰫳md_alpha_f
󰬍md_alpha_f_box
󰯺md_alpha_f_box_outline
󰯻md_alpha_f_circle
󰯼md_alpha_f_circle_outline
󰫴md_alpha_g
󰬎md_alpha_g_box
󰯽md_alpha_g_box_outline
󰯾md_alpha_g_circle
󰯿md_alpha_g_circle_outline
󰫵md_alpha_h
󰬏md_alpha_h_box
󰰀md_alpha_h_box_outline
󰰁md_alpha_h_circle
󰰂md_alpha_h_circle_outline
󱂈md_alpha_i
󱂈md_alpha_i
󰬐md_alpha_i_box
󰰃md_alpha_i_box_outline
󰰄md_alpha_i_circle
󰰅md_alpha_i_circle_outline
󰫷md_alpha_j
󰬑md_alpha_j_box
󰰆md_alpha_j_box_outline
󰰇md_alpha_j_circle
󰰈md_alpha_j_circle_outline
󰫸md_alpha_k
󰬒md_alpha_k_box
󰰉md_alpha_k_box_outline
󰰊md_alpha_k_circle
󰰋md_alpha_k_circle_outline
󱎦md_alpha_l
󱎦md_alpha_l
󰬓md_alpha_l_box
󰰌md_alpha_l_box_outline
󰰍md_alpha_l_circle
󰰎md_alpha_l_circle_outline
󰫺md_alpha_m
󰬔md_alpha_m_box
󰰏md_alpha_m_box_outline
󰰐md_alpha_m_circle
󰰑md_alpha_m_circle_outline
󰫻md_alpha_n
󰬕md_alpha_n_box
󰰒md_alpha_n_box_outline
󰰓md_alpha_n_circle
󰰔md_alpha_n_circle_outline
󰬹md_alpha_o
󰬹md_alpha_o
󰬖md_alpha_o_box
󰰕md_alpha_o_box_outline
󰲞md_alpha_o_circle
󰲞md_alpha_o_circle
󰲟md_alpha_o_circle_outline
󰲟md_alpha_o_circle_outline
󰫽md_alpha_p
󰬗md_alpha_p_box
󰰘md_alpha_p_box_outline
󰰙md_alpha_p_circle
󰰚md_alpha_p_circle_outline
󰫾md_alpha_q
󰬘md_alpha_q_box
󰰛md_alpha_q_box_outline
󰰜md_alpha_q_circle
󰰝md_alpha_q_circle_outline
󰫿md_alpha_r
󰬙md_alpha_r_box
󰰞md_alpha_r_box_outline
󰰟md_alpha_r_circle
󰰠md_alpha_r_circle_outline
󰬀md_alpha_s
󰬚md_alpha_s_box
󰰡md_alpha_s_box_outline
󰰢md_alpha_s_circle
󰰣md_alpha_s_circle_outline
󰬁md_alpha_t
󰬛md_alpha_t_box
󰰤md_alpha_t_box_outline
󰰥md_alpha_t_circle
󰰦md_alpha_t_circle_outline
󰬂md_alpha_u
󰬜md_alpha_u_box
󰰧md_alpha_u_box_outline
󰰨md_alpha_u_circle
󰰩md_alpha_u_circle_outline
󱂌md_alpha_v
󱂌md_alpha_v
󰬝md_alpha_v_box
󰰪md_alpha_v_box_outline
󰰫md_alpha_v_circle
󰰬md_alpha_v_circle_outline
󰬄md_alpha_w
󰬞md_alpha_w_box
󰰭md_alpha_w_box_outline
󰰮md_alpha_w_circle
󰰯md_alpha_w_circle_outline
󱂑md_alpha_x
󱂑md_alpha_x
󰬟md_alpha_x_box
󰰰md_alpha_x_box_outline
󰰱md_alpha_x_circle
󰰲md_alpha_x_circle_outline
󰬆md_alpha_y
󰬠md_alpha_y_box
󰰳md_alpha_y_box_outline
󰰴md_alpha_y_circle
󰰵md_alpha_y_circle_outline
󰬇md_alpha_z
󰬡md_alpha_z_box
󰰶md_alpha_z_box_outline
󰰷md_alpha_z_circle
󰰸md_alpha_z_circle_outline
󱌬md_alphabet_aurebesh
󱌭md_alphabet_cyrillic
󱌮md_alphabet_greek
󱌯md_alphabet_latin
󱌰md_alphabet_piqad
󱌷md_alphabet_tengwar
󰀬md_alphabetical
󱀌md_alphabetical_off
󱀍md_alphabetical_variant
󱀎md_alphabetical_variant_off
󰗗md_altimeter
󰀯md_ambulance
󰳨md_ammunition
󰪍md_ampersand
󰀰md_amplifier
󱆵md_amplifier_off
󰀱md_anchor
󰀲md_android
󰵅md_android_messages
󰀴md_android_studio
󰤷md_angle_acute
󰤸md_angle_obtuse
󰤹md_angle_right
󰚲md_angular
󰚿md_angularjs
󰗘md_animation
󰪏md_animation_outline
󰤺md_animation_play
󰪐md_animation_play_outline
󱂚md_ansible
󱄙md_antenna
󰢛md_anvil
󱀏md_apache_kafka
󱂛md_api
󱉗md_api_off
󰀵md_apple
󰀶md_apple_finder
󰀸md_apple_icloud
󰀷md_apple_ios
󰘲md_apple_keyboard_caps
󰘳md_apple_keyboard_command
󰘴md_apple_keyboard_control
󰘵md_apple_keyboard_option
󰘶md_apple_keyboard_shift
󰀹md_apple_safari
󰣆md_application
󱃵md_application_array
󱃶md_application_array_outline
󱃷md_application_braces
󱃸md_application_braces_outline
󰲋md_application_brackets
󰲌md_application_brackets_outline
󰙵md_application_cog
󱕷md_application_cog_outline
󰂮md_application_edit
󰘙md_application_edit_outline
󰶭md_application_export
󰶮md_application_import
󰘔md_application_outline
󱃹md_application_parentheses
󱃺md_application_parentheses_outline
󰭠md_application_settings
󱕕md_application_settings_outline
󱃻md_application_variable
󱃼md_application_variable_outline
󰾞md_approximately_equal
󰾟md_approximately_equal_box
󰀻md_apps
󰵆md_apps_box
󰣇md_arch
󰀼md_archive
󱓽md_archive_alert
󱓾md_archive_alert_outline
󱉙md_archive_arrow_down
󱉚md_archive_arrow_down_outline
󱉛md_archive_arrow_up
󱉜md_archive_arrow_up_outline
󱝋md_archive_cancel
󱝌md_archive_cancel_outline
󱝍md_archive_check
󱝎md_archive_check_outline
󱝏md_archive_clock
󱝐md_archive_clock_outline
󱝑md_archive_cog
󱝒md_archive_cog_outline
󱝓md_archive_edit
󱝔md_archive_edit_outline
󱝕md_archive_eye
󱝖md_archive_eye_outline
󱝗md_archive_lock
󱝘md_archive_lock_open
󱝙md_archive_lock_open_outline
󱝚md_archive_lock_outline
󱝛md_archive_marker
󱝜md_archive_marker_outline
󱝝md_archive_minus
󱝞md_archive_minus_outline
󱝟md_archive_music
󱝠md_archive_music_outline
󱝡md_archive_off
󱝢md_archive_off_outline
󱈎md_archive_outline
󱝣md_archive_plus
󱝤md_archive_plus_outline
󱝥md_archive_refresh
󱝦md_archive_refresh_outline
󱝧md_archive_remove
󱝨md_archive_remove_outline
󱝩md_archive_search
󱝪md_archive_search_outline
󱝫md_archive_settings
󱝬md_archive_settings_outline
󱝭md_archive_star
󱝮md_archive_star_outline
󱝯md_archive_sync
󱝰md_archive_sync_outline
󰿗md_arm_flex
󰿖md_arm_flex_outline
󰀽md_arrange_bring_forward
󰀾md_arrange_bring_to_front
󰀿md_arrange_send_backward
󰁀md_arrange_send_to_back
󰁁md_arrow_all
󰁂md_arrow_bottom_left
󱥤md_arrow_bottom_left_bold_box
󱥥md_arrow_bottom_left_bold_box_outline
󰦷md_arrow_bottom_left_bold_outline
󰦸md_arrow_bottom_left_thick
󱦶md_arrow_bottom_left_thin
󱖖md_arrow_bottom_left_thin_circle_outline
󰁃md_arrow_bottom_right
󱥦md_arrow_bottom_right_bold_box
󱥧md_arrow_bottom_right_bold_box_outline
󰦹md_arrow_bottom_right_bold_outline
󰦺md_arrow_bottom_right_thick
󱦷md_arrow_bottom_right_thin
󱖕md_arrow_bottom_right_thin_circle_outline
󰘕md_arrow_collapse
󰁄md_arrow_collapse_all
󰞒md_arrow_collapse_down
󰡌md_arrow_collapse_horizontal
󰞓md_arrow_collapse_left
󰞔md_arrow_collapse_right
󰞕md_arrow_collapse_up
󰡍md_arrow_collapse_vertical
󰦻md_arrow_decision
󰦼md_arrow_decision_auto
󰦽md_arrow_decision_auto_outline
󰦾md_arrow_decision_outline
󰁅md_arrow_down
󰜮md_arrow_down_bold
󰜯md_arrow_down_bold_box
󰜰md_arrow_down_bold_box_outline
󰁇md_arrow_down_bold_circle
󰁈md_arrow_down_bold_circle_outline
󰁉md_arrow_down_bold_hexagon_outline
󰦿md_arrow_down_bold_outline
󰛀md_arrow_down_box
󰳛md_arrow_down_circle
󰳜md_arrow_down_circle_outline
󰁊md_arrow_down_drop_circle
󰁋md_arrow_down_drop_circle_outline
󱞡md_arrow_down_left
󱞢md_arrow_down_left_bold
󱞣md_arrow_down_right
󱞤md_arrow_down_right_bold
󰁆md_arrow_down_thick
󱦳md_arrow_down_thin
󱖙md_arrow_down_thin_circle_outline
󰘖md_arrow_expand
󰁌md_arrow_expand_all
󰞖md_arrow_expand_down
󰡎md_arrow_expand_horizontal
󰞗md_arrow_expand_left
󰞘md_arrow_expand_right
󰞙md_arrow_expand_up
󰡏md_arrow_expand_vertical
󱅛md_arrow_horizontal_lock
󰁍md_arrow_left
󰜱md_arrow_left_bold
󰜲md_arrow_left_bold_box
󰜳md_arrow_left_bold_box_outline
󰁏md_arrow_left_bold_circle
󰁐md_arrow_left_bold_circle_outline
󰁑md_arrow_left_bold_hexagon_outline
󰧀md_arrow_left_bold_outline
󱞥md_arrow_left_bottom
󱞦md_arrow_left_bottom_bold
󰛁md_arrow_left_box
󰳝md_arrow_left_circle
󰳞md_arrow_left_circle_outline
󰁒md_arrow_left_drop_circle
󰁓md_arrow_left_drop_circle_outline
󰹳md_arrow_left_right
󰹴md_arrow_left_right_bold
󰧁md_arrow_left_right_bold_outline
󰁎md_arrow_left_thick
󱦱md_arrow_left_thin
󱖚md_arrow_left_thin_circle_outline
󱞧md_arrow_left_top
󱞨md_arrow_left_top_bold
󱡀md_arrow_projectile
󱠿md_arrow_projectile_multiple
󰁔md_arrow_right
󰜴md_arrow_right_bold
󰜵md_arrow_right_bold_box
󰜶md_arrow_right_bold_box_outline
󰁖md_arrow_right_bold_circle
󰁗md_arrow_right_bold_circle_outline
󰁘md_arrow_right_bold_hexagon_outline
󰧂md_arrow_right_bold_outline
󱞩md_arrow_right_bottom
󱞪md_arrow_right_bottom_bold
󰛂md_arrow_right_box
󰳟md_arrow_right_circle
󰳠md_arrow_right_circle_outline
󰁙md_arrow_right_drop_circle
󰁚md_arrow_right_drop_circle_outline
󰁕md_arrow_right_thick
󱦰md_arrow_right_thin
󱖘md_arrow_right_thin_circle_outline
󱞫md_arrow_right_top
󱞬md_arrow_right_top_bold
󰤻md_arrow_split_horizontal
󰤼md_arrow_split_vertical
󰁛md_arrow_top_left
󱥨md_arrow_top_left_bold_box
󱥩md_arrow_top_left_bold_box_outline
󰧃md_arrow_top_left_bold_outline
󰹵md_arrow_top_left_bottom_right
󰹶md_arrow_top_left_bottom_right_bold
󰧄md_arrow_top_left_thick
󱦵md_arrow_top_left_thin
󱖓md_arrow_top_left_thin_circle_outline
󰁜md_arrow_top_right
󱥪md_arrow_top_right_bold_box
󱥫md_arrow_top_right_bold_box_outline
󰧅md_arrow_top_right_bold_outline
󰹷md_arrow_top_right_bottom_left
󰹸md_arrow_top_right_bottom_left_bold
󰧆md_arrow_top_right_thick
󱦴md_arrow_top_right_thin
󱖔md_arrow_top_right_thin_circle_outline
󱞭md_arrow_u_down_left
󱞮md_arrow_u_down_left_bold
󱞯md_arrow_u_down_right
󱞰md_arrow_u_down_right_bold
󱞱md_arrow_u_left_bottom
󱞲md_arrow_u_left_bottom_bold
󱞳md_arrow_u_left_top
󱞴md_arrow_u_left_top_bold
󱞵md_arrow_u_right_bottom
󱞶md_arrow_u_right_bottom_bold
󱞷md_arrow_u_right_top
󱞸md_arrow_u_right_top_bold
󱞹md_arrow_u_up_left
󱞺md_arrow_u_up_left_bold
󱞻md_arrow_u_up_right
󱞼md_arrow_u_up_right_bold
󰁝md_arrow_up
󰜷md_arrow_up_bold
󰜸md_arrow_up_bold_box
󰜹md_arrow_up_bold_box_outline
󰁟md_arrow_up_bold_circle
󰁠md_arrow_up_bold_circle_outline
󰁡md_arrow_up_bold_hexagon_outline
󰧇md_arrow_up_bold_outline
󰛃md_arrow_up_box
󰳡md_arrow_up_circle
󰳢md_arrow_up_circle_outline
󰹹md_arrow_up_down
󰹺md_arrow_up_down_bold
󰧈md_arrow_up_down_bold_outline
󰁢md_arrow_up_drop_circle
󰁣md_arrow_up_drop_circle_outline
󱞽md_arrow_up_left
󱞾md_arrow_up_left_bold
󱞿md_arrow_up_right
󱟀md_arrow_up_right_bold
󰁞md_arrow_up_thick
󱦲md_arrow_up_thin
󱖗md_arrow_up_thin_circle_outline
󱅜md_arrow_vertical_lock
󰭛md_artstation
󰨤md_aspect_ratio
󰁤md_assistant
󰛄md_asterisk
󱨧md_asterisk_circle_outline
󰁥md_at
󰠄md_atlassian
󰵇md_atm
󰝨md_atom
󰹻md_atom_variant
󰁦md_attachment
󱫁md_attachment_check
󱧄md_attachment_lock
󱫂md_attachment_minus
󱫃md_attachment_off
󱫄md_attachment_plus
󱫅md_attachment_remove
󱡫md_audio_input_rca
󱡬md_audio_input_stereo_minijack
󱡭md_audio_input_xlr
󰤽md_audio_video
󱆶md_audio_video_off
󰡐md_augmented_reality
󱍾md_auto_download
󰁨md_auto_fix
󰁩md_auto_upload
󰁪md_autorenew
󱧧md_autorenew_off
󰁫md_av_timer
󰸏md_aws
󰣈md_axe
󱡂md_axe_battle
󰵈md_axis
󰵉md_axis_arrow
󱐎md_axis_arrow_info
󰵊md_axis_arrow_lock
󰵋md_axis_lock
󰵌md_axis_x_arrow
󰵍md_axis_x_arrow_lock
󰵎md_axis_x_rotate_clockwise
󰵏md_axis_x_rotate_counterclockwise
󰵐md_axis_x_y_arrow_lock
󰵑md_axis_y_arrow
󰵒md_axis_y_arrow_lock
󰵓md_axis_y_rotate_clockwise
󰵔md_axis_y_rotate_counterclockwise
󰵕md_axis_z_arrow
󰵖md_axis_z_arrow_lock
󰵗md_axis_z_rotate_clockwise
󰵘md_axis_z_rotate_counterclockwise
󰨥md_babel
󰁬md_baby
󰼹md_baby_bottle
󰼺md_baby_bottle_outline
󱏠md_baby_buggy
󰚏md_baby_carriage
󰾠md_baby_carriage_off
󰹼md_baby_face
󰹽md_baby_face_outline
󰁭md_backburger
󰁮md_backspace
󰭜md_backspace_outline
󰹾md_backspace_reverse
󰹿md_backspace_reverse_outline
󰁯md_backup_restore
󰻕md_bacteria
󰻖md_bacteria_outline
󰶧md_badge_account
󰶨md_badge_account_alert
󰶩md_badge_account_alert_outline
󰸍md_badge_account_horizontal
󰸎md_badge_account_horizontal_outline
󰶪md_badge_account_outline
󰡑md_badminton
󰼻md_bag_carry_on
󰵥md_bag_carry_on_check
󰼼md_bag_carry_on_off
󰼽md_bag_checked
󰸐md_bag_personal
󰸑md_bag_personal_off
󰸒md_bag_personal_off_outline
󰸓md_bag_personal_outline
󱖋md_bag_suitcase
󱖍md_bag_suitcase_off
󱖎md_bag_suitcase_off_outline
󱖌md_bag_suitcase_outline
󰼾md_baguette
󱠗md_balcony
󰨦md_balloon
󰧉md_ballot
󰧊md_ballot_outline
󰰹md_ballot_recount
󰰺md_ballot_recount_outline
󰶯md_bandage
󰁰md_bank
󱙕md_bank_check
󰶰md_bank_minus
󱙖md_bank_off
󱙗md_bank_off_outline
󰺀md_bank_outline
󰶱md_bank_plus
󰶲md_bank_remove
󰨧md_bank_transfer
󰨨md_bank_transfer_in
󰨩md_bank_transfer_out
󰁱md_barcode
󱈶md_barcode_off
󰁲md_barcode_scan
󰁳md_barley
󰭝md_barley_off
󰭞md_barn
󰁴md_barrel
󱨨md_barrel_outline
󰡒md_baseball
󰡓md_baseball_bat
󱗬md_baseball_diamond
󱗭md_baseball_diamond_outline
󱆃md_bash
󰁶md_basket
󱣥md_basket_check
󱣦md_basket_check_outline
󰁷md_basket_fill
󱔣md_basket_minus
󱔤md_basket_minus_outline
󱔥md_basket_off
󱔦md_basket_off_outline
󱆁md_basket_outline
󱔧md_basket_plus
󱔨md_basket_plus_outline
󱔩md_basket_remove
󱔪md_basket_remove_outline
󰁸md_basket_unfill
󰠆md_basketball
󰰻md_basketball_hoop
󰰼md_basketball_hoop_outline
󰭟md_bat
󱠘md_bathtub
󱠙md_bathtub_outline
󰁹md_battery
󰁺md_battery_10
󰤾md_battery_10_bluetooth
󰁻md_battery_20
󰤿md_battery_20_bluetooth
󰁼md_battery_30
󰥀md_battery_30_bluetooth
󰁽md_battery_40
󰥁md_battery_40_bluetooth
󰁾md_battery_50
󰥂md_battery_50_bluetooth
󰁿md_battery_60
󰥃md_battery_60_bluetooth
󰂀md_battery_70
󰥄md_battery_70_bluetooth
󰂁md_battery_80
󰥅md_battery_80_bluetooth
󰂂md_battery_90
󰥆md_battery_90_bluetooth
󰂃md_battery_alert
󰥇md_battery_alert_bluetooth
󱃌md_battery_alert_variant
󱃍md_battery_alert_variant_outline
󱟞md_battery_arrow_down
󱟟md_battery_arrow_down_outline
󱟠md_battery_arrow_up
󱟡md_battery_arrow_up_outline
󰥈md_battery_bluetooth
󰥉md_battery_bluetooth_variant
󰂄md_battery_charging
󰢜md_battery_charging_10
󰂆md_battery_charging_20
󰂇md_battery_charging_30
󰂈md_battery_charging_40
󰢝md_battery_charging_50
󰂉md_battery_charging_60
󰢞md_battery_charging_70
󰂊md_battery_charging_80
󰂋md_battery_charging_90
󰂅md_battery_charging_100
󱊦md_battery_charging_high
󱊤md_battery_charging_low
󱊥md_battery_charging_medium
󰢟md_battery_charging_outline
󰠇md_battery_charging_wireless
󰠈md_battery_charging_wireless_10
󰠉md_battery_charging_wireless_20
󰠊md_battery_charging_wireless_30
󰠋md_battery_charging_wireless_40
󰠌md_battery_charging_wireless_50
󰠍md_battery_charging_wireless_60
󰠎md_battery_charging_wireless_70
󰠏md_battery_charging_wireless_80
󰠐md_battery_charging_wireless_90
󰠑md_battery_charging_wireless_alert
󰠒md_battery_charging_wireless_outline
󱟢md_battery_check
󱟣md_battery_check_outline
󱧥md_battery_clock
󱧦md_battery_clock_outline
󱈏md_battery_heart
󱈐md_battery_heart_outline
󱈑md_battery_heart_variant
󱊣md_battery_high
󱞜md_battery_lock
󱞝md_battery_lock_open
󱊡md_battery_low
󱊢md_battery_medium
󱟤md_battery_minus
󱟥md_battery_minus_outline
󰂌md_battery_minus_variant
󰂍md_battery_negative
󱉝md_battery_off
󱉞md_battery_off_outline
󰂎md_battery_outline
󱟦md_battery_plus
󱟧md_battery_plus_outline
󰂏md_battery_plus_variant
󰂐md_battery_positive
󱟨md_battery_remove
󱟩md_battery_remove_outline
󱠴md_battery_sync
󱠵md_battery_sync_outline
󰂑md_battery_unknown
󰥊md_battery_unknown_bluetooth
󰂒md_beach
󰳪md_beaker
󱈩md_beaker_alert
󱈪md_beaker_alert_outline
󱈫md_beaker_check
󱈬md_beaker_check_outline
󱈭md_beaker_minus
󱈮md_beaker_minus_outline
󰚐md_beaker_outline
󱈯md_beaker_plus
󱈰md_beaker_plus_outline
󱈱md_beaker_question
󱈲md_beaker_question_outline
󱈳md_beaker_remove
󱈴md_beaker_remove_outline
󰋣md_bed
󰿔md_bed_double
󰿓md_bed_double_outline
󰢠md_bed_empty
󰿒md_bed_king
󰿑md_bed_king_outline
󰂙md_bed_outline
󰿐md_bed_queen
󰿛md_bed_queen_outline
󱁭md_bed_single
󱁮md_bed_single_outline
󰾡md_bee
󰾢md_bee_flower
󱏭md_beehive_off_outline
󱃎md_beehive_outline
󱓢md_beekeeper
󰂘md_beer
󱌌md_beer_outline
󰂚md_bell
󰵙md_bell_alert
󰺁md_bell_alert_outline
󱅫md_bell_badge
󰅸md_bell_badge_outline
󱏧md_bell_cancel
󱏨md_bell_cancel_outline
󱇥md_bell_check
󱇦md_bell_check_outline
󰵚md_bell_circle
󰵛md_bell_circle_outline
󱨩md_bell_cog
󱨪md_bell_cog_outline
󱏩md_bell_minus
󱏪md_bell_minus_outline
󰂛md_bell_off
󰪑md_bell_off_outline
󰂜md_bell_outline
󰂝md_bell_plus
󰪒md_bell_plus_outline
󱏫md_bell_remove
󱏬md_bell_remove_outline
󰂞md_bell_ring
󰂟md_bell_ring_outline
󰂠md_bell_sleep
󰪓md_bell_sleep_outline
󰂡md_beta
󰧋md_betamax
󰸔md_biathlon
󱂜md_bicycle
󱈵md_bicycle_basket
󱢜md_bicycle_cargo
󱖴md_bicycle_electric
󱗩md_bicycle_penny_farthing
󰂣md_bike
󱄟md_bike_fast
󱀐md_billboard
󰭡md_billiards
󰭢md_billiards_rack
󰂥md_binoculars
󰂦md_bio
󰂧md_biohazard
󱗆md_bird
󰂨md_bitbucket
󰠓md_bitcoin
󰂩md_black_mesa
󰳫md_blender
󱠚md_blender_outline
󰂫md_blender_software
󰂬md_blinds
󱨫md_blinds_horizontal
󱨬md_blinds_horizontal_closed
󱀑md_blinds_open
󱨭md_blinds_vertical
󱨮md_blinds_vertical_closed
󰂭md_block_helper
󰳬md_blood_bag
󰂯md_bluetooth
󰂰md_bluetooth_audio
󰂱md_bluetooth_connect
󰂲md_bluetooth_off
󰂳md_bluetooth_settings
󰂴md_bluetooth_transfer
󰂵md_blur
󰂶md_blur_linear
󰂷md_blur_off
󰂸md_blur_radial
󰶳md_bolt
󰚑md_bomb
󰛅md_bomb_off
󰂹md_bone
󱧠md_bone_off
󰂺md_book
󱎭md_book_account
󱎮md_book_account_outline
󱙼md_book_alert
󱙽md_book_alert_outline
󰘝md_book_alphabet
󱙾md_book_arrow_down
󱙿md_book_arrow_down_outline
󱚀md_book_arrow_left
󱚁md_book_arrow_left_outline
󱚂md_book_arrow_right
󱚃md_book_arrow_right_outline
󱚄md_book_arrow_up
󱚅md_book_arrow_up_outline
󱚆md_book_cancel
󱚇md_book_cancel_outline
󱓳md_book_check
󱓴md_book_check_outline
󱚈md_book_clock
󱚉md_book_clock_outline
󱚊md_book_cog
󱚋md_book_cog_outline
󰂢md_book_cross
󱚌md_book_edit
󱚍md_book_edit_outline
󱛉md_book_education
󱛊md_book_education_outline
󱨝md_book_heart
󱨞md_book_heart_outline
󱁯md_book_information_variant
󰞚md_book_lock
󰞛md_book_lock_open
󱚎md_book_lock_open_outline
󱚏md_book_lock_outline
󱚐md_book_marker
󱚑md_book_marker_outline
󰗙md_book_minus
󰪔md_book_minus_multiple
󰤋md_book_minus_multiple_outline
󱚒md_book_minus_outline
󰂻md_book_multiple
󰐶md_book_multiple_outline
󰁧md_book_music
󱚓md_book_music_outline
󱚔md_book_off
󱚕md_book_off_outline
󰂽md_book_open
󰂾md_book_open_blank_variant
󰭣md_book_open_outline
󰗚md_book_open_page_variant
󱗖md_book_open_page_variant_outline
󱓷md_book_open_variant
󰭤md_book_outline
󰺂md_book_play
󰺃md_book_play_outline
󰗛md_book_plus
󰪕md_book_plus_multiple
󰫞md_book_plus_multiple_outline
󱚖md_book_plus_outline
󱚗md_book_refresh
󱚘md_book_refresh_outline
󰪗md_book_remove
󰪖md_book_remove_multiple
󰓊md_book_remove_multiple_outline
󱚙md_book_remove_outline
󰺄md_book_search
󰺅md_book_search_outline
󱚚md_book_settings
󱚛md_book_settings_outline
󱚜md_book_sync
󱛈md_book_sync_outline
󰂿md_book_variant
󰂼md_book_variant_multiple
󰃀md_bookmark
󱥬md_bookmark_box_multiple
󱥭md_bookmark_box_multiple_outline
󰃁md_bookmark_check
󱍻md_bookmark_check_outline
󰧌md_bookmark_minus
󰧍md_bookmark_minus_outline
󰸕md_bookmark_multiple
󰸖md_bookmark_multiple_outline
󰃂md_bookmark_music
󱍹md_bookmark_music_outline
󰧎md_bookmark_off
󰧏md_bookmark_off_outline
󰃃md_bookmark_outline
󰃅md_bookmark_plus
󰃄md_bookmark_plus_outline
󰃆md_bookmark_remove
󱍺md_bookmark_remove_outline
󱉟md_bookshelf
󰺆md_boom_gate
󰺇md_boom_gate_alert
󰺈md_boom_gate_alert_outline
󰺉md_boom_gate_arrow_down
󰺊md_boom_gate_arrow_down_outline
󰺌md_boom_gate_arrow_up
󰺍md_boom_gate_arrow_up_outline
󰺋md_boom_gate_outline
󱟹md_boom_gate_up
󱟺md_boom_gate_up_outline
󰗜md_boombox
󱃏md_boomerang
󰛆md_bootstrap
󰃇md_border_all
󰢡md_border_all_variant
󰃈md_border_bottom
󰢢md_border_bottom_variant
󰃉md_border_color
󰃊md_border_horizontal
󰃋md_border_inside
󰃌md_border_left
󰢣md_border_left_variant
󰃍md_border_none
󰢤md_border_none_variant
󰃎md_border_outside
󰃏md_border_right
󰢥md_border_right_variant
󰃐md_border_style
󰃑md_border_top
󰢦md_border_top_variant
󰃒md_border_vertical
󱁰md_bottle_soda
󱁱md_bottle_soda_classic
󱍣md_bottle_soda_classic_outline
󱁲md_bottle_soda_outline
󱄮md_bottle_tonic
󱄯md_bottle_tonic_outline
󱄰md_bottle_tonic_plus
󱄱md_bottle_tonic_plus_outline
󱄲md_bottle_tonic_skull
󱄳md_bottle_tonic_skull_outline
󰡔md_bottle_wine
󱌐md_bottle_wine_outline
󱡁md_bow_arrow
󰙸md_bow_tie
󰊎md_bowl
󰘗md_bowl_mix
󰋤md_bowl_mix_outline
󰊩md_bowl_outline
󰃓md_bowling
󰃔md_box
󰃕md_box_cutter
󰭊md_box_cutter_off
󰘷md_box_shadow
󰭥md_boxing_glove
󰧐md_braille
󰧑md_brain
󰳮md_bread_slice
󰳯md_bread_slice_outline
󰘘md_bridge
󰃖md_briefcase
󰳰md_briefcase_account
󰳱md_briefcase_account_outline
󱪍md_briefcase_arrow_left_right
󱪎md_briefcase_arrow_left_right_outline
󱪏md_briefcase_arrow_up_down
󱪐md_briefcase_arrow_up_down_outline
󰃗md_briefcase_check
󱌞md_briefcase_check_outline
󱃐md_briefcase_clock
󱃑md_briefcase_clock_outline
󰃘md_briefcase_download
󰰽md_briefcase_download_outline
󰪘md_briefcase_edit
󰰾md_briefcase_edit_outline
󱟙md_briefcase_eye
󱟚md_briefcase_eye_outline
󰨪md_briefcase_minus
󰰿md_briefcase_minus_outline
󱙘md_briefcase_off
󱙙md_briefcase_off_outline
󰠔md_briefcase_outline
󰨫md_briefcase_plus
󰱀md_briefcase_plus_outline
󰨬md_briefcase_remove
󰱁md_briefcase_remove_outline
󰨭md_briefcase_search
󰱂md_briefcase_search_outline
󰃙md_briefcase_upload
󰱃md_briefcase_upload_outline
󱒔md_briefcase_variant
󱙚md_briefcase_variant_off
󱙛md_briefcase_variant_off_outline
󱒕md_briefcase_variant_outline
󰃚md_brightness_1
󰃛md_brightness_2
󰃜md_brightness_3
󰃝md_brightness_4
󰃞md_brightness_5
󰃟md_brightness_6
󰃠md_brightness_7
󰃡md_brightness_auto
󰳲md_brightness_percent
󱜠md_broadcast
󱜡md_broadcast_off
󰃢md_broom
󰃣md_brush
󱝱md_brush_off
󱨍md_brush_outline
󱠓md_brush_variant
󱐕md_bucket
󱐖md_bucket_outline
󰕸md_buffet
󰃤md_bug
󰨮md_bug_check
󰨯md_bug_check_outline
󰨰md_bug_outline
󰶴md_bugle
󱨯md_bulkhead_light
󰬢md_bulldozer
󰳳md_bullet
󰃥md_bulletin_board
󰃦md_bullhorn
󰬣md_bullhorn_outline
󱥮md_bullhorn_variant
󱥯md_bullhorn_variant_outline
󰗝md_bullseye
󰣉md_bullseye_arrow
󱋧md_bulma
󱌂md_bunk_bed
󰂗md_bunk_bed_outline
󰃧md_bus
󰪙md_bus_alert
󰞜md_bus_articulated_end
󰞝md_bus_articulated_front
󰣊md_bus_clock
󰞞md_bus_double_decker
󱤝md_bus_electric
󱈒md_bus_marker
󰼿md_bus_multiple
󰞟md_bus_school
󰞠md_bus_side
󱀒md_bus_stop
󱀓md_bus_stop_covered
󱀔md_bus_stop_uncovered
󱖉md_butterfly
󱖊md_butterfly_outline
󱢌md_cabin_a_frame
󱎔md_cable_data
󰃨md_cached
󰶵md_cactus
󰃩md_cake
󰃪md_cake_layered
󰃫md_cake_variant
󱟰md_cake_variant_outline
󰃬md_calculator
󰪚md_calculator_variant
󱖦md_calculator_variant_outline
󰃭md_calendar
󰻗md_calendar_account
󰻘md_calendar_account_outline
󰨱md_calendar_alert
󱄴md_calendar_arrow_left
󱄵md_calendar_arrow_right
󰃮md_calendar_blank
󱁳md_calendar_blank_multiple
󰭦md_calendar_blank_outline
󰃯md_calendar_check
󰱄md_calendar_check_outline
󰃰md_calendar_clock
󱛡md_calendar_clock_outline
󱢝md_calendar_collapse_horizontal
󱕻md_calendar_cursor
󰢧md_calendar_edit
󱙬md_calendar_end
󱢞md_calendar_expand_horizontal
󰬤md_calendar_export
󰧒md_calendar_heart
󰬥md_calendar_import
󱙁md_calendar_lock
󱙂md_calendar_lock_outline
󰵜md_calendar_minus
󰸗md_calendar_month
󰸘md_calendar_month_outline
󰃱md_calendar_multiple
󰃲md_calendar_multiple_check
󰨲md_calendar_multiselect
󰭧md_calendar_outline
󰃳md_calendar_plus
󰚒md_calendar_question
󰙹md_calendar_range
󰭨md_calendar_range_outline
󰇡md_calendar_refresh
󰈃md_calendar_refresh_outline
󰃴md_calendar_remove
󰱅md_calendar_remove_outline
󰥌md_calendar_search
󰧓md_calendar_star
󱙭md_calendar_start
󰺎md_calendar_sync
󰺏md_calendar_sync_outline
󰃵md_calendar_text
󰱆md_calendar_text_outline
󰃶md_calendar_today
󱨰md_calendar_today_outline
󰨳md_calendar_week
󰨴md_calendar_week_begin
󱨱md_calendar_week_begin_outline
󱨲md_calendar_week_end
󱨳md_calendar_week_end_outline
󱨴md_calendar_week_outline
󰻙md_calendar_weekend
󰻚md_calendar_weekend_outline
󰃷md_call_made
󰃸md_call_merge
󰃹md_call_missed
󰃺md_call_received
󰃻md_call_split
󰃼md_camcorder
󰃿md_camcorder_off
󰄀md_camera
󰣋md_camera_account
󰚓md_camera_burst
󰭩md_camera_control
󱡱md_camera_document
󱡲md_camera_document_off
󰄁md_camera_enhance
󰭪md_camera_enhance_outline
󱗙md_camera_flip
󱗚md_camera_flip_outline
󰄂md_camera_front
󰄃md_camera_front_variant
󰞡md_camera_gopro
󰣌md_camera_image
󰄄md_camera_iris
󱨔md_camera_lock
󱨕md_camera_lock_outline
󱦧md_camera_marker
󱦨md_camera_marker_outline
󰞢md_camera_metering_center
󰞣md_camera_metering_matrix
󰞤md_camera_metering_partial
󰞥md_camera_metering_spot
󰗟md_camera_off
󱦿md_camera_off_outline
󰵝md_camera_outline
󰄅md_camera_party_mode
󰻛md_camera_plus
󰻜md_camera_plus_outline
󰄆md_camera_rear
󰄇md_camera_rear_variant
󰸙md_camera_retake
󰸚md_camera_retake_outline
󰄈md_camera_switch
󰡊md_camera_switch_outline
󰄉md_camera_timer
󰶶md_camera_wireless
󰶷md_camera_wireless_outline
󰻝md_campfire
󰜺md_cancel
󱟒md_candelabra
󱟓md_candelabra_fire
󰗢md_candle
󱥰md_candy
󱥱md_candy_off
󱥲md_candy_off_outline
󱥳md_candy_outline
󰄊md_candycane
󰞦md_cannabis
󱙮md_cannabis_off
󰪛md_caps_lock
󰄋md_car
󱀕md_car_2_plus
󱀖md_car_3_plus
󱎲md_car_arrow_left
󱎳md_car_arrow_right
󰸛md_car_back
󰄌md_car_battery
󰱇md_car_brake_abs
󰱈md_car_brake_alert
󱤉md_car_brake_fluid_level
󰵞md_car_brake_hold
󱤊md_car_brake_low_pressure
󰵟md_car_brake_parking
󱀗md_car_brake_retarder
󱤋md_car_brake_temperature
󱤌md_car_brake_worn_linings
󰾣md_car_child_seat
󱥴md_car_clock
󱀘md_car_clutch
󱏌md_car_cog
󰄍md_car_connected
󰞧md_car_convertible
󱀙md_car_coolant_level
󰵠md_car_cruise_control
󰵡md_car_defrost_front
󰵢md_car_defrost_rear
󰭫md_car_door
󱂝md_car_door_lock
󰭬md_car_electric
󱖵md_car_electric_outline
󱘏md_car_emergency
󰱉md_car_esp
󰞨md_car_estate
󰞩md_car_hatchback
󱆾md_car_info
󰭭md_car_key
󱔭md_car_lifted_pickup
󱤍md_car_light_alert
󰱊md_car_light_dimmed
󰱋md_car_light_fog
󰱌md_car_light_high
󰣍md_car_limousine
󰭮md_car_multiple
󰸜md_car_off
󱓭md_car_outline
󰵣md_car_parking_lights
󰞪md_car_pickup
󰾤md_car_seat
󰾥md_car_seat_cooler
󰾦md_car_seat_heater
󱡹md_car_select
󱏍md_car_settings
󰽀md_car_shift_pattern
󰞫md_car_side
󱤎md_car_speed_limiter
󰞬md_car_sports
󰱍md_car_tire_alert
󰵤md_car_traction_control
󱀚md_car_turbocharger
󰄎md_car_wash
󱀛md_car_windshield
󱀜md_car_windshield_outline
󱡸md_car_wireless
󱠔md_car_wrench
󱓀md_carabiner
󰞭md_caravan
󰭯md_card
󰗒md_card_account_details
󰶫md_card_account_details_outline
󰊣md_card_account_details_star
󰛛md_card_account_details_star_outline
󰆎md_card_account_mail
󰺘md_card_account_mail_outline
󰺙md_card_account_phone
󰺚md_card_account_phone_outline
󰭰md_card_bulleted
󰭱md_card_bulleted_off
󰭲md_card_bulleted_off_outline
󰭳md_card_bulleted_outline
󰭴md_card_bulleted_settings
󰭵md_card_bulleted_settings_outline
󱘀md_card_minus
󱘁md_card_minus_outline
󱟱md_card_multiple
󱟲md_card_multiple_outline
󱘂md_card_off
󱘃md_card_off_outline
󰭶md_card_outline
󱇿md_card_plus
󱈀md_card_plus_outline
󱘄md_card_remove
󱘅md_card_remove_outline
󱁴md_card_search
󱁵md_card_search_outline
󰭷md_card_text
󰭸md_card_text_outline
󰘸md_cards
󰣎md_cards_club
󱢟md_cards_club_outline
󰣏md_cards_diamond
󱀝md_cards_diamond_outline
󰘹md_cards_outline
󱢡md_cards_playing
󱢢md_cards_playing_club
󱢣md_cards_playing_club_multiple
󱢤md_cards_playing_club_multiple_outline
󱢥md_cards_playing_club_outline
󱢦md_cards_playing_diamond
󱢧md_cards_playing_diamond_multiple
󱢨md_cards_playing_diamond_multiple_outline
󱢩md_cards_playing_diamond_outline
󱢪md_cards_playing_heart
󱢫md_cards_playing_heart_multiple
󱢬md_cards_playing_heart_multiple_outline
󱢭md_cards_playing_heart_outline
󰘺md_cards_playing_outline
󱢮md_cards_playing_spade
󱢯md_cards_playing_spade_multiple
󱢰md_cards_playing_spade_multiple_outline
󱢱md_cards_playing_spade_outline
󰣑md_cards_spade
󱢲md_cards_spade_outline
󰛇md_cards_variant
󰄏md_carrot
󰄐md_cart
󰵦md_cart_arrow_down
󰱎md_cart_arrow_right
󰵧md_cart_arrow_up
󱗪md_cart_check
󱣠md_cart_heart
󰵨md_cart_minus
󰙫md_cart_off
󰄑md_cart_outline
󰄒md_cart_plus
󰵩md_cart_remove
󱗫md_cart_variant
󰄓md_case_sensitive_alt
󰄔md_cash
󰄕md_cash_100
󱓮md_cash_check
󱪑md_cash_clock
󱡜md_cash_fast
󱓪md_cash_lock
󱓫md_cash_lock_open
󰶸md_cash_marker
󱉠md_cash_minus
󰄖md_cash_multiple
󱉡md_cash_plus
󰪜md_cash_refund
󰳴md_cash_register
󱉢md_cash_remove
󱪒md_cash_sync
󰧔md_cassette
󰄘md_cast
󱀞md_cast_audio
󱝉md_cast_audio_variant
󰄙md_cast_connected
󰸝md_cast_education
󰞊md_cast_off
󰀟md_cast_variant
󰄚md_castle
󰄛md_cat
󰞮md_cctv
󱡟md_cctv_off
󱞗md_ceiling_fan
󱞘md_ceiling_fan_light
󰝩md_ceiling_light
󱣝md_ceiling_light_multiple
󱣞md_ceiling_light_multiple_outline
󱟇md_ceiling_light_outline
󰄜md_cellphone
󰧕md_cellphone_arrow_down
󱧅md_cellphone_arrow_down_variant
󰄞md_cellphone_basic
󱎗md_cellphone_charging
󱟽md_cellphone_check
󰥑md_cellphone_cog
󰄟md_cellphone_dock
󰽁md_cellphone_information
󰥎md_cellphone_key
󰄡md_cellphone_link
󰄢md_cellphone_link_off
󰥏md_cellphone_lock
󱠺md_cellphone_marker
󰣓md_cellphone_message
󱃒md_cellphone_message_off
󰺐md_cellphone_nfc
󱋘md_cellphone_nfc_off
󰥐md_cellphone_off
󱀟md_cellphone_play
󰥍md_cellphone_remove
󰨵md_cellphone_screenshot
󰄣md_cellphone_settings
󰥒md_cellphone_sound
󰣒md_cellphone_text
󰠕md_cellphone_wireless
󱄚md_centos
󰄤md_certificate
󱆈md_certificate_outline
󰽈md_chair_rolling
󰄥md_chair_school
󱞓md_chandelier
󰱏md_charity
󰄦md_chart_arc
󰄧md_chart_areaspline
󰺑md_chart_areaspline_variant
󰄨md_chart_bar
󰝪md_chart_bar_stacked
󰱐md_chart_bell_curve
󰾧md_chart_bell_curve_cumulative
󱕍md_chart_box
󱕎md_chart_box_outline
󱕏md_chart_box_plus_outline
󰗣md_chart_bubble
󰞯md_chart_donut
󰞰md_chart_donut_variant
󰙬md_chart_gantt
󰄩md_chart_histogram
󰄪md_chart_line
󰝫md_chart_line_stacked
󰞱md_chart_line_variant
󰣔md_chart_multiline
󱈓md_chart_multiple
󰄫md_chart_pie
󱎀md_chart_ppf
󱇟md_chart_sankey
󱇠md_chart_sankey_variant
󰺒md_chart_scatter_plot
󰙭md_chart_scatter_plot_hexbin
󰙮md_chart_timeline
󰺓md_chart_timeline_variant
󱖶md_chart_timeline_variant_shimmer
󰺔md_chart_tree
󱤘md_chart_waterfall
󰭹md_chat
󰭺md_chat_alert
󱋉md_chat_alert_outline
󱐐md_chat_minus
󱐓md_chat_minus_outline
󰻞md_chat_outline
󱐏md_chat_plus
󱐒md_chat_plus_outline
󰭻md_chat_processing
󱋊md_chat_processing_outline
󱜸md_chat_question
󱜹md_chat_question_outline
󱐑md_chat_remove
󱐔md_chat_remove_outline
󱋑md_chat_sleep
󱋒md_chat_sleep_outline
󰄬md_check
󰄭md_check_all
󰸞md_check_bold
󰗠md_check_circle
󰗡md_check_circle_outline
󰞑md_check_decagram
󱝀md_check_decagram_outline
󰱓md_check_network
󰱔md_check_network_outline
󰡕md_check_outline
󰸟md_check_underline
󰸠md_check_underline_circle
󰸡md_check_underline_circle_outline
󰪝md_checkbook
󰄮md_checkbox_blank
󱅶md_checkbox_blank_badge
󰄗md_checkbox_blank_badge_outline
󰝥md_checkbox_blank_circle
󰝥md_checkbox_blank_circle
󰝦md_checkbox_blank_circle_outline
󰝦md_checkbox_blank_circle_outline
󰝦md_checkbox_blank_circle_outline
󱋬md_checkbox_blank_off
󱋭md_checkbox_blank_off_outline
󰄱md_checkbox_blank_outline
󰡖md_checkbox_intermediate
󰄲md_checkbox_marked
󰄳md_checkbox_marked_circle
󰄴md_checkbox_marked_circle_outline
󱤧md_checkbox_marked_circle_plus_outline
󰄵md_checkbox_marked_outline
󰄶md_checkbox_multiple_blank
󰘻md_checkbox_multiple_blank_circle
󰘼md_checkbox_multiple_blank_circle_outline
󰄷md_checkbox_multiple_blank_outline
󰄸md_checkbox_multiple_marked
󰘽md_checkbox_multiple_marked_circle
󰘾md_checkbox_multiple_marked_circle_outline
󰄹md_checkbox_multiple_marked_outline
󰱑md_checkbox_multiple_outline
󰱒md_checkbox_outline
󰄺md_checkerboard
󱈂md_checkerboard_minus
󱈁md_checkerboard_plus
󱈃md_checkerboard_remove
󱊹md_cheese
󱏮md_cheese_off
󰭼md_chef_hat
󰄻md_chemical_weapon
󰡜md_chess_bishop
󰡗md_chess_king
󰡘md_chess_knight
󰡙md_chess_pawn
󰡚md_chess_queen
󰡛md_chess_rook
󰄼md_chevron_double_down
󰄽md_chevron_double_left
󰄾md_chevron_double_right
󰄿md_chevron_double_up
󰅀md_chevron_down
󰧖md_chevron_down_box
󰧗md_chevron_down_box_outline
󰬦md_chevron_down_circle
󰬧md_chevron_down_circle_outline
󰅁md_chevron_left
󰧘md_chevron_left_box
󰧙md_chevron_left_box_outline
󰬨md_chevron_left_circle
󰬩md_chevron_left_circle_outline
󰅂md_chevron_right
󰧚md_chevron_right_box
󰧛md_chevron_right_box_outline
󰬪md_chevron_right_circle
󰬫md_chevron_right_circle_outline
󰶹md_chevron_triple_down
󰶺md_chevron_triple_left
󰶻md_chevron_triple_right
󰶼md_chevron_triple_up
󰅃md_chevron_up
󰧜md_chevron_up_box
󰧝md_chevron_up_box_outline
󰬬md_chevron_up_circle
󰬭md_chevron_up_circle_outline
󱟪md_chili_alert
󱟫md_chili_alert_outline
󰞲md_chili_hot
󱟬md_chili_hot_outline
󰞳md_chili_medium
󱟭md_chili_medium_outline
󰞴md_chili_mild
󱟮md_chili_mild_outline
󱑧md_chili_off
󱟯md_chili_off_outline
󰘚md_chip
󰅄md_church
󱆉md_cigar
󱐛md_cigar_off
󱗜md_circle_box
󱗝md_circle_box_outline
󰺕md_circle_double
󰣕md_circle_edit_outline
󰺖md_circle_expand
󱎕md_circle_half
󱎖md_circle_half_full
󰧞md_circle_medium
󰬸md_circle_multiple
󰚕md_circle_multiple_outline
󱃓md_circle_off_outline
󱡓md_circle_opacity
󰪞md_circle_slice_1
󰪟md_circle_slice_2
󰪠md_circle_slice_3
󰪡md_circle_slice_4
󰪢md_circle_slice_5
󰪣md_circle_slice_6
󰪤md_circle_slice_7
󰪥md_circle_slice_8
󰧟md_circle_small
󰸢md_circular_saw
󰅆md_city
󰨶md_city_variant
󰨷md_city_variant_outline
󰅇md_clipboard
󰅈md_clipboard_account
󰱕md_clipboard_account_outline
󰅉md_clipboard_alert
󰳷md_clipboard_alert_outline
󰅊md_clipboard_arrow_down
󰱖md_clipboard_arrow_down_outline
󰅋md_clipboard_arrow_left
󰳸md_clipboard_arrow_left_outline
󰳹md_clipboard_arrow_right
󰳺md_clipboard_arrow_right_outline
󰱗md_clipboard_arrow_up
󰱘md_clipboard_arrow_up_outline
󰅎md_clipboard_check
󱉣md_clipboard_check_multiple
󱉤md_clipboard_check_multiple_outline
󰢨md_clipboard_check_outline
󱛢md_clipboard_clock
󱛣md_clipboard_clock_outline
󱓥md_clipboard_edit
󱓦md_clipboard_edit_outline
󱉥md_clipboard_file
󱉦md_clipboard_file_outline
󰛈md_clipboard_flow
󱄗md_clipboard_flow_outline
󱃔md_clipboard_list
󱃕md_clipboard_list_outline
󱘘md_clipboard_minus
󱘙md_clipboard_minus_outline
󱉧md_clipboard_multiple
󱉨md_clipboard_multiple_outline
󱘚md_clipboard_off
󱘛md_clipboard_off_outline
󰅌md_clipboard_outline
󰱙md_clipboard_play
󱉩md_clipboard_play_multiple
󱉪md_clipboard_play_multiple_outline
󰱚md_clipboard_play_outline
󰝑md_clipboard_plus
󱌟md_clipboard_plus_outline
󰡝md_clipboard_pulse
󰡞md_clipboard_pulse_outline
󱘜md_clipboard_remove
󱘝md_clipboard_remove_outline
󱘞md_clipboard_search
󱘟md_clipboard_search_outline
󰅍md_clipboard_text
󱣹md_clipboard_text_clock
󱣺md_clipboard_text_clock_outline
󱉫md_clipboard_text_multiple
󱉬md_clipboard_text_multiple_outline
󱘠md_clipboard_text_off
󱘡md_clipboard_text_off_outline
󰨸md_clipboard_text_outline
󰱛md_clipboard_text_play
󰱜md_clipboard_text_play_outline
󱘢md_clipboard_text_search
󱘣md_clipboard_text_search_outline
󰅏md_clippy
󰥔md_clock
󰥕md_clock_alert
󰗎md_clock_alert_outline
󰾨md_clock_check
󰾩md_clock_check_outline
󰺗md_clock_digital
󱦺md_clock_edit
󱦻md_clock_edit_outline
󰅑md_clock_end
󰅒md_clock_fast
󰅓md_clock_in
󱡣md_clock_minus
󱡤md_clock_minus_outline
󰅔md_clock_out
󰅐md_clock_outline
󱡡md_clock_plus
󱡢md_clock_plus_outline
󱡥md_clock_remove
󱡦md_clock_remove_outline
󰅕md_clock_start
󱑆md_clock_time_eight
󱑒md_clock_time_eight_outline
󱑉md_clock_time_eleven
󱑕md_clock_time_eleven_outline
󱑃md_clock_time_five
󱑏md_clock_time_five_outline
󱑂md_clock_time_four
󱑎md_clock_time_four_outline
󱑇md_clock_time_nine
󱑓md_clock_time_nine_outline
󱐿md_clock_time_one
󱑋md_clock_time_one_outline
󱑅md_clock_time_seven
󱑑md_clock_time_seven_outline
󱑄md_clock_time_six
󱑐md_clock_time_six_outline
󱑈md_clock_time_ten
󱑔md_clock_time_ten_outline
󱑁md_clock_time_three
󱑍md_clock_time_three_outline
󱑊md_clock_time_twelve
󱑖md_clock_time_twelve_outline
󱑀md_clock_time_two
󱑌md_clock_time_two_outline
󰅖md_close
󰅗md_close_box
󰱝md_close_box_multiple
󰱞md_close_box_multiple_outline
󰅘md_close_box_outline
󰅙md_close_circle
󰘪md_close_circle_multiple
󰢃md_close_circle_multiple_outline
󰅚md_close_circle_outline
󰅛md_close_network
󰱟md_close_network_outline
󰅜md_close_octagon
󰅝md_close_octagon_outline
󰛉md_close_outline
󱎘md_close_thick
󰅞md_closed_caption
󰶽md_closed_caption_outline
󰅟md_cloud
󰧠md_cloud_alert
󰞵md_cloud_braces
󰅠md_cloud_check
󱋌md_cloud_check_outline
󰅡md_cloud_circle
󰅢md_cloud_download
󰭽md_cloud_download_outline
󱇱md_cloud_lock
󱇲md_cloud_lock_outline
󰅤md_cloud_off_outline
󰅣md_cloud_outline
󱨵md_cloud_percent
󱨶md_cloud_percent_outline
󰅥md_cloud_print
󰅦md_cloud_print_outline
󰨹md_cloud_question
󰔪md_cloud_refresh
󰥖md_cloud_search
󰥗md_cloud_search_outline
󰘿md_cloud_sync
󱋖md_cloud_sync_outline
󰞶md_cloud_tags
󰅧md_cloud_upload
󰭾md_cloud_upload_outline
󰠖md_clover
󱀠md_coach_lamp
󱨷md_coach_lamp_variant
󱂞md_coat_rack
󰅨md_code_array
󰅩md_code_braces
󱃖md_code_braces_box
󰅪md_code_brackets
󰅫md_code_equal
󰅬md_code_greater_than
󰅭md_code_greater_than_or_equal
󰘦md_code_json
󰅮md_code_less_than
󰅯md_code_less_than_or_equal
󰅰md_code_not_equal
󰅱md_code_not_equal_variant
󰅲md_code_parentheses
󱃗md_code_parentheses_box
󰅳md_code_string
󰅴md_code_tags
󰚔md_code_tags_check
󰅵md_codepen
󰅶md_coffee
󱂟md_coffee_maker
󱤱md_coffee_maker_check
󱤲md_coffee_maker_check_outline
󱠛md_coffee_maker_outline
󰾪md_coffee_off
󰾫md_coffee_off_outline
󰛊md_coffee_outline
󰅷md_coffee_to_go
󱌎md_coffee_to_go_outline
󰭿md_coffin
󰒓md_cog
󰒔md_cog_box
󱇝md_cog_clockwise
󱇞md_cog_counterclockwise
󱏎md_cog_off
󱏏md_cog_off_outline
󰢻md_cog_outline
󱤳md_cog_pause
󱤴md_cog_pause_outline
󱤵md_cog_play
󱤶md_cog_play_outline
󱑞md_cog_refresh
󱑟md_cog_refresh_outline
󱤷md_cog_stop
󱤸md_cog_stop_outline
󱑠md_cog_sync
󱑡md_cog_sync_outline
󱁛md_cog_transfer
󱁜md_cog_transfer_outline
󰣖md_cogs
󰙀md_collage
󰪦md_collapse_all
󰪧md_collapse_all_outline
󰅹md_color_helper
󰸣md_comma
󰸫md_comma_box
󰸤md_comma_box_outline
󰸥md_comma_circle
󰸦md_comma_circle_outline
󰅺md_comment
󰅻md_comment_account
󰅼md_comment_account_outline
󰅽md_comment_alert
󰅾md_comment_alert_outline
󰧡md_comment_arrow_left
󰧢md_comment_arrow_left_outline
󰧣md_comment_arrow_right
󰧤md_comment_arrow_right_outline
󱖮md_comment_bookmark
󱖯md_comment_bookmark_outline
󰅿md_comment_check
󰆀md_comment_check_outline
󱆿md_comment_edit
󱋄md_comment_edit_outline
󰨺md_comment_eye
󰨻md_comment_eye_outline
󱖰md_comment_flash
󱖱md_comment_flash_outline
󱗟md_comment_minus
󱗠md_comment_minus_outline
󰡟md_comment_multiple
󰆁md_comment_multiple_outline
󱗡md_comment_off
󱗢md_comment_off_outline
󰆂md_comment_outline
󰧥md_comment_plus
󰆃md_comment_plus_outline
󰆄md_comment_processing
󰆅md_comment_processing_outline
󰠗md_comment_question
󰆆md_comment_question_outline
󱀡md_comment_quote
󱀢md_comment_quote_outline
󰗞md_comment_remove
󰆇md_comment_remove_outline
󰨼md_comment_search
󰨽md_comment_search_outline
󰆈md_comment_text
󰡠md_comment_text_multiple
󰡡md_comment_text_multiple_outline
󰆉md_comment_text_outline
󰆊md_compare
󱒒md_compare_horizontal
󱢳md_compare_remove
󱒓md_compare_vertical
󰆋md_compass
󰮀md_compass_off
󰮁md_compass_off_outline
󰆌md_compass_outline
󱎂md_compass_rose
󱨸md_compost
󱥌md_cone
󱥍md_cone_off
󱘖md_connection
󰆍md_console
󰞷md_console_line
󰢩md_console_network
󰱠md_console_network_outline
󱃘md_consolidate
󰵪md_contactless_payment
󰌡md_contactless_payment_circle
󰐈md_contactless_payment_circle_outline
󰛋md_contacts
󰖸md_contacts_outline
󰨾md_contain
󰨿md_contain_end
󰩀md_contain_start
󰆏md_content_copy
󰆐md_content_cut
󰆑md_content_duplicate
󰆒md_content_paste
󰆓md_content_save
󰽂md_content_save_alert
󰽃md_content_save_alert_outline
󰆔md_content_save_all
󰽄md_content_save_all_outline
󱣪md_content_save_check
󱣫md_content_save_check_outline
󱑛md_content_save_cog
󱑜md_content_save_cog_outline
󰳻md_content_save_edit
󰳼md_content_save_edit_outline
󰸧md_content_save_move
󰸨md_content_save_move_outline
󱙃md_content_save_off
󱙄md_content_save_off_outline
󰠘md_content_save_outline
󰘛md_content_save_settings
󰬮md_content_save_settings_outline
󰆕md_contrast
󰆖md_contrast_box
󰆗md_contrast_circle
󰮂md_controller_classic
󰮃md_controller_classic_outline
󰆘md_cookie
󱛐md_cookie_alert
󱛑md_cookie_alert_outline
󱛒md_cookie_check
󱛓md_cookie_check_outline
󱛤md_cookie_clock
󱛥md_cookie_clock_outline
󱛔md_cookie_cog
󱛕md_cookie_cog_outline
󱛦md_cookie_edit
󱛧md_cookie_edit_outline
󱛨md_cookie_lock
󱛩md_cookie_lock_outline
󱛚md_cookie_minus
󱛛md_cookie_minus_outline
󱛪md_cookie_off
󱛫md_cookie_off_outline
󱛞md_cookie_outline
󱛖md_cookie_plus
󱛗md_cookie_plus_outline
󱛬md_cookie_refresh
󱛭md_cookie_refresh_outline
󱛘md_cookie_remove
󱛙md_cookie_remove_outline
󱛜md_cookie_settings
󱛝md_cookie_settings_outline
󰏈md_coolant_temperature
󱤹md_copyleft
󰗦md_copyright
󰥘md_cordova
󰞸md_corn
󱏯md_corn_off
󱑹md_cosine_wave
󰆙md_counter
󱠜md_countertop
󱠝md_countertop_outline
󰆚md_cow
󱣼md_cow_off
󰻟md_cpu_32_bit
󰻠md_cpu_64_bit
󱦋md_cradle
󱦑md_cradle_outline
󰡢md_crane
󰙴md_creation
󰵫md_creative_commons
󰿯md_credit_card
󱏐md_credit_card_check
󱏑md_credit_card_check_outline
󱤏md_credit_card_chip
󱤐md_credit_card_chip_outline
󰻡md_credit_card_clock
󰻢md_credit_card_clock_outline
󱟗md_credit_card_edit
󱟘md_credit_card_edit_outline
󱤑md_credit_card_fast
󱤒md_credit_card_fast_outline
󱣧md_credit_card_lock
󱣨md_credit_card_lock_outline
󰚨md_credit_card_marker
󰶾md_credit_card_marker_outline
󰾬md_credit_card_minus
󰾭md_credit_card_minus_outline
󰿰md_credit_card_multiple
󰆜md_credit_card_multiple_outline
󰿱md_credit_card_off
󰗤md_credit_card_off_outline
󰆛md_credit_card_outline
󰿲md_credit_card_plus
󰙶md_credit_card_plus_outline
󱙅md_credit_card_refresh
󱙆md_credit_card_refresh_outline
󰿳md_credit_card_refund
󰪨md_credit_card_refund_outline
󰾮md_credit_card_remove
󰾯md_credit_card_remove_outline
󰿴md_credit_card_scan
󰆝md_credit_card_scan_outline
󱙇md_credit_card_search
󱙈md_credit_card_search_outline
󰿵md_credit_card_settings
󰣗md_credit_card_settings_outline
󱙉md_credit_card_sync
󱙊md_credit_card_sync_outline
󰠂md_credit_card_wireless
󰕺md_credit_card_wireless_off
󰕻md_credit_card_wireless_off_outline
󰵬md_credit_card_wireless_outline
󰵭md_cricket
󰆞md_crop
󰆟md_crop_free
󰆠md_crop_landscape
󰆡md_crop_portrait
󰚖md_crop_rotate
󰆢md_crop_square
󰥓md_cross
󰳭md_cross_bolnisi
󰳵md_cross_celtic
󰳶md_cross_outline
󰆣md_crosshairs
󰆤md_crosshairs_gps
󰽅md_crosshairs_off
󱄶md_crosshairs_question
󱥵md_crowd
󰆥md_crown
󱟜md_crown_circle
󱟝md_crown_circle_outline
󱇐md_crown_outline
󰥙md_cryengine
󰬯md_crystal_ball
󰆦md_cube
󱐜md_cube_off
󱐝md_cube_off_outline
󰆧md_cube_outline
󰮄md_cube_scan
󰆨md_cube_send
󰆩md_cube_unfolded
󰆪md_cup
󰗥md_cup_off
󱍽md_cup_off_outline
󱌏md_cup_outline
󰆫md_cup_water
󰽆md_cupboard
󰽇md_cupboard_outline
󰥚md_cupcake
󰡣md_curling
󰡤md_currency_bdt
󰮅md_currency_brl
󰆬md_currency_btc
󰞺md_currency_cny
󰞻md_currency_eth
󰆭md_currency_eur
󱌕md_currency_eur_off
󱨹md_currency_fra
󰆮md_currency_gbp
󰱡md_currency_ils
󰆯md_currency_inr
󰞼md_currency_jpy
󰞽md_currency_krw
󰡥md_currency_kzt
󱔒md_currency_mnt
󰆰md_currency_ngn
󰧦md_currency_php
󰺜md_currency_rial
󰆱md_currency_rub
󱥶md_currency_rupee
󰞾md_currency_sign
󰆲md_currency_try
󰞿md_currency_twd
󰇁md_currency_usd
󰙺md_currency_usd_off
󱒀md_current_ac
󰥜md_current_dc
󰇀md_cursor_default
󰳽md_cursor_default_click
󰳾md_cursor_default_click_outline
󱄧md_cursor_default_gesture
󱄨md_cursor_default_gesture_outline
󰆿md_cursor_default_outline
󰆾md_cursor_move
󰆽md_cursor_pointer
󰗧md_cursor_text
󱡆md_curtains
󱡇md_curtains_closed
󱥎md_cylinder
󱥏md_cylinder_off
󱗻md_dance_ballroom
󱕸md_dance_pole
󱔼md_data_matrix
󱔽md_data_matrix_edit
󱔾md_data_matrix_minus
󱔿md_data_matrix_plus
󱕀md_data_matrix_remove
󱕁md_data_matrix_scan
󰆼md_database
󱘺md_database_alert
󱘤md_database_alert_outline
󱘻md_database_arrow_down
󱘥md_database_arrow_down_outline
󱘼md_database_arrow_left
󱘦md_database_arrow_left_outline
󱘽md_database_arrow_right
󱘧md_database_arrow_right_outline
󱘾md_database_arrow_up
󱘨md_database_arrow_up_outline
󰪩md_database_check
󱘩md_database_check_outline
󱘿md_database_clock
󱘪md_database_clock_outline
󱙋md_database_cog
󱙌md_database_cog_outline
󰮆md_database_edit
󱘫md_database_edit_outline
󰥞md_database_export
󱘬md_database_export_outline
󱤟md_database_eye
󱤠md_database_eye_off
󱤡md_database_eye_off_outline
󱤢md_database_eye_outline
󰥝md_database_import
󱘭md_database_import_outline
󰪪md_database_lock
󱘮md_database_lock_outline
󱋶md_database_marker
󱘯md_database_marker_outline
󰆻md_database_minus
󱘰md_database_minus_outline
󱙀md_database_off
󱘱md_database_off_outline
󱘲md_database_outline
󰆺md_database_plus
󱘳md_database_plus_outline
󰗂md_database_refresh
󱘴md_database_refresh_outline
󰴀md_database_remove
󱘵md_database_remove_outline
󰡦md_database_search
󱘶md_database_search_outline
󰴁md_database_settings
󱘷md_database_settings_outline
󰳿md_database_sync
󱘸md_database_sync_outline
󰣘md_death_star
󰣙md_death_star_variant
󰮇md_deathly_hallows
󰣚md_debian
󰆹md_debug_step_into
󰆸md_debug_step_out
󰆷md_debug_step_over
󰝬md_decagram
󰝭md_decagram_outline
󱂡md_decimal
󱂢md_decimal_comma
󱂣md_decimal_comma_decrease
󱂤md_decimal_comma_increase
󰆶md_decimal_decrease
󰆵md_decimal_increase
󰆴md_delete
󱂥md_delete_alert
󱂦md_delete_alert_outline
󰚃md_delete_circle
󰮈md_delete_circle_outline
󱕖md_delete_clock
󱕗md_delete_clock_outline
󰛌md_delete_empty
󰺝md_delete_empty_outline
󰗨md_delete_forever
󰮉md_delete_forever_outline
󱂧md_delete_off
󱂨md_delete_off_outline
󰧧md_delete_outline
󰠙md_delete_restore
󰗩md_delete_sweep
󰱢md_delete_sweep_outline
󰆳md_delete_variant
󰇂md_delta
󱈹md_desk
󰥟md_desk_lamp
󰇃md_deskphone
󰟀md_desktop_classic
󰇄md_desktop_mac
󰧨md_desktop_mac_dashboard
󰇅md_desktop_tower
󰪫md_desktop_tower_monitor
󰇆md_details
󰵮md_dev_to
󰚗md_developer_board
󰇇md_deviantart
󰾰md_devices
󰥋md_dharmachakra
󱄦md_diabetes
󰘜md_dialpad
󰱣md_diameter
󰱤md_diameter_outline
󰱥md_diameter_variant
󰮊md_diamond
󰮋md_diamond_outline
󰇈md_diamond_stone
󰇊md_dice_1
󱅊md_dice_1_outline
󰇋md_dice_2
󱅋md_dice_2_outline
󰇌md_dice_3
󱅌md_dice_3_outline
󰇍md_dice_4
󱅍md_dice_4_outline
󰇎md_dice_5
󱅎md_dice_5_outline
󰇏md_dice_6
󱅏md_dice_6_outline
󱅐md_dice_d4
󰗫md_dice_d4_outline
󱅑md_dice_d6
󰗭md_dice_d6_outline
󱅒md_dice_d8
󰗬md_dice_d8_outline
󱅓md_dice_d10
󰝯md_dice_d10_outline
󱅔md_dice_d12
󰡧md_dice_d12_outline
󱅕md_dice_d20
󰗪md_dice_d20_outline
󰝮md_dice_multiple
󱅖md_dice_multiple_outline
󱈷md_digital_ocean
󰟁md_dip_switch
󰇐md_directions
󰙁md_directions_fork
󰗮md_disc
󰇑md_disc_alert
󰥠md_disc_player
󰙯md_discord
󰪬md_dishwasher
󱆸md_dishwasher_alert
󱆹md_dishwasher_off
󰇒md_disqus
󱇉md_distribute_horizontal_center
󱇈md_distribute_horizontal_left
󱇊md_distribute_horizontal_right
󱇋md_distribute_vertical_bottom
󱇌md_distribute_vertical_center
󱇍md_distribute_vertical_top
󱡷md_diversify
󱥷md_diving
󰶿md_diving_flippers
󰷀md_diving_helmet
󰷁md_diving_scuba
󰷂md_diving_scuba_flag
󰷃md_diving_scuba_tank
󰷄md_diving_scuba_tank_multiple
󰷅md_diving_snorkel
󰇔md_division
󰇕md_division_box
󰩁md_dlna
󰚄md_dna
󰇖md_dns
󰮌md_dns_outline
󱂩md_dock_bottom
󱂪md_dock_left
󱂫md_dock_right
󱔓md_dock_top
󱂬md_dock_window
󰡨md_docker
󰩂md_doctor
󰩃md_dog
󰪭md_dog_service
󰩄md_dog_side
󱛮md_dog_side_off
󰚳md_dolby
󰺞md_dolly
󱢴md_dolphin
󰇗md_domain
󰵯md_domain_off
󱂭md_domain_plus
󱂮md_domain_remove
󱐞md_dome_light
󱀣md_domino_mask
󰟂md_donkey
󰠚md_door
󰠛md_door_closed
󱂯md_door_closed_lock
󰠜md_door_open
󱠞md_door_sliding
󱠟md_door_sliding_lock
󱠠md_door_sliding_open
󱋦md_doorbell
󰡩md_doorbell_video
󰪮md_dot_net
󱥸md_dots_circle
󱗼md_dots_grid
󱗿md_dots_hexagon
󰇘md_dots_horizontal
󰟃md_dots_horizontal_circle
󰮍md_dots_horizontal_circle_outline
󱗽md_dots_square
󱗾md_dots_triangle
󰇙md_dots_vertical
󰟄md_dots_vertical_circle
󰮎md_dots_vertical_circle_outline
󰇚md_download
󱑢md_download_box
󱑣md_download_box_outline
󱑤md_download_circle
󱑥md_download_circle_outline
󱌠md_download_lock
󱌡md_download_lock_outline
󰧩md_download_multiple
󰛴md_download_network
󰱦md_download_network_outline
󱂰md_download_off
󱂱md_download_off_outline
󰮏md_download_outline
󰇛md_drag
󰇜md_drag_horizontal
󱋰md_drag_horizontal_variant
󰮐md_drag_variant
󰇝md_drag_vertical
󱋱md_drag_vertical_variant
󰴂md_drama_masks
󰽉md_draw
󱦹md_draw_pen
󰇞md_drawing
󰇟md_drawing_box
󰽊md_dresser
󰽋md_dresser_outline
󰇢md_drone
󰇣md_dropbox
󰇤md_drupal
󰇥md_duck
󰇦md_dumbbell
󰱧md_dump_truck
󰟅md_ear_hearing
󱫮md_ear_hearing_loop
󰩅md_ear_hearing_off
󱡏md_earbuds
󱡐md_earbuds_off
󱡑md_earbuds_off_outline
󱡒md_earbuds_outline
󰇧md_earth
󱌑md_earth_arrow_right
󰛍md_earth_box
󱐇md_earth_box_minus
󰛎md_earth_box_off
󱐆md_earth_box_plus
󱐈md_earth_box_remove
󱐄md_earth_minus
󰇨md_earth_off
󱐃md_earth_plus
󱐅md_earth_remove
󰪯md_egg
󰪰md_egg_easter
󱡊md_egg_fried
󱏰md_egg_off
󱏱md_egg_off_outline
󱏲md_egg_outline
󱕫md_eiffel_tower
󰧪md_eight_track
󰇪md_eject
󰮑md_eject_outline
󰺟md_electric_switch
󱃙md_electric_switch_closed
󱀤md_electron_framework
󰟆md_elephant
󰇫md_elevation_decline
󰇬md_elevation_rise
󰇭md_elevator
󱋂md_elevator_down
󱎁md_elevator_passenger
󱥹md_elevator_passenger_off
󱥺md_elevator_passenger_off_outline
󱥻md_elevator_passenger_outline
󱋁md_elevator_up
󰺠md_ellipse
󰺡md_ellipse_outline
󰇮md_email
󰛏md_email_alert
󰵂md_email_alert_outline
󰴃md_email_box
󰪱md_email_check
󰪲md_email_check_outline
󰻣md_email_edit
󰻤md_email_edit_outline
󱡯md_email_fast
󱡰md_email_fast_outline
󰇱md_email_lock
󰮒md_email_mark_as_unread
󰻥md_email_minus
󰻦md_email_minus_outline
󰻧md_email_multiple
󰻨md_email_multiple_outline
󰾱md_email_newsletter
󱏣md_email_off
󱏤md_email_off_outline
󰇯md_email_open
󰻩md_email_open_multiple
󰻪md_email_open_multiple_outline
󰗯md_email_open_outline
󰇰md_email_outline
󰧫md_email_plus
󰧬md_email_plus_outline
󱃚md_email_receive
󱃛md_email_receive_outline
󱙡md_email_remove
󱙢md_email_remove_outline
󱥛md_email_seal
󱥜md_email_seal_outline
󰥡md_email_search
󰥢md_email_search_outline
󱃜md_email_send
󱃝md_email_send_outline
󱋇md_email_sync
󱋈md_email_sync_outline
󰗰md_email_variant
󰬰md_ember
󰚴md_emby
󰱨md_emoticon
󰱩md_emoticon_angry
󰱪md_emoticon_angry_outline
󱃞md_emoticon_confused
󱃟md_emoticon_confused_outline
󰱫md_emoticon_cool
󰇳md_emoticon_cool_outline
󰱬md_emoticon_cry
󰱭md_emoticon_cry_outline
󰱮md_emoticon_dead
󰚛md_emoticon_dead_outline
󰱯md_emoticon_devil
󰇴md_emoticon_devil_outline
󰱰md_emoticon_excited
󰚜md_emoticon_excited_outline
󰽌md_emoticon_frown
󰽍md_emoticon_frown_outline
󰱱md_emoticon_happy
󰇵md_emoticon_happy_outline
󰱲md_emoticon_kiss
󰱳md_emoticon_kiss_outline
󱈔md_emoticon_lol
󱈕md_emoticon_lol_outline
󰱴md_emoticon_neutral
󰇶md_emoticon_neutral_outline
󰇲md_emoticon_outline
󰇷md_emoticon_poop
󰱵md_emoticon_poop_outline
󰱶md_emoticon_sad
󰇸md_emoticon_sad_outline
󱕼md_emoticon_sick
󱕽md_emoticon_sick_outline
󰇹md_emoticon_tongue
󰱷md_emoticon_tongue_outline
󰱸md_emoticon_wink
󰱹md_emoticon_wink_outline
󰇺md_engine
󰩆md_engine_off
󰩇md_engine_off_outline
󰇻md_engine_outline
󱃠md_epsilon
󰇼md_equal
󰇽md_equal_box
󰺢md_equalizer
󰺣md_equalizer_outline
󰇾md_eraser
󰙂md_eraser_variant
󰇿md_escalator
󱎙md_escalator_box
󱋀md_escalator_down
󱊿md_escalator_up
󰱺md_eslint
󰪳md_et
󰡪md_ethereum
󰈀md_ethernet
󰈁md_ethernet_cable
󰈂md_ethernet_cable_off
󱔙md_ev_plug_ccs1
󱔚md_ev_plug_ccs2
󱔛md_ev_plug_chademo
󱔜md_ev_plug_tesla
󱔝md_ev_plug_type1
󱔞md_ev_plug_type2
󰗱md_ev_station
󰈄md_evernote
󱀥md_excavator
󰈅md_exclamation
󱈸md_exclamation_thick
󰩈md_exit_run
󰗼md_exit_to_app
󰗼md_exit_to_app
󰪴md_expand_all
󰪵md_expand_all_outline
󰢮md_expansion_card
󰾲md_expansion_card_variant
󰥣md_exponent
󰥤md_exponent_box
󰈇md_export
󰮓md_export_variant
󰈈md_eye
󱣽md_eye_arrow_left
󱣾md_eye_arrow_left_outline
󱣿md_eye_arrow_right
󱤀md_eye_arrow_right_outline
󰴄md_eye_check
󰴅md_eye_check_outline
󰮔md_eye_circle
󰮕md_eye_circle_outline
󱀦md_eye_minus
󱀧md_eye_minus_outline
󰈉md_eye_off
󰛑md_eye_off_outline
󰛐md_eye_outline
󰡫md_eye_plus
󰡬md_eye_plus_outline
󱥼md_eye_refresh
󱥽md_eye_refresh_outline
󱗣md_eye_remove
󱗤md_eye_remove_outline
󰡭md_eye_settings
󰡮md_eye_settings_outline
󰈊md_eyedropper
󱏝md_eyedropper_minus
󱏟md_eyedropper_off
󱏜md_eyedropper_plus
󱏞md_eyedropper_remove
󰈋md_eyedropper_variant
󰵰md_face_agent
󰙃md_face_man
󰮖md_face_man_outline
󰙄md_face_man_profile
󱗌md_face_man_shimmer
󱗍md_face_man_shimmer_outline
󱖆md_face_mask
󱖇md_face_mask_outline
󰱻md_face_recognition
󱁷md_face_woman
󱁸md_face_woman_outline
󱁶md_face_woman_profile
󱗎md_face_woman_shimmer
󱗏md_face_woman_shimmer_outline
󰈌md_facebook
󰟝md_facebook_gaming
󰈎md_facebook_messenger
󰬱md_facebook_workplace
󰈏md_factory
󱘎md_family_tree
󰈐md_fan
󱑬md_fan_alert
󱜝md_fan_auto
󱑭md_fan_chevron_down
󱑮md_fan_chevron_up
󱨺md_fan_clock
󱑰md_fan_minus
󰠝md_fan_off
󱑯md_fan_plus
󱑱md_fan_remove
󱑲md_fan_speed_1
󱑳md_fan_speed_2
󱑴md_fan_speed_3
󰈑md_fast_forward
󱇸md_fast_forward_5
󰵱md_fast_forward_10
󱤺md_fast_forward_15
󰴆md_fast_forward_30
󱘋md_fast_forward_60
󰛒md_fast_forward_outline
󰈒md_fax
󰛓md_feather
󰩉md_feature_search
󰩊md_feature_search_outline
󰣛md_fedora
󱞚md_fence
󱟶md_fence_electric
󱓁md_fencing
󰺤md_ferris_wheel
󰈓md_ferry
󰈔md_file
󰜻md_file_account
󱀨md_file_account_outline
󰩋md_file_alert
󰩌md_file_alert_outline
󱪓md_file_arrow_left_right
󱪔md_file_arrow_left_right_outline
󱪕md_file_arrow_up_down
󱪖md_file_arrow_up_down_outline
󰪶md_file_cabinet
󰻫md_file_cad
󰻬md_file_cad_box
󰷆md_file_cancel
󰷇md_file_cancel_outline
󱆆md_file_certificate
󱆇md_file_certificate_outline
󰈕md_file_chart
󱧆md_file_chart_check
󱧇md_file_chart_check_outline
󱀩md_file_chart_outline
󰈖md_file_check
󰸩md_file_check_outline
󱋡md_file_clock
󱋢md_file_clock_outline
󰈗md_file_cloud
󱀪md_file_cloud_outline
󰈮md_file_code
󱀫md_file_code_outline
󱁻md_file_cog
󱁼md_file_cog_outline
󰢪md_file_compare
󰈘md_file_delimited
󰺥md_file_delimited_outline
󰈙md_file_document
󱪗md_file_document_alert
󱪘md_file_document_alert_outline
󱪙md_file_document_check
󱪚md_file_document_check_outline
󰷈md_file_document_edit
󰷉md_file_document_edit_outline
󱪛md_file_document_minus
󱪜md_file_document_minus_outline
󱔗md_file_document_multiple
󱔘md_file_document_multiple_outline
󰧮md_file_document_outline
󱪝md_file_document_plus
󱪞md_file_document_plus_outline
󱪟md_file_document_remove
󱪠md_file_document_remove_outline
󰥥md_file_download
󰥦md_file_download_outline
󱇧md_file_edit
󱇨md_file_edit_outline
󰈛md_file_excel
󰈜md_file_excel_box
󱀬md_file_excel_box_outline
󱀭md_file_excel_outline
󰈝md_file_export
󱀮md_file_export_outline
󰷊md_file_eye
󰷋md_file_eye_outline
󰈞md_file_find
󰮗md_file_find_outline
󰵸md_file_gif_box
󰘓md_file_hidden
󰈟md_file_image
󱝲md_file_image_marker
󱝳md_file_image_marker_outline
󱤻md_file_image_minus
󱤼md_file_image_minus_outline
󰺰md_file_image_outline
󱤽md_file_image_plus
󱤾md_file_image_plus_outline
󱤿md_file_image_remove
󱥀md_file_image_remove_outline
󰈠md_file_import
󱀯md_file_import_outline
󰈥md_file_jpg_box
󱆄md_file_key
󱆅md_file_key_outline
󱅷md_file_link
󱅸md_file_link_outline
󰈡md_file_lock
󱧈md_file_lock_open
󱧉md_file_lock_open_outline
󱀰md_file_lock_outline
󱝴md_file_marker
󱝵md_file_marker_outline
󱪡md_file_minus
󱪢md_file_minus_outline
󰪹md_file_move
󱀱md_file_move_outline
󰈢md_file_multiple
󱀲md_file_multiple_outline
󰈣md_file_music
󰸪md_file_music_outline
󰈤md_file_outline
󰈦md_file_pdf_box
󰠞md_file_percent
󱀳md_file_percent_outline
󱅹md_file_phone
󱅺md_file_phone_outline
󰝒md_file_plus
󰻭md_file_plus_outline
󰸭md_file_png_box
󰈧md_file_powerpoint
󰈨md_file_powerpoint_box
󱀴md_file_powerpoint_box_outline
󱀵md_file_powerpoint_outline
󰈩md_file_presentation_box
󰡯md_file_question
󱀶md_file_question_outline
󰤘md_file_refresh
󰕁md_file_refresh_outline
󰮘md_file_remove
󱀷md_file_remove_outline
󰬲md_file_replace
󰬳md_file_replace_outline
󰙰md_file_restore
󱀸md_file_restore_outline
󱨻md_file_rotate_left
󱨼md_file_rotate_left_outline
󱨽md_file_rotate_right
󱨾md_file_rotate_right_outline
󰱼md_file_search
󰱽md_file_search_outline
󰈪md_file_send
󱀹md_file_send_outline
󱁹md_file_settings
󱁺md_file_settings_outline
󱧃md_file_sign
󱀺md_file_star
󱀻md_file_star_outline
󰾴md_file_swap
󰾵md_file_swap_outline
󱈖md_file_sync
󱈗md_file_sync_outline
󰱾md_file_table
󱃡md_file_table_box
󱃢md_file_table_box_multiple
󱃣md_file_table_box_multiple_outline
󱃤md_file_table_box_outline
󰱿md_file_table_outline
󰙅md_file_tree
󱏒md_file_tree_outline
󰣜md_file_undo
󱀼md_file_undo_outline
󰩍md_file_upload
󰩎md_file_upload_outline
󰈫md_file_video
󰸬md_file_video_outline
󰈬md_file_word
󰈭md_file_word_box
󱀽md_file_word_box_outline
󱀾md_file_word_outline
󰈯md_film
󰈰md_filmstrip
󰌲md_filmstrip_box
󰴘md_filmstrip_box_multiple
󰈱md_filmstrip_off
󰈲md_filter
󱣬md_filter_check
󱣭md_filter_check_outline
󱪣md_filter_cog
󱪤md_filter_cog_outline
󱃥md_filter_menu
󱃦md_filter_menu_outline
󰻮md_filter_minus
󰻯md_filter_minus_outline
󱨿md_filter_multiple
󱩀md_filter_multiple_outline
󱓯md_filter_off
󱓰md_filter_off_outline
󰈳md_filter_outline
󰻰md_filter_plus
󰻱md_filter_plus_outline
󰈴md_filter_remove
󰈵md_filter_remove_outline
󱪥md_filter_settings
󱪦md_filter_settings_outline
󰈶md_filter_variant
󱄒md_filter_variant_minus
󱄓md_filter_variant_plus
󱀿md_filter_variant_remove
󰠟md_finance
󰛔md_find_replace
󰈷md_fingerprint
󰺱md_fingerprint_off
󰈸md_fire
󱗗md_fire_alert
󱠇md_fire_circle
󰻲md_fire_extinguisher
󱄷md_fire_hydrant
󱄸md_fire_hydrant_alert
󱄹md_fire_hydrant_off
󱜢md_fire_off
󰢫md_fire_truck
󰥧md_firebase
󰈹md_firefox
󰸮md_fireplace
󰸯md_fireplace_off
󰖾md_firewire
󰸰md_firework
󱜣md_firework_off
󰈺md_fish
󱏳md_fish_off
󰻳md_fishbowl
󰻴md_fishbowl_outline
󰻵md_fit_to_page
󰻶md_fit_to_page_outline
󱣴md_fit_to_screen
󱣵md_fit_to_screen_outline
󰈻md_flag
󰈼md_flag_checkered
󰮙md_flag_minus
󱂲md_flag_minus_outline
󱣮md_flag_off
󱣯md_flag_off_outline
󰈽md_flag_outline
󰮚md_flag_plus
󱂳md_flag_plus_outline
󰮛md_flag_remove
󱂴md_flag_remove_outline
󰈿md_flag_triangle
󰉀md_flag_variant
󰈾md_flag_variant_outline
󰵲md_flare
󰉁md_flash
󰻷md_flash_alert
󰻸md_flash_alert_outline
󰉂md_flash_auto
󰉃md_flash_off
󰛕md_flash_outline
󰙻md_flash_red_eye
󰉄md_flashlight
󰉅md_flashlight_off
󰂓md_flask
󰂔md_flask_empty
󱈺md_flask_empty_minus
󱈻md_flask_empty_minus_outline
󱏴md_flask_empty_off
󱏵md_flask_empty_off_outline
󰂕md_flask_empty_outline
󱈼md_flask_empty_plus
󱈽md_flask_empty_plus_outline
󱈾md_flask_empty_remove
󱈿md_flask_empty_remove_outline
󱉀md_flask_minus
󱉁md_flask_minus_outline
󱏶md_flask_off
󱏷md_flask_off_outline
󰂖md_flask_outline
󱉂md_flask_plus
󱉃md_flask_plus_outline
󱉄md_flask_remove
󱉅md_flask_remove_outline
󱉋md_flask_round_bottom
󱉌md_flask_round_bottom_empty
󱉍md_flask_round_bottom_empty_outline
󱉎md_flask_round_bottom_outline
󱌃md_fleur_de_lis
󱃧md_flip_horizontal
󰉇md_flip_to_back
󰉈md_flip_to_front
󱃨md_flip_vertical
󰣝md_floor_lamp
󱁀md_floor_lamp_dual
󱟎md_floor_lamp_dual_outline
󱟈md_floor_lamp_outline
󱝇md_floor_lamp_torchiere
󱟖md_floor_lamp_torchiere_outline
󱁁md_floor_lamp_torchiere_variant
󱟏md_floor_lamp_torchiere_variant_outline
󰠡md_floor_plan
󰉉md_floppy
󰧯md_floppy_variant
󰉊md_flower
󰧰md_flower_outline
󱢅md_flower_pollen
󱢆md_flower_pollen_outline
󰴈md_flower_poppy
󰧱md_flower_tulip
󰧲md_flower_tulip_outline
󰽎md_focus_auto
󰽏md_focus_field
󰽐md_focus_field_horizontal
󰽑md_focus_field_vertical
󰉋md_folder
󰉌md_folder_account
󰮜md_folder_account_outline
󰷌md_folder_alert
󰷍md_folder_alert_outline
󱧨md_folder_arrow_down
󱧩md_folder_arrow_down_outline
󱧪md_folder_arrow_left
󱧫md_folder_arrow_left_outline
󱧬md_folder_arrow_left_right
󱧭md_folder_arrow_left_right_outline
󱧮md_folder_arrow_right
󱧯md_folder_arrow_right_outline
󱧰md_folder_arrow_up
󱧱md_folder_arrow_up_down
󱧲md_folder_arrow_up_down_outline
󱧳md_folder_arrow_up_outline
󱧴md_folder_cancel
󱧵md_folder_cancel_outline
󱥾md_folder_check
󱥿md_folder_check_outline
󰪺md_folder_clock
󰪻md_folder_clock_outline
󱁿md_folder_cog
󱂀md_folder_cog_outline
󰉍md_folder_download
󱃩md_folder_download_outline
󰣞md_folder_edit
󰷎md_folder_edit_outline
󱞊md_folder_eye
󱞋md_folder_eye_outline
󱧶md_folder_file
󱧷md_folder_file_outline
󰉎md_folder_google_drive
󱃪md_folder_heart
󱃫md_folder_heart_outline
󱞞md_folder_hidden
󱂵md_folder_home
󱂶md_folder_home_outline
󰉏md_folder_image
󱂷md_folder_information
󱂸md_folder_information_outline
󰢬md_folder_key
󰢭md_folder_key_network
󰲀md_folder_key_network_outline
󱃬md_folder_key_outline
󰉐md_folder_lock
󰉑md_folder_lock_open
󱪧md_folder_lock_open_outline
󱪨md_folder_lock_outline
󱉭md_folder_marker
󱉮md_folder_marker_outline
󰉒md_folder_move
󱉆md_folder_move_outline
󰉓md_folder_multiple
󰉔md_folder_multiple_image
󰉕md_folder_multiple_outline
󱑾md_folder_multiple_plus
󱑿md_folder_multiple_plus_outline
󱍙md_folder_music
󱍚md_folder_music_outline
󰡰md_folder_network
󰲁md_folder_network_outline
󱧸md_folder_off
󱧹md_folder_off_outline
󰝰md_folder_open
󰷏md_folder_open_outline
󰉖md_folder_outline
󱧺md_folder_play
󱧻md_folder_play_outline
󰉗md_folder_plus
󰮝md_folder_plus_outline
󰴉md_folder_pound
󰴊md_folder_pound_outline
󱧊md_folder_question
󱧋md_folder_question_outline
󰝉md_folder_refresh
󰕂md_folder_refresh_outline
󰉘md_folder_remove
󰮞md_folder_remove_outline
󰥨md_folder_search
󰥩md_folder_search_outline
󱁽md_folder_settings
󱁾md_folder_settings_outline
󰚝md_folder_star
󱏓md_folder_star_multiple
󱏔md_folder_star_multiple_outline
󰮟md_folder_star_outline
󰾶md_folder_swap
󰾷md_folder_swap_outline
󰴋md_folder_sync
󰴌md_folder_sync_outline
󱋣md_folder_table
󱋤md_folder_table_outline
󰲂md_folder_text
󰲃md_folder_text_outline
󰉙md_folder_upload
󱃭md_folder_upload_outline
󱧼md_folder_wrench
󱧽md_folder_wrench_outline
󰛫md_folder_zip
󰞹md_folder_zip_outline
󰀺md_font_awesome
󰉚md_food
󰉛md_food_apple
󰲄md_food_apple_outline
󰟈md_food_croissant
󱐟md_food_drumstick
󱑨md_food_drumstick_off
󱑩md_food_drumstick_off_outline
󱐠md_food_drumstick_outline
󰗲md_food_fork_drink
󱕲md_food_halal
󱡋md_food_hot_dog
󱕳md_food_kosher
󰗳md_food_off
󱤕md_food_off_outline
󱤖md_food_outline
󱑪md_food_steak
󱑫md_food_steak_off
󱠶md_food_takeout_box
󱠷md_food_takeout_box_outline
󱜜md_food_turkey
󰉜md_food_variant
󱏥md_food_variant_off
󰽒md_foot_print
󰉝md_football
󰉞md_football_australian
󰉟md_football_helmet
󱢗md_forest
󰟉md_forklift
󱐀md_form_dropdown
󱐁md_form_select
󱂕md_form_textarea
󰘎md_form_textbox
󱍝md_form_textbox_lock
󰟵md_form_textbox_password
󰝓md_format_align_bottom
󰉠md_format_align_center
󰉡md_format_align_justify
󰉢md_format_align_left
󰝔md_format_align_middle
󰉣md_format_align_right
󰝕md_format_align_top
󰪼md_format_annotation_minus
󰙆md_format_annotation_plus
󰉤md_format_bold
󰉥md_format_clear
󰉦md_format_color_fill
󰸱md_format_color_highlight
󱌓md_format_color_marker_cancel
󰚞md_format_color_text
󰣟md_format_columns
󰉧md_format_float_center
󰉨md_format_float_left
󰉩md_format_float_none
󰉪md_format_float_right
󰛖md_format_font
󰧳md_format_font_size_decrease
󰧴md_format_font_size_increase
󰉫md_format_header_1
󰉬md_format_header_2
󰉭md_format_header_3
󰉮md_format_header_4
󰉯md_format_header_5
󰉰md_format_header_6
󰉱md_format_header_decrease
󰉲md_format_header_equal
󰉳md_format_header_increase
󰉴md_format_header_pound
󰘞md_format_horizontal_align_center
󰘟md_format_horizontal_align_left
󰘠md_format_horizontal_align_right
󰉵md_format_indent_decrease
󰉶md_format_indent_increase
󰉷md_format_italic
󰬴md_format_letter_case
󰬵md_format_letter_case_lower
󰬶md_format_letter_case_upper
󰾸md_format_letter_ends_with
󰾹md_format_letter_matches
󱥖md_format_letter_spacing
󰾺md_format_letter_starts_with
󰉸md_format_line_spacing
󰗈md_format_line_style
󰗉md_format_line_weight
󰉹md_format_list_bulleted
󰷐md_format_list_bulleted_square
󰺲md_format_list_bulleted_triangle
󰉺md_format_list_bulleted_type
󰥪md_format_list_checkbox
󰝖md_format_list_checks
󱡠md_format_list_group
󰉻md_format_list_numbered
󰴍md_format_list_numbered_rtl
󱉯md_format_list_text
󰺳md_format_overline
󰛗md_format_page_break
󱤗md_format_page_split
󰉼md_format_paint
󰉽md_format_paragraph
󰛘md_format_pilcrow
󰉾md_format_quote_close
󱆨md_format_quote_close_outline
󰝗md_format_quote_open
󱆧md_format_quote_open_outline
󰚪md_format_rotate_90
󰚟md_format_section
󰉿md_format_size
󰊀md_format_strikethrough
󰊁md_format_strikethrough_variant
󰊂md_format_subscript
󰊃md_format_superscript
󰊄md_format_text
󰾻md_format_text_rotation_angle_down
󰾼md_format_text_rotation_angle_up
󰵳md_format_text_rotation_down
󰾽md_format_text_rotation_down_vertical
󰵴md_format_text_rotation_none
󰾾md_format_text_rotation_up
󰾿md_format_text_rotation_vertical
󰸲md_format_text_variant
󱔏md_format_text_variant_outline
󰴎md_format_text_wrapping_clip
󰴏md_format_text_wrapping_overflow
󰴐md_format_text_wrapping_wrap
󰴑md_format_textbox
󰊅md_format_textdirection_l_to_r
󰊆md_format_textdirection_r_to_l
󰗴md_format_title
󰊇md_format_underline
󱣩md_format_underline_wavy
󰘡md_format_vertical_align_bottom
󰘢md_format_vertical_align_center
󰘣md_format_vertical_align_top
󰊈md_format_wrap_inline
󰊉md_format_wrap_square
󰊊md_format_wrap_tight
󰊋md_format_wrap_top_bottom
󰊌md_forum
󱪩md_forum_minus
󱪪md_forum_minus_outline
󰠢md_forum_outline
󱪫md_forum_plus
󱪬md_forum_plus_outline
󱪭md_forum_remove
󱪮md_forum_remove_outline
󰊍md_forward
󰵵md_forwardburger
󰥫md_fountain
󰴒md_fountain_pen
󰴓md_fountain_pen_tip
󱦒md_fraction_one_half
󰣠md_freebsd
󱥗md_french_fries
󰺴md_frequently_asked_questions
󰊐md_fridge
󱆱md_fridge_alert
󱆲md_fridge_alert_outline
󰊒md_fridge_bottom
󱗮md_fridge_industrial
󱗯md_fridge_industrial_alert
󱗰md_fridge_industrial_alert_outline
󱗱md_fridge_industrial_off
󱗲md_fridge_industrial_off_outline
󱗳md_fridge_industrial_outline
󱆯md_fridge_off
󱆰md_fridge_off_outline
󰊏md_fridge_outline
󰊑md_fridge_top
󱗴md_fridge_variant
󱗵md_fridge_variant_alert
󱗶md_fridge_variant_alert_outline
󱗷md_fridge_variant_off
󱗸md_fridge_variant_off_outline
󱗹md_fridge_variant_outline
󱁂md_fruit_cherries
󱏸md_fruit_cherries_off
󱁃md_fruit_citrus
󱏹md_fruit_citrus_off
󱁄md_fruit_grapes
󱁅md_fruit_grapes_outline
󱨎md_fruit_pear
󱁆md_fruit_pineapple
󱁇md_fruit_watermelon
󰟊md_fuel
󱢵md_fuel_cell
󰊓md_fullscreen
󰊔md_fullscreen_exit
󰊕md_function
󰡱md_function_variant
󱂁md_furigana_horizontal
󱂂md_furigana_vertical
󰲅md_fuse
󱐭md_fuse_alert
󰲆md_fuse_blade
󱐬md_fuse_off
󰊖md_gamepad
󰸳md_gamepad_circle
󰸴md_gamepad_circle_down
󰸵md_gamepad_circle_left
󰸶md_gamepad_circle_outline
󰸷md_gamepad_circle_right
󰸸md_gamepad_circle_up
󰸹md_gamepad_down
󰸺md_gamepad_left
󱤙md_gamepad_outline
󰸻md_gamepad_right
󰸼md_gamepad_round
󰸽md_gamepad_round_down
󰸾md_gamepad_round_left
󰸿md_gamepad_round_outline
󰹀md_gamepad_round_right
󰹁md_gamepad_round_up
󰺵md_gamepad_square
󰺶md_gamepad_square_outline
󰹂md_gamepad_up
󰊗md_gamepad_variant
󰺷md_gamepad_variant_outline
󱃮md_gamma
󰷑md_gantry_crane
󰛙md_garage
󰡲md_garage_alert
󱋕md_garage_alert_variant
󱟻md_garage_lock
󰛚md_garage_open
󱋔md_garage_open_variant
󱋓md_garage_variant
󱟼md_garage_variant_lock
󱨛md_gas_burner
󰙇md_gas_cylinder
󰊘md_gas_station
󱐉md_gas_station_off
󱐊md_gas_station_off_outline
󰺸md_gas_station_outline
󰊙md_gate
󱟸md_gate_alert
󰣡md_gate_and
󱟷md_gate_arrow_left
󱅩md_gate_arrow_right
󰣢md_gate_nand
󰣣md_gate_nor
󰣤md_gate_not
󱅪md_gate_open
󰣥md_gate_or
󰣦md_gate_xnor
󰣧md_gate_xor
󰹃md_gatsby
󰊚md_gauge
󰡳md_gauge_empty
󰡴md_gauge_full
󰡵md_gauge_low
󰊛md_gavel
󰊜md_gender_female
󰊝md_gender_male
󰊞md_gender_male_female
󱄿md_gender_male_female_variant
󱅀md_gender_non_binary
󰊟md_gender_transgender
󰣨md_gentoo
󰟋md_gesture
󰜼md_gesture_double_tap
󰪽md_gesture_pinch
󰪾md_gesture_spread
󰵶md_gesture_swipe
󰜽md_gesture_swipe_down
󰪿md_gesture_swipe_horizontal
󰜾md_gesture_swipe_left
󰜿md_gesture_swipe_right
󰝀md_gesture_swipe_up
󰫀md_gesture_swipe_vertical
󰝁md_gesture_tap
󱊩md_gesture_tap_box
󱊨md_gesture_tap_button
󰵷md_gesture_tap_hold
󰝂md_gesture_two_double_tap
󰝃md_gesture_two_tap
󰊠md_ghost
󰧵md_ghost_off
󱙜md_ghost_off_outline
󱙝md_ghost_outline
󰹄md_gift
󱛯md_gift_off
󱛰md_gift_off_outline
󱛱md_gift_open
󱛲md_gift_open_outline
󰊡md_gift_outline
󰊢md_git
󰊤md_github
󰮠md_gitlab
󰍖md_glass_cocktail
󱗦md_glass_cocktail_off
󰊥md_glass_flute
󱡳md_glass_fragile
󰊦md_glass_mug
󱗧md_glass_mug_off
󱄖md_glass_mug_variant
󱗨md_glass_mug_variant_off
󱌍md_glass_pint_outline
󰊧md_glass_stange
󰊨md_glass_tulip
󰡶md_glass_wine
󰊪md_glasses
󱋗md_globe_light
󰣩md_globe_model
󰊫md_gmail
󰊬md_gnome
󰵹md_go_kart
󰵺md_go_kart_track
󰮡md_gog
󱉏md_gold
󰠣md_golf
󱆤md_golf_cart
󱂃md_golf_tee
󰚆md_gondola
󰵻md_goodreads
󰊭md_google
󰲇md_google_ads
󰟌md_google_analytics
󰟍md_google_assistant
󰊮md_google_cardboard
󰊯md_google_chrome
󰊰md_google_circles
󰊱md_google_circles_communities
󰊲md_google_circles_extended
󰊳md_google_circles_group
󰋀md_google_classroom
󱇶md_google_cloud
󰊴md_google_controller
󰊵md_google_controller_off
󱍢md_google_downasaur
󰊶md_google_drive
󰊷md_google_earth
󰥬md_google_fit
󰊸md_google_glass
󰋉md_google_hangouts
󰠤md_google_home
󰛜md_google_keep
󰧶md_google_lens
󰗵md_google_maps
󱁈md_google_my_business
󰊹md_google_nearby
󰊼md_google_play
󰊽md_google_plus
󰺹md_google_podcast
󰧷md_google_spreadsheet
󰲈md_google_street_view
󰊿md_google_translate
󱝊md_gradient_horizontal
󰚠md_gradient_vertical
󰵼md_grain
󱁉md_graph
󱁊md_graph_outline
󰡷md_graphql
󱔐md_grass
󰮢md_grave_stone
󰙈md_grease_pencil
󰥭md_greater_than
󰥮md_greater_than_or_equal
󰀭md_greenhouse
󰋁md_grid
󰝘md_grid_large
󰋂md_grid_off
󰹅md_grill
󱆊md_grill_outline
󰋃md_group
󰝱md_guitar_acoustic
󰋄md_guitar_electric
󰋅md_guitar_pick
󰋆md_guitar_pick_outline
󰠥md_guy_fawkes_mask
󱩁md_gymnastics
󰫁md_hail
󱃯md_hair_dryer
󱃰md_hair_dryer_outline
󰮣md_halloween
󰚅md_hamburger
󱝶md_hamburger_check
󱝷md_hamburger_minus
󱝸md_hamburger_off
󱝹md_hamburger_plus
󱝺md_hamburger_remove
󰣪md_hammer
󱌢md_hammer_screwdriver
󱢇md_hammer_sickle
󱌣md_hammer_wrench
󰹆md_hand_back_left
󱠰md_hand_back_left_off
󱠲md_hand_back_left_off_outline
󱠬md_hand_back_left_outline
󰹇md_hand_back_right
󱠱md_hand_back_right_off
󱠳md_hand_back_right_off_outline
󱠭md_hand_back_right_outline
󱥋md_hand_clap
󱩂md_hand_clap_off
󱢏md_hand_coin
󱢐md_hand_coin_outline
󱢶md_hand_extended
󱢷md_hand_extended_outline
󱠫md_hand_front_left
󱠮md_hand_front_left_outline
󰩏md_hand_front_right
󱠯md_hand_front_right_outline
󱃱md_hand_heart
󱕾md_hand_heart_outline
󰩐md_hand_okay
󰩑md_hand_peace
󰩒md_hand_peace_variant
󰩓md_hand_pointing_down
󰩔md_hand_pointing_left
󰋇md_hand_pointing_right
󰩕md_hand_pointing_up
󰹈md_hand_saw
󱕿md_hand_wash
󱖀md_hand_wash_outline
󱎟md_hand_water
󱠡md_hand_wave
󱠢md_hand_wave_outline
󰽓md_handball
󱄾md_handcuffs
󰕹md_hands_pray
󱈘md_handshake
󱖡md_handshake_outline
󰋈md_hanger
󰥯md_hard_hat
󰋊md_harddisk
󱁋md_harddisk_plus
󱁌md_harddisk_remove
󰮤md_hat_fedora
󰲉md_hazard_lights
󰵽md_hdr
󰵾md_hdr_off
󱍞md_head
󱌸md_head_alert
󱌹md_head_alert_outline
󱌺md_head_check
󱌻md_head_check_outline
󱌼md_head_cog
󱌽md_head_cog_outline
󱌾md_head_dots_horizontal
󱌿md_head_dots_horizontal_outline
󱍀md_head_flash
󱍁md_head_flash_outline
󱍂md_head_heart
󱍃md_head_heart_outline
󱍄md_head_lightbulb
󱍅md_head_lightbulb_outline
󱍆md_head_minus
󱍇md_head_minus_outline
󱍟md_head_outline
󱍈md_head_plus
󱍉md_head_plus_outline
󱍊md_head_question
󱍋md_head_question_outline
󱍌md_head_remove
󱍍md_head_remove_outline
󱍎md_head_snowflake
󱍏md_head_snowflake_outline
󱍐md_head_sync
󱍑md_head_sync_outline
󰋋md_headphones
󰥰md_headphones_bluetooth
󰋌md_headphones_box
󰟎md_headphones_off
󰋍md_headphones_settings
󰋎md_headset
󰋏md_headset_dock
󰋐md_headset_off
󰣐md_heart
󰣐md_heart
󰋒md_heart_box
󰋓md_heart_box_outline
󰋔md_heart_broken
󰴔md_heart_broken_outline
󰥱md_heart_circle
󰥲md_heart_circle_outline
󱙣md_heart_cog
󱙤md_heart_cog_outline
󰻹md_heart_flash
󰛟md_heart_half
󰛞md_heart_half_full
󰛠md_heart_half_outline
󱐯md_heart_minus
󱐲md_heart_minus_outline
󰩖md_heart_multiple
󰩗md_heart_multiple_outline
󰝙md_heart_off
󱐴md_heart_off_outline
󱢠md_heart_outline
󱢠md_heart_outline
󱐮md_heart_plus
󱐱md_heart_plus_outline
󰗶md_heart_pulse
󱐰md_heart_remove
󱐳md_heart_remove_outline
󱙥md_heart_settings
󱙦md_heart_settings_outline
󱩃md_heat_pump
󱩄md_heat_pump_outline
󱩅md_heat_wave
󱪯md_heating_coil
󰫂md_helicopter
󰋖md_help
󰞋md_help_box
󰋗md_help_circle
󰘥md_help_circle_outline
󰛵md_help_network
󰲊md_help_network_outline
󰮥md_help_rhombus
󰮦md_help_rhombus_outline
󱊧md_hexadecimal
󰋘md_hexagon
󰛡md_hexagon_multiple
󱃲md_hexagon_multiple_outline
󰋙md_hexagon_outline
󰫃md_hexagon_slice_1
󰫄md_hexagon_slice_2
󰫅md_hexagon_slice_3
󰫆md_hexagon_slice_4
󰫇md_hexagon_slice_5
󰫈md_hexagon_slice_6
󰫉md_hexagram
󰫊md_hexagram_outline
󰟏md_high_definition
󰡸md_high_definition_box
󰗷md_highway
󰵿md_hiking
󰋚md_history
󰡹md_hockey_puck
󰡺md_hockey_sticks
󰋛md_hololens
󰋜md_home
󰠦md_home_account
󰡻md_home_alert
󱗐md_home_alert_outline
󰺺md_home_analytics
󰟐md_home_assistant
󰟑md_home_automation
󱤁md_home_battery
󱤂md_home_battery_outline
󰟒md_home_circle
󱁍md_home_circle_outline
󰴕md_home_city
󰴖md_home_city_outline
󱨒md_home_clock
󱨓md_home_clock_outline
󱅙md_home_edit
󱅚md_home_edit_outline
󰾛md_home_export_outline
󰻺md_home_flood
󰷒md_home_floor_0
󰶀md_home_floor_1
󰶁md_home_floor_2
󰶂md_home_floor_3
󰶃md_home_floor_a
󰶄md_home_floor_b
󰶅md_home_floor_g
󰶆md_home_floor_l
󰷓md_home_floor_negative_1
󰷔md_home_group
󱧁md_home_group_minus
󱧀md_home_group_plus
󱧂md_home_group_remove
󰠧md_home_heart
󰾜md_home_import_outline
󱉑md_home_lightbulb
󱉒md_home_lightbulb_outline
󱤃md_home_lightning_bolt
󱤄md_home_lightning_bolt_outline
󰣫md_home_lock
󰣬md_home_lock_open
󰗸md_home_map_marker
󰥴md_home_minus
󱏕md_home_minus_outline
󰋝md_home_modern
󱩆md_home_off
󱩇md_home_off_outline
󰚡md_home_outline
󰥵md_home_plus
󱏖md_home_plus_outline
󱉇md_home_remove
󱏗md_home_remove_outline
󱄫md_home_roof
󱎰md_home_search
󱎱md_home_search_outline
󱞔md_home_switch
󱞕md_home_switch_outline
󰽔md_home_thermometer
󰽕md_home_thermometer_outline
󰋞md_home_variant
󰮧md_home_variant_outline
󰛢md_hook
󰛣md_hook_off
󰹖md_hoop_house
󰋟md_hops
󱃳md_horizontal_rotate_clockwise
󱃴md_horizontal_rotate_counterclockwise
󱖿md_horse
󱗀md_horse_human
󱗁md_horse_variant
󱡮md_horse_variant_fast
󰩘md_horseshoe
󰿶md_hospital
󰋠md_hospital_box
󰿷md_hospital_box_outline
󰋡md_hospital_building
󰋢md_hospital_marker
󰠨md_hot_tub
󱑸md_hours_24
󰴗md_hubspot
󰠩md_hulu
󰋦md_human
󱎋md_human_baby_changing_table
󱖁md_human_cane
󱖛md_human_capacity_decrease
󱖜md_human_capacity_increase
󰋧md_human_child
󱦀md_human_dolly
󱓨md_human_edit
󰙉md_human_female
󰩙md_human_female_boy
󱗉md_human_female_dance
󰩚md_human_female_female
󰩛md_human_female_girl
󱟄md_human_greeting
󱖝md_human_greeting_proximity
󰙊md_human_greeting_variant
󰙋md_human_handsdown
󰙌md_human_handsup
󰙍md_human_male
󰢐md_human_male_board
󰡆md_human_male_board_poll
󰩜md_human_male_boy
󱎌md_human_male_child
󰋨md_human_male_female
󱠣md_human_male_female_child
󰩝md_human_male_girl
󰻻md_human_male_height
󰻼md_human_male_height_variant
󰩞md_human_male_male
󱡈md_human_non_binary
󰗏md_human_pregnant
󱕱md_human_queue
󱇩md_human_scooter
󱎍md_human_wheelchair
󱦁md_human_white_cane
󰝄md_humble_bundle
󱍒md_hvac
󱖞md_hvac_off
󱌤md_hydraulic_oil_level
󱌥md_hydraulic_oil_temperature
󱋥md_hydro_power
󱢔md_hydrogen_station
󰠪md_ice_cream
󰹒md_ice_cream_off
󰻽md_ice_pop
󰿀md_id_card
󰻾md_identifier
󱌱md_ideogram_cjk
󱌲md_ideogram_cjk_variant
󰋩md_image
󰋪md_image_album
󰋫md_image_area
󰋬md_image_area_close
󰿁md_image_auto_adjust
󰋭md_image_broken
󰋮md_image_broken_variant
󱇣md_image_edit
󱇤md_image_edit_outline
󰋰md_image_filter_black_white
󰋱md_image_filter_center_focus
󰻿md_image_filter_center_focus_strong
󰼀md_image_filter_center_focus_strong_outline
󰋲md_image_filter_center_focus_weak
󰋳md_image_filter_drama
󰋴md_image_filter_frames
󰔉md_image_filter_hdr
󰔉md_image_filter_hdr
󰋶md_image_filter_none
󰋷md_image_filter_tilt_shift
󰋸md_image_filter_vintage
󰹉md_image_frame
󱪰md_image_lock
󱪱md_image_lock_outline
󱝻md_image_marker
󱝼md_image_marker_outline
󱐙md_image_minus
󰧸md_image_move
󰋹md_image_multiple
󰋯md_image_multiple_outline
󰠫md_image_off
󱇑md_image_off_outline
󰥶md_image_outline
󰡼md_image_plus
󱧾md_image_refresh
󱧿md_image_refresh_outline
󱐘md_image_remove
󰥷md_image_search
󰥸md_image_search_outline
󰲍md_image_size_select_actual
󰲎md_image_size_select_large
󰲏md_image_size_select_small
󱨀md_image_sync
󱨁md_image_sync_outline
󱘍md_image_text
󰋺md_import
󰚇md_inbox
󰋻md_inbox_arrow_down
󱉰md_inbox_arrow_down_outline
󰏑md_inbox_arrow_up
󱉱md_inbox_arrow_up_outline
󱉲md_inbox_full
󱉳md_inbox_full_outline
󰢰md_inbox_multiple
󰮨md_inbox_multiple_outline
󱉴md_inbox_outline
󱖟md_inbox_remove
󱖠md_inbox_remove_outline
󰗹md_incognito
󱐡md_incognito_circle
󱐢md_incognito_circle_off
󰁵md_incognito_off
󱡌md_induction
󰛤md_infinity
󰋼md_information
󱞌md_information_off
󱞍md_information_off_outline
󰋽md_information_outline
󰙎md_information_variant
󰋾md_instagram
󱁎md_instrument_triangle
󱤓md_integrated_circuit_chip
󰌁md_invert_colors
󰹊md_invert_colors_off
󱋨md_iobroker
󰩟md_ip
󰩠md_ip_network
󰲐md_ip_network_outline
󱦂md_ip_outline
󰲑md_ipod
󱠤md_iron
󱠸md_iron_board
󱠥md_iron_outline
󱁏md_island
󱂹md_iv_bag
󰷕md_jabber
󰌂md_jeepney
󰼁md_jellyfish
󰼂md_jellyfish_outline
󰌃md_jira
󰡽md_jquery
󰌄md_jsfiddle
󱋿md_jump_rope
󰶇md_kabaddi
󱕘md_kangaroo
󰠬md_karate
󰢯md_kayaking
󰌅md_keg
󰗺md_kettle
󱌗md_kettle_alert
󱌘md_kettle_alert_outline
󱌛md_kettle_off
󱌜md_kettle_off_outline
󰽖md_kettle_outline
󱜼md_kettle_pour_over
󱌙md_kettle_steam
󱌚md_kettle_steam_outline
󱌀md_kettlebell
󰌆md_key
󱦃md_key_alert
󱦄md_key_alert_outline
󱌒md_key_arrow_right
󱕴md_key_chain
󱕵md_key_chain_variant
󰌇md_key_change
󱆟md_key_link
󰌈md_key_minus
󰷖md_key_outline
󰌉md_key_plus
󰌊md_key_remove
󱆞md_key_star
󰌋md_key_variant
󰿂md_key_wireless
󰌌md_keyboard
󰌍md_keyboard_backspace
󰌎md_keyboard_caps
󰌏md_keyboard_close
󱊷md_keyboard_esc
󱊫md_keyboard_f1
󱊬md_keyboard_f2
󱊭md_keyboard_f3
󱊮md_keyboard_f4
󱊯md_keyboard_f5
󱊰md_keyboard_f6
󱊱md_keyboard_f7
󱊲md_keyboard_f8
󱊳md_keyboard_f9
󱊴md_keyboard_f10
󱊵md_keyboard_f11
󱊶md_keyboard_f12
󰌐md_keyboard_off
󰹋md_keyboard_off_outline
󰥻md_keyboard_outline
󰌑md_keyboard_return
󰧹md_keyboard_settings
󰧺md_keyboard_settings_outline
󱁐md_keyboard_space
󰌒md_keyboard_tab
󰌥md_keyboard_tab_reverse
󰌓md_keyboard_variant
󱃽md_khanda
󰝅md_kickstarter
󱦅md_kite
󱦆md_kite_outline
󱝄md_kitesurfing
󱍛md_klingon
󰧻md_knife
󰧼md_knife_military
󱜿md_koala
󰌔md_kodi
󱃾md_kubernetes
󰌕md_label
󱍵md_label_multiple
󱍶md_label_multiple_outline
󰫋md_label_off
󰫌md_label_off_outline
󰌖md_label_outline
󱋪md_label_percent
󱋫md_label_percent_outline
󰫍md_label_variant
󰫎md_label_variant_outline
󱖢md_ladder
󰠭md_ladybug
󰘧md_lambda
󰚵md_lamp
󱟐md_lamp_outline
󱕶md_lamps
󱟑md_lamps_outline
󰌗md_lan
󱊪md_lan_check
󰌘md_lan_connect
󰌙md_lan_disconnect
󰌚md_lan_pending
󱪲md_land_fields
󱪳md_land_plots
󱪴md_land_plots_circle
󱪵md_land_plots_circle_variant
󱪶md_land_rows_horizontal
󱪷md_land_rows_vertical
󱩈md_landslide
󱩉md_landslide_outline
󰙱md_language_c
󰙲md_language_cpp
󰌛md_language_csharp
󰌜md_language_css3
󱈚md_language_fortran
󰟓md_language_go
󰲒md_language_haskell
󰌝md_language_html5
󰬷md_language_java
󰌞md_language_javascript
󱈙md_language_kotlin
󰢱md_language_lua
󰍔md_language_markdown
󰽛md_language_markdown_outline
󰌟md_language_php
󰌠md_language_python
󰟔md_language_r
󰴭md_language_ruby
󰫏md_language_ruby_on_rails
󱘗md_language_rust
󰛥md_language_swift
󰛦md_language_typescript
󰙳md_language_xaml
󰌢md_laptop
󱩊md_laptop_account
󰛧md_laptop_off
󰫐md_laravel
󱒄md_laser_pointer
󰼃md_lasso
󰑆md_lastpass
󰽗md_latitude
󰌧md_launch
󰟕md_lava_lamp
󰌨md_layers
󱢒md_layers_edit
󰹌md_layers_minus
󰌩md_layers_off
󰧽md_layers_off_outline
󰧾md_layers_outline
󰹍md_layers_plus
󰹎md_layers_remove
󱈆md_layers_search
󱈇md_layers_search_outline
󰽘md_layers_triple
󰽙md_layers_triple_outline
󰙏md_lead_pencil
󰌪md_leaf
󱤅md_leaf_circle
󱤆md_leaf_circle_outline
󰲓md_leaf_maple
󱋚md_leaf_maple_off
󱋙md_leaf_off
󰷗md_leak
󰷘md_leak_off
󱫰md_lecturn
󰌫md_led_off
󰌬md_led_on
󰌭md_led_outline
󰟖md_led_strip
󱁑md_led_strip_variant
󱩋md_led_strip_variant_off
󰌮md_led_variant_off
󰌯md_led_variant_on
󰌰md_led_variant_outline
󱅽md_leek
󰥼md_less_than
󰥽md_less_than_or_equal
󰌱md_library
󱨢md_library_outline
󰮩md_library_shelves
󰿃md_license
󰡾md_lifebuoy
󱦇md_light_flood_down
󱦈md_light_flood_up
󱞛md_light_recessed
󰥾md_light_switch
󱨤md_light_switch_off
󰌵md_lightbulb
󱧡md_lightbulb_alert
󱧢md_lightbulb_alert_outline
󱠀md_lightbulb_auto
󱠁md_lightbulb_auto_outline
󱈈md_lightbulb_cfl
󱈉md_lightbulb_cfl_off
󱉵md_lightbulb_cfl_spiral
󱋃md_lightbulb_cfl_spiral_off
󱠄md_lightbulb_fluorescent_tube
󱠅md_lightbulb_fluorescent_tube_outline
󱉓md_lightbulb_group
󱋍md_lightbulb_group_off
󱋎md_lightbulb_group_off_outline
󱉔md_lightbulb_group_outline
󱉕md_lightbulb_multiple
󱋏md_lightbulb_multiple_off
󱋐md_lightbulb_multiple_off_outline
󱉖md_lightbulb_multiple_outline
󱩌md_lightbulb_night
󱩍md_lightbulb_night_outline
󰹏md_lightbulb_off
󰹐md_lightbulb_off_outline
󰛨md_lightbulb_on
󱩎md_lightbulb_on_10
󱩏md_lightbulb_on_20
󱩐md_lightbulb_on_30
󱩑md_lightbulb_on_40
󱩒md_lightbulb_on_50
󱩓md_lightbulb_on_60
󱩔md_lightbulb_on_70
󱩕md_lightbulb_on_80
󱩖md_lightbulb_on_90
󰛩md_lightbulb_on_outline
󰌶md_lightbulb_outline
󱧣md_lightbulb_question
󱧤md_lightbulb_question_outline
󱟴md_lightbulb_spot
󱟵md_lightbulb_spot_off
󱠂md_lightbulb_variant
󱠃md_lightbulb_variant_outline
󰧿md_lighthouse
󰨀md_lighthouse_on
󱐋md_lightning_bolt
󰠠md_lightning_bolt_circle
󱐌md_lightning_bolt_outline
󰘤md_line_scan
󱑶md_lingerie
󰌷md_link
󰴚md_link_box
󰴛md_link_box_outline
󰴜md_link_box_variant
󰴝md_link_box_variant_outline
󱂺md_link_lock
󰌸md_link_off
󰲔md_link_plus
󰌹md_link_variant
󱃿md_link_variant_minus
󰌺md_link_variant_off
󱄀md_link_variant_plus
󱄁md_link_variant_remove
󰌻md_linkedin
󰌽md_linux
󰣭md_linux_mint
󱎵md_lipstick
󱠦md_liquid_spot
󱤞md_liquor
󱖫md_list_status
󰩡md_litecoin
󰝲md_loading
󰿄md_location_enter
󰿅md_location_exit
󰌾md_lock
󰣮md_lock_alert
󱗑md_lock_alert_outline
󱎚md_lock_check
󱚨md_lock_check_outline
󰥿md_lock_clock
󱚩md_lock_minus
󱚪md_lock_minus_outline
󱙱md_lock_off
󱙲md_lock_off_outline
󰌿md_lock_open
󱎛md_lock_open_alert
󱗒md_lock_open_alert_outline
󱎜md_lock_open_check
󱚫md_lock_open_check_outline
󱚬md_lock_open_minus
󱚭md_lock_open_minus_outline
󰍀md_lock_open_outline
󱚮md_lock_open_plus
󱚯md_lock_open_plus_outline
󱚰md_lock_open_remove
󱚱md_lock_open_remove_outline
󰿆md_lock_open_variant
󰿇md_lock_open_variant_outline
󰍁md_lock_outline
󰛪md_lock_pattern
󰗻md_lock_plus
󱚲md_lock_plus_outline
󰣯md_lock_question
󱚳md_lock_remove
󱚴md_lock_remove_outline
󰝳md_lock_reset
󰢲md_lock_smart
󰟗md_locker
󰟘md_locker_multiple
󰍂md_login
󰍃md_logout
󰗽md_logout_variant
󰽚md_longitude
󰍄md_looks
󱖂md_lotion
󱖃md_lotion_outline
󱖄md_lotion_plus
󱖅md_lotion_plus_outline
󰍅md_loupe
󰍆md_lumx
󱂄md_lungs
󱡃md_mace
󰌤md_magazine_pistol
󰌣md_magazine_rifle
󱡄md_magic_staff
󰍇md_magnet
󰍈md_magnet_on
󰍉md_magnify
󰦀md_magnify_close
󱡴md_magnify_expand
󰍊md_magnify_minus
󰩢md_magnify_minus_cursor
󰛬md_magnify_minus_outline
󰍋md_magnify_plus
󰩣md_magnify_plus_cursor
󰛭md_magnify_plus_outline
󱈌md_magnify_remove_cursor
󱈍md_magnify_remove_outline
󱉶md_magnify_scan
󰺻md_mail
󰛮md_mailbox
󰶈md_mailbox_open
󰶉md_mailbox_open_outline
󰶊md_mailbox_open_up
󰶋md_mailbox_open_up_outline
󰶌md_mailbox_outline
󰶍md_mailbox_up
󰶎md_mailbox_up_outline
󱘊md_manjaro
󰍍md_map
󰺼md_map_check
󰺽md_map_check_outline
󰴞md_map_clock
󰴟md_map_clock_outline
󰨁md_map_legend
󰍎md_map_marker
󱣣md_map_marker_account
󱣤md_map_marker_account_outline
󰼅md_map_marker_alert
󰼆md_map_marker_alert_outline
󰲕md_map_marker_check
󱋻md_map_marker_check_outline
󰍏md_map_marker_circle
󰣰md_map_marker_distance
󱄂md_map_marker_down
󱋛md_map_marker_left
󱋝md_map_marker_left_outline
󰙐md_map_marker_minus
󱋹md_map_marker_minus_outline
󰍐md_map_marker_multiple
󱉷md_map_marker_multiple_outline
󰍑md_map_marker_off
󱋽md_map_marker_off_outline
󰟙md_map_marker_outline
󰴠md_map_marker_path
󰙑md_map_marker_plus
󱋸md_map_marker_plus_outline
󰼇md_map_marker_question
󰼈md_map_marker_question_outline
󰍒md_map_marker_radius
󱋼md_map_marker_radius_outline
󰼉md_map_marker_remove
󱋺md_map_marker_remove_outline
󰼊md_map_marker_remove_variant
󱋜md_map_marker_right
󱋞md_map_marker_right_outline
󱘈md_map_marker_star
󱘉md_map_marker_star_outline
󱄃md_map_marker_up
󰦁md_map_minus
󰦂md_map_outline
󰦃md_map_plus
󰦄md_map_search
󰦅md_map_search_outline
󰮪md_mapbox
󰍓md_margin
󰙒md_marker
󰷙md_marker_cancel
󰍕md_marker_check
󰫑md_mastodon
󰦆md_material_design
󰍗md_material_ui
󰍘md_math_compass
󰲖md_math_cos
󰿈md_math_integral
󰿉md_math_integral_box
󱂅md_math_log
󰿊md_math_norm
󰿋md_math_norm_box
󰲗md_math_sin
󰲘md_math_tan
󰘨md_matrix
󰦇md_medal
󱌦md_medal_outline
󰛯md_medical_bag
󱪸md_medical_cotton_swab
󱅻md_meditation
󰍛md_memory
󱟔md_menorah
󱟕md_menorah_fire
󰍜md_menu
󰍝md_menu_down
󰚶md_menu_down_outline
󰍞md_menu_left
󰨂md_menu_left_outline
󰮫md_menu_open
󰍟md_menu_right
󰨃md_menu_right_outline
󰩤md_menu_swap
󰩥md_menu_swap_outline
󰍠md_menu_up
󰚷md_menu_up_outline
󰽜md_merge
󰍡md_message
󰍢md_message_alert
󰨄md_message_alert_outline
󱋲md_message_arrow_left
󱋳md_message_arrow_left_outline
󱋴md_message_arrow_right
󱋵md_message_arrow_right_outline
󱥁md_message_badge
󱥂md_message_badge_outline
󱖬md_message_bookmark
󱖭md_message_bookmark_outline
󰚢md_message_bulleted
󰚣md_message_bulleted_off
󰛱md_message_cog
󱅲md_message_cog_outline
󰍣md_message_draw
󱧌md_message_fast
󱧍md_message_fast_outline
󱖩md_message_flash
󱖪md_message_flash_outline
󰍤md_message_image
󱅬md_message_image_outline
󰿌md_message_lock
󱅭md_message_lock_outline
󱅮md_message_minus
󱅯md_message_minus_outline
󱙍md_message_off
󱙎md_message_off_outline
󰍥md_message_outline
󰙓md_message_plus
󱂻md_message_plus_outline
󰍦md_message_processing
󱅰md_message_processing_outline
󱜺md_message_question
󱜻md_message_question_outline
󰍧md_message_reply
󱜽md_message_reply_outline
󰍨md_message_reply_text
󱜾md_message_reply_text_outline
󰛰md_message_settings
󱅱md_message_settings_outline
󰚚md_message_star
󱉐md_message_star_outline
󰍩md_message_text
󱅳md_message_text_clock
󱅴md_message_text_clock_outline
󱧎md_message_text_fast
󱧏md_message_text_fast_outline
󰿍md_message_text_lock
󱅵md_message_text_lock_outline
󰍪md_message_text_outline
󰍫md_message_video
󰘩md_meteor
󱩗md_meter_electric
󱩘md_meter_electric_outline
󱩙md_meter_gas
󱩚md_meter_gas_outline
󰟚md_metronome
󰟛md_metronome_tick
󰟜md_micro_sd
󰍬md_microphone
󰢳md_microphone_minus
󰍭md_microphone_off
󰍮md_microphone_outline
󰢴md_microphone_plus
󱦉md_microphone_question
󱦊md_microphone_question_outline
󰍯md_microphone_settings
󰍰md_microphone_variant
󰍱md_microphone_variant_off
󰙔md_microscope
󰍲md_microsoft
󱎎md_microsoft_access
󰠅md_microsoft_azure
󰿕md_microsoft_azure_devops
󰂤md_microsoft_bing
󰦈md_microsoft_dynamics_365
󰇩md_microsoft_edge
󱎏md_microsoft_excel
󰌀md_microsoft_internet_explorer
󰏆md_microsoft_office
󰏊md_microsoft_onedrive
󰝇md_microsoft_onenote
󰴢md_microsoft_outlook
󱎐md_microsoft_powerpoint
󱎑md_microsoft_sharepoint
󰊻md_microsoft_teams
󰘐md_microsoft_visual_studio
󰨞md_microsoft_visual_studio_code
󰖳md_microsoft_windows
󰨡md_microsoft_windows_classic
󱎒md_microsoft_word
󰖹md_microsoft_xbox
󰖺md_microsoft_xbox_controller
󰝋md_microsoft_xbox_controller_battery_alert
󰨢md_microsoft_xbox_controller_battery_charging
󰝌md_microsoft_xbox_controller_battery_empty
󰝍md_microsoft_xbox_controller_battery_full
󰝎md_microsoft_xbox_controller_battery_low
󰝏md_microsoft_xbox_controller_battery_medium
󰝐md_microsoft_xbox_controller_battery_unknown
󰹯md_microsoft_xbox_controller_menu
󰖻md_microsoft_xbox_controller_off
󰹰md_microsoft_xbox_controller_view
󰲙md_microwave
󱐣md_microwave_off
󰽝md_middleware
󰽞md_middleware_outline
󰣱md_midi
󰣲md_midi_port
󰷚md_mine
󰍳md_minecraft
󰨅md_mini_sd
󰨆md_minidisc
󰍴md_minus
󰍵md_minus_box
󱅁md_minus_box_multiple
󱅂md_minus_box_multiple_outline
󰛲md_minus_box_outline
󰍶md_minus_circle
󰍚md_minus_circle_multiple
󰫓md_minus_circle_multiple_outline
󱑙md_minus_circle_off
󱑚md_minus_circle_off_outline
󰍷md_minus_circle_outline
󰍸md_minus_network
󰲚md_minus_network_outline
󱘹md_minus_thick
󱇽md_mirror
󱞟md_mirror_rectangle
󱞠md_mirror_variant
󰶏md_mixed_martial_arts
󰡿md_mixed_reality
󰮬md_molecule
󱋾md_molecule_co
󰟤md_molecule_co2
󰍹md_monitor
󱩛md_monitor_account
󱧐md_monitor_arrow_down
󱧑md_monitor_arrow_down_variant
󰦉md_monitor_cellphone
󰦊md_monitor_cellphone_star
󰨇md_monitor_dashboard
󱋆md_monitor_edit
󱎴md_monitor_eye
󰷛md_monitor_lock
󰍺md_monitor_multiple
󰶐md_monitor_off
󰹑md_monitor_screenshot
󱒃md_monitor_share
󱄄md_monitor_shimmer
󱡶md_monitor_small
󰽟md_monitor_speaker
󰽠md_monitor_speaker_off
󰷜md_monitor_star
󰽡md_moon_first_quarter
󰽢md_moon_full
󰽣md_moon_last_quarter
󰽤md_moon_new
󰽥md_moon_waning_crescent
󰽦md_moon_waning_gibbous
󰽧md_moon_waxing_crescent
󰽨md_moon_waxing_gibbous
󱂆md_moped
󱖷md_moped_electric
󱖸md_moped_electric_outline
󱖹md_moped_outline
󰍻md_more
󱝈md_mortar_pestle
󰏱md_mortar_pestle_plus
󱠧md_mosque
󱌔md_mother_heart
󰴡md_mother_nurse
󱖲md_motion
󱖳md_motion_outline
󱖐md_motion_pause
󱖒md_motion_pause_outline
󱖏md_motion_play
󱖑md_motion_play_outline
󰶑md_motion_sensor
󱐵md_motion_sensor_off
󰍼md_motorbike
󱖺md_motorbike_electric
󰍽md_mouse
󰦋md_mouse_bluetooth
󱕐md_mouse_move_down
󱕑md_mouse_move_up
󱕒md_mouse_move_vertical
󰍾md_mouse_off
󰍿md_mouse_variant
󰎀md_mouse_variant_off
󰙕md_move_resize
󰙖md_move_resize_variant
󰎁md_movie
󱛳md_movie_check
󱛴md_movie_check_outline
󱛵md_movie_cog
󱛶md_movie_cog_outline
󱄢md_movie_edit
󱄣md_movie_edit_outline
󱄤md_movie_filter
󱄥md_movie_filter_outline
󱛷md_movie_minus
󱛸md_movie_minus_outline
󱛹md_movie_off
󱛺md_movie_off_outline
󰿎md_movie_open
󱛻md_movie_open_check
󱛼md_movie_open_check_outline
󱛽md_movie_open_cog
󱛾md_movie_open_cog_outline
󱛿md_movie_open_edit
󱜀md_movie_open_edit_outline
󱜁md_movie_open_minus
󱜂md_movie_open_minus_outline
󱜃md_movie_open_off
󱜄md_movie_open_off_outline
󰿏md_movie_open_outline
󱜅md_movie_open_play
󱜆md_movie_open_play_outline
󱜇md_movie_open_plus
󱜈md_movie_open_plus_outline
󱜉md_movie_open_remove
󱜊md_movie_open_remove_outline
󱜋md_movie_open_settings
󱜌md_movie_open_settings_outline
󱜍md_movie_open_star
󱜎md_movie_open_star_outline
󰷝md_movie_outline
󱜏md_movie_play
󱜐md_movie_play_outline
󱜑md_movie_plus
󱜒md_movie_plus_outline
󱜓md_movie_remove
󱜔md_movie_remove_outline
󰟞md_movie_roll
󱇒md_movie_search
󱇓md_movie_search_outline
󱜕md_movie_settings
󱜖md_movie_settings_outline
󱜗md_movie_star
󱜘md_movie_star_outline
󱙯md_mower
󱙰md_mower_bag
󰦌md_muffin
󱢓md_multicast
󰎂md_multiplication
󰎃md_multiplication_box
󰟟md_mushroom
󱏺md_mushroom_off
󱏻md_mushroom_off_outline
󰟠md_mushroom_outline
󰝚md_music
󰽩md_music_accidental_double_flat
󰽪md_music_accidental_double_sharp
󰽫md_music_accidental_flat
󰽬md_music_accidental_natural
󰽭md_music_accidental_sharp
󰎄md_music_box
󰌳md_music_box_multiple
󰼄md_music_box_multiple_outline
󰎅md_music_box_outline
󰎆md_music_circle
󰫔md_music_circle_outline
󰽮md_music_clef_alto
󰽯md_music_clef_bass
󰽰md_music_clef_treble
󰎈md_music_note
󰎈md_music_note
󰗾md_music_note_bluetooth
󰗿md_music_note_bluetooth_off
󰽱md_music_note_eighth_dotted
󰎉md_music_note_half
󰽲md_music_note_half_dotted
󰎊md_music_note_off
󰽳md_music_note_off_outline
󰽴md_music_note_outline
󰷞md_music_note_plus
󰎋md_music_note_quarter
󰽵md_music_note_quarter_dotted
󰎌md_music_note_sixteenth
󰽶md_music_note_sixteenth_dotted
󰎍md_music_note_whole
󰽷md_music_note_whole_dotted
󰝛md_music_off
󰽸md_music_rest_eighth
󰽹md_music_rest_half
󰽺md_music_rest_quarter
󰽻md_music_rest_sixteenth
󰽼md_music_rest_whole
󱗞md_mustache
󰷟md_nail
󰣳md_nas
󰢀md_nativescript
󰎎md_nature
󰎏md_nature_people
󰎐md_navigation
󱘇md_navigation_outline
󱣱md_navigation_variant_outline
󱣰md_near_me
󱣰md_near_me
󰼋md_necklace
󰎑md_needle
󱧒md_needle_off
󰝆md_netflix
󰛳md_network
󰲛md_network_off
󰲜md_network_off_outline
󰲝md_network_outline
󱫋md_network_pos
󰣴md_network_strength_1
󰣵md_network_strength_1_alert
󰣶md_network_strength_2
󰣷md_network_strength_2_alert
󰣸md_network_strength_3
󰣹md_network_strength_3_alert
󰣺md_network_strength_4
󰣻md_network_strength_4_alert
󱤚md_network_strength_4_cog
󰣼md_network_strength_off
󰣽md_network_strength_off_outline
󰣾md_network_strength_outline
󰎔md_new_box
󰎕md_newspaper
󱥃md_newspaper_check
󰼌md_newspaper_minus
󰼍md_newspaper_plus
󱥄md_newspaper_remove
󱀁md_newspaper_variant
󱀂md_newspaper_variant_multiple
󱀃md_newspaper_variant_multiple_outline
󱀄md_newspaper_variant_outline
󰎖md_nfc
󰹓md_nfc_search_variant
󰎗md_nfc_tap
󰎘md_nfc_variant
󰹔md_nfc_variant_off
󰝴md_ninja
󱎓md_nintendo_game_boy
󰟡md_nintendo_switch
󰖫md_nintendo_wii
󰜭md_nintendo_wiiu
󱄅md_nix
󰎙md_nodejs
󱅾md_noodles
󰦍md_not_equal
󰦎md_not_equal_variant
󰎚md_note
󱝽md_note_alert
󱝾md_note_alert_outline
󱝿md_note_check
󱞀md_note_check_outline
󱞁md_note_edit
󱞂md_note_edit_outline
󱙏md_note_minus
󱙐md_note_minus_outline
󰚸md_note_multiple
󰚹md_note_multiple_outline
󱞃md_note_off
󱞄md_note_off_outline
󰎛md_note_outline
󰎜md_note_plus
󰎝md_note_plus_outline
󱙑md_note_remove
󱙒md_note_remove_outline
󱙓md_note_search
󱙔md_note_search_outline
󰎞md_note_text
󱇗md_note_text_outline
󰠮md_notebook
󱓵md_notebook_check
󱓶md_notebook_check_outline
󱓧md_notebook_edit
󱓩md_notebook_edit_outline
󱨋md_notebook_heart
󱨌md_notebook_heart_outline
󱘐md_notebook_minus
󱘑md_notebook_minus_outline
󰹕md_notebook_multiple
󰺿md_notebook_outline
󱘒md_notebook_plus
󱘓md_notebook_plus_outline
󱘔md_notebook_remove
󱘕md_notebook_remove_outline
󰎟md_notification_clear_all
󰛷md_npm
󰚤md_nuke
󰟢md_null
󰎠md_numeric
󰎡md_numeric_0_box
󰼎md_numeric_0_box_multiple
󰎢md_numeric_0_box_multiple_outline
󰎣md_numeric_0_box_outline
󰬺md_numeric_1
󰎤md_numeric_1_box
󰼏md_numeric_1_box_multiple
󰎥md_numeric_1_box_multiple_outline
󰎦md_numeric_1_box_outline
󰲠md_numeric_1_circle
󰲡md_numeric_1_circle_outline
󰬻md_numeric_2
󰎧md_numeric_2_box
󰼐md_numeric_2_box_multiple
󰎨md_numeric_2_box_multiple_outline
󰎩md_numeric_2_box_outline
󰲢md_numeric_2_circle
󰲣md_numeric_2_circle_outline
󰬼md_numeric_3
󰎪md_numeric_3_box
󰼑md_numeric_3_box_multiple
󰎫md_numeric_3_box_multiple_outline
󰎬md_numeric_3_box_outline
󰲤md_numeric_3_circle
󰲥md_numeric_3_circle_outline
󰬽md_numeric_4
󰎭md_numeric_4_box
󰼒md_numeric_4_box_multiple
󰎲md_numeric_4_box_multiple_outline
󰎮md_numeric_4_box_outline
󰲦md_numeric_4_circle
󰲧md_numeric_4_circle_outline
󰬾md_numeric_5
󰎱md_numeric_5_box
󰼓md_numeric_5_box_multiple
󰎯md_numeric_5_box_multiple_outline
󰎰md_numeric_5_box_outline
󰲨md_numeric_5_circle
󰲩md_numeric_5_circle_outline
󰬿md_numeric_6
󰎳md_numeric_6_box
󰼔md_numeric_6_box_multiple
󰎴md_numeric_6_box_multiple_outline
󰎵md_numeric_6_box_outline
󰲪md_numeric_6_circle
󰲫md_numeric_6_circle_outline
󰭀md_numeric_7
󰎶md_numeric_7_box
󰼕md_numeric_7_box_multiple
󰎷md_numeric_7_box_multiple_outline
󰎸md_numeric_7_box_outline
󰲬md_numeric_7_circle
󰲭md_numeric_7_circle_outline
󰭁md_numeric_8
󰎹md_numeric_8_box
󰼖md_numeric_8_box_multiple
󰎺md_numeric_8_box_multiple_outline
󰎻md_numeric_8_box_outline
󰲮md_numeric_8_circle
󰲯md_numeric_8_circle_outline
󰭂md_numeric_9
󰎼md_numeric_9_box
󰼗md_numeric_9_box_multiple
󰎽md_numeric_9_box_multiple_outline
󰎾md_numeric_9_box_outline
󰲰md_numeric_9_circle
󰲱md_numeric_9_circle_outline
󰿮md_numeric_9_plus
󰎿md_numeric_9_plus_box
󰼘md_numeric_9_plus_box_multiple
󰏀md_numeric_9_plus_box_multiple_outline
󰏁md_numeric_9_plus_box_outline
󰲲md_numeric_9_plus_circle
󰲳md_numeric_9_plus_circle_outline
󰿩md_numeric_10
󰽽md_numeric_10_box
󰿪md_numeric_10_box_multiple
󰿫md_numeric_10_box_multiple_outline
󰽾md_numeric_10_box_outline
󰿬md_numeric_10_circle
󰿭md_numeric_10_circle_outline
󱁒md_numeric_negative_1
󱧓md_numeric_off
󱗋md_numeric_positive_1
󰛸md_nut
󰏂md_nutrition
󱄆md_nuxt
󰙼md_oar
󰷠md_ocarina
󱋩md_oci
󱄺md_ocr
󰏃md_octagon
󰏄md_octagon_outline
󰛹md_octagram
󰝵md_octagram_outline
󱥐md_octahedron
󱥑md_octahedron_off
󰏅md_odnoklassniki
󱈛md_offer
󰦑md_office_building
󱥉md_office_building_cog
󱥊md_office_building_cog_outline
󱔠md_office_building_marker
󱔡md_office_building_marker_outline
󱔟md_office_building_outline
󰏇md_oil
󰼙md_oil_lamp
󱁓md_oil_level
󰿸md_oil_temperature
󰥳md_om
󰏉md_omega
󰮭md_one_up
󰢁md_onepassword
󰗌md_opacity
󰏋md_open_in_app
󰏌md_open_in_new
󰮮md_open_source_initiative
󰏍md_openid
󰏎md_opera
󰀘md_orbit
󱗛md_orbit_variant
󰈍md_order_alphabetical_ascending
󰴇md_order_alphabetical_descending
󰊾md_order_bool_ascending
󰦏md_order_bool_ascending_variant
󱎄md_order_bool_descending
󰦐md_order_bool_descending_variant
󰕅md_order_numeric_ascending
󰕆md_order_numeric_descending
󰭃md_origin
󰏏md_ornament
󰏐md_ornament_variant
󱁔md_outdoor_lamp
󱀅md_overscan
󰏒md_owl
󰮯md_pac_man
󰏓md_package
󰏔md_package_down
󰏕md_package_up
󰏖md_package_variant
󰏗md_package_variant_closed
󱧔md_package_variant_closed_minus
󱧕md_package_variant_closed_plus
󱧖md_package_variant_closed_remove
󱧗md_package_variant_minus
󱧘md_package_variant_plus
󱧙md_package_variant_remove
󰘀md_page_first
󰘁md_page_last
󰛺md_page_layout_body
󰛻md_page_layout_footer
󰛼md_page_layout_header
󰽿md_page_layout_header_footer
󰛽md_page_layout_sidebar_left
󰛾md_page_layout_sidebar_right
󰮰md_page_next
󰮱md_page_next_outline
󰮲md_page_previous
󰮳md_page_previous_outline
󱐗md_pail
󱐷md_pail_minus
󱐼md_pail_minus_outline
󱐹md_pail_off
󱐾md_pail_off_outline
󱐺md_pail_outline
󱐶md_pail_plus
󱐻md_pail_plus_outline
󱐸md_pail_remove
󱐽md_pail_remove_outline
󰏘md_palette
󰏙md_palette_advanced
󰸌md_palette_outline
󰢵md_palette_swatch
󱍜md_palette_swatch_outline
󱥚md_palette_swatch_variant
󱁕md_palm_tree
󰮴md_pan
󰮵md_pan_bottom_left
󰮶md_pan_bottom_right
󰮷md_pan_down
󰮸md_pan_horizontal
󰮹md_pan_left
󰮺md_pan_right
󰮻md_pan_top_left
󰮼md_pan_top_right
󰮽md_pan_up
󰮾md_pan_vertical
󰏚md_panda
󰏛md_pandora
󰏜md_panorama
󰏝md_panorama_fisheye
󱤨md_panorama_horizontal
󰏞md_panorama_horizontal_outline
󱦌md_panorama_outline
󱦍md_panorama_sphere
󱦎md_panorama_sphere_outline
󱦏md_panorama_variant
󱦐md_panorama_variant_outline
󱤩md_panorama_vertical
󰏟md_panorama_vertical_outline
󱥟md_panorama_wide_angle
󰏠md_panorama_wide_angle_outline
󰏡md_paper_cut_vertical
󱅗md_paper_roll
󱅘md_paper_roll_outline
󰏢md_paperclip
󱫆md_paperclip_check
󱧚md_paperclip_lock
󱫇md_paperclip_minus
󱫈md_paperclip_off
󱫉md_paperclip_plus
󱫊md_paperclip_remove
󰲴md_parachute
󰲵md_parachute_outline
󱝅md_paragliding
󰏣md_parking
󱁖md_party_popper
󰟣md_passport
󰷡md_passport_biometric
󱅠md_pasta
󰾀md_patio_heater
󰢂md_patreon
󰏤md_pause
󰏥md_pause_circle
󰏦md_pause_circle_outline
󰏧md_pause_octagon
󰏨md_pause_octagon_outline
󰏩md_paw
󰙗md_paw_off
󱙶md_paw_off_outline
󱙵md_paw_outline
󰢄md_peace
󰿼md_peanut
󰿽md_peanut_off
󰿿md_peanut_off_outline
󰿾md_peanut_outline
󰏪md_pen
󰷢md_pen_lock
󰷣md_pen_minus
󰷤md_pen_off
󰷥md_pen_plus
󰷦md_pen_remove
󰏫md_pencil
󰏬md_pencil_box
󱅄md_pencil_box_multiple
󱅅md_pencil_box_multiple_outline
󰏭md_pencil_box_outline
󰛿md_pencil_circle
󰝶md_pencil_circle_outline
󰏮md_pencil_lock
󰷧md_pencil_lock_outline
󰷨md_pencil_minus
󰷩md_pencil_minus_outline
󰏯md_pencil_off
󰷪md_pencil_off_outline
󰲶md_pencil_outline
󰷫md_pencil_plus
󰷬md_pencil_plus_outline
󰷭md_pencil_remove
󰷮md_pencil_remove_outline
󱍓md_pencil_ruler
󰻀md_penguin
󰜁md_pentagon
󰜀md_pentagon_outline
󱙧md_pentagram
󰏰md_percent
󱨂md_percent_box
󱨃md_percent_box_outline
󱨄md_percent_circle
󱨅md_percent_circle_outline
󱉸md_percent_outline
󰢶md_periodic_table
󰴣md_perspective_less
󰴤md_perspective_more
󱟅md_ph
󰏲md_phone
󰼚md_phone_alert
󱆎md_phone_alert_outline
󰏳md_phone_bluetooth
󱆏md_phone_bluetooth_outline
󱂼md_phone_cancel
󱆐md_phone_cancel_outline
󱆩md_phone_check
󱆪md_phone_check_outline
󰘂md_phone_classic
󱉹md_phone_classic_off
󱧛md_phone_clock
󱕙md_phone_dial
󱕚md_phone_dial_outline
󰏴md_phone_forward
󱆑md_phone_forward_outline
󰏵md_phone_hangup
󱆒md_phone_hangup_outline
󰏶md_phone_in_talk
󱆂md_phone_in_talk_outline
󰏷md_phone_incoming
󱆓md_phone_incoming_outline
󰏸md_phone_lock
󱆔md_phone_lock_outline
󰏹md_phone_log
󱆕md_phone_log_outline
󱆖md_phone_message
󱆗md_phone_message_outline
󰙘md_phone_minus
󱆘md_phone_minus_outline
󰏺md_phone_missed
󱆥md_phone_missed_outline
󰷯md_phone_off
󱆦md_phone_off_outline
󰏻md_phone_outgoing
󱆙md_phone_outgoing_outline
󰷰md_phone_outline
󰏼md_phone_paused
󱆚md_phone_paused_outline
󰙙md_phone_plus
󱆛md_phone_plus_outline
󱦓md_phone_refresh
󱦔md_phone_refresh_outline
󱔯md_phone_remove
󱔰md_phone_remove_outline
󰠯md_phone_return
󱆜md_phone_return_outline
󱆫md_phone_ring
󱆬md_phone_ring_outline
󰢅md_phone_rotate_landscape
󰢆md_phone_rotate_portrait
󰏽md_phone_settings
󱆝md_phone_settings_outline
󱦕md_phone_sync
󱦖md_phone_sync_outline
󰏾md_phone_voip
󰏿md_pi
󰐀md_pi_box
󰷱md_pi_hole
󰙽md_piano
󰚘md_piano_off
󰢷md_pickaxe
󰹗md_picture_in_picture_bottom_right
󰹘md_picture_in_picture_bottom_right_outline
󰹙md_picture_in_picture_top_right
󰹚md_picture_in_picture_top_right_outline
󰢇md_pier
󰢈md_pier_crane
󰐁md_pig
󱀆md_pig_variant
󱙸md_pig_variant_outline
󱀇md_piggy_bank
󱙹md_piggy_bank_outline
󰐂md_pill
󱩜md_pill_off
󰜂md_pillar
󰐃md_pin
󰐄md_pin_off
󰤰md_pin_off_outline
󰤱md_pin_outline
󰐅md_pine_tree
󰐆md_pine_tree_box
󱐚md_pine_tree_fire
󰐇md_pinterest
󰫕md_pinwheel
󰫖md_pinwheel_outline
󰟥md_pipe
󰟦md_pipe_disconnected
󰢉md_pipe_leak
󱡍md_pipe_valve
󱍔md_pipe_wrench
󰨈md_pirate
󰜃md_pistol
󰢊md_piston
󱕓md_pitchfork
󰐉md_pizza
󰐊md_play
󱉺md_play_box
󱨖md_play_box_lock
󱨗md_play_box_lock_open
󱨘md_play_box_lock_open_outline
󱨙md_play_box_lock_outline
󰴙md_play_box_multiple
󱏦md_play_box_multiple_outline
󰐋md_play_box_outline
󰐌md_play_circle
󰐍md_play_circle_outline
󰢋md_play_network
󰲷md_play_network_outline
󰼛md_play_outline
󰐎md_play_pause
󰐏md_play_protected_content
󰣿md_play_speed
󰗇md_playlist_check
󰤀md_playlist_edit
󰐐md_playlist_minus
󰲸md_playlist_music
󰲹md_playlist_music_outline
󰐑md_playlist_play
󰐒md_playlist_plus
󰐓md_playlist_remove
󰷲md_playlist_star
󰚺md_plex
󱦤md_pliers
󰐕md_plus
󰐖md_plus_box
󰌴md_plus_box_multiple
󱅃md_plus_box_multiple_outline
󰜄md_plus_box_outline
󰐗md_plus_circle
󰍌md_plus_circle_multiple
󰐘md_plus_circle_multiple_outline
󰐙md_plus_circle_outline
󱩝md_plus_lock
󱩞md_plus_lock_open
󰦒md_plus_minus
󰦓md_plus_minus_box
󱓉md_plus_minus_variant
󰐚md_plus_network
󰲺md_plus_network_outline
󰜅md_plus_outline
󱇬md_plus_thick
󰦔md_podcast
󰴥md_podium
󰴦md_podium_bronze
󰴧md_podium_gold
󰴨md_podium_silver
󰶒md_point_of_sale
󰐝md_pokeball
󰨉md_pokemon_go
󰠰md_poker_chip
󰐞md_polaroid
󱅧md_police_badge
󱅨md_police_badge_outline
󱠹md_police_station
󰐟md_poll
󱓃md_polo
󰐡md_polymer
󰘆md_pool
󱩟md_pool_thermometer
󰐢md_popcorn
󱀈md_post
󱩠md_post_lamp
󱀉md_post_outline
󰲻md_postage_stamp
󰋥md_pot
󰙛md_pot_mix
󰙷md_pot_mix_outline
󰋿md_pot_outline
󰙚md_pot_steam
󰌦md_pot_steam_outline
󰐣md_pound
󰐤md_pound_box
󱅿md_pound_box_outline
󰐥md_power
󰤁md_power_cycle
󰤂md_power_off
󰤃md_power_on
󰚥md_power_plug
󰚦md_power_plug_off
󱐤md_power_plug_off_outline
󱐥md_power_plug_outline
󰐦md_power_settings
󰤄md_power_sleep
󰐧md_power_socket
󰤅md_power_socket_au
󰾳md_power_socket_ch
󱄇md_power_socket_de
󰟧md_power_socket_eu
󱄈md_power_socket_fr
󱓿md_power_socket_it
󱄉md_power_socket_jp
󰟨md_power_socket_uk
󰟩md_power_socket_us
󰤆md_power_standby
󰨊md_powershell
󰜆md_prescription
󰐨md_presentation
󰐩md_presentation_play
󱕢md_pretzel
󰐪md_printer
󰐫md_printer_3d
󰹛md_printer_3d_nozzle
󱇀md_printer_3d_nozzle_alert
󱇁md_printer_3d_nozzle_alert_outline
󱢸md_printer_3d_nozzle_heat
󱢹md_printer_3d_nozzle_heat_outline
󰹜md_printer_3d_nozzle_outline
󰐬md_printer_alert
󱅆md_printer_check
󱑘md_printer_eye
󰹝md_printer_off
󱞅md_printer_off_outline
󱞆md_printer_outline
󱁗md_printer_pos
󱑗md_printer_search
󰜇md_printer_settings
󰨋md_printer_wireless
󰘃md_priority_high
󰘄md_priority_low
󰐭md_professional_hexagon
󰲼md_progress_alert
󰦕md_progress_check
󰦖md_progress_clock
󱄊md_progress_close
󰦗md_progress_download
󱞇md_progress_pencil
󱔢md_progress_question
󱞈md_progress_star
󰦘md_progress_upload
󰲽md_progress_wrench
󰐮md_projector
󱨣md_projector_off
󰐯md_projector_screen
󱠍md_projector_screen_off
󱠎md_projector_screen_off_outline
󱜤md_projector_screen_outline
󱠏md_projector_screen_variant
󱠐md_projector_screen_variant_off
󱠑md_projector_screen_variant_off_outline
󱠒md_projector_screen_variant_outline
󱍗md_propane_tank
󱍘md_propane_tank_outline
󰿘md_protocol
󰚧md_publish
󱥅md_publish_off
󰐰md_pulse
󱐂md_pump
󰮿md_pumpkin
󰼜md_purse
󰼝md_purse_outline
󰐱md_puzzle
󱐦md_puzzle_check
󱐧md_puzzle_check_outline
󱓓md_puzzle_edit
󱓙md_puzzle_edit_outline
󱓔md_puzzle_heart
󱓚md_puzzle_heart_outline
󱓑md_puzzle_minus
󱓗md_puzzle_minus_outline
󰩦md_puzzle_outline
󱓐md_puzzle_plus
󱓖md_puzzle_plus_outline
󱓒md_puzzle_remove
󱓘md_puzzle_remove_outline
󱓕md_puzzle_star
󱓛md_puzzle_star_outline
󱥒md_pyramid
󱥓md_pyramid_off
󰦙md_qi
󰘅md_qqchat
󰐲md_qrcode
󰢸md_qrcode_edit
󱆌md_qrcode_minus
󱆋md_qrcode_plus
󱆍md_qrcode_remove
󰐳md_qrcode_scan
󰐴md_quadcopter
󰐵md_quality_high
󰨌md_quality_low
󰨍md_quality_medium
󰴩md_quora
󰤇md_rabbit
󱩡md_rabbit_variant
󱩢md_rabbit_variant_outline
󰶓md_racing_helmet
󰶔md_racquetball
󰐷md_radar
󰐸md_radiator
󰫗md_radiator_disabled
󰫘md_radiator_off
󰐹md_radio
󰲾md_radio_am
󰲿md_radio_fm
󰐺md_radio_handheld
󱈜md_radio_off
󰐻md_radio_tower
󰐼md_radioactive
󱡝md_radioactive_circle
󱡞md_radioactive_circle_outline
󰻁md_radioactive_off
󰐾md_radiobox_marked
󱓅md_radiology_box
󱓆md_radiology_box_outline
󰳀md_radius
󰳁md_radius_outline
󰼞md_railroad_light
󱕄md_rake
󰐿md_raspberry_pi
󱨏md_raw
󱨐md_raw_off
󰑀md_ray_end
󰑁md_ray_end_arrow
󰑂md_ray_start
󰑃md_ray_start_arrow
󰑄md_ray_start_end
󱗘md_ray_start_vertex_end
󰑅md_ray_vertex
󱦗md_razor_double_edge
󱦘md_razor_single_edge
󰜈md_react
󰑇md_read
󰑉md_receipt
󱧜md_receipt_outline
󱩣md_receipt_text_check
󱩤md_receipt_text_check_outline
󱩥md_receipt_text_minus
󱩦md_receipt_text_minus_outline
󱩧md_receipt_text_plus
󱩨md_receipt_text_plus_outline
󱩩md_receipt_text_remove
󱩪md_receipt_text_remove_outline
󰑊md_record
󰻂md_record_circle
󰻃md_record_circle_outline
󰦚md_record_player
󰑋md_record_rec
󰹞md_rectangle
󰹟md_rectangle_outline
󰑌md_recycle
󱎝md_recycle_variant
󰑍md_reddit
󱄛md_redhat
󰑎md_redo
󰑏md_redo_variant
󰨎md_reflect_horizontal
󰨏md_reflect_vertical
󰑐md_refresh
󱣲md_refresh_auto
󱍷md_refresh_circle
󰑑md_regex
󰩧md_registered_trademark
󱖈md_reiterate
󱒖md_relation_many_to_many
󱒗md_relation_many_to_one
󱒘md_relation_many_to_one_or_many
󱒙md_relation_many_to_only_one
󱒚md_relation_many_to_zero_or_many
󱒛md_relation_many_to_zero_or_one
󱒜md_relation_one_or_many_to_many
󱒝md_relation_one_or_many_to_one
󱒞md_relation_one_or_many_to_one_or_many
󱒟md_relation_one_or_many_to_only_one
󱒠md_relation_one_or_many_to_zero_or_many
󱒡md_relation_one_or_many_to_zero_or_one
󱒢md_relation_one_to_many
󱒣md_relation_one_to_one
󱒤md_relation_one_to_one_or_many
󱒥md_relation_one_to_only_one
󱒦md_relation_one_to_zero_or_many
󱒧md_relation_one_to_zero_or_one
󱒨md_relation_only_one_to_many
󱒩md_relation_only_one_to_one
󱒪md_relation_only_one_to_one_or_many
󱒫md_relation_only_one_to_only_one
󱒬md_relation_only_one_to_zero_or_many
󱒭md_relation_only_one_to_zero_or_one
󱒮md_relation_zero_or_many_to_many
󱒯md_relation_zero_or_many_to_one
󱒰md_relation_zero_or_many_to_one_or_many
󱒱md_relation_zero_or_many_to_only_one
󱒲md_relation_zero_or_many_to_zero_or_many
󱒳md_relation_zero_or_many_to_zero_or_one
󱒴md_relation_zero_or_one_to_many
󱒵md_relation_zero_or_one_to_one
󱒶md_relation_zero_or_one_to_one_or_many
󱒷md_relation_zero_or_one_to_only_one
󱒸md_relation_zero_or_one_to_zero_or_many
󱒹md_relation_zero_or_one_to_zero_or_one
󰑒md_relative_scale
󰑓md_reload
󱄋md_reload_alert
󰢌md_reminder
󰑔md_remote
󰢹md_remote_desktop
󰻄md_remote_off
󰻅md_remote_tv
󰻆md_remote_tv_off
󰑕md_rename_box
󰚈md_reorder_horizontal
󰚉md_reorder_vertical
󰑖md_repeat
󰑗md_repeat_off
󰑘md_repeat_once
󰕇md_repeat_variant
󰑙md_replay
󰑚md_reply
󰑛md_reply_all
󰼟md_reply_all_outline
󱆮md_reply_circle
󰼠md_reply_outline
󰑜md_reproduction
󰭄md_resistor
󰭅md_resistor_nodes
󰩨md_resize
󰑝md_resize_bottom_right
󰑞md_responsive
󰜉md_restart
󱄌md_restart_alert
󰶕md_restart_off
󰦛md_restore
󱄍md_restore_alert
󰑟md_rewind
󱇹md_rewind_5
󰴪md_rewind_10
󱥆md_rewind_15
󰶖md_rewind_30
󱘌md_rewind_60
󰜊md_rewind_outline
󰜋md_rhombus
󰨐md_rhombus_medium
󱓜md_rhombus_medium_outline
󰜌md_rhombus_outline
󰨑md_rhombus_split
󱓝md_rhombus_split_outline
󰑠md_ribbon
󰟪md_rice
󱖻md_rickshaw
󱖼md_rickshaw_electric
󰟫md_ring
󰹠md_rivet
󰑡md_road
󰑢md_road_variant
󱁘md_robber
󰚩md_robot
󱚝md_robot_angry
󱚞md_robot_angry_outline
󱚟md_robot_confused
󱚠md_robot_confused_outline
󱚡md_robot_dead
󱚢md_robot_dead_outline
󱚣md_robot_excited
󱚤md_robot_excited_outline
󱜙md_robot_happy
󱜚md_robot_happy_outline
󰭆md_robot_industrial
󱨚md_robot_industrial_outline
󱚥md_robot_love
󱚦md_robot_love_outline
󱇷md_robot_mower
󱇳md_robot_mower_outline
󱚧md_robot_off
󱙻md_robot_off_outline
󱙺md_robot_outline
󰜍md_robot_vacuum
󰤈md_robot_vacuum_variant
󰑣md_rocket
󱓞md_rocket_launch
󱓟md_rocket_launch_outline
󱎯md_rocket_outline
󱌧md_rodent
󱩫md_roller_shade
󱩬md_roller_shade_closed
󰴫md_roller_skate
󰅅md_roller_skate_off
󰴬md_rollerblade
󰀮md_rollerblade_off
󰯀md_rollupjs
󱪹md_rolodex
󱪺md_rolodex_outline
󱂉md_roman_numeral_2
󱂊md_roman_numeral_3
󱂋md_roman_numeral_4
󱂍md_roman_numeral_6
󱂎md_roman_numeral_7
󱂏md_roman_numeral_8
󱂐md_roman_numeral_9
󰢍md_room_service
󰶗md_room_service_outline
󱦙md_rotate_360
󰻇md_rotate_3d
󰑤md_rotate_3d_variant
󰑥md_rotate_left
󰑦md_rotate_left_variant
󰶘md_rotate_orbit
󰑧md_rotate_right
󰑨md_rotate_right_variant
󰘇md_rounded_corner
󱇢md_router
󱂇md_router_network
󰑩md_router_wireless
󱖣md_router_wireless_off
󰩩md_router_wireless_settings
󰑪md_routes
󱁙md_routes_clock
󰘈md_rowing
󰑫md_rss
󰑬md_rss_box
󰼡md_rss_off
󱑵md_rug
󰶙md_rugby
󰑭md_ruler
󰳂md_ruler_square
󰺾md_ruler_square_compass
󰜎md_run
󰑮md_run_fast
󱇔md_rv_truck
󰴮md_sack
󰴯md_sack_percent
󰩪md_safe
󱉼md_safe_square
󱉽md_safe_square_outline
󰴰md_safety_goggles
󰻈md_sail_boat
󱫯md_sail_boat_sink
󰑯md_sale
󱨆md_sale_outline
󰢎md_salesforce
󰟬md_sass
󰑰md_satellite
󰤉md_satellite_uplink
󰑱md_satellite_variant
󰢺md_sausage
󱞉md_sausage_off
󰹡md_saw_blade
󱑺md_sawtooth_wave
󰘉md_saxophone
󰑲md_scale
󰗑md_scale_balance
󰑳md_scale_bathroom
󱁚md_scale_off
󱦸md_scale_unbalanced
󱏘md_scan_helper
󰚫md_scanner
󰤊md_scanner_off
󰻉md_scatter_plot
󰻊md_scatter_plot_outline
󱥘md_scent
󱥙md_scent_off
󰑴md_school
󱆀md_school_outline
󰩫md_scissors_cutting
󱖽md_scooter
󱖾md_scooter_electric
󱉾md_scoreboard
󱉿md_scoreboard_outline
󰑵md_screen_rotation
󰑸md_screen_rotation_lock
󰷳md_screw_flat_top
󰷴md_screw_lag
󰷵md_screw_machine_flat_top
󰷶md_screw_machine_round_top
󰷷md_screw_round_top
󰑶md_screwdriver
󰯁md_script
󰑷md_script_outline
󰯂md_script_text
󱜥md_script_text_key
󱜦md_script_text_key_outline
󰯃md_script_text_outline
󱜧md_script_text_play
󱜨md_script_text_play_outline
󰑹md_sd
󰑺md_seal
󰿙md_seal_variant
󰜏md_search_web
󰳃md_seat
󰑻md_seat_flat
󰑼md_seat_flat_angled
󰑽md_seat_individual_suite
󰑾md_seat_legroom_extra
󰑿md_seat_legroom_normal
󰒀md_seat_legroom_reduced
󰳄md_seat_outline
󱉉md_seat_passenger
󰒁md_seat_recline_extra
󰒂md_seat_recline_normal
󰳅md_seatbelt
󰒃md_security
󰒄md_security_network
󰹢md_seed
󱏽md_seed_off
󱏾md_seed_off_outline
󰹣md_seed_outline
󱩭md_seed_plus
󱩮md_seed_plus_outline
󱖤md_seesaw
󰻋md_segment
󰒅md_select
󰒆md_select_all
󰴱md_select_color
󰫙md_select_compare
󰩬md_select_drag
󰾂md_select_group
󰒇md_select_inverse
󱊀md_select_marker
󱊁md_select_multiple
󱊂md_select_multiple_marker
󰒈md_select_off
󰿚md_select_place
󱟁md_select_remove
󱈄md_select_search
󰒉md_selection
󰩭md_selection_drag
󰴲md_selection_ellipse
󰼢md_selection_ellipse_arrow_inside
󱟂md_selection_ellipse_remove
󱊃md_selection_marker
󱊅md_selection_multiple
󱊄md_selection_multiple_marker
󰝷md_selection_off
󱟃md_selection_remove
󱈅md_selection_search
󱌖md_semantic_web
󰒊md_send
󱅡md_send_check
󱅢md_send_check_outline
󰷸md_send_circle
󰷹md_send_circle_outline
󱅣md_send_clock
󱅤md_send_clock_outline
󰟭md_send_lock
󱅦md_send_lock_outline
󱅥md_send_outline
󰙜md_serial_port
󰒋md_server
󰒌md_server_minus
󰒍md_server_network
󰒎md_server_network_off
󰒏md_server_off
󰒐md_server_plus
󰒑md_server_remove
󰒒md_server_security
󰝸md_set_all
󰝹md_set_center
󰝺md_set_center_right
󰝻md_set_left
󰝼md_set_left_center
󰝽md_set_left_right
󱓠md_set_merge
󰝾md_set_none
󰝿md_set_right
󱓡md_set_split
󱑝md_set_square
󰦟md_set_top_box
󰩮md_settings_helper
󱄎md_shaker
󱄏md_shaker_outline
󰠱md_shape
󰙝md_shape_circle_plus
󰠲md_shape_outline
󱇺md_shape_oval_plus
󰒕md_shape_plus
󰙞md_shape_polygon_plus
󰙟md_shape_rectangle_plus
󰙠md_shape_square_plus
󱓺md_shape_square_rounded_plus
󰒖md_share
󱇴md_share_all
󱇵md_share_all_outline
󱆭md_share_circle
󰼣md_share_off
󰼤md_share_off_outline
󰤲md_share_outline
󰒗md_share_variant
󱔔md_share_variant_outline
󱢺md_shark
󱙳md_shark_fin
󱙴md_shark_fin_outline
󱢻md_shark_off
󰳆md_sheep
󰒘md_shield
󰢏md_shield_account
󰨒md_shield_account_outline
󱖧md_shield_account_variant
󱖨md_shield_account_variant_outline
󰚻md_shield_airplane
󰳇md_shield_airplane_outline
󰻌md_shield_alert
󰻍md_shield_alert_outline
󱏚md_shield_bug
󱏛md_shield_bug_outline
󰾃md_shield_car
󰕥md_shield_check
󰳈md_shield_check_outline
󰳉md_shield_cross
󰳊md_shield_cross_outline
󱢼md_shield_crown
󱢽md_shield_crown_outline
󱆠md_shield_edit
󱆡md_shield_edit_outline
󱍠md_shield_half
󰞀md_shield_half_full
󰚊md_shield_home
󰳋md_shield_home_outline
󰯄md_shield_key
󰯅md_shield_key_outline
󰴳md_shield_link_variant
󰴴md_shield_link_variant_outline
󰦝md_shield_lock
󱦚md_shield_lock_open
󱦛md_shield_lock_open_outline
󰳌md_shield_lock_outline
󱠨md_shield_moon
󱠩md_shield_moon_outline
󰦞md_shield_off
󰦜md_shield_off_outline
󰒙md_shield_outline
󰫚md_shield_plus
󰫛md_shield_plus_outline
󰂪md_shield_refresh
󰇠md_shield_refresh_outline
󰫜md_shield_remove
󰫝md_shield_remove_outline
󰶚md_shield_search
󱄻md_shield_star
󱄼md_shield_star_outline
󱁝md_shield_sun
󱁞md_shield_sun_outline
󱢾md_shield_sword
󱢿md_shield_sword_outline
󱆢md_shield_sync
󱆣md_shield_sync_outline
󱕅md_shimmer
󰠳md_ship_wheel
󱡎md_shipping_pallet
󱗊md_shoe_ballet
󱗇md_shoe_cleat
󰭇md_shoe_formal
󰭈md_shoe_heel
󰷺md_shoe_print
󱗈md_shoe_sneaker
󰒚md_shopping
󰒛md_shopping_music
󱇕md_shopping_outline
󰾄md_shopping_search
󱩯md_shopping_search_outline
󱓹md_shore
󰜐md_shovel
󰜑md_shovel_off
󰦠md_shower
󰦡md_shower_head
󰒜md_shredder
󰒝md_shuffle
󰒞md_shuffle_disabled
󰒟md_shuffle_variant
󱍿md_shuriken
󱣀md_sickle
󰒠md_sigma
󰘫md_sigma_lower
󰒡md_sign_caution
󰞁md_sign_direction
󱀀md_sign_direction_minus
󰿜md_sign_direction_plus
󰿝md_sign_direction_remove
󱓸md_sign_pole
󱄘md_sign_real_estate
󰞂md_sign_text
󰒢md_signal
󰜒md_signal_2g
󰜓md_signal_3g
󰜔md_signal_4g
󰩯md_signal_5g
󰢼md_signal_cellular_1
󰢽md_signal_cellular_2
󰢾md_signal_cellular_3
󰢿md_signal_cellular_outline
󰹤md_signal_distance_variant
󰜕md_signal_hspa
󰜖md_signal_hspa_plus
󰞃md_signal_off
󰘊md_signal_variant
󰷻md_signature
󰷼md_signature_freehand
󰷽md_signature_image
󰷾md_signature_text
󰭉md_silo
󰒣md_silverware
󰿞md_silverware_clean
󰒤md_silverware_fork
󰩰md_silverware_fork_knife
󰒥md_silverware_spoon
󰒦md_silverware_variant
󰒧md_sim
󰒨md_sim_alert
󱗓md_sim_alert_outline
󰒩md_sim_off
󱗔md_sim_off_outline
󱗕md_sim_outline
󱌝md_simple_icons
󰫟md_sina_weibo
󰥛md_sine_wave
󰒪md_sitemap
󱦜md_sitemap_outline
󱎥md_size_m
󱎤md_size_s
󱎧md_size_xl
󱎣md_size_xs
󱎨md_size_xxl
󱎢md_size_xxs
󱎩md_size_xxxl
󰴵md_skate
󰚙md_skate_off
󱓂md_skateboard
󰔁md_skateboarding
󰴶md_skew_less
󰴷md_skew_more
󱌄md_ski
󱌅md_ski_cross_country
󱌆md_ski_water
󰒫md_skip_backward
󰼥md_skip_backward_outline
󰒬md_skip_forward
󰼦md_skip_forward_outline
󰒭md_skip_next
󰙡md_skip_next_circle
󰙢md_skip_next_circle_outline
󰼧md_skip_next_outline
󰒮md_skip_previous
󰙣md_skip_previous_circle
󰙤md_skip_previous_circle_outline
󰼨md_skip_previous_outline
󰚌md_skull
󰯆md_skull_crossbones
󰯇md_skull_crossbones_outline
󰯈md_skull_outline
󱓇md_skull_scan
󱓈md_skull_scan_outline
󰒯md_skype
󰒰md_skype_business
󰒱md_slack
󰿟md_slash_forward
󰿠md_slash_forward_box
󰐛md_sledding
󰒲md_sleep
󰒳md_sleep_off
󱖥md_slide
󰷿md_slope_downhill
󰸀md_slope_uphill
󱄔md_slot_machine
󱄕md_slot_machine_outline
󱂽md_smart_card
󱣷md_smart_card_off
󱣸md_smart_card_off_outline
󱂾md_smart_card_outline
󱂿md_smart_card_reader
󱃀md_smart_card_reader_outline
󰩱md_smog
󱞙md_smoke
󰎒md_smoke_detector
󱤮md_smoke_detector_alert
󱤯md_smoke_detector_alert_outline
󱠉md_smoke_detector_off
󱠊md_smoke_detector_off_outline
󱠈md_smoke_detector_outline
󱠋md_smoke_detector_variant
󱤰md_smoke_detector_variant_alert
󱠌md_smoke_detector_variant_off
󰒴md_smoking
󰒵md_smoking_off
󱐍md_smoking_pipe
󱐨md_smoking_pipe_off
󱙷md_snail
󱔎md_snake
󰒶md_snapchat
󱌇md_snowboard
󰜗md_snowflake
󰼩md_snowflake_alert
󱩰md_snowflake_check
󱋋md_snowflake_melt
󱓣md_snowflake_off
󱩱md_snowflake_thermometer
󰼪md_snowflake_variant
󰒷md_snowman
󰛝md_snowmobile
󱩲md_snowshoeing
󰒸md_soccer
󰠴md_soccer_field
󱕹md_social_distance_2_meters
󱕺md_social_distance_6_feet
󰒹md_sofa
󱕭md_sofa_outline
󱕮md_sofa_single
󱕯md_sofa_single_outline
󰶛md_solar_panel
󰶜md_solar_panel_large
󰩲md_solar_power
󱩳md_solar_power_variant
󱩴md_solar_power_variant_outline
󱂒md_soldering_iron
󰚍md_solid
󰐔md_sony_playstation
󰒺md_sort
󰖽md_sort_alphabetical_ascending
󱅈md_sort_alphabetical_ascending_variant
󰖿md_sort_alphabetical_descending
󱅉md_sort_alphabetical_descending_variant
󰒻md_sort_alphabetical_variant
󰒼md_sort_ascending
󱎅md_sort_bool_ascending
󱎆md_sort_bool_ascending_variant
󱎇md_sort_bool_descending
󱎈md_sort_bool_descending_variant
󱕇md_sort_calendar_ascending
󱕈md_sort_calendar_descending
󱕉md_sort_clock_ascending
󱕊md_sort_clock_ascending_outline
󱕋md_sort_clock_descending
󱕌md_sort_clock_descending_outline
󰒽md_sort_descending
󱎉md_sort_numeric_ascending
󰤍md_sort_numeric_ascending_variant
󱎊md_sort_numeric_descending
󰫒md_sort_numeric_descending_variant
󰒾md_sort_numeric_variant
󰌼md_sort_reverse_variant
󰒿md_sort_variant
󰳍md_sort_variant_lock
󰳎md_sort_variant_lock_open
󱪻md_sort_variant_off
󱅇md_sort_variant_remove
󱟛md_soundbar
󰓀md_soundcloud
󰘬md_source_branch
󱓏md_source_branch_check
󱓋md_source_branch_minus
󱓊md_source_branch_plus
󱓍md_source_branch_refresh
󱓌md_source_branch_remove
󱓎md_source_branch_sync
󰜘md_source_commit
󰜙md_source_commit_end
󰜚md_source_commit_end_local
󰜛md_source_commit_local
󰜜md_source_commit_next_local
󰜝md_source_commit_start
󰜞md_source_commit_start_next_local
󰓁md_source_fork
󰘭md_source_merge
󰓂md_source_pull
󰳏md_source_repository
󰳐md_source_repository_multiple
󰟮md_soy_sauce
󱏼md_soy_sauce_off
󰳑md_spa
󰳒md_spa_outline
󰯉md_space_invaders
󱎃md_space_station
󰹥md_spade
󰓃md_speaker
󰦢md_speaker_bluetooth
󰴸md_speaker_multiple
󰓄md_speaker_off
󰜟md_speaker_wireless
󱡅md_spear
󰓅md_speedometer
󰾅md_speedometer_medium
󰾆md_speedometer_slow
󰓆md_spellcheck
󱥔md_sphere
󱥕md_sphere_off
󱇪md_spider
󱇫md_spider_thread
󰯊md_spider_web
󱓱md_spirit_level
󱐩md_spoon_sugar
󰓇md_spotify
󰓈md_spotlight
󰓉md_spotlight_beam
󰙥md_spray
󰫠md_spray_bottle
󱁟md_sprinkler
󱦝md_sprinkler_fire
󱁠md_sprinkler_variant
󰹦md_sprout
󰹧md_sprout_outline
󰝤md_square
󱔀md_square_circle
󰤌md_square_edit_outline
󰨓md_square_medium
󰨔md_square_medium_outline
󱋮md_square_off
󱋯md_square_off_outline
󱡔md_square_opacity
󰝣md_square_outline
󰞄md_square_root
󰦣md_square_root_box
󱓻md_square_rounded
󱨇md_square_rounded_badge
󱨈md_square_rounded_badge_outline
󱓼md_square_rounded_outline
󰨕md_square_small
󱑻md_square_wave
󰫡md_squeegee
󰣀md_ssh
󰘋md_stack_exchange
󰓌md_stack_overflow
󰍙md_stackpath
󰿹md_stadium
󰜠md_stadium_variant
󰓍md_stairs
󱎞md_stairs_box
󱊾md_stairs_down
󱊽md_stairs_up
󰴹md_stamper
󰟯md_standard_definition
󰓎md_star
󰩳md_star_box
󱊆md_star_box_multiple
󱊇md_star_box_multiple_outline
󰩴md_star_box_outline
󱕦md_star_check
󱕪md_star_check_outline
󰓏md_star_circle
󰦤md_star_circle_outline
󱙨md_star_cog
󱙩md_star_cog_outline
󰥹md_star_crescent
󰥺md_star_david
󰦥md_star_face
󰫢md_star_four_points
󰫣md_star_four_points_outline
󰉆md_star_half
󰓐md_star_half_full
󱕤md_star_minus
󱕨md_star_minus_outline
󰓑md_star_off
󱕛md_star_off_outline
󰓒md_star_outline
󱕣md_star_plus
󱕧md_star_plus_outline
󱕥md_star_remove
󱕩md_star_remove_outline
󱙪md_star_settings
󱙫md_star_settings_outline
󱝁md_star_shooting
󱝂md_star_shooting_outline
󰫤md_star_three_points
󰫥md_star_three_points_outline
󱇯md_state_machine
󰓓md_steam
󰓔md_steering
󰤎md_steering_off
󰓕md_step_backward
󰓖md_step_backward_2
󰓗md_step_forward
󰓘md_step_forward_2
󰓙md_stethoscope
󱍤md_sticker
󱍥md_sticker_alert
󱍦md_sticker_alert_outline
󱍧md_sticker_check
󱍨md_sticker_check_outline
󰗐md_sticker_circle_outline
󰞅md_sticker_emoji
󱍩md_sticker_minus
󱍪md_sticker_minus_outline
󱍫md_sticker_outline
󱍬md_sticker_plus
󱍭md_sticker_plus_outline
󱍮md_sticker_remove
󱍯md_sticker_remove_outline
󱞎md_sticker_text
󱞏md_sticker_text_outline
󰓚md_stocking
󱂓md_stomach
󱥝md_stool
󱥞md_stool_outline
󰓛md_stop
󰙦md_stop_circle
󰙧md_stop_circle_outline
󱩵md_storage_tank
󱩶md_storage_tank_outline
󰓜md_store
󰓝md_store_24_hour
󱣁md_store_alert
󱣂md_store_alert_outline
󱣃md_store_check
󱣄md_store_check_outline
󱣅md_store_clock
󱣆md_store_clock_outline
󱣇md_store_cog
󱣈md_store_cog_outline
󱣉md_store_edit
󱣊md_store_edit_outline
󱣋md_store_marker
󱣌md_store_marker_outline
󱙞md_store_minus
󱣍md_store_minus_outline
󱣎md_store_off
󱣏md_store_off_outline
󱍡md_store_outline
󱙟md_store_plus
󱣐md_store_plus_outline
󱙠md_store_remove
󱣑md_store_remove_outline
󱣒md_store_search
󱣓md_store_search_outline
󱣔md_store_settings
󱣕md_store_settings_outline
󰟇md_storefront
󱃁md_storefront_outline
󰓞md_stove
󱇖md_strategy
󰼫md_stretch_to_page
󰼬md_stretch_to_page_outline
󱊺md_string_lights
󱊻md_string_lights_off
󰘌md_subdirectory_arrow_left
󰘍md_subdirectory_arrow_right
󱕬md_submarine
󰨖md_subtitles
󰨗md_subtitles_outline
󰚬md_subway
󰶝md_subway_alert_variant
󰓟md_subway_variant
󰞆md_summit
󱩷md_sun_clock
󱩸md_sun_clock_outline
󱦥md_sun_compass
󱞖md_sun_snowflake
󱩹md_sun_snowflake_variant
󱣖md_sun_thermometer
󱣗md_sun_thermometer_outline
󱟾md_sun_wireless
󱟿md_sun_wireless_outline
󰓠md_sunglasses
󱝆md_surfing
󰗅md_surround_sound
󰟰md_surround_sound_2_0
󱜩md_surround_sound_2_1
󰟱md_surround_sound_3_1
󰟲md_surround_sound_5_1
󱜪md_surround_sound_5_1_2
󰟳md_surround_sound_7_1
󰜡md_svg
󰓡md_swap_horizontal
󰯍md_swap_horizontal_bold
󰿡md_swap_horizontal_circle
󰿢md_swap_horizontal_circle_outline
󰣁md_swap_horizontal_variant
󰓢md_swap_vertical
󰯎md_swap_vertical_bold
󰿣md_swap_vertical_circle
󰿤md_swap_vertical_circle_outline
󰣂md_swap_vertical_variant
󰓣md_swim
󰓤md_switch
󰓥md_sword
󰞇md_sword_cross
󱌳md_syllabary_hangul
󱌴md_syllabary_hiragana
󱌵md_syllabary_katakana
󱌶md_syllabary_katakana_halfwidth
󱔁md_symbol
󰫦md_symfony
󰓦md_sync
󰓧md_sync_alert
󱍸md_sync_circle
󰓨md_sync_off
󰓩md_tab
󰭋md_tab_minus
󰝜md_tab_plus
󰭌md_tab_remove
󱦞md_tab_search
󰓪md_tab_unselected
󰓫md_table
󱎹md_table_account
󱎺md_table_alert
󱎻md_table_arrow_down
󱎼md_table_arrow_left
󱎽md_table_arrow_right
󱎾md_table_arrow_up
󰨘md_table_border
󱎿md_table_cancel
󱁡md_table_chair
󱏀md_table_check
󱏁md_table_clock
󱏂md_table_cog
󰠵md_table_column
󰓬md_table_column_plus_after
󰓭md_table_column_plus_before
󰓮md_table_column_remove
󰓯md_table_column_width
󰓰md_table_edit
󱂔md_table_eye
󱏃md_table_eye_off
󰖼md_table_furniture
󱈝md_table_headers_eye
󱈞md_table_headers_eye_off
󱏄md_table_heart
󱏅md_table_key
󰓱md_table_large
󰾇md_table_large_plus
󰾈md_table_large_remove
󱏆md_table_lock
󰦦md_table_merge_cells
󱏇md_table_minus
󱏈md_table_multiple
󱏉md_table_network
󰠶md_table_of_contents
󱏊md_table_off
󱝃md_table_picnic
󱠼md_table_pivot
󰩵md_table_plus
󱎠md_table_refresh
󰩶md_table_remove
󰠷md_table_row
󰓲md_table_row_height
󰓳md_table_row_plus_after
󰓴md_table_row_plus_before
󰓵md_table_row_remove
󰤏md_table_search
󰠸md_table_settings
󱐪md_table_split_cell
󱏋md_table_star
󱎡md_table_sync
󰹨md_table_tennis
󰓶md_tablet
󰓷md_tablet_android
󰦧md_tablet_cellphone
󰻎md_tablet_dashboard
󰝢md_taco
󰓹md_tag
󱜫md_tag_arrow_down
󱜬md_tag_arrow_down_outline
󱜭md_tag_arrow_left
󱜮md_tag_arrow_left_outline
󱜯md_tag_arrow_right
󱜰md_tag_arrow_right_outline
󱜱md_tag_arrow_up
󱜲md_tag_arrow_up_outline
󱩺md_tag_check
󱩻md_tag_check_outline
󰓺md_tag_faces
󰚋md_tag_heart
󰯏md_tag_heart_outline
󰤐md_tag_minus
󱈟md_tag_minus_outline
󰓻md_tag_multiple
󱋷md_tag_multiple_outline
󱈠md_tag_off
󱈡md_tag_off_outline
󰓼md_tag_outline
󰜢md_tag_plus
󱈢md_tag_plus_outline
󰜣md_tag_remove
󱈣md_tag_remove_outline
󱤇md_tag_search
󱤈md_tag_search_outline
󱈤md_tag_text
󰓽md_tag_text_outline
󱏿md_tailwind
󱪼md_tally_mark_1
󱪽md_tally_mark_2
󱪾md_tally_mark_3
󱪿md_tally_mark_4
󱫀md_tally_mark_5
󰓸md_tangram
󰴺md_tank
󰿥md_tanker_truck
󱛟md_tape_drive
󰭍md_tape_measure
󰓾md_target
󰯐md_target_account
󰩷md_target_variant
󰓿md_taxi
󰶞md_tea
󰶟md_tea_outline
󰔀md_teamviewer
󱣻md_teddy_bear
󰭎md_telescope
󰔂md_television
󱍖md_television_ambient_light
󰠹md_television_box
󰟴md_television_classic
󰠺md_television_classic_off
󰔃md_television_guide
󰠻md_television_off
󰾉md_television_pause
󰻏md_television_play
󱄐md_television_shimmer
󰾊md_television_stop
󰔄md_temperature_celsius
󰔅md_temperature_fahrenheit
󰔆md_temperature_kelvin
󰶠md_tennis
󰔇md_tennis_ball
󰔈md_tent
󱁢md_terraform
󰙨md_test_tube
󰤑md_test_tube_empty
󰤒md_test_tube_off
󰦨md_text
󱕰md_text_account
󰈚md_text_box
󰺦md_text_box_check
󰺧md_text_box_check_outline
󱩼md_text_box_edit
󱩽md_text_box_edit_outline
󰺨md_text_box_minus
󰺩md_text_box_minus_outline
󰪷md_text_box_multiple
󰪸md_text_box_multiple_outline
󰧭md_text_box_outline
󰺪md_text_box_plus
󰺫md_text_box_plus_outline
󰺬md_text_box_remove
󰺭md_text_box_remove_outline
󰺮md_text_box_search
󰺯md_text_box_search_outline
󰦪md_text_long
󱄽md_text_recognition
󱎸md_text_search
󱩾md_text_search_variant
󰙩md_text_shadow
󰦩md_text_short
󰔊md_text_to_speech
󰔋md_text_to_speech_off
󰔌md_texture
󰿦md_texture_box
󰔍md_theater
󰔎md_theme_light_dark
󰔏md_thermometer
󰸁md_thermometer_alert
󱢕md_thermometer_bluetooth
󱩿md_thermometer_check
󰸂md_thermometer_chevron_down
󰸃md_thermometer_chevron_up
󱃂md_thermometer_high
󰔐md_thermometer_lines
󱃃md_thermometer_low
󰸄md_thermometer_minus
󱔱md_thermometer_off
󰸅md_thermometer_plus
󱪀md_thermometer_water
󰎓md_thermostat
󰢑md_thermostat_box
󰟶md_thought_bubble
󰟷md_thought_bubble_outline
󰔑md_thumb_down
󰔒md_thumb_down_outline
󰔓md_thumb_up
󰔔md_thumb_up_outline
󰔕md_thumbs_up_down
󱤔md_thumbs_up_down_outline
󰔖md_ticket
󰔗md_ticket_account
󰔘md_ticket_confirmation
󱎪md_ticket_confirmation_outline
󰤓md_ticket_outline
󰜤md_ticket_percent
󱐫md_ticket_percent_outline
󰔙md_tie
󰜥md_tilde
󱣳md_tilde_off
󰔚md_timelapse
󰯑md_timeline
󰾕md_timeline_alert
󰾘md_timeline_alert_outline
󱔲md_timeline_check
󱔳md_timeline_check_outline
󱇻md_timeline_clock
󱇼md_timeline_clock_outline
󰾙md_timeline_help
󰾚md_timeline_help_outline
󱔴md_timeline_minus
󱔵md_timeline_minus_outline
󰯒md_timeline_outline
󰾖md_timeline_plus
󰾗md_timeline_plus_outline
󱔶md_timeline_remove
󱔷md_timeline_remove_outline
󰯓md_timeline_text
󰯔md_timeline_text_outline
󱎫md_timer
󰔝md_timer_3
󰔜md_timer_10
󱫌md_timer_alert
󱫍md_timer_alert_outline
󱫎md_timer_cancel
󱫏md_timer_cancel_outline
󱫐md_timer_check
󱫑md_timer_check_outline
󱤥md_timer_cog
󱤦md_timer_cog_outline
󱫒md_timer_edit
󱫓md_timer_edit_outline
󱫔md_timer_lock
󱫕md_timer_lock_open
󱫖md_timer_lock_open_outline
󱫗md_timer_lock_outline
󱫘md_timer_marker
󱫙md_timer_marker_outline
󱫚md_timer_minus
󱫛md_timer_minus_outline
󱫜md_timer_music
󱫝md_timer_music_outline
󱎬md_timer_off
󰔞md_timer_off_outline
󰔛md_timer_outline
󱫞md_timer_pause
󱫟md_timer_pause_outline
󱫠md_timer_play
󱫡md_timer_play_outline
󱫢md_timer_plus
󱫣md_timer_plus_outline
󱫤md_timer_refresh
󱫥md_timer_refresh_outline
󱫦md_timer_remove
󱫧md_timer_remove_outline
󰔟md_timer_sand
󱦟md_timer_sand_complete
󰚭md_timer_sand_empty
󰞌md_timer_sand_full
󱦠md_timer_sand_paused
󱤣md_timer_settings
󱤤md_timer_settings_outline
󱫨md_timer_star
󱫩md_timer_star_outline
󱫪md_timer_stop
󱫫md_timer_stop_outline
󱫬md_timer_sync
󱫭md_timer_sync_outline
󰔠md_timetable
󱢖md_tire
󱁣md_toaster
󱆷md_toaster_off
󰳓md_toaster_oven
󰔡md_toggle_switch
󰔢md_toggle_switch_off
󰨙md_toggle_switch_off_outline
󰨚md_toggle_switch_outline
󱨥md_toggle_switch_variant
󱨦md_toggle_switch_variant_off
󰦫md_toilet
󰦬md_toolbox
󰦭md_toolbox_outline
󱁤md_tools
󰔣md_tooltip
󰀌md_tooltip_account
󱠻md_tooltip_cellphone
󱕜md_tooltip_check
󱕝md_tooltip_check_outline
󰔤md_tooltip_edit
󱋅md_tooltip_edit_outline
󰔥md_tooltip_image
󰯕md_tooltip_image_outline
󱕞md_tooltip_minus
󱕟md_tooltip_minus_outline
󰔦md_tooltip_outline
󰯖md_tooltip_plus
󰔧md_tooltip_plus_outline
󱕠md_tooltip_remove
󱕡md_tooltip_remove_outline
󰔨md_tooltip_text
󰯗md_tooltip_text_outline
󰣃md_tooth
󰔩md_tooth_outline
󱄩md_toothbrush
󱄬md_toothbrush_electric
󱄪md_toothbrush_paste
󱘆md_torch
󰴻md_tortoise
󱊸md_toslink
󰦮md_tournament
󰠼md_tow_truck
󰚁md_tower_beach
󰚂md_tower_fire
󱡵md_town_hall
󱊈md_toy_brick
󱊉md_toy_brick_marker
󱊊md_toy_brick_marker_outline
󱊋md_toy_brick_minus
󱊌md_toy_brick_minus_outline
󱊍md_toy_brick_outline
󱊎md_toy_brick_plus
󱊏md_toy_brick_plus_outline
󱊐md_toy_brick_remove
󱊑md_toy_brick_remove_outline
󱊒md_toy_brick_search
󱊓md_toy_brick_search_outline
󰤔md_track_light
󰟸md_trackpad
󰤳md_trackpad_lock
󰢒md_tractor
󱓄md_tractor_variant
󰩸md_trademark
󱍼md_traffic_cone
󰔫md_traffic_light
󱠪md_traffic_light_outline
󰔬md_train
󰯘md_train_car
󱜳md_train_car_passenger
󱜴md_train_car_passenger_door
󱜵md_train_car_passenger_door_open
󱜶md_train_car_passenger_variant
󰣄md_train_variant
󰔭md_tram
󰿧md_tram_side
󰔮md_transcribe
󰔯md_transcribe_close
󱁥md_transfer
󰶡md_transfer_down
󰶢md_transfer_left
󰔰md_transfer_right
󰶣md_transfer_up
󰴼md_transit_connection
󱕆md_transit_connection_horizontal
󰴽md_transit_connection_variant
󰾋md_transit_detour
󱔕md_transit_skip
󰚮md_transit_transfer
󰤕md_transition
󰤖md_transition_masked
󰗊md_translate
󰸆md_translate_off
󰴾md_transmission_tower
󱤬md_transmission_tower_export
󱤭md_transmission_tower_import
󱧝md_transmission_tower_off
󰩹md_trash_can
󰩺md_trash_can_outline
󱊔md_tray
󱊕md_tray_alert
󰄠md_tray_arrow_down
󰄝md_tray_arrow_up
󱊖md_tray_full
󱊗md_tray_minus
󱊘md_tray_plus
󱊙md_tray_remove
󰜦md_treasure_chest
󰔱md_tree
󰹩md_tree_outline
󰔲md_trello
󰔳md_trending_down
󰔴md_trending_neutral
󰔵md_trending_up
󰔶md_triangle
󰔷md_triangle_outline
󱨉md_triangle_small_down
󱨊md_triangle_small_up
󱑼md_triangle_wave
󰯙md_triforce
󰔸md_trophy
󰔹md_trophy_award
󰶤md_trophy_broken
󰔺md_trophy_outline
󰔻md_trophy_variant
󰔼md_trophy_variant_outline
󰔽md_truck
󱧞md_truck_alert
󱧟md_truck_alert_outline
󱣘md_truck_cargo_container
󰳔md_truck_check
󱊚md_truck_check_outline
󰔾md_truck_delivery
󱊛md_truck_delivery_outline
󰞈md_truck_fast
󱊜md_truck_fast_outline
󱢑md_truck_flatbed
󱦮md_truck_minus
󱦽md_truck_minus_outline
󱊝md_truck_outline
󱦭md_truck_plus
󱦼md_truck_plus_outline
󱦯md_truck_remove
󱦾md_truck_remove_outline
󱦦md_truck_snowflake
󰜧md_truck_trailer
󱂖md_trumpet
󰩻md_tshirt_crew
󰔿md_tshirt_crew_outline
󰩼md_tshirt_v
󰕀md_tshirt_v_outline
󱪁md_tsunami
󰤗md_tumble_dryer
󱆺md_tumble_dryer_alert
󱆻md_tumble_dryer_off
󰘮md_tune
󱕂md_tune_variant
󰙪md_tune_vertical
󱕃md_tune_vertical_variant
󱠽md_tunnel
󱠾md_tunnel_outline
󱪂md_turbine
󱜛md_turkey
󰳕md_turnstile
󰳖md_turnstile_outline
󰳗md_turtle
󰕃md_twitch
󰕄md_twitter
󰦯md_two_factor_authentication
󰼭md_typewriter
󰯚md_ubisoft
󰕈md_ubuntu
󱃄md_ufo
󱃅md_ufo_outline
󰟹md_ultra_high_definition
󰕉md_umbraco
󰕊md_umbrella
󱢊md_umbrella_beach
󱢋md_umbrella_beach_outline
󰦰md_umbrella_closed
󱏢md_umbrella_closed_outline
󱏡md_umbrella_closed_variant
󰕋md_umbrella_outline
󰕌md_undo
󰕍md_undo_variant
󰕎md_unfold_less_horizontal
󰝠md_unfold_less_vertical
󰕏md_unfold_more_horizontal
󰝡md_unfold_more_vertical
󰕐md_ungroup
󰻐md_unicode
󱗂md_unicorn
󱗃md_unicorn_variant
󱗥md_unicycle
󰚯md_unity
󰦱md_unreal
󰚰md_update
󰕒md_upload
󱍳md_upload_lock
󱍴md_upload_lock_outline
󰠽md_upload_multiple
󰛶md_upload_network
󰳘md_upload_network_outline
󱃆md_upload_off
󱃇md_upload_off_outline
󰸇md_upload_outline
󰕓md_usb
󱊞md_usb_flash_drive
󱊟md_usb_flash_drive_outline
󱇰md_usb_port
󱦡md_vacuum
󱦢md_vacuum_outline
󱁦md_valve
󱁧md_valve_closed
󱁨md_valve_open
󰟺md_van_passenger
󰟻md_van_utility
󰟼md_vanish
󱕔md_vanish_quarter
󱇡md_vanity_light
󰫧md_variable
󱄑md_variable_box
󰕔md_vector_arrange_above
󰕕md_vector_arrange_below
󰫨md_vector_bezier
󰕖md_vector_circle
󰕗md_vector_circle_variant
󰕘md_vector_combine
󰕙md_vector_curve
󰕚md_vector_difference
󰕛md_vector_difference_ab
󰕜md_vector_difference_ba
󰢓md_vector_ellipse
󰕝md_vector_intersection
󰕞md_vector_line
󰿨md_vector_link
󰕟md_vector_point
󰕠md_vector_polygon
󱡖md_vector_polygon_variant
󰕡md_vector_polyline
󱈥md_vector_polyline_edit
󱈦md_vector_polyline_minus
󱈧md_vector_polyline_plus
󱈨md_vector_polyline_remove
󰝊md_vector_radius
󰗆md_vector_rectangle
󰕢md_vector_selection
󰀁md_vector_square
󱡗md_vector_square_close
󱣙md_vector_square_edit
󱣚md_vector_square_minus
󱡘md_vector_square_open
󱣛md_vector_square_plus
󱣜md_vector_square_remove
󰕣md_vector_triangle
󰕤md_vector_union
󰨛md_vhs
󰕦md_vibrate
󰳙md_vibrate_off
󰕧md_video
󱨜md_video_2d
󰟽md_video_3d
󱏙md_video_3d_off
󰻑md_video_3d_variant
󰠾md_video_4k_box
󰤙md_video_account
󰃽md_video_box
󰃾md_video_box_off
󱁩md_video_check
󱁪md_video_check_outline
󱔮md_video_high_definition
󰤚md_video_image
󰠿md_video_input_antenna
󰡀md_video_input_component
󰡁md_video_input_hdmi
󰾌md_video_input_scart
󰡂md_video_input_svideo
󱦩md_video_marker
󱦪md_video_marker_outline
󰦲md_video_minus
󰊺md_video_minus_outline
󰕨md_video_off
󰯛md_video_off_outline
󰯜md_video_outline
󰦳md_video_plus
󰇓md_video_plus_outline
󰤛md_video_stabilization
󰕩md_video_switch
󰞐md_video_switch_outline
󰨜md_video_vintage
󰻒md_video_wireless
󰻓md_video_wireless_outline
󰕪md_view_agenda
󱇘md_view_agenda_outline
󰕫md_view_array
󱒅md_view_array_outline
󰕬md_view_carousel
󱒆md_view_carousel_outline
󰕭md_view_column
󱒇md_view_column_outline
󰹪md_view_comfy
󱒈md_view_comfy_outline
󰹫md_view_compact
󰹬md_view_compact_outline
󰕮md_view_dashboard
󱥇md_view_dashboard_edit
󱥈md_view_dashboard_edit_outline
󰨝md_view_dashboard_outline
󰡃md_view_dashboard_variant
󱒉md_view_dashboard_variant_outline
󰕯md_view_day
󱒊md_view_day_outline
󱢈md_view_gallery
󱢉md_view_gallery_outline
󰕰md_view_grid
󱇙md_view_grid_outline
󰾍md_view_grid_plus
󱇚md_view_grid_plus_outline
󰕱md_view_headline
󰕲md_view_list
󱒋md_view_list_outline
󰕳md_view_module
󱒌md_view_module_outline
󰜨md_view_parallel
󱒍md_view_parallel_outline
󰕴md_view_quilt
󱒎md_view_quilt_outline
󰜩md_view_sequential
󱒏md_view_sequential_outline
󰯋md_view_split_horizontal
󰯌md_view_split_vertical
󰕵md_view_stream
󱒐md_view_stream_outline
󰕶md_view_week
󱒑md_view_week_outline
󰕷md_vimeo
󰘏md_violin
󰢔md_virtual_reality
󱎶md_virus
󱣡md_virus_off
󱣢md_virus_off_outline
󱎷md_virus_outline
󰕼md_vlc
󰕽md_voicemail
󱪃md_volcano
󱪄md_volcano_outline
󰦴md_volleyball
󰕾md_volume_high
󰕿md_volume_low
󰖀md_volume_medium
󰝞md_volume_minus
󰝟md_volume_mute
󰖁md_volume_off
󰝝md_volume_plus
󱄠md_volume_source
󰸈md_volume_variant_off
󱄡md_volume_vibrate
󰨟md_vote
󰨠md_vote_outline
󰖂md_vpn
󰡄md_vuejs
󰹭md_vuetify
󰖃md_walk
󰟾md_wall
󱨑md_wall_fire
󰤜md_wall_sconce
󰤝md_wall_sconce_flat
󱟉md_wall_sconce_flat_outline
󰐜md_wall_sconce_flat_variant
󱟊md_wall_sconce_flat_variant_outline
󱟋md_wall_sconce_outline
󰝈md_wall_sconce_round
󱟌md_wall_sconce_round_outline
󰤞md_wall_sconce_round_variant
󱟍md_wall_sconce_round_variant_outline
󰖄md_wallet
󰖅md_wallet_giftcard
󰖆md_wallet_membership
󰯝md_wallet_outline
󰾎md_wallet_plus
󰾏md_wallet_plus_outline
󰖇md_wallet_travel
󰸉md_wallpaper
󰖈md_wan
󰾐md_wardrobe
󰾑md_wardrobe_outline
󰾁md_warehouse
󰜪md_washing_machine
󱆼md_washing_machine_alert
󱆽md_washing_machine_off
󰖉md_watch
󰖊md_watch_export
󰢕md_watch_export_variant
󰖋md_watch_import
󰢖md_watch_import_variant
󰢗md_watch_variant
󰚱md_watch_vibrate
󰳚md_watch_vibrate_off
󰖌md_water
󱔂md_water_alert
󱔃md_water_alert_outline
󰾒md_water_boiler
󱆳md_water_boiler_alert
󱆴md_water_boiler_off
󱔄md_water_check
󱔅md_water_check_outline
󱠆md_water_circle
󱔆md_water_minus
󱔇md_water_minus_outline
󰖍md_water_off
󱔈md_water_off_outline
󱡕md_water_opacity
󰸊md_water_outline
󰖎md_water_percent
󱔉md_water_percent_alert
󱔊md_water_plus
󱔋md_water_plus_outline
󱊠md_water_polo
󰖏md_water_pump
󰾓md_water_pump_off
󱔌md_water_remove
󱔍md_water_remove_outline
󱟆md_water_sync
󱪅md_water_thermometer
󱪆md_water_thermometer_outline
󱁫md_water_well
󱁬md_water_well_outline
󱡉md_waterfall
󱒁md_watering_can
󱒂md_watering_can_outline
󰘒md_watermark
󰼮md_wave
󱑽md_waveform
󰞍md_waves
󱡙md_waves_arrow_left
󱡚md_waves_arrow_right
󱡛md_waves_arrow_up
󰯞md_waze
󰖐md_weather_cloudy
󰼯md_weather_cloudy_alert
󰹮md_weather_cloudy_arrow_right
󱣶md_weather_cloudy_clock
󰖑md_weather_fog
󰖒md_weather_hail
󰼰md_weather_hazy
󰢘md_weather_hurricane
󰖓md_weather_lightning
󰙾md_weather_lightning_rainy
󰖔md_weather_night
󰼱md_weather_night_partly_cloudy
󰖕md_weather_partly_cloudy
󰼲md_weather_partly_lightning
󰼳md_weather_partly_rainy
󰼴md_weather_partly_snowy
󰼵md_weather_partly_snowy_rainy
󰖖md_weather_pouring
󰖗md_weather_rainy
󰖘md_weather_snowy
󰼶md_weather_snowy_heavy
󰙿md_weather_snowy_rainy
󰖙md_weather_sunny
󰼷md_weather_sunny_alert
󱓤md_weather_sunny_off
󰖚md_weather_sunset
󰖛md_weather_sunset_down
󰖜md_weather_sunset_up
󰼸md_weather_tornado
󰖝md_weather_windy
󰖞md_weather_windy_variant
󰖟md_web
󰾔md_web_box
󱞐md_web_cancel
󰞉md_web_check
󱉊md_web_clock
󱂠md_web_minus
󰪎md_web_off
󰀳md_web_plus
󱞑md_web_refresh
󰕑md_web_remove
󱞒md_web_sync
󰖠md_webcam
󱜷md_webcam_off
󰘯md_webhook
󰜫md_webpack
󱉈md_webrtc
󰘑md_wechat
󰖡md_weight
󰴿md_weight_gram
󰖢md_weight_kilogram
󱅝md_weight_lifter
󰦵md_weight_pound
󰖣md_whatsapp
󱓲md_wheel_barrow
󱪇md_wheelchair
󰖤md_wheelchair_accessibility
󰦶md_whistle
󱊼md_whistle_outline
󰖥md_white_balance_auto
󰖦md_white_balance_incandescent
󰖧md_white_balance_iridescent
󰖨md_white_balance_sunny
󰜬md_widgets
󱍕md_widgets_outline
󰖩md_wifi
󱚵md_wifi_alert
󱚶md_wifi_arrow_down
󱚷md_wifi_arrow_left
󱚸md_wifi_arrow_left_right
󱚹md_wifi_arrow_right
󱚺md_wifi_arrow_up
󱚻md_wifi_arrow_up_down
󱚼md_wifi_cancel
󱚽md_wifi_check
󱚾md_wifi_cog
󱚿md_wifi_lock
󱛀md_wifi_lock_open
󱛁md_wifi_marker
󱛂md_wifi_minus
󰖪md_wifi_off
󱛃md_wifi_plus
󱛄md_wifi_refresh
󱛅md_wifi_remove
󱛆md_wifi_settings
󰸋md_wifi_star
󰤟md_wifi_strength_1
󰤠md_wifi_strength_1_alert
󰤡md_wifi_strength_1_lock
󱛋md_wifi_strength_1_lock_open
󰤢md_wifi_strength_2
󰤣md_wifi_strength_2_alert
󰤤md_wifi_strength_2_lock
󱛌md_wifi_strength_2_lock_open
󰤥md_wifi_strength_3
󰤦md_wifi_strength_3_alert
󰤧md_wifi_strength_3_lock
󱛍md_wifi_strength_3_lock_open
󰤨md_wifi_strength_4
󰤩md_wifi_strength_4_alert
󰤪md_wifi_strength_4_lock
󱛎md_wifi_strength_4_lock_open
󰤫md_wifi_strength_alert_outline
󱛏md_wifi_strength_lock_open_outline
󰤬md_wifi_strength_lock_outline
󰤭md_wifi_strength_off
󰤮md_wifi_strength_off_outline
󰤯md_wifi_strength_outline
󱛇md_wifi_sync
󰖬md_wikipedia
󱪈md_wind_power
󱪉md_wind_power_outline
󰶥md_wind_turbine
󱦫md_wind_turbine_alert
󱦬md_wind_turbine_check
󰖭md_window_close
󰖮md_window_closed
󱇛md_window_closed_variant
󰖯md_window_maximize
󰖰md_window_minimize
󰖱md_window_open
󱇜md_window_open_variant
󰖲md_window_restore
󱄜md_window_shutter
󱄝md_window_shutter_alert
󱪊md_window_shutter_cog
󱄞md_window_shutter_open
󱪋md_window_shutter_settings
󱗺md_windsock
󰫩md_wiper
󰶦md_wiper_wash
󱣟md_wiper_wash_alert
󱑷md_wizard_hat
󰖴md_wordpress
󰖶md_wrap
󰯟md_wrap_disabled
󰖷md_wrench
󱦣md_wrench_clock
󰯠md_wrench_outline
󰡅md_xamarin
󰗀md_xml
󰟿md_xmpp
󰭏md_yahoo
󰗁md_yeast
󰚀md_yin_yang
󱅼md_yoga
󰗃md_youtube
󰡈md_youtube_gaming
󰡇md_youtube_studio
󰵀md_youtube_subscription
󰑈md_youtube_tv
󱔖md_yurt
󰫪md_z_wave
󰫫md_zend
󰵁md_zigbee
󰗄md_zip_box
󰿺md_zip_box_outline
󰨣md_zip_disk
󰩽md_zodiac_aquarius
󰩾md_zodiac_aries
󰩿md_zodiac_cancer
󰪀md_zodiac_capricorn
󰪁md_zodiac_gemini
󰪂md_zodiac_leo
󰪃md_zodiac_libra
󰪄md_zodiac_pisces
󰪅md_zodiac_sagittarius
󰪆md_zodiac_scorpio
󰪇md_zodiac_taurus
󰪈md_zodiac_virgo
oct_accessibility
oct_accessibility_inset
oct_alert
oct_alert_fill
oct_apps
oct_archive
oct_arrow_both
oct_arrow_down
oct_arrow_down_left
oct_arrow_down_right
oct_arrow_left
oct_arrow_right
oct_arrow_switch
oct_arrow_up
oct_arrow_up_left
oct_arrow_up_right
oct_beaker
oct_bell
oct_bell_fill
oct_bell_slash
oct_blocked
oct_bold
oct_book
oct_bookmark
oct_bookmark_fill
oct_bookmark_slash
oct_bookmark_slash_fill
oct_briefcase
oct_broadcast
oct_browser
oct_bug
oct_cache
oct_calendar
oct_check
oct_check_circle
oct_check_circle_fill
oct_checkbox
oct_checklist
oct_chevron_down
oct_chevron_left
oct_chevron_right
oct_chevron_up
oct_circle
oct_circle_slash
oct_clock
oct_clock_fill
oct_cloud
oct_cloud_offline
oct_code
oct_code_of_conduct
oct_code_review
oct_code_square
oct_codescan
oct_codescan_checkmark
oct_codespaces
oct_columns
oct_command_palette
oct_comment
oct_comment_discussion
oct_commit
oct_container
oct_copilot
oct_copilot_error
oct_copilot_warning
oct_copy
oct_cpu
oct_credit_card
oct_cross_reference
oct_dash
oct_database
oct_dependabot
oct_desktop_download
oct_device_camera
oct_device_camera_video
oct_device_desktop
oct_device_mobile
oct_diamond
oct_diff
oct_diff_added
oct_diff_ignored
oct_diff_modified
oct_diff_removed
oct_diff_renamed
oct_discussion_closed
oct_discussion_duplicate
oct_discussion_outdated
oct_dot
oct_dot_fill
oct_download
oct_duplicate
oct_ellipsis
oct_eye
oct_eye_closed
oct_feed_discussion
oct_feed_forked
oct_feed_heart
oct_feed_merged
oct_feed_person
oct_feed_repo
oct_feed_rocket
oct_feed_star
oct_feed_tag
oct_feed_trophy
oct_file
oct_file_added
oct_file_badge
oct_file_binary
oct_file_code
oct_file_diff
oct_file_directory
oct_file_directory_fill
oct_file_directory_open_fill
oct_file_media
oct_file_moved
oct_file_removed
oct_file_submodule
oct_file_symlink_directory
oct_file_symlink_file
oct_file_zip
oct_filter
oct_fiscal_host
oct_flame
oct_fold
oct_fold_down
oct_fold_up
oct_gear
oct_gift
oct_git_branch
oct_git_commit
oct_git_compare
oct_git_merge
oct_git_merge_queue
oct_git_pull_request
oct_git_pull_request_closed
oct_git_pull_request_draft
oct_globe
oct_goal
oct_grabber
oct_graph
oct_hash
oct_heading
oct_heart
oct_heart_fill
oct_history
oct_home
oct_home_fill
oct_horizontal_rule
oct_hourglass
oct_hubot
oct_id_badge
oct_image
oct_inbox
oct_infinity
oct_info
oct_issue_closed
oct_issue_draft
oct_issue_opened
oct_issue_reopened
oct_issue_tracked_by
oct_issue_tracks
oct_italic
oct_iterations
oct_kebab_horizontal
oct_key
oct_key_asterisk
oct_law
oct_light_bulb
oct_link
oct_link_external
oct_list_ordered
oct_list_unordered
oct_location
oct_lock
oct_log
oct_logo_gist
oct_logo_github
oct_mail
oct_mark_github
oct_markdown
oct_megaphone
oct_mention
oct_meter
oct_milestone
oct_mirror
oct_moon
oct_mortar_board
oct_move_to_bottom
oct_move_to_end
oct_move_to_start
oct_move_to_top
oct_multi_select
oct_mute
oct_no_entry
oct_north_star
oct_note
oct_number
oct_organization
oct_package
oct_package_dependencies
oct_package_dependents
oct_paintbrush
oct_paper_airplane
oct_paperclip
oct_passkey_fill
oct_paste
oct_pencil
oct_people
oct_person
oct_person_add
oct_person_fill
oct_pin
oct_play
oct_plug
oct_plus
oct_plus_circle
oct_project
oct_project_roadmap
oct_project_symlink
oct_project_template
oct_pulse
oct_question
oct_quote
oct_read
oct_rel_file_path
oct_reply
oct_repo
oct_repo_clone
oct_repo_deleted
oct_repo_forked
oct_repo_locked
oct_repo_pull
oct_repo_push
oct_repo_template
oct_report
oct_rocket
oct_rows
oct_rss
oct_ruby
oct_screen_full
oct_screen_normal
oct_search
oct_server
oct_share
oct_share_android
oct_shield
oct_shield_check
oct_shield_lock
oct_shield_slash
oct_shield_x
oct_sidebar_collapse
oct_sidebar_expand
oct_sign_in
oct_sign_out
oct_single_select
oct_skip
oct_skip_fill
oct_sliders
oct_smiley
oct_sort_asc
oct_sort_desc
oct_sparkle_fill
oct_sponsor_tiers
oct_square
oct_square_fill
oct_squirrel
oct_stack
oct_star
oct_star_fill
oct_stop
oct_stopwatch
oct_strikethrough
oct_sun
oct_sync
oct_tab
oct_tab_external
oct_table
oct_tag
oct_tasklist
oct_telescope
oct_telescope_fill
oct_terminal
oct_three_bars
oct_thumbsdown
oct_thumbsup
oct_tools
oct_trash
oct_triangle_down
oct_triangle_left
oct_triangle_right
oct_triangle_up
oct_trophy
oct_typography
oct_unfold
oct_unlink
oct_unlock
oct_unmute
oct_unread
oct_unverified
oct_upload
oct_verified
oct_versions
oct_video
oct_webhook
oct_workflow
oct_x
oct_x_circle
oct_x_circle_fill
oct_zap
oct_zoom_in
oct_zoom_out
pl_branch
pl_hostname
pl_left_hard_divider
pl_left_soft_divider
pl_line_number
pl_right_hard_divider
pl_right_soft_divider
ple_backslash_separator
ple_backslash_separator_redundant
ple_column_number
ple_flame_thick
ple_flame_thick_mirrored
ple_flame_thin
ple_flame_thin_mirrored
ple_forwardslash_separator
ple_forwardslash_separator_redundant
ple_honeycomb
ple_honeycomb_outline
ple_ice_waveform
ple_ice_waveform_mirrored
ple_left_half_circle_thick
ple_left_half_circle_thin
ple_lego_block_facing
ple_lego_block_sideways
ple_lego_separator
ple_lego_separator_thin
ple_lower_left_triangle
ple_lower_right_triangle
ple_pixelated_squares_big
ple_pixelated_squares_big_mirrored
ple_pixelated_squares_small
ple_pixelated_squares_small_mirrored
ple_right_half_circle_thick
ple_right_half_circle_thin
ple_trapezoid_top_bottom
ple_trapezoid_top_bottom_mirrored
ple_upper_left_triangle
ple_upper_right_triangle
pom_away
pom_clean_code
pom_external_interruption
pom_internal_interruption
pom_long_pause
pom_pair_programming
pom_pomodoro_done
pom_pomodoro_estimated
pom_pomodoro_squashed
pom_pomodoro_ticking
pom_short_pause
seti_apple
seti_argdown
seti_asm
seti_audio
seti_babel
seti_bazel
seti_bicep
seti_bower
seti_bsl
seti_c
seti_c_sharp
seti_cake
seti_cake_php
seti_checkbox
seti_checkbox_unchecked
seti_clock
seti_clojure
seti_code_climate
seti_code_search
seti_coffee
seti_coldfusion
seti_config
seti_cpp
seti_crystal_embedded
seti_css
seti_csv
seti_cu
seti_d
seti_dart
seti_db
seti_default
seti_deprecation_cop
seti_docker
seti_editorconfig
seti_ejs
seti_elixir_script
seti_error
seti_eslint
seti_ethereum
seti_f_sharp
seti_favicon
seti_firebase
seti_firefox
seti_folder
seti_font
seti_git
seti_github
seti_gitlab
seti_go
seti_go2
seti_godot
seti_gradle
seti_grails
seti_graphql
seti_grunt
seti_gulp
seti_hacklang
seti_haml
seti_happenings
seti_haskell
seti_haxe
seti_heroku
seti_hex
seti_html
seti_ignored
seti_illustrator
seti_image
seti_info
seti_ionic
seti_jade
seti_java
seti_javascript
seti_jenkins
seti_jinja
seti_json
seti_julia
seti_karma
seti_license
seti_liquid
seti_livescript
seti_lock
seti_lua
seti_makefile
seti_markdown
seti_maven
seti_mdo
seti_mustache
seti_new_file
seti_nim
seti_notebook
seti_npm
seti_nunjucks
seti_ocaml
seti_odata
seti_pddl
seti_pdf
seti_perl
seti_photoshop
seti_php
seti_pipeline
seti_plan
seti_platformio
seti_powershell
seti_prisma
seti_project
seti_prolog
seti_pug
seti_puppet
seti_python
seti_r
seti_rails
seti_react
seti_reasonml
seti_rescript
seti_rollup
seti_ruby
seti_rust
seti_salesforce
seti_sass
seti_sbt
seti_scala
seti_search
seti_settings
seti_shell
seti_slim
seti_smarty
seti_spring
seti_stylelint
seti_stylus
seti_sublime
seti_svelte
seti_svg
seti_swift
seti_terraform
seti_tex
seti_todo
seti_tsconfig
seti_twig
seti_typescript
seti_vala
seti_video
seti_vue
seti_wasm
seti_wat
seti_webpack
seti_wgt
seti_word
seti_xls
seti_xml
seti_yarn
seti_yml
seti_zig
seti_zip
weather_alien
weather_aliens
weather_barometer
weather_celsius
weather_cloud
weather_cloud_down
weather_cloud_refresh
weather_cloud_up
weather_cloudy
weather_cloudy_gusts
weather_cloudy_windy
weather_day_cloudy
weather_day_cloudy_gusts
weather_day_cloudy_high
weather_day_cloudy_windy
weather_day_fog
weather_day_hail
weather_day_haze
weather_day_light_wind
weather_day_lightning
weather_day_rain
weather_day_rain_mix
weather_day_rain_wind
weather_day_showers
weather_day_sleet
weather_day_sleet_storm
weather_day_snow
weather_day_snow_thunderstorm
weather_day_snow_wind
weather_day_sprinkle
weather_day_storm_showers
weather_day_sunny
weather_day_sunny_overcast
weather_day_thunderstorm
weather_day_windy
weather_degrees
weather_direction_down
weather_direction_down_left
weather_direction_down_right
weather_direction_left
weather_direction_right
weather_direction_up
weather_direction_up_left
weather_direction_up_right
weather_dust
weather_earthquake
weather_fahrenheit
weather_fire
weather_flood
weather_fog
weather_gale_warning
weather_hail
weather_horizon
weather_horizon_alt
weather_hot
weather_humidity
weather_hurricane
weather_hurricane_warning
weather_lightning
weather_lunar_eclipse
weather_meteor
weather_moon_alt_first_quarter
weather_moon_alt_full
weather_moon_alt_new
weather_moon_alt_third_quarter
weather_moon_alt_waning_crescent_1
weather_moon_alt_waning_crescent_2
weather_moon_alt_waning_crescent_3
weather_moon_alt_waning_crescent_4
weather_moon_alt_waning_crescent_5
weather_moon_alt_waning_crescent_6
weather_moon_alt_waning_gibbous_1
weather_moon_alt_waning_gibbous_2
weather_moon_alt_waning_gibbous_3
weather_moon_alt_waning_gibbous_4
weather_moon_alt_waning_gibbous_5
weather_moon_alt_waning_gibbous_6
weather_moon_alt_waxing_crescent_1
weather_moon_alt_waxing_crescent_2
weather_moon_alt_waxing_crescent_3
weather_moon_alt_waxing_crescent_4
weather_moon_alt_waxing_crescent_5
weather_moon_alt_waxing_crescent_6
weather_moon_alt_waxing_gibbous_1
weather_moon_alt_waxing_gibbous_2
weather_moon_alt_waxing_gibbous_3
weather_moon_alt_waxing_gibbous_4
weather_moon_alt_waxing_gibbous_5
weather_moon_alt_waxing_gibbous_6
weather_moon_first_quarter
weather_moon_full
weather_moon_new
weather_moon_third_quarter
weather_moon_waning_crescent_1
weather_moon_waning_crescent_2
weather_moon_waning_crescent_3
weather_moon_waning_crescent_4
weather_moon_waning_crescent_5
weather_moon_waning_crescent_6
weather_moon_waning_gibbous_1
weather_moon_waning_gibbous_2
weather_moon_waning_gibbous_3
weather_moon_waning_gibbous_4
weather_moon_waning_gibbous_5
weather_moon_waning_gibbous_6
weather_moon_waxing_crescent_1
weather_moon_waxing_crescent_2
weather_moon_waxing_crescent_3
weather_moon_waxing_crescent_4
weather_moon_waxing_crescent_5
weather_moon_waxing_crescent_6
weather_moon_waxing_gibbous_1
weather_moon_waxing_gibbous_2
weather_moon_waxing_gibbous_3
weather_moon_waxing_gibbous_4
weather_moon_waxing_gibbous_5
weather_moon_waxing_gibbous_6
weather_moonrise
weather_moonset
weather_na
weather_night_alt_cloudy
weather_night_alt_cloudy_gusts
weather_night_alt_cloudy_high
weather_night_alt_cloudy_windy
weather_night_alt_hail
weather_night_alt_lightning
weather_night_alt_partly_cloudy
weather_night_alt_rain
weather_night_alt_rain_mix
weather_night_alt_rain_wind
weather_night_alt_showers
weather_night_alt_sleet
weather_night_alt_sleet_storm
weather_night_alt_snow
weather_night_alt_snow_thunderstorm
weather_night_alt_snow_wind
weather_night_alt_sprinkle
weather_night_alt_storm_showers
weather_night_alt_thunderstorm
weather_night_clear
weather_night_cloudy
weather_night_cloudy_gusts
weather_night_cloudy_high
weather_night_cloudy_windy
weather_night_fog
weather_night_hail
weather_night_lightning
weather_night_partly_cloudy
weather_night_rain
weather_night_rain_mix
weather_night_rain_wind
weather_night_showers
weather_night_sleet
weather_night_sleet_storm
weather_night_snow
weather_night_snow_thunderstorm
weather_night_snow_wind
weather_night_sprinkle
weather_night_storm_showers
weather_night_thunderstorm
weather_rain
weather_rain_mix
weather_rain_wind
weather_raindrop
weather_raindrops
weather_refresh
weather_refresh_alt
weather_sandstorm
weather_showers
weather_sleet
weather_small_craft_advisory
weather_smog
weather_smoke
weather_snow
weather_snow_wind
weather_snowflake_cold
weather_solar_eclipse
weather_sprinkle
weather_stars
weather_storm_showers
weather_storm_warning
weather_strong_wind
weather_sunrise
weather_sunset
weather_thermometer
weather_thermometer_exterior
weather_thermometer_internal
weather_thunderstorm
weather_time_1
weather_time_2
weather_time_3
weather_time_4
weather_time_5
weather_time_6
weather_time_7
weather_time_8
weather_time_9
weather_time_10
weather_time_11
weather_time_12
weather_tornado
weather_train
weather_tsunami
weather_umbrella
weather_volcano
weather_wind_beaufort_0
weather_wind_beaufort_1
weather_wind_beaufort_2
weather_wind_beaufort_3
weather_wind_beaufort_4
weather_wind_beaufort_5
weather_wind_beaufort_6
weather_wind_beaufort_7
weather_wind_beaufort_8
weather_wind_beaufort_9
weather_wind_beaufort_10
weather_wind_beaufort_11
weather_wind_beaufort_12
weather_wind_direction
weather_wind_east
weather_wind_north
weather_wind_north_east
weather_wind_north_west
weather_wind_south
weather_wind_south_east
weather_wind_south_west
weather_wind_west
weather_windy