Skip to main content

Icons

Moodle icons are rendered with Font Awesome or as small images

available

Description

Most Moodle icons are rendered using the 6.5.2 versions of Fontawesome. Iconnames are mapped from the Moodle icon name to the Font Awesome icon names in /lib/classes/output/icon_system_fontawesome.php

If needed a theme can override this map and provide its own mapping.

Rendering icons in Mustache Templates

Icons can be rendered in moodle templates using this notation:

{{#pix}} i/edit, core {{/pix}}

Rendering icons in Php

Use the pix_icon method to retreive the HTML for an icon.

<?php 
    $icon = $OUTPUT->pix_icon('i/edit', 'Edit me', 'moodle');
 ?>

Options:

Stacking Font Awesome icons

<span class="fa-stack fa-lg">
  <i class="fa-solid fa-comment fa-stack-2x"></i>
  <i class="fa-solid fa-thumbs-up fa-stack-1x fa-inverse"></i>
</span>

<span class="fa-stack fa-2x">
    <i class="fa-solid fa-camera fa-stack-1x"></i>
    <i class="fa-solid fa-ban fa-stack-2x" style="color:Tomato"></i>
</span>

<span class="fa-stack fa-2x">
    <i class="fa-solid fa-square fa-stack-2x"></i>
    <i class="fa-solid fa-terminal fa-stack-1x fa-inverse"></i>
</span>

<span class="fa-stack fa-4x">
    <i class="fa-solid fa-square fa-stack-2x"></i>
    <i class="fa-solid fa-terminal fa-stack-1x fa-inverse"></i>
</span>

List of mapped Font Awesome icons

The top title of each cards displays the name of the icon. The icon shown left is the Font Awesome icons. The icon shown on the right is the old image base icon.

core:docs
core:docs
fa fa-circle-info
core:book
core:book
fa fa-book
core:help
core:help
fa fa-circle-question text-info
core:req
core:req
fa fa-circle-exclamation text-danger
core:a/add_file
core:a/add_file
fa fa-circle-plus
core:a/create_folder
core:a/create_folder
fa fa-folder-plus
core:a/download_all
core:a/download_all
fa fa-download
core:a/help
core:a/help
fa fa-circle-question text-info
core:a/logout
core:a/logout
fa fa-arrow-right-to-bracket
core:a/refresh
core:a/refresh
fa fa-arrows-rotate
core:a/search
core:a/search
fa fa-magnifying-glass
core:a/setting
core:a/setting
fa fa-gear
core:a/view_icon_active
core:a/view_icon_active
fa fa-border-all
core:a/view_list_active
core:a/view_list_active
fa fa-list
core:a/view_tree_active
core:a/view_tree_active
fa fa-folder-tree
core:b/bookmark-new
core:b/bookmark-new
fa-regular fa-bookmark
core:b/document-edit
core:b/document-edit
fa fa-pen
core:b/document-new
core:b/document-new
fa fa-file-circle-plus
core:b/document-properties
core:b/document-properties
fa fa-wrench
core:b/edit-copy
core:b/edit-copy
fa fa-pen
core:b/edit-delete
core:b/edit-delete
fa fa-trash-can
core:e/abbr
core:e/abbr
fa-regular fa-message
core:e/absolute
core:e/absolute
fa fa-crosshairs
core:e/accessibility_checker
core:e/accessibility_checker
fa fa-universal-access
core:e/acronym
core:e/acronym
fa-regular fa-comment
core:e/advance_hr
core:e/advance_hr
fa fa-arrows-left-right
core:e/align_center
core:e/align_center
fa fa-align-center
core:e/align_left
core:e/align_left
fa fa-align-left
core:e/align_right
core:e/align_right
fa fa-align-right
core:e/anchor
core:e/anchor
fa fa-anchor
core:e/backward
core:e/backward
fa fa-arrow-left
core:e/bold
core:e/bold
fa fa-bold
core:e/bullet_list
core:e/bullet_list
fa fa-list-ul
core:e/cancel
core:e/cancel
fa fa-xmark
core:e/cancel_solid_circle
core:e/cancel_solid_circle
fa fa-circle-xmark
core:e/cell_props
core:e/cell_props
fa fa-info
core:e/cite
core:e/cite
fa fa-quote-right
core:e/cleanup_messy_code
core:e/cleanup_messy_code
fa fa-delete-left
core:e/clear_formatting
core:e/clear_formatting
fa fa-eraser
core:e/copy
core:e/copy
fa-regular fa-clone
core:e/cut
core:e/cut
fa fa-scissors
core:e/decrease_indent
core:e/decrease_indent
fa fa-outdent
core:e/delete_col
core:e/delete_col
fa fa-minus
core:e/delete_row
core:e/delete_row
fa fa-minus
core:e/delete
core:e/delete
fa fa-trash-can
core:e/delete_table
core:e/delete_table
fa fa-trash-can
core:e/document_properties
core:e/document_properties
fa fa-wrench
core:e/emoticons
core:e/emoticons
fa-regular fa-face-smile
core:e/find_replace
core:e/find_replace
fa fa-magnifying-glass-plus
core:e/file-text
core:e/file-text
fa-regular fa-file-text
core:e/forward
core:e/forward
fa fa-arrow-right
core:e/fullpage
core:e/fullpage
fa fa-maximize
core:e/fullscreen
core:e/fullscreen
fa-solid fa-expand
core:e/help
core:e/help
fa fa-circle-question
core:e/increase_indent
core:e/increase_indent
fa fa-indent
core:e/insert_col_after
core:e/insert_col_after
fa fa-columns
core:e/insert_col_before
core:e/insert_col_before
fa fa-columns
core:e/insert_date
core:e/insert_date
fa-regular fa-calendar-plus
core:e/insert_edit_image
core:e/insert_edit_image
fa-regular fa-image
core:e/insert_edit_link
core:e/insert_edit_link
fa fa-link
core:e/insert_edit_video
core:e/insert_edit_video
fa-regular fa-file-video
core:e/insert_file
core:e/insert_file
fa-regular fa-file
core:e/insert_horizontal_ruler
core:e/insert_horizontal_ruler
fa fa-ruler-horizontal
core:e/insert_nonbreaking_space
core:e/insert_nonbreaking_space
fa-regular fa-square
core:e/insert_page_break
core:e/insert_page_break
fa fa-arrows-left-right-to-line
core:e/insert_row_after
core:e/insert_row_after
fa fa-plus
core:e/insert_row_before
core:e/insert_row_before
fa fa-plus
core:e/insert
core:e/insert
fa fa-plus
core:e/insert_time
core:e/insert_time
fa-regular fa-clock
core:e/italic
core:e/italic
fa fa-italic
core:e/justify
core:e/justify
fa fa-align-justify
core:e/layers_over
core:e/layers_over
fa fa-turn-up
core:e/layers
core:e/layers
fa fa-layer-group
core:e/layers_under
core:e/layers_under
fa fa-turn-down
core:e/left_to_right
core:e/left_to_right
fa fa-angles-right
core:e/manage_files
core:e/manage_files
fa fa-laptop-file
core:e/math
core:e/math
fa fa-square-root-variable
core:e/merge_cells
core:e/merge_cells
fa fa-arrows-to-circle
core:e/new_document
core:e/new_document
fa fa-file-circle-plus
core:e/numbered_list
core:e/numbered_list
fa fa-list-ol
core:e/page_break
core:e/page_break
fa fa-arrows-left-right-to-line
core:e/paste
core:e/paste
fa fa-paste
core:e/paste_text
core:e/paste_text
fa fa-paste
core:e/paste_word
core:e/paste_word
fa fa-paste
core:e/prevent_autolink
core:e/prevent_autolink
fa fa-exclamation
core:e/preview
core:e/preview
fa fa-magnifying-glass-plus
core:e/print
core:e/print
fa fa-print
core:e/question
core:e/question
fa fa-question
core:e/redo
core:e/redo
fa fa-arrow-rotate-right
core:e/remove_link
core:e/remove_link
fa fa-link-slash
core:e/remove_page_break
core:e/remove_page_break
fa fa-xmark
core:e/resize
core:e/resize
fa fa-up-right-and-down-left-from-center
core:e/restore_draft
core:e/restore_draft
fa fa-trash-can-arrow-up
core:e/restore_last_draft
core:e/restore_last_draft
fa fa-clock-rotate-left
core:e/right_to_left
core:e/right_to_left
fa fa-angles-left
core:e/row_props
core:e/row_props
fa fa-info
core:e/save
core:e/save
fa-regular fa-floppy-disk
core:e/screenreader_helper
core:e/screenreader_helper
fa fa-ear-listen
core:e/search
core:e/search
fa fa-magnifying-glass
core:e/select_all
core:e/select_all
fa fa-square-check
core:e/show_invisible_characters
core:e/show_invisible_characters
fa-solid fa-eye
core:e/source_code
core:e/source_code
fa fa-code
core:e/special_character
core:e/special_character
fa fa-pen-to-square
core:e/spellcheck
core:e/spellcheck
fa fa-spell-check
core:e/split_cells
core:e/split_cells
fa fa-table-columns
core:e/strikethrough
core:e/strikethrough
fa fa-strikethrough
core:e/styleparagraph
core:e/styleparagraph
fa fa-font
core:e/subscript
core:e/subscript
fa fa-subscript
core:e/superscript
core:e/superscript
fa fa-superscript
core:e/table_props
core:e/table_props
fa fa-table
core:e/table
core:e/table
fa fa-table
core:e/template
core:e/template
fa fa-file-invoice
core:e/text_color_picker
core:e/text_color_picker
fa fa-eye-dropper
core:e/text_color
core:e/text_color
fa fa-paint-brush
core:e/text_highlight_picker
core:e/text_highlight_picker
fa-solid fa-highlighter
core:e/text_highlight
core:e/text_highlight
fa-solid fa-highlighter
core:e/tick
core:e/tick
fa fa-check
core:e/toggle_blockquote
core:e/toggle_blockquote
fa fa-quote-left
core:e/underline
core:e/underline
fa fa-underline
core:e/undo
core:e/undo
fa fa-rotate-left
core:e/visual_aid
core:e/visual_aid
fa fa-universal-access
core:e/visual_blocks
core:e/visual_blocks
fa fa-audio-description
core:i/activities
core:i/activities
fa fa-file-pen
core:i/addblock
core:i/addblock
fa-regular fa-square-plus
core:i/assignroles
core:i/assignroles
fa fa-user-tag
core:i/asterisk
core:i/asterisk
fa fa-asterisk
core:i/backup
core:i/backup
fa fa-circle-arrow-down
core:i/badge
core:i/badge
fa fa-award
core:i/breadcrumbdivider
core:i/breadcrumbdivider
fa fa-chevron-right
core:i/bullhorn
core:i/bullhorn
fa fa-bullhorn
core:i/calc
core:i/calc
fa fa-calculator
core:i/calendar
core:i/calendar
fa-regular fa-calendar
core:i/calendareventdescription
core:i/calendareventdescription
fa fa-align-left
core:i/calendareventtime
core:i/calendareventtime
fa-regular fa-clock
core:i/categoryevent
core:i/categoryevent
fa fa-shapes
core:i/caution
core:i/caution
fa fa-warning text-warning
core:i/chartbar
core:i/chartbar
fa fa-chart-bar
core:i/checked
core:i/checked
fa fa-check
core:i/checkedcircle
core:i/checkedcircle
fa fa-circle-check
core:i/checkpermissions
core:i/checkpermissions
fa fa-user-lock
core:i/circleinfo
core:i/circleinfo
fa fa-circle-info
core:i/cloudupload
core:i/cloudupload
fa fa-cloud-upload
core:i/cohort
core:i/cohort
fa fa-users-line
core:i/competencies
core:i/competencies
fa fa-list-check
core:i/completion_self
core:i/completion_self
fa fa-user-check
core:i/contentbank
core:i/contentbank
fa fa-laptop-file
core:i/course
core:i/course
fa fa-graduation-cap
core:i/courseevent
core:i/courseevent
fa fa-graduation-cap
core:i/customfield
core:i/customfield
fa fa-cog
core:i/dashboard
core:i/dashboard
fa fa-gauge
core:i/db
core:i/db
fa fa-database
core:i/delete
core:i/delete
fa fa-trash-can
core:i/down
core:i/down
fa fa-arrow-down
core:i/dragdrop
core:i/dragdrop
fa fa-arrows-up-down-left-right
core:i/duration
core:i/duration
fa fa-hourglass
core:i/edit
core:i/edit
fa fa-pen
core:i/email
core:i/email
fa fa-envelope
core:i/emojicategoryactivities
core:i/emojicategoryactivities
fa fa-futbol
core:i/emojicategoryanimalsnature
core:i/emojicategoryanimalsnature
fa fa-leaf
core:i/emojicategoryflags
core:i/emojicategoryflags
fa fa-flag
core:i/emojicategoryfooddrink
core:i/emojicategoryfooddrink
fa fa-pizza-slice
core:i/emojicategoryobjects
core:i/emojicategoryobjects
fa fa-hammer
core:i/emojicategorypeoplebody
core:i/emojicategorypeoplebody
fa fa-person
core:i/emojicategoryrecent
core:i/emojicategoryrecent
fa-regular fa-clock
core:i/emojicategorysmileysemotion
core:i/emojicategorysmileysemotion
fa-regular fa-face-smile
core:i/emojicategorysymbols
core:i/emojicategorysymbols
fa fa-peace
core:i/emojicategorytravelplaces
core:i/emojicategorytravelplaces
fa fa-plane
core:i/empty
core:i/empty
fa-regular fa-square
core:i/enrolmentsuspended
core:i/enrolmentsuspended
fa fa-user-xmark
core:i/enrolusers
core:i/enrolusers
fa fa-user-plus
core:i/excluded
core:i/excluded
fa fa-circle-minus
core:i/expired
core:i/expired
fa fa-circle-exclamation text-warning
core:i/export
core:i/export
fa fa-download
core:i/externallink
core:i/externallink
fa fa-arrow-up-right-from-square
core:i/file_export
core:i/file_export
fa fa-download
core:i/file_import
core:i/file_import
fa fa-upload
core:i/file_plus
core:i/file_plus
fa fa-file-circle-plus
core:i/files
core:i/files
fa fa-file
core:i/filter
core:i/filter
fa fa-filter
core:i/flagged
core:i/flagged
fa fa-flag
core:i/folder
core:i/folder
fa fa-folder
core:i/grade_correct
core:i/grade_correct
fa-regular fa-circle-check text-success
core:i/grade_incorrect
core:i/grade_incorrect
fa-regular fa-circle-xmark text-danger
core:i/grade_partiallycorrect
core:i/grade_partiallycorrect
fa fa-circle-half-stroke text-warning
core:i/grades
core:i/grades
fa fa-clipboard-check
core:i/grading
core:i/grading
fa fa-wand-magic-sparkles
core:i/gradingnotifications
core:i/gradingnotifications
fa-regular fa-bell
core:i/group
core:i/group
fa fa-users
core:i/groupevent
core:i/groupevent
fa fa-users
core:i/hide
core:i/hide
fa-regular fa-eye
core:i/hierarchylock
core:i/hierarchylock
fa fa-lock
core:i/home
core:i/home
fa fa-house
core:i/import
core:i/import
fa fa-upload
core:i/incorrect
core:i/incorrect
fa fa-exclamation
core:i/info
core:i/info
fa fa-info
core:i/invalid
core:i/invalid
fa fa-xmark text-danger
core:i/item
core:i/item
fa fa-circle
core:i/language
core:i/language
fa fa-language
core:i/link
core:i/link
fa fa-link
core:i/loading
core:i/loading
fa fa-spinner fa-spin
core:i/loading_small
core:i/loading_small
fa fa-spinner fa-spin fa-sm
core:i/location
core:i/location
fa fa-location-dot
core:i/lock
core:i/lock
fa fa-lock
core:i/log
core:i/log
fa fa-check-to-slot
core:i/mahara_host
core:i/mahara_host
fa fa-id-badge
core:i/manual_item
core:i/manual_item
fa fa-pen-to-square
core:i/marked
core:i/marked
fa-solid fa-highlighter
core:i/marker
core:i/marker
fa fa-pen-clip
core:i/mean
core:i/mean
fa fa-calculator
core:i/menu
core:i/menu
fa fa-ellipsis-vertical
core:i/menubars
core:i/menubars
fa fa-bars
core:i/messagecontentaudio
core:i/messagecontentaudio
fa fa-volume-high
core:i/messagecontentimage
core:i/messagecontentimage
fa fa-image
core:i/messagecontentmultimediageneral
core:i/messagecontentmultimediageneral
fa fa-photo-film
core:i/messagecontentvideo
core:i/messagecontentvideo
fa fa-film
core:i/mnethost
core:i/mnethost
fa fa-square-arrow-up-right
core:i/moodle_host
core:i/moodle_host
fa fa-graduation-cap
core:i/moremenu
core:i/moremenu
fa fa-ellipsis
core:i/move_2d
core:i/move_2d
fa fa-arrows-up-down-left-right
core:i/muted
core:i/muted
fa fa-microphone-slash
core:i/navigationitem
core:i/navigationitem
fa fa-fw
core:i/ne_red_mark
core:i/ne_red_mark
fa fa-xmark text-danger
core:i/new
core:i/new
fa fa-bolt
core:i/news
core:i/news
fa fa-newspaper
core:i/next
core:i/next
fa fa-chevron-right
core:i/nosubcat
core:i/nosubcat
fa fa-plus-square-o
core:i/notifications
core:i/notifications
fa fa-bell
core:i/open
core:i/open
fa fa-folder-open
core:i/otherevent
core:i/otherevent
fa fa-circle-info
core:i/outcomes
core:i/outcomes
fa fa-list-check
core:i/overriden_grade
core:i/overriden_grade
fa fa-pen-to-square
core:i/payment
core:i/payment
fa-solid fa-credit-card
core:i/permissionlock
core:i/permissionlock
fa fa-user-lock
core:i/permissions
core:i/permissions
fa fa-user-lock
core:i/persona_sign_in_black
core:i/persona_sign_in_black
fa fa-person
core:i/portfolio
core:i/portfolio
fa fa-briefcase
core:i/preview
core:i/preview
fa fa-magnifying-glass-plus
core:i/previous
core:i/previous
fa fa-chevron-left
core:i/privatefiles
core:i/privatefiles
fa fa-file-circle-minus
core:i/progressbar
core:i/progressbar
fa fa-spinner fa-spin
core:i/publish
core:i/publish
fa fa-arrow-up-from-bracket
core:i/questions
core:i/questions
fa fa-question
core:i/reload
core:i/reload
fa fa-rotate-right
core:i/report
core:i/report
fa fa-chart-column
core:i/repository
core:i/repository
fa fa-hard-drive
core:i/restore
core:i/restore
fa fa-trash-can-arrow-up
core:i/return
core:i/return
fa fa-arrow-left
core:i/risk_config
core:i/risk_config
fa fa-triangle-exclamation text-muted
core:i/risk_dataloss
core:i/risk_dataloss
fa fa-triangle-exclamation text-danger
core:i/risk_managetrust
core:i/risk_managetrust
fa fa-triangle-exclamation text-warning
core:i/risk_personal
core:i/risk_personal
fa fa-triangle-exclamation text-info
core:i/risk_spam
core:i/risk_spam
fa fa-triangle-exclamation text-primary
core:i/risk_xss
core:i/risk_xss
fa fa-triangle-exclamation text-danger
core:i/role
core:i/role
fa fa-user-tie
core:i/rss
core:i/rss
fa fa-rss
core:i/rsssitelogo
core:i/rsssitelogo
fa fa-graduation-cap
core:i/scales
core:i/scales
fa fa-scale-balanced
core:i/scheduled
core:i/scheduled
fa-regular fa-calendar-check
core:i/search
core:i/search
fa fa-magnifying-glass
core:i/section
core:i/section
fa-regular fa-rectangle-list
core:i/sendmessage
core:i/sendmessage
fa-regular fa-paper-plane
core:i/settings
core:i/settings
fa fa-gear
core:i/share
core:i/share
fa-regular fa-share-from-square
core:i/show
core:i/show
fa-regular fa-eye-slash
core:i/siteevent
core:i/siteevent
fa-solid fa-globe
core:i/star
core:i/star
fa fa-star
core:i/star-o
core:i/star-o
fa-regular fa-star
core:i/star-rating
core:i/star-rating
fa fa-star
core:i/stats
core:i/stats
fa fa-chart-line
core:i/switch
core:i/switch
fa fa-right-left
core:i/switchrole
core:i/switchrole
fa fa-people-arrows
core:i/trash
core:i/trash
fa fa-trash-can
core:i/twoway
core:i/twoway
fa fa-arrows-left-right
core:i/unchecked
core:i/unchecked
fa-regular fa-square
core:i/uncheckedcircle
core:i/uncheckedcircle
fa-regular fa-circle
core:i/unflagged
core:i/unflagged
fa-regular fa-flag
core:i/unlock
core:i/unlock
fa fa-unlock
core:i/up
core:i/up
fa fa-arrow-up
core:i/upload
core:i/upload
fa fa-upload
core:i/user
core:i/user
fa fa-user
core:i/userevent
core:i/userevent
fa fa-clipboard-user
core:i/users
core:i/users
fa fa-user-group
core:i/valid
core:i/valid
fa fa-check text-success
core:i/viewcategory
core:i/viewcategory
fa fa-pager
core:i/viewsection
core:i/viewsection
fa fa-pager
core:i/warning
core:i/warning
fa fa-triangle-exclamation text-warning
core:i/window_close
core:i/window_close
fa fa-xmark
core:i/withsubcat
core:i/withsubcat
fa fa-network-wired
core:m/USD
core:m/USD
fa fa-dollar-sign
core:t/add
core:t/add
fa fa-plus
core:t/addcontact
core:t/addcontact
fa fa-address-card
core:t/angles-down
core:t/angles-down
fa fa-angles-down
core:t/angles-left
core:t/angles-left
fa fa-angles-left
core:t/angles-right
core:t/angles-right
fa fa-angles-right
core:t/angles-up
core:t/angles-up
fa fa-angles-up
core:t/approve
core:t/approve
fa fa-thumbs-up
core:t/assignroles
core:t/assignroles
fa fa-user-tag
core:t/award
core:t/award
fa fa-award
core:t/backpack
core:t/backpack
fa fa-suitcase-rolling
core:t/backup
core:t/backup
fa fa-circle-arrow-down
core:t/block
core:t/block
fa fa-ban
core:t/block_to_dock
core:t/block_to_dock
fa fa-chevron-left
core:t/block_to_dock_rtl
core:t/block_to_dock_rtl
fa fa-chevron-right
core:t/blocks_drawer
core:t/blocks_drawer
fa fa-chevron-left
core:t/blocks_drawer_rtl
core:t/blocks_drawer_rtl
fa fa-chevron-right
core:t/calc_off
core:t/calc_off
fa fa-calculator
core:t/calc
core:t/calc
fa fa-calculator
core:t/check
core:t/check
fa fa-check
core:t/clipboard
core:t/clipboard
fa fa-clipboard
core:t/cohort
core:t/cohort
fa fa-users-line
core:t/collapsed_empty_rtl
core:t/collapsed_empty_rtl
fa fa-chevron-left
core:t/collapsed_empty
core:t/collapsed_empty
fa fa-chevron-right
core:t/collapsed_rtl
core:t/collapsed_rtl
fa fa-chevron-left
core:t/collapsed
core:t/collapsed
fa fa-chevron-right
core:t/collapsedchevron
core:t/collapsedchevron
fa fa-chevron-right
core:t/collapsedchevron_rtl
core:t/collapsedchevron_rtl
fa fa-chevron-left
core:t/collapsedchevron_up
core:t/collapsedchevron_up
fa fa-chevron-up
core:t/completion_complete
core:t/completion_complete
fa fa-circle
core:t/completion_fail
core:t/completion_fail
fa fa-xmark
core:t/completion_incomplete
core:t/completion_incomplete
fa-regular fa-circle
core:t/contextmenu
core:t/contextmenu
fa fa-ellipsis-vertical
core:t/copy
core:t/copy
fa-solid fa-clone
core:t/delete
core:t/delete
fa fa-trash-can
core:t/dock_to_block_rtl
core:t/dock_to_block_rtl
fa fa-chevron-left
core:t/dock_to_block
core:t/dock_to_block
fa fa-chevron-right
core:t/dockclose
core:t/dockclose
fa fa-xmark
core:t/down
core:t/down
fa fa-arrow-down
core:t/download
core:t/download
fa fa-download
core:t/downlong
core:t/downlong
fa fa-arrow-down-long
core:t/dropdown
core:t/dropdown
fa fa-caret-down
core:t/edit_menu
core:t/edit_menu
fa fa-ellipsis-vertical
core:t/edit
core:t/edit
fa fa-pen
core:t/editinline
core:t/editinline
fa fa-pen
core:t/editstring
core:t/editstring
fa fa-pen
core:t/email
core:t/email
fa-regular fa-envelope
core:t/emailno
core:t/emailno
fa fa-ban
core:t/emptystar
core:t/emptystar
fa-regular fa-star
core:t/enrolusers
core:t/enrolusers
fa fa-user-plus
core:t/expanded
core:t/expanded
fa fa-chevron-down
core:t/expandedchevron
core:t/expandedchevron
fa fa-chevron-down
core:t/go
core:t/go
fa fa-play
core:t/grades
core:t/grades
fa fa-table-list
core:t/groupn
core:t/groupn
fa fa-user
core:t/groups
core:t/groups
fa fa-circle-user
core:t/groupv
core:t/groupv
fa-regular fa-circle-user
core:t/hide
core:t/hide
fa-regular fa-eye
core:t/index_drawer
core:t/index_drawer
fa fa-list
core:t/left
core:t/left
fa fa-arrow-left
core:t/less
core:t/less
fa fa-minus
core:t/life-ring
core:t/life-ring
fa fa-life-ring
core:t/lock
core:t/lock
fa fa-unlock
core:t/locked
core:t/locked
fa fa-lock
core:t/locktime
core:t/locktime
fa fa-lock
core:t/markasread
core:t/markasread
fa fa-check
core:t/message
core:t/message
fa fa-message
core:t/messages
core:t/messages
fa fa-comments
core:t/messages-o
core:t/messages-o
fa-regular fa-comments
core:t/more
core:t/more
fa fa-caret-down
core:t/move
core:t/move
fa fa-arrows-up-down
core:t/online
core:t/online
fa fa-circle-check
core:t/passwordunmask-edit
core:t/passwordunmask-edit
fa fa-pen
core:t/passwordunmask-reveal
core:t/passwordunmask-reveal
fa-solid fa-eye
core:t/play
core:t/play
fa fa-play
core:t/portfolioadd
core:t/portfolioadd
fa fa-plus
core:t/preferences
core:t/preferences
fa fa-wrench
core:t/preview
core:t/preview
fa fa-magnifying-glass-plus
core:t/print
core:t/print
fa fa-print
core:t/reload
core:t/reload
fa fa-rotate-right
core:t/removecontact
core:t/removecontact
fa fa-user-xmark
core:t/reset
core:t/reset
fa fa-arrow-rotate-left
core:t/restore
core:t/restore
fa fa-trash-can-arrow-up
core:t/right
core:t/right
fa fa-arrow-right
core:t/sendmessage
core:t/sendmessage
fa-regular fa-paper-plane
core:t/show
core:t/show
fa fa-eye-slash
core:t/sort_asc
core:t/sort_asc
fa fa-arrow-up-short-wide
core:t/sort_by
core:t/sort_by
fa fa-arrow-down-wide-short
core:t/sort_desc
core:t/sort_desc
fa fa-arrow-down-short-wide
core:t/sort
core:t/sort
fa fa-sort
core:t/stealth
core:t/stealth
fa fa-low-vision
core:t/stop
core:t/stop
fa fa-stop
core:t/switch_minus
core:t/switch_minus
fa fa-minus
core:t/switch_plus
core:t/switch_plus
fa fa-plus
core:t/switch_whole
core:t/switch_whole
fa-regular fa-square
core:t/tags
core:t/tags
fa fa-tags
core:t/unblock
core:t/unblock
fa fa-unlock-keyhole
core:t/unlock
core:t/unlock
fa fa-lock
core:t/unlocked
core:t/unlocked
fa fa-lock-open
core:t/up
core:t/up
fa fa-arrow-up
core:t/uplong
core:t/uplong
fa fa-arrow-up-long
core:t/user
core:t/user
fa fa-user
core:t/viewdetails
core:t/viewdetails
fa fa-magnifying-glass-plus
qtype_ddmarker:crosshairs
qtype_ddmarker:crosshairs
fa fa-crosshairs
qtype_ddmarker:grid
qtype_ddmarker:grid
fa fa-table-cells
mod_book:add
mod_book:add
fa fa-plus
mod_book:chapter
mod_book:chapter
fa fa-book-bookmark
mod_data:field/checkbox
mod_data:field/checkbox
fa-regular fa-square-check
mod_data:field/date
mod_data:field/date
fa-regular fa-calendar
mod_data:field/file
mod_data:field/file
fa-regular fa-file
mod_data:field/latlong
mod_data:field/latlong
fa fa-earth-americas
mod_data:field/menu
mod_data:field/menu
fa fa-bars
mod_data:field/multimenu
mod_data:field/multimenu
fa fa-bars
mod_data:field/number
mod_data:field/number
fa fa-hashtag
mod_data:field/picture
mod_data:field/picture
fa-regular fa-image
mod_data:field/radiobutton
mod_data:field/radiobutton
fa-regular fa-circle-dot
mod_data:field/text
mod_data:field/text
fa fa-i-cursor
mod_data:field/textarea
mod_data:field/textarea
fa fa-font
mod_data:field/url
mod_data:field/url
fa fa-link
mod_feedback:notrequired
mod_feedback:notrequired
fa fa-circle-question
mod_feedback:required
mod_feedback:required
fa fa-circle-exclamation
mod_forum:i/pinned
mod_forum:i/pinned
fa fa-thumbtack
mod_forum:t/selected
mod_forum:t/selected
fa fa-check
mod_forum:t/star
mod_forum:t/star
fa fa-star
mod_forum:t/subscribed
mod_forum:t/subscribed
fa-regular fa-envelope
mod_forum:t/unsubscribed
mod_forum:t/unsubscribed
fa-regular fa-envelope-open
mod_glossary:asc
mod_glossary:asc
fa fa-sort-down
mod_glossary:desc
mod_glossary:desc
fa fa-sort-up
mod_glossary:export
mod_glossary:export
fa fa-arrow-turn-up
mod_glossary:minus
mod_glossary:minus
fa fa-minus
mod_lesson:e/copy
mod_lesson:e/copy
fa-solid fa-clone
mod_lti:warning
mod_lti:warning
fa fa-exclamation text-warning
mod_quiz:navflagged
mod_quiz:navflagged
fa fa-flag
mod_scorm:asset
mod_scorm:asset
fa-regular fa-file-zipper
mod_scorm:assetc
mod_scorm:assetc
fa-regular fa-file-zipper
mod_scorm:browsed
mod_scorm:browsed
fa fa-book
mod_scorm:completed
mod_scorm:completed
fa-regular fa-square-check
mod_scorm:failed
mod_scorm:failed
fa fa-xmark
mod_scorm:incomplete
mod_scorm:incomplete
fa-regular fa-pen-to-square
mod_scorm:minus
mod_scorm:minus
fa fa-minus
mod_scorm:notattempted
mod_scorm:notattempted
fa-regular fa-square
mod_scorm:passed
mod_scorm:passed
fa fa-check
mod_scorm:plus
mod_scorm:plus
fa fa-plus
mod_scorm:popdown
mod_scorm:popdown
fa-regular fa-rectangle-xmark
mod_scorm:popup
mod_scorm:popup
fa-regular fa-window-restore
mod_scorm:suspend
mod_scorm:suspend
fa fa-pause
mod_scorm:wait
mod_scorm:wait
fa fa-spinner fa-spin
mod_subsection:subsection
mod_subsection:subsection
fa fa-rectangle-list
mod_wiki:attachment
mod_wiki:attachment
fa fa-paperclip
mod_workshop:userplan/task-done
mod_workshop:userplan/task-done
fa fa-clipboard-check text-success
mod_workshop:userplan/task-fail
mod_workshop:userplan/task-fail
fa fa-xmark text-danger
mod_workshop:userplan/task-info
mod_workshop:userplan/task-info
fa fa-circle-info text-info
mod_workshop:userplan/task-todo
mod_workshop:userplan/task-todo
fa-regular fa-clipboard
customfield_date:checked
customfield_date:checked
fa-regular fa-calendar-check
customfield_date:notchecked
customfield_date:notchecked
fa-regular fa-calendar
enrol_guest:withoutpassword
enrol_guest:withoutpassword
fa fa-lock-open
enrol_guest:withpassword
enrol_guest:withpassword
fa fa-lock
enrol_lti:enrolinstancewarning
enrol_lti:enrolinstancewarning
fa fa-triangle-exclamation text-danger
enrol_lti:managedeployments
enrol_lti:managedeployments
fa fa-users-gear
enrol_lti:platformdetails
enrol_lti:platformdetails
fa fa-square-pen
enrol_self:withkey
enrol_self:withkey
fa fa-key
enrol_self:withoutkey
enrol_self:withoutkey
fa-solid fa-right-to-bracket
block_accessreview:smile
block_accessreview:smile
fa-regular fa-smile
block_accessreview:frown
block_accessreview:frown
fa-regular fa-face-frown
block_accessreview:errorsfound
block_accessreview:errorsfound
fa fa-ban
block_accessreview:f/find
block_accessreview:f/find
fa fa-magnifying-glass
block_accessreview:f/form
block_accessreview:f/form
fa fa-list-check
block_accessreview:f/image
block_accessreview:f/image
fa fa-image
block_accessreview:f/layout
block_accessreview:f/layout
fa fa-table-cells-large
block_accessreview:f/link
block_accessreview:f/link
fa fa-link
block_accessreview:f/media
block_accessreview:f/media
fa fa-photo-film
block_accessreview:f/pdf
block_accessreview:f/pdf
fa-regular fa-file-pdf
block_accessreview:f/table
block_accessreview:f/table
fa fa-table
block_accessreview:f/text
block_accessreview:f/text
fa fa-font
block_accessreview:f/video
block_accessreview:f/video
fa-regular fa-file-video
block_accessreview:t/fail
block_accessreview:t/fail
fa fa-xmark
block_accessreview:t/pass
block_accessreview:t/pass
fa fa-check
gradingform_guide:info
gradingform_guide:info
fa fa-circle-info
gradingform_guide:plus
gradingform_guide:plus
fa fa-circle-plus
tool_brickfield:f/award
tool_brickfield:f/award
fa fa-trophy
tool_brickfield:f/done
tool_brickfield:f/done
fa fa-check
tool_brickfield:f/done2
tool_brickfield:f/done2
fa fa-check-double
tool_brickfield:f/error
tool_brickfield:f/error
fa fa-xmark
tool_brickfield:f/find
tool_brickfield:f/find
fa fa-magnifying-glass
tool_brickfield:f/form
tool_brickfield:f/form
fa fa-list-check
tool_brickfield:f/image
tool_brickfield:f/image
fa fa-image
tool_brickfield:f/layout
tool_brickfield:f/layout
fa fa-table-cells-large
tool_brickfield:f/link
tool_brickfield:f/link
fa fa-link
tool_brickfield:f/media
tool_brickfield:f/media
fa fa-photo-film
tool_brickfield:f/table
tool_brickfield:f/table
fa fa-table
tool_brickfield:f/text
tool_brickfield:f/text
fa fa-font
tool_brickfield:f/total
tool_brickfield:f/total
fa fa-calculator
tool_lp:url
tool_lp:url
fa fa-arrow-up-right-from-square
tool_policy:agreed
tool_policy:agreed
fa fa-check text-success
tool_policy:declined
tool_policy:declined
fa fa-xmark text-danger
tool_policy:level
tool_policy:level
fa fa-turn-up fa-rotate-90 text-muted
tool_policy:partial
tool_policy:partial
fa fa-triangle-exclamation text-warning
tool_policy:pending
tool_policy:pending
fa-regular fa-clock text-warning
tool_recyclebin:trash
tool_recyclebin:trash
fa fa-trash-can-arrow-up
tool_usertours:i/tour-import
tool_usertours:i/tour-import
fa fa-upload
tool_usertours:i/tour-new
tool_usertours:i/tour-new
fa fa-file-circle-plus
tool_usertours:i/tour-shared
tool_usertours:i/tour-shared
fa fa-share-from-square
tool_usertours:i/reload
tool_usertours:i/reload
fa fa-arrow-rotate-right
tool_usertours:t/export
tool_usertours:t/export
fa fa-download
tool_usertours:t/filler
tool_usertours:t/filler
fa fa-spacer
atto_collapse:icon
atto_collapse:icon
fa fa-chevron-down
atto_recordrtc:i/audiortc
atto_recordrtc:i/audiortc
fa fa-microphone
atto_recordrtc:i/videortc
atto_recordrtc:i/videortc
fa fa-video