GoogleFontIcon
The GoogleFontIcon component will display Google Material Symbols.
Setup #
Before using google font icons, include the Google Font Icons CSS file in your project.
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />How it works #
The GoogleFontIcon component displays a Google Material Symbol icon in your Blazor application.
How to use:
This demo shows the minimal setup required to render a Google Material Symbol icon.
How to use:
- Add the
GoogleFontIconcomponent to your page. - Set the
Nameparameter to the desired icon fromGoogleFontIconName(e.g.,GoogleFontIconName.Search).
search
<GoogleFontIcon Name="GoogleFontIconName.Search" />Icon text #
The GoogleFontIcon component can display text alongside the icon, making it easy to label or describe the icon’s purpose.
How to use:
This demo illustrates how to combine an icon with descriptive text.
How to use:
- Place your desired text between the opening and closing
GoogleFontIcontags. - The icon and text will be rendered together, allowing for clear labeling.
search
Search
<GoogleFontIcon Name="GoogleFontIconName.Search">
Search
</GoogleFontIcon>Colors #
The GoogleFontIcon component supports color customization using the
How to use:
This demo shows how to apply different theme colors to your icons.
Color parameter, which applies theme-based colors to the icon.
How to use:
- Set the
Colorparameter to a value fromGoogleFontIconColor(e.g.,Primary,Link,Info, etc.).
search
search
search
search
search
search
<GoogleFontIcon Name="GoogleFontIconName.Search" Color="GoogleFontIconColor.Primary" />
<GoogleFontIcon Name="GoogleFontIconName.Search" Color="GoogleFontIconColor.Link" />
<GoogleFontIcon Name="GoogleFontIconName.Search" Color="GoogleFontIconColor.Info" />
<GoogleFontIcon Name="GoogleFontIconName.Search" Color="GoogleFontIconColor.Success" />
<GoogleFontIcon Name="GoogleFontIconName.Search" Color="GoogleFontIconColor.Warning" />
<GoogleFontIcon Name="GoogleFontIconName.Search" Color="GoogleFontIconColor.Danger" />
You can also apply the selected color to the icon’s text by setting the
How to use:
This demo demonstrates how to color both the icon and its associated text.
ApplyColorToText parameter to true.
How to use:
- Set
ApplyColorToText="true"to color both the icon and its text label.
search
Primary
search
Link
search
Info
search
Success
search
Warning
search
Danger
<GoogleFontIcon Name="GoogleFontIconName.Search" Color="GoogleFontIconColor.Primary" ApplyColorToText="true">Primary</GoogleFontIcon>
<GoogleFontIcon Name="GoogleFontIconName.Search" Color="GoogleFontIconColor.Link" ApplyColorToText="true">Link</GoogleFontIcon>
<GoogleFontIcon Name="GoogleFontIconName.Search" Color="GoogleFontIconColor.Info" ApplyColorToText="true">Info</GoogleFontIcon>
<GoogleFontIcon Name="GoogleFontIconName.Search" Color="GoogleFontIconColor.Success" ApplyColorToText="true">Success</GoogleFontIcon>
<GoogleFontIcon Name="GoogleFontIconName.Search" Color="GoogleFontIconColor.Warning" ApplyColorToText="true">Warning</GoogleFontIcon>
<GoogleFontIcon Name="GoogleFontIconName.Search" Color="GoogleFontIconColor.Danger" ApplyColorToText="true">Danger</GoogleFontIcon>Sizes #
The GoogleFontIcon component allows you to adjust the icon size using the
How to use:
This demo displays the available icon sizes and how to apply them.
Size parameter.
How to use:
- Set the
Sizeparameter to a value fromGoogleFontIconSize(e.g.,None,XSmall,Small,Medium,Large,XLarge,XXLarge).
| Size | Icon |
|---|---|
GoogleFontIconSize.None |
search |
GoogleFontIconSize.XSmall |
search |
GoogleFontIconSize.Small |
search |
GoogleFontIconSize.Medium |
search |
GoogleFontIconSize.Large |
search |
GoogleFontIconSize.XLarge |
search |
GoogleFontIconSize.XXLarge |
search |
<table class="table is-bordered">
<thead>
<tr>
<th>Size</th>
<th>Icon</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>GoogleFontIconSize.None</code></td>
<td><GoogleFontIcon Name="GoogleFontIconName.Search" Color="GoogleFontIconColor.Primary" Size="GoogleFontIconSize.None" /></td>
</tr>
<tr>
<td><code>GoogleFontIconSize.XSmall</code></td>
<td><GoogleFontIcon Name="GoogleFontIconName.Search" Color="GoogleFontIconColor.Primary" Size="GoogleFontIconSize.XSmall" /></td>
</tr>
<tr>
<td><code>GoogleFontIconSize.Small</code></td>
<td><GoogleFontIcon Name="GoogleFontIconName.Search" Color="GoogleFontIconColor.Primary" Size="GoogleFontIconSize.Small" /></td>
</tr>
<tr>
<td><code>GoogleFontIconSize.Medium</code></td>
<td><GoogleFontIcon Name="GoogleFontIconName.Search" Color="GoogleFontIconColor.Primary" Size="GoogleFontIconSize.Medium" /></td>
</tr>
<tr>
<td><code>GoogleFontIconSize.Large</code></td>
<td><GoogleFontIcon Name="GoogleFontIconName.Search" Color="GoogleFontIconColor.Primary" Size="GoogleFontIconSize.Large" /></td>
</tr>
<tr>
<td><code>GoogleFontIconSize.XLarge</code></td>
<td><GoogleFontIcon Name="GoogleFontIconName.Search" Color="GoogleFontIconColor.Primary" Size="GoogleFontIconSize.XLarge" /></td>
</tr>
<tr>
<td><code>GoogleFontIconSize.XXLarge</code></td>
<td><GoogleFontIcon Name="GoogleFontIconName.Search" Color="GoogleFontIconColor.Primary" Size="GoogleFontIconSize.XXLarge" /></td>
</tr>
</tbody>
</table>
All icons #
The GoogleFontIcon component supports a wide range of Google Material Symbol icons, accessible via the
How to use:
This demo lists all supported icons and their corresponding enum names for easy reference.
GoogleFontIconName enum.
How to use:
- Browse all available icons by iterating through the
GoogleFontIconNameenum (excludingNone). - Use the desired icon name as the
Nameparameter in your component.
Count: 3729
10k
TenK
10mp
TenMp
11mp
ElevenMp
123
OneTwoThree
12mp
TwelveMp
13mp
ThirteenMp
14mp
FourteenMp
15mp
FifteenMp
16mp
SixteenMp
17mp
SeventeenMp
18_up_rating
EighteenUpRating
18mp
EighteenMp
19mp
NineteenMp
1k
OneK
1k_plus
OneKPlus
1x_mobiledata
OneXMobiledata
1x_mobiledata_badge
OneXMobiledataBadge
20mp
TwentyMp
21mp
TwentyOneMp
22mp
TwentyTwoMp
23mp
TwentyThreeMp
24fps_select
TwentyFourFpsSelect
24mp
TwentyFourMp
2d
TwoD
2k
TwoK
2k_plus
TwoKPlus
2mp
TwoMp
30fps
ThirtyFps
30fps_select
ThirtyFpsSelect
360
ThreeSixty
3d
ThreeD
3d_rotation
ThreeDRotation
3g_mobiledata
ThreeGMobiledata
3g_mobiledata_badge
ThreeGMobiledataBadge
3k
ThreeK
3k_plus
ThreeKPlus
3mp
ThreeMp
3p
ThreeP
4g_mobiledata
FourGMobiledata
4g_mobiledata_badge
FourGMobiledataBadge
4g_plus_mobiledata
FourGPlusMobiledata
4k
FourK
4k_plus
FourKPlus
4mp
FourMp
50mp
FiftyMp
5g
FiveG
5g_mobiledata_badge
FiveGMobiledataBadge
5k
FiveK
5k_plus
FiveKPlus
5mp
FiveMp
6_ft_apart
SixFtApart
60fps
SixtyFps
60fps_select
SixtyFpsSelect
6k
SixK
6k_plus
SixKPlus
6mp
SixMp
7k
SevenK
7k_plus
SevenKPlus
7mp
SevenMp
8k
EightK
8k_plus
EightKPlus
8mp
EightMp
9k
NineK
9k_plus
NineKPlus
9mp
NineMp
abc
Abc
ac_unit
AcUnit
accessibility
Accessibility
accessibility_new
AccessibilityNew
accessible
Accessible
accessible_forward
AccessibleForward
accessible_menu
AccessibleMenu
account_balance
AccountBalance
account_balance_wallet
AccountBalanceWallet
account_box
AccountBox
account_child
AccountChild
account_child_invert
AccountChildInvert
account_circle
AccountCircle
account_circle_off
AccountCircleOff
account_tree
AccountTree
action_key
ActionKey
activity_zone
ActivityZone
acupuncture
Acupuncture
acute
Acute
ad
Ad
ad_group
AdGroup
ad_group_off
AdGroupOff
ad_off
AdOff
adaptive_audio_mic
AdaptiveAudioMic
adaptive_audio_mic_off
AdaptiveAudioMicOff
adb
Adb
add
Add
add_2
Add2
add_a_photo
AddAPhoto
add_ad
AddAd
add_alert
AddAlert
add_box
AddBox
add_business
AddBusiness
add_call
AddCall
add_card
AddCard
add_chart
AddChart
add_circle
AddCircle
add_column_left
AddColumnLeft
add_column_right
AddColumnRight
add_comment
AddComment
add_diamond
AddDiamond
add_home
AddHome
add_home_work
AddHomeWork
add_link
AddLink
add_location
AddLocation
add_location_alt
AddLocationAlt
add_moderator
AddModerator
add_notes
AddNotes
add_photo_alternate
AddPhotoAlternate
add_reaction
AddReaction
add_road
AddRoad
add_row_above
AddRowAbove
add_row_below
AddRowBelow
add_shopping_cart
AddShoppingCart
add_task
AddTask
add_to_drive
AddToDrive
add_to_queue
AddToQueue
add_triangle
AddTriangle
adf_scanner
AdfScanner
adjust
Adjust
admin_meds
AdminMeds
admin_panel_settings
AdminPanelSettings
ads_click
AdsClick
agender
Agender
agriculture
Agriculture
air
Air
air_freshener
AirFreshener
air_purifier
AirPurifier
air_purifier_gen
AirPurifierGen
airline_seat_flat
AirlineSeatFlat
airline_seat_flat_angled
AirlineSeatFlatAngled
airline_seat_individual_suite
AirlineSeatIndividualSuite
airline_seat_legroom_extra
AirlineSeatLegroomExtra
airline_seat_legroom_normal
AirlineSeatLegroomNormal
airline_seat_legroom_reduced
AirlineSeatLegroomReduced
airline_seat_recline_extra
AirlineSeatReclineExtra
airline_seat_recline_normal
AirlineSeatReclineNormal
airline_stops
AirlineStops
airlines
Airlines
airplane_ticket
AirplaneTicket
airplanemode_inactive
AirplanemodeInactive
airplay
Airplay
airport_shuttle
AirportShuttle
airwave
Airwave
alarm
Alarm
alarm_add
AlarmAdd
alarm_off
AlarmOff
alarm_on
AlarmOn
alarm_pause
AlarmPause
alarm_smart_wake
AlarmSmartWake
album
Album
align_center
AlignCenter
align_end
AlignEnd
align_flex_center
AlignFlexCenter
align_flex_end
AlignFlexEnd
align_flex_start
AlignFlexStart
align_horizontal_center
AlignHorizontalCenter
align_horizontal_left
AlignHorizontalLeft
align_horizontal_right
AlignHorizontalRight
align_items_stretch
AlignItemsStretch
align_justify_center
AlignJustifyCenter
align_justify_flex_end
AlignJustifyFlexEnd
align_justify_flex_start
AlignJustifyFlexStart
align_justify_space_around
AlignJustifySpaceAround
align_justify_space_between
AlignJustifySpaceBetween
align_justify_space_even
AlignJustifySpaceEven
align_justify_stretch
AlignJustifyStretch
align_self_stretch
AlignSelfStretch
align_space_around
AlignSpaceAround
align_space_between
AlignSpaceBetween
align_space_even
AlignSpaceEven
align_start
AlignStart
align_stretch
AlignStretch
align_vertical_bottom
AlignVerticalBottom
align_vertical_center
AlignVerticalCenter
align_vertical_top
AlignVerticalTop
all_inbox
AllInbox
all_inclusive
AllInclusive
all_match
AllMatch
all_out
AllOut
allergies
Allergies
allergy
Allergy
alt_route
AltRoute
alternate_email
AlternateEmail
altitude
Altitude
ambulance
Ambulance
amend
Amend
amp_stories
AmpStories
analytics
Analytics
anchor
Anchor
android
Android
android_cell_4_bar
AndroidCell4Bar
android_cell_4_bar_alert
AndroidCell4BarAlert
android_cell_4_bar_off
AndroidCell4BarOff
android_cell_4_bar_plus
AndroidCell4BarPlus
android_cell_5_bar
AndroidCell5Bar
android_cell_5_bar_alert
AndroidCell5BarAlert
android_cell_5_bar_off
AndroidCell5BarOff
android_cell_5_bar_plus
AndroidCell5BarPlus
android_cell_dual_4_bar
AndroidCellDual4Bar
android_cell_dual_4_bar_alert
AndroidCellDual4BarAlert
android_cell_dual_4_bar_plus
AndroidCellDual4BarPlus
android_cell_dual_5_bar
AndroidCellDual5Bar
android_cell_dual_5_bar_alert
AndroidCellDual5BarAlert
android_cell_dual_5_bar_plus
AndroidCellDual5BarPlus
android_wifi_3_bar
AndroidWifi3Bar
android_wifi_3_bar_alert
AndroidWifi3BarAlert
android_wifi_3_bar_lock
AndroidWifi3BarLock
android_wifi_3_bar_off
AndroidWifi3BarOff
android_wifi_3_bar_plus
AndroidWifi3BarPlus
android_wifi_3_bar_question
AndroidWifi3BarQuestion
android_wifi_4_bar
AndroidWifi4Bar
android_wifi_4_bar_alert
AndroidWifi4BarAlert
android_wifi_4_bar_lock
AndroidWifi4BarLock
android_wifi_4_bar_off
AndroidWifi4BarOff
android_wifi_4_bar_plus
AndroidWifi4BarPlus
android_wifi_4_bar_question
AndroidWifi4BarQuestion
animated_images
AnimatedImages
animation
Animation
aod_tablet
AodTablet
aod_watch
AodWatch
apartment
Apartment
api
Api
apk_document
ApkDocument
apk_install
ApkInstall
app_badging
AppBadging
app_registration
AppRegistration
apparel
Apparel
approval
Approval
approval_delegation
ApprovalDelegation
approval_delegation_off
ApprovalDelegationOff
apps
Apps
apps_outage
AppsOutage
aq
Aq
aq_indoor
AqIndoor
ar_on_you
ArOnYou
ar_stickers
ArStickers
architecture
Architecture
archive
Archive
area_chart
AreaChart
arming_countdown
ArmingCountdown
arrow_and_edge
ArrowAndEdge
arrow_back
ArrowBack
arrow_back_2
ArrowBack2
arrow_back_ios
ArrowBackIos
arrow_back_ios_new
ArrowBackIosNew
arrow_circle_down
ArrowCircleDown
arrow_circle_left
ArrowCircleLeft
arrow_circle_right
ArrowCircleRight
arrow_circle_up
ArrowCircleUp
arrow_cool_down
ArrowCoolDown
arrow_downward
ArrowDownward
arrow_downward_alt
ArrowDownwardAlt
arrow_drop_down
ArrowDropDown
arrow_drop_down_circle
ArrowDropDownCircle
arrow_drop_up
ArrowDropUp
arrow_forward
ArrowForward
arrow_forward_ios
ArrowForwardIos
arrow_insert
ArrowInsert
arrow_left
ArrowLeft
arrow_left_alt
ArrowLeftAlt
arrow_menu_close
ArrowMenuClose
arrow_menu_open
ArrowMenuOpen
arrow_or_edge
ArrowOrEdge
arrow_outward
ArrowOutward
arrow_range
ArrowRange
arrow_right
ArrowRight
arrow_right_alt
ArrowRightAlt
arrow_selector_tool
ArrowSelectorTool
arrow_shape_up
ArrowShapeUp
arrow_shape_up_stack
ArrowShapeUpStack
arrow_shape_up_stack_2
ArrowShapeUpStack2
arrow_split
ArrowSplit
arrow_top_left
ArrowTopLeft
arrow_top_right
ArrowTopRight
arrow_upload_progress
ArrowUploadProgress
arrow_upload_ready
ArrowUploadReady
arrow_upward
ArrowUpward
arrow_upward_alt
ArrowUpwardAlt
arrow_warm_up
ArrowWarmUp
arrows_input
ArrowsInput
arrows_more_down
ArrowsMoreDown
arrows_more_up
ArrowsMoreUp
arrows_output
ArrowsOutput
arrows_outward
ArrowsOutward
art_track
ArtTrack
article
Article
article_person
ArticlePerson
article_shortcut
ArticleShortcut
artist
Artist
aspect_ratio
AspectRatio
assignment
Assignment
assignment_add
AssignmentAdd
assignment_ind
AssignmentInd
assignment_late
AssignmentLate
assignment_return
AssignmentReturn
assignment_returned
AssignmentReturned
assignment_turned_in
AssignmentTurnedIn
assist_walker
AssistWalker
assistant_device
AssistantDevice
assistant_direction
AssistantDirection
assistant_navigation
AssistantNavigation
assistant_on_hub
AssistantOnHub
assured_workload
AssuredWorkload
asterisk
Asterisk
atm
Atm
atr
Atr
attach_email
AttachEmail
attach_file
AttachFile
attach_file_add
AttachFileAdd
attach_file_off
AttachFileOff
attach_money
AttachMoney
attachment
Attachment
attractions
Attractions
attribution
Attribution
audio_description
AudioDescription
audio_file
AudioFile
audio_video_receiver
AudioVideoReceiver
auto_awesome_mosaic
AutoAwesomeMosaic
auto_awesome_motion
AutoAwesomeMotion
auto_delete
AutoDelete
auto_read_pause
AutoReadPause
auto_read_play
AutoReadPlay
auto_stories
AutoStories
auto_stories_off
AutoStoriesOff
auto_towing
AutoTowing
auto_transmission
AutoTransmission
autofps_select
AutofpsSelect
automation
Automation
autopause
Autopause
autoplay
Autoplay
autorenew
Autorenew
autostop
Autostop
av1
Av1
av_timer
AvTimer
avc
Avc
avg_pace
AvgPace
avg_time
AvgTime
award_meal
AwardMeal
award_star
AwardStar
azm
Azm
baby_changing_station
BabyChangingStation
back_hand
BackHand
back_to_tab
BackToTab
background_dot_large
BackgroundDotLarge
background_dot_small
BackgroundDotSmall
background_grid_small
BackgroundGridSmall
background_replace
BackgroundReplace
backlight_high
BacklightHigh
backlight_high_off
BacklightHighOff
backlight_low
BacklightLow
backpack
Backpack
backspace
Backspace
backup
Backup
backup_table
BackupTable
badge
Badge
badge_critical_battery
BadgeCriticalBattery
badminton
Badminton
bakery_dining
BakeryDining
balance
Balance
balcony
Balcony
ballot
Ballot
bar_chart
BarChart
bar_chart_4_bars
BarChart4Bars
bar_chart_off
BarChartOff
barcode
Barcode
barcode_reader
BarcodeReader
barcode_scanner
BarcodeScanner
barefoot
Barefoot
batch_prediction
BatchPrediction
bath_bedrock
BathBedrock
bath_outdoor
BathOutdoor
bath_private
BathPrivate
bath_public_large
BathPublicLarge
bath_soak
BathSoak
bathroom
Bathroom
bathtub
Bathtub
battery_0_bar
Battery0Bar
battery_1_bar
Battery1Bar
battery_2_bar
Battery2Bar
battery_3_bar
Battery3Bar
battery_4_bar
Battery4Bar
battery_5_bar
Battery5Bar
battery_6_bar
Battery6Bar
battery_alert
BatteryAlert
battery_android_0
BatteryAndroid0
battery_android_1
BatteryAndroid1
battery_android_2
BatteryAndroid2
battery_android_3
BatteryAndroid3
battery_android_4
BatteryAndroid4
battery_android_5
BatteryAndroid5
battery_android_6
BatteryAndroid6
battery_android_alert
BatteryAndroidAlert
battery_android_bolt
BatteryAndroidBolt
battery_android_frame_1
BatteryAndroidFrame1
battery_android_frame_2
BatteryAndroidFrame2
battery_android_frame_3
BatteryAndroidFrame3
battery_android_frame_4
BatteryAndroidFrame4
battery_android_frame_5
BatteryAndroidFrame5
battery_android_frame_6
BatteryAndroidFrame6
battery_android_frame_alert
BatteryAndroidFrameAlert
battery_android_frame_bolt
BatteryAndroidFrameBolt
battery_android_frame_full
BatteryAndroidFrameFull
battery_android_frame_plus
BatteryAndroidFramePlus
battery_android_frame_question
BatteryAndroidFrameQuestion
battery_android_frame_share
BatteryAndroidFrameShare
battery_android_frame_shield
BatteryAndroidFrameShield
battery_android_full
BatteryAndroidFull
battery_android_plus
BatteryAndroidPlus
battery_android_question
BatteryAndroidQuestion
battery_android_share
BatteryAndroidShare
battery_android_shield
BatteryAndroidShield
battery_change
BatteryChange
battery_charging_20
BatteryCharging20
battery_charging_30
BatteryCharging30
battery_charging_50
BatteryCharging50
battery_charging_60
BatteryCharging60
battery_charging_80
BatteryCharging80
battery_charging_90
BatteryCharging90
battery_charging_full
BatteryChargingFull
battery_error
BatteryError
battery_full
BatteryFull
battery_full_alt
BatteryFullAlt
battery_horiz_000
BatteryHoriz000
battery_horiz_050
BatteryHoriz050
battery_horiz_075
BatteryHoriz075
battery_low
BatteryLow
battery_plus
BatteryPlus
battery_profile
BatteryProfile
battery_saver
BatterySaver
battery_share
BatteryShare
battery_status_good
BatteryStatusGood
battery_unknown
BatteryUnknown
battery_very_low
BatteryVeryLow
beach_access
BeachAccess
bed
Bed
bedroom_baby
BedroomBaby
bedroom_child
BedroomChild
bedroom_parent
BedroomParent
bedtime
Bedtime
bedtime_off
BedtimeOff
beenhere
Beenhere
beer_meal
BeerMeal
bento
Bento
bia
Bia
bid_landscape
BidLandscape
bid_landscape_disabled
BidLandscapeDisabled
bigtop_updates
BigtopUpdates
bike_dock
BikeDock
bike_lane
BikeLane
bike_scooter
BikeScooter
biotech
Biotech
blanket
Blanket
blender
Blender
blind
Blind
blinds
Blinds
blinds_closed
BlindsClosed
block
Block
blood_pressure
BloodPressure
bloodtype
Bloodtype
bluetooth
Bluetooth
bluetooth_connected
BluetoothConnected
bluetooth_disabled
BluetoothDisabled
bluetooth_drive
BluetoothDrive
bluetooth_searching
BluetoothSearching
blur_circular
BlurCircular
blur_linear
BlurLinear
blur_medium
BlurMedium
blur_off
BlurOff
blur_on
BlurOn
blur_short
BlurShort
boat_bus
BoatBus
boat_railway
BoatRailway
body_fat
BodyFat
body_system
BodySystem
bolt
Bolt
bomb
Bomb
book
Book
book_2
Book2
book_3
Book3
book_4
Book4
book_5
Book5
book_6
Book6
book_ribbon
BookRibbon
bookmark
Bookmark
bookmark_add
BookmarkAdd
bookmark_added
BookmarkAdded
bookmark_bag
BookmarkBag
bookmark_check
BookmarkCheck
bookmark_flag
BookmarkFlag
bookmark_heart
BookmarkHeart
bookmark_manager
BookmarkManager
bookmark_remove
BookmarkRemove
bookmark_star
BookmarkStar
bookmarks
Bookmarks
books_movies_and_music
BooksMoviesAndMusic
border_all
BorderAll
border_bottom
BorderBottom
border_clear
BorderClear
border_color
BorderColor
border_horizontal
BorderHorizontal
border_inner
BorderInner
border_left
BorderLeft
border_outer
BorderOuter
border_right
BorderRight
border_style
BorderStyle
border_top
BorderTop
border_vertical
BorderVertical
borg
Borg
bottom_app_bar
BottomAppBar
bottom_drawer
BottomDrawer
bottom_navigation
BottomNavigation
bottom_panel_close
BottomPanelClose
bottom_panel_open
BottomPanelOpen
bottom_right_click
BottomRightClick
bottom_sheets
BottomSheets
box
Box
box_add
BoxAdd
box_edit
BoxEdit
boy
Boy
brand_awareness
BrandAwareness
brand_family
BrandFamily
branding_watermark
BrandingWatermark
breakfast_dining
BreakfastDining
breaking_news
BreakingNews
breaking_news_alt_1
BreakingNewsAlt1
breastfeeding
Breastfeeding
brick
Brick
briefcase_meal
BriefcaseMeal
brightness_1
Brightness1
brightness_2
Brightness2
brightness_3
Brightness3
brightness_4
Brightness4
brightness_5
Brightness5
brightness_6
Brightness6
brightness_7
Brightness7
brightness_alert
BrightnessAlert
brightness_auto
BrightnessAuto
brightness_empty
BrightnessEmpty
brightness_medium
BrightnessMedium
bring_your_own_ip
BringYourOwnIp
broadcast_on_home
BroadcastOnHome
broadcast_on_personal
BroadcastOnPersonal
broken_image
BrokenImage
browse
Browse
browse_activity
BrowseActivity
browse_gallery
BrowseGallery
browser_updated
BrowserUpdated
brunch_dining
BrunchDining
brush
Brush
bubble
Bubble
bubble_chart
BubbleChart
bubbles
Bubbles
bucket_check
BucketCheck
bug_report
BugReport
build
Build
build_circle
BuildCircle
bungalow
Bungalow
burst_mode
BurstMode
bus_alert
BusAlert
bus_railway
BusRailway
business_center
BusinessCenter
business_chip
BusinessChip
business_messages
BusinessMessages
buttons_alt
ButtonsAlt
cabin
Cabin
cable
Cable
cable_car
CableCar
cached
Cached
cadence
Cadence
cake
Cake
cake_add
CakeAdd
calculate
Calculate
calendar_add_on
CalendarAddOn
calendar_apps_script
CalendarAppsScript
calendar_check
CalendarCheck
calendar_clock
CalendarClock
calendar_lock
CalendarLock
calendar_meal
CalendarMeal
calendar_meal_2
CalendarMeal2
calendar_month
CalendarMonth
calendar_today
CalendarToday
calendar_view_day
CalendarViewDay
calendar_view_month
CalendarViewMonth
calendar_view_week
CalendarViewWeek
call
Call
call_end
CallEnd
call_log
CallLog
call_made
CallMade
call_merge
CallMerge
call_missed
CallMissed
call_missed_outgoing
CallMissedOutgoing
call_quality
CallQuality
call_received
CallReceived
call_split
CallSplit
call_to_action
CallToAction
camera
Camera
camera_indoor
CameraIndoor
camera_outdoor
CameraOutdoor
camera_roll
CameraRoll
camera_video
CameraVideo
cameraswitch
Cameraswitch
campaign
Campaign
camping
Camping
cancel
Cancel
cancel_presentation
CancelPresentation
cancel_schedule_send
CancelScheduleSend
candle
Candle
candlestick_chart
CandlestickChart
cannabis
Cannabis
captive_portal
CaptivePortal
capture
Capture
car_crash
CarCrash
car_defrost_left
CarDefrostLeft
car_defrost_low_left
CarDefrostLowLeft
car_defrost_low_right
CarDefrostLowRight
car_defrost_mid_left
CarDefrostMidLeft
car_defrost_mid_low_left
CarDefrostMidLowLeft
car_defrost_mid_low_right
CarDefrostMidLowRight
car_defrost_mid_right
CarDefrostMidRight
car_defrost_right
CarDefrostRight
car_fan_low_left
CarFanLowLeft
car_fan_low_mid_left
CarFanLowMidLeft
car_fan_low_right
CarFanLowRight
car_fan_mid_left
CarFanMidLeft
car_fan_mid_low_right
CarFanMidLowRight
car_fan_mid_right
CarFanMidRight
car_fan_recirculate
CarFanRecirculate
car_gear
CarGear
car_lock
CarLock
car_mirror_heat
CarMirrorHeat
car_rental
CarRental
car_repair
CarRepair
car_tag
CarTag
card_membership
CardMembership
card_travel
CardTravel
cardio_load
CardioLoad
cardiology
Cardiology
cards
Cards
cards_star
CardsStar
carpenter
Carpenter
carry_on_bag
CarryOnBag
carry_on_bag_checked
CarryOnBagChecked
carry_on_bag_inactive
CarryOnBagInactive
carry_on_bag_question
CarryOnBagQuestion
cases
Cases
casino
Casino
cast
Cast
cast_connected
CastConnected
cast_for_education
CastForEducation
cast_pause
CastPause
cast_warning
CastWarning
castle
Castle
category
Category
category_search
CategorySearch
celebration
Celebration
cell_merge
CellMerge
cell_tower
CellTower
cell_wifi
CellWifi
center_focus_strong
CenterFocusStrong
center_focus_weak
CenterFocusWeak
chair
Chair
chair_alt
ChairAlt
chair_counter
ChairCounter
chair_fireplace
ChairFireplace
chair_umbrella
ChairUmbrella
chalet
Chalet
change_circle
ChangeCircle
change_history
ChangeHistory
charger
Charger
chart_data
ChartData
chat
Chat
chat_add_on
ChatAddOn
chat_apps_script
ChatAppsScript
chat_bubble
ChatBubble
chat_error
ChatError
chat_info
ChatInfo
chat_paste_go
ChatPasteGo
chat_paste_go_2
ChatPasteGo2
check
Check
check_box
CheckBox
check_box_outline_blank
CheckBoxOutlineBlank
check_circle
CheckCircle
check_circle_unread
CheckCircleUnread
check_in_out
CheckInOut
check_indeterminate_small
CheckIndeterminateSmall
check_small
CheckSmall
checkbook
Checkbook
checked_bag
CheckedBag
checked_bag_question
CheckedBagQuestion
checklist
Checklist
checklist_rtl
ChecklistRtl
checkroom
Checkroom
cheer
Cheer
chef_hat
ChefHat
chess
Chess
chess_bishop
ChessBishop
chess_bishop_2
ChessBishop2
chess_king
ChessKing
chess_king_2
ChessKing2
chess_knight
ChessKnight
chess_pawn
ChessPawn
chess_pawn_2
ChessPawn2
chess_queen
ChessQueen
chess_rook
ChessRook
chevron_backward
ChevronBackward
chevron_forward
ChevronForward
chevron_left
ChevronLeft
chevron_right
ChevronRight
child_care
ChildCare
child_friendly
ChildFriendly
child_hat
ChildHat
chip_extraction
ChipExtraction
chips
Chips
chrome_reader_mode
ChromeReaderMode
chromecast_2
Chromecast2
chromecast_device
ChromecastDevice
chronic
Chronic
church
Church
cinematic_blur
CinematicBlur
circle
Circle
circle_notifications
CircleNotifications
circles
Circles
circles_ext
CirclesExt
clarify
Clarify
clean_hands
CleanHands
cleaning
Cleaning
cleaning_bucket
CleaningBucket
cleaning_services
CleaningServices
clear_all
ClearAll
clear_day
ClearDay
climate_mini_split
ClimateMiniSplit
clinical_notes
ClinicalNotes
clock_arrow_down
ClockArrowDown
clock_arrow_up
ClockArrowUp
clock_loader_10
ClockLoader10
clock_loader_20
ClockLoader20
clock_loader_40
ClockLoader40
clock_loader_60
ClockLoader60
clock_loader_80
ClockLoader80
clock_loader_90
ClockLoader90
close
Close
close_fullscreen
CloseFullscreen
close_small
CloseSmall
closed_caption
ClosedCaption
closed_caption_add
ClosedCaptionAdd
closed_caption_disabled
ClosedCaptionDisabled
cloud
Cloud
cloud_alert
CloudAlert
cloud_circle
CloudCircle
cloud_done
CloudDone
cloud_download
CloudDownload
cloud_lock
CloudLock
cloud_off
CloudOff
cloud_sync
CloudSync
cloud_upload
CloudUpload
co2
Co2
co_present
CoPresent
code
Code
code_blocks
CodeBlocks
code_off
CodeOff
coffee
Coffee
coffee_maker
CoffeeMaker
cognition
Cognition
cognition_2
Cognition2
collapse_all
CollapseAll
collapse_content
CollapseContent
collections_bookmark
CollectionsBookmark
colorize
Colorize
colors
Colors
combine_columns
CombineColumns
comedy_mask
ComedyMask
comic_bubble
ComicBubble
comment
Comment
comment_bank
CommentBank
comments_disabled
CommentsDisabled
commit
Commit
communication
Communication
communities
Communities
commute
Commute
compare
Compare
compare_arrows
CompareArrows
compass_calibration
CompassCalibration
component_exchange
ComponentExchange
compost
Compost
compress
Compress
computer
Computer
computer_arrow_up
ComputerArrowUp
computer_cancel
ComputerCancel
concierge
Concierge
conditions
Conditions
confirmation_number
ConfirmationNumber
congenital
Congenital
connect_without_contact
ConnectWithoutContact
connected_tv
ConnectedTv
connecting_airports
ConnectingAirports
construction
Construction
contact_emergency
ContactEmergency
contact_mail
ContactMail
contact_page
ContactPage
contact_phone
ContactPhone
contact_support
ContactSupport
contactless
Contactless
contactless_off
ContactlessOff
contacts
Contacts
contacts_product
ContactsProduct
content_copy
ContentCopy
content_cut
ContentCut
content_paste
ContentPaste
content_paste_go
ContentPasteGo
content_paste_off
ContentPasteOff
content_paste_search
ContentPasteSearch
contextual_token
ContextualToken
contextual_token_add
ContextualTokenAdd
contract
Contract
contract_delete
ContractDelete
contract_edit
ContractEdit
contrast
Contrast
contrast_circle
ContrastCircle
contrast_rtl_off
ContrastRtlOff
contrast_square
ContrastSquare
control_camera
ControlCamera
control_point_duplicate
ControlPointDuplicate
controller_gen
ControllerGen
conversation
Conversation
conversion_path
ConversionPath
conversion_path_off
ConversionPathOff
convert_to_text
ConvertToText
conveyor_belt
ConveyorBelt
cookie
Cookie
cookie_off
CookieOff
cooking
Cooking
cool_to_dry
CoolToDry
copy_all
CopyAll
copyright
Copyright
coronavirus
Coronavirus
corporate_fare
CorporateFare
cottage
Cottage
counter_0
Counter0
counter_1
Counter1
counter_2
Counter2
counter_3
Counter3
counter_4
Counter4
counter_5
Counter5
counter_6
Counter6
counter_7
Counter7
counter_8
Counter8
counter_9
Counter9
countertops
Countertops
create_new_folder
CreateNewFolder
credit_card
CreditCard
credit_card_clock
CreditCardClock
credit_card_gear
CreditCardGear
credit_card_heart
CreditCardHeart
credit_card_off
CreditCardOff
credit_score
CreditScore
crib
Crib
crisis_alert
CrisisAlert
crop
Crop
crop_16_9
Crop169
crop_3_2
Crop32
crop_5_4
Crop54
crop_7_5
Crop75
crop_9_16
Crop916
crop_free
CropFree
crop_landscape
CropLandscape
crop_portrait
CropPortrait
crop_rotate
CropRotate
crop_square
CropSquare
crossword
Crossword
crowdsource
Crowdsource
crown
Crown
cruelty_free
CrueltyFree
css
Css
csv
Csv
currency_bitcoin
CurrencyBitcoin
currency_exchange
CurrencyExchange
currency_franc
CurrencyFranc
currency_lira
CurrencyLira
currency_pound
CurrencyPound
currency_ruble
CurrencyRuble
currency_rupee
CurrencyRupee
currency_rupee_circle
CurrencyRupeeCircle
currency_yen
CurrencyYen
currency_yuan
CurrencyYuan
curtains
Curtains
curtains_closed
CurtainsClosed
custom_typography
CustomTypography
cycle
Cycle
cyclone
Cyclone
dangerous
Dangerous
dark_mode
DarkMode
dashboard
Dashboard
dashboard_2
Dashboard2
dashboard_customize
DashboardCustomize
data_alert
DataAlert
data_array
DataArray
data_check
DataCheck
data_exploration
DataExploration
data_info_alert
DataInfoAlert
data_loss_prevention
DataLossPrevention
data_object
DataObject
data_saver_on
DataSaverOn
data_table
DataTable
data_thresholding
DataThresholding
data_usage
DataUsage
database
Database
database_off
DatabaseOff
database_search
DatabaseSearch
database_upload
DatabaseUpload
dataset
Dataset
dataset_linked
DatasetLinked
date_range
DateRange
deblur
Deblur
deceased
Deceased
decimal_decrease
DecimalDecrease
decimal_increase
DecimalIncrease
deck
Deck
dehaze
Dehaze
delete
Delete
delete_forever
DeleteForever
delete_history
DeleteHistory
delete_sweep
DeleteSweep
delivery_truck_bolt
DeliveryTruckBolt
delivery_truck_speed
DeliveryTruckSpeed
demography
Demography
density_large
DensityLarge
density_medium
DensityMedium
density_small
DensitySmall
dentistry
Dentistry
departure_board
DepartureBoard
deployed_code
DeployedCode
deployed_code_account
DeployedCodeAccount
deployed_code_alert
DeployedCodeAlert
deployed_code_history
DeployedCodeHistory
deployed_code_update
DeployedCodeUpdate
dermatology
Dermatology
description
Description
deselect
Deselect
design_services
DesignServices
desk
Desk
deskphone
Deskphone
desktop_access_disabled
DesktopAccessDisabled
desktop_cloud
DesktopCloud
desktop_cloud_stack
DesktopCloudStack
desktop_landscape
DesktopLandscape
desktop_landscape_add
DesktopLandscapeAdd
desktop_mac
DesktopMac
desktop_portrait
DesktopPortrait
desktop_windows
DesktopWindows
destruction
Destruction
details
Details
detection_and_zone
DetectionAndZone
detector
Detector
detector_alarm
DetectorAlarm
detector_battery
DetectorBattery
detector_co
DetectorCo
detector_offline
DetectorOffline
detector_smoke
DetectorSmoke
detector_status
DetectorStatus
developer_board
DeveloperBoard
developer_board_off
DeveloperBoardOff
developer_guide
DeveloperGuide
developer_mode_tv
DeveloperModeTv
device_band
DeviceBand
device_hub
DeviceHub
device_thermostat
DeviceThermostat
devices
Devices
devices_fold
DevicesFold
devices_fold_2
DevicesFold2
devices_off
DevicesOff
devices_other
DevicesOther
devices_wearables
DevicesWearables
dew_point
DewPoint
diagnosis
Diagnosis
diagonal_line
DiagonalLine
dialer_sip
DialerSip
dialogs
Dialogs
dialpad
Dialpad
diamond
Diamond
diamond_shine
DiamondShine
dictionary
Dictionary
difference
Difference
digital_out_of_home
DigitalOutOfHome
digital_wellbeing
DigitalWellbeing
dine_heart
DineHeart
dine_in
DineIn
dine_lamp
DineLamp
dining
Dining
dinner_dining
DinnerDining
directions
Directions
directions_alt
DirectionsAlt
directions_alt_off
DirectionsAltOff
directions_bike
DirectionsBike
directions_boat
DirectionsBoat
directions_bus
DirectionsBus
directions_car
DirectionsCar
directions_off
DirectionsOff
directions_railway
DirectionsRailway
directions_railway_2
DirectionsRailway2
directions_run
DirectionsRun
directions_subway
DirectionsSubway
directions_walk
DirectionsWalk
directory_sync
DirectorySync
dirty_lens
DirtyLens
disabled_by_default
DisabledByDefault
disabled_visible
DisabledVisible
disc_full
DiscFull
discover_tune
DiscoverTune
dishwasher
Dishwasher
dishwasher_gen
DishwasherGen
display_external_input
DisplayExternalInput
display_settings
DisplaySettings
distance
Distance
diversity_1
Diversity1
diversity_2
Diversity2
diversity_3
Diversity3
diversity_4
Diversity4
dns
Dns
do_not_disturb_off
DoNotDisturbOff
do_not_disturb_on
DoNotDisturbOn
do_not_disturb_on_total_silence
DoNotDisturbOnTotalSilence
do_not_step
DoNotStep
do_not_touch
DoNotTouch
dock_to_bottom
DockToBottom
dock_to_left
DockToLeft
dock_to_right
DockToRight
docs
Docs
docs_add_on
DocsAddOn
docs_apps_script
DocsAppsScript
document_scanner
DocumentScanner
document_search
DocumentSearch
domain
Domain
domain_add
DomainAdd
domain_disabled
DomainDisabled
domain_verification
DomainVerification
domain_verification_off
DomainVerificationOff
domino_mask
DominoMask
done_all
DoneAll
done_outline
DoneOutline
donut_large
DonutLarge
donut_small
DonutSmall
door_back
DoorBack
door_front
DoorFront
door_open
DoorOpen
door_sensor
DoorSensor
door_sliding
DoorSliding
doorbell
Doorbell
doorbell_3p
Doorbell3p
doorbell_chime
DoorbellChime
double_arrow
DoubleArrow
downhill_skiing
DownhillSkiing
download
Download
download_2
Download2
download_done
DownloadDone
download_for_offline
DownloadForOffline
downloading
Downloading
draft
Draft
draft_orders
DraftOrders
drafts
Drafts
drag_click
DragClick
drag_handle
DragHandle
drag_indicator
DragIndicator
drag_pan
DragPan
draw
Draw
draw_abstract
DrawAbstract
draw_collage
DrawCollage
dresser
Dresser
drive_export
DriveExport
drive_file_move
DriveFileMove
drive_folder_upload
DriveFolderUpload
drone
Drone
drone_2
Drone2
dropdown
Dropdown
dropper_eye
DropperEye
dry
Dry
dry_cleaning
DryCleaning
dual_screen
DualScreen
duo
Duo
dvr
Dvr
dynamic_feed
DynamicFeed
dynamic_form
DynamicForm
e911_avatar
E911Avatar
e911_emergency
E911Emergency
e_mobiledata
EMobiledata
e_mobiledata_badge
EMobiledataBadge
ear_sound
EarSound
earbud_case
EarbudCase
earbud_left
EarbudLeft
earbud_right
EarbudRight
earbuds
Earbuds
earbuds_2
Earbuds2
earbuds_battery
EarbudsBattery
early_on
EarlyOn
earthquake
Earthquake
east
East
ecg
Ecg
ecg_heart
EcgHeart
eco
Eco
eda
Eda
edit
Edit
edit_arrow_down
EditArrowDown
edit_arrow_up
EditArrowUp
edit_attributes
EditAttributes
edit_audio
EditAudio
edit_calendar
EditCalendar
edit_document
EditDocument
edit_location
EditLocation
edit_location_alt
EditLocationAlt
edit_note
EditNote
edit_notifications
EditNotifications
edit_off
EditOff
edit_road
EditRoad
edit_square
EditSquare
editor_choice
EditorChoice
egg
Egg
egg_alt
EggAlt
eject
Eject
elderly
Elderly
elderly_woman
ElderlyWoman
electric_bike
ElectricBike
electric_bolt
ElectricBolt
electric_car
ElectricCar
electric_meter
ElectricMeter
electric_moped
ElectricMoped
electric_rickshaw
ElectricRickshaw
electric_scooter
ElectricScooter
electrical_services
ElectricalServices
elevation
Elevation
elevator
Elevator
emergency
Emergency
emergency_heat
EmergencyHeat
emergency_heat_2
EmergencyHeat2
emergency_home
EmergencyHome
emergency_recording
EmergencyRecording
emergency_share
EmergencyShare
emergency_share_off
EmergencyShareOff
emoji_food_beverage
EmojiFoodBeverage
emoji_language
EmojiLanguage
emoji_nature
EmojiNature
emoji_objects
EmojiObjects
emoji_people
EmojiPeople
emoji_symbols
EmojiSymbols
emoji_transportation
EmojiTransportation
emoticon
Emoticon
empty_dashboard
EmptyDashboard
enable
Enable
encrypted
Encrypted
encrypted_add
EncryptedAdd
encrypted_add_circle
EncryptedAddCircle
encrypted_minus_circle
EncryptedMinusCircle
encrypted_off
EncryptedOff
endocrinology
Endocrinology
energy
Energy
energy_program_saving
EnergyProgramSaving
energy_program_time_used
EnergyProgramTimeUsed
energy_savings_leaf
EnergySavingsLeaf
engineering
Engineering
enhanced_encryption
EnhancedEncryption
ent
Ent
enterprise
Enterprise
enterprise_off
EnterpriseOff
equal
Equal
equalizer
Equalizer
eraser_size_1
EraserSize1
eraser_size_2
EraserSize2
eraser_size_3
EraserSize3
eraser_size_4
EraserSize4
eraser_size_5
EraserSize5
error
Error
error_med
ErrorMed
escalator
Escalator
escalator_warning
EscalatorWarning
euro
Euro
euro_symbol
EuroSymbol
ev_mobiledata_badge
EvMobiledataBadge
ev_shadow
EvShadow
ev_shadow_add
EvShadowAdd
ev_shadow_minus
EvShadowMinus
ev_station
EvStation
event
Event
event_available
EventAvailable
event_busy
EventBusy
event_list
EventList
event_note
EventNote
event_repeat
EventRepeat
event_seat
EventSeat
event_upcoming
EventUpcoming
exclamation
Exclamation
exercise
Exercise
exit_to_app
ExitToApp
expand
Expand
expand_all
ExpandAll
expand_circle_down
ExpandCircleDown
expand_circle_right
ExpandCircleRight
expand_circle_up
ExpandCircleUp
expand_content
ExpandContent
expansion_panels
ExpansionPanels
experiment
Experiment
explicit
Explicit
explore
Explore
explore_nearby
ExploreNearby
explore_off
ExploreOff
explosion
Explosion
export_notes
ExportNotes
exposure
Exposure
exposure_neg_1
ExposureNeg1
exposure_neg_2
ExposureNeg2
exposure_plus_1
ExposurePlus1
exposure_plus_2
ExposurePlus2
exposure_zero
ExposureZero
extension
Extension
extension_off
ExtensionOff
eye_tracking
EyeTracking
eyeglasses
Eyeglasses
eyeglasses_2
Eyeglasses2
eyeglasses_2_sound
Eyeglasses2Sound
face
Face
face_2
Face2
face_3
Face3
face_4
Face4
face_5
Face5
face_6
Face6
face_down
FaceDown
face_left
FaceLeft
face_nod
FaceNod
face_retouching_off
FaceRetouchingOff
face_right
FaceRight
face_shake
FaceShake
face_up
FaceUp
fact_check
FactCheck
factory
Factory
falling
Falling
familiar_face_and_zone
FamiliarFaceAndZone
family_history
FamilyHistory
family_home
FamilyHome
family_link
FamilyLink
family_restroom
FamilyRestroom
family_star
FamilyStar
fan_focus
FanFocus
fan_indirect
FanIndirect
farsight_digital
FarsightDigital
fast_forward
FastForward
fast_rewind
FastRewind
fastfood
Fastfood
faucet
Faucet
favorite
Favorite
fax
Fax
feature_search
FeatureSearch
featured_play_list
FeaturedPlayList
featured_seasonal_and_gifts
FeaturedSeasonalAndGifts
featured_video
FeaturedVideo
feedback
Feedback
female
Female
femur
Femur
femur_alt
FemurAlt
fence
Fence
fertile
Fertile
festival
Festival
fiber_dvr
FiberDvr
fiber_manual_record
FiberManualRecord
fiber_new
FiberNew
fiber_pin
FiberPin
fiber_smart_record
FiberSmartRecord
file_copy
FileCopy
file_copy_off
FileCopyOff
file_download_off
FileDownloadOff
file_export
FileExport
file_json
FileJson
file_map
FileMap
file_map_stack
FileMapStack
file_open
FileOpen
file_png
FilePng
file_present
FilePresent
file_save
FileSave
file_save_off
FileSaveOff
file_upload_off
FileUploadOff
files
Files
filter
Filter
filter_1
Filter1
filter_2
Filter2
filter_3
Filter3
filter_4
Filter4
filter_5
Filter5
filter_6
Filter6
filter_7
Filter7
filter_8
Filter8
filter_9
Filter9
filter_9_plus
Filter9Plus
filter_alt
FilterAlt
filter_alt_off
FilterAltOff
filter_arrow_right
FilterArrowRight
filter_b_and_w
FilterBAndW
filter_center_focus
FilterCenterFocus
filter_drama
FilterDrama
filter_frames
FilterFrames
filter_list
FilterList
filter_list_off
FilterListOff
filter_none
FilterNone
filter_retrolux
FilterRetrolux
filter_tilt_shift
FilterTiltShift
filter_vintage
FilterVintage
finance
Finance
finance_chip
FinanceChip
finance_mode
FinanceMode
find_in_page
FindInPage
find_replace
FindReplace
fingerprint
Fingerprint
fingerprint_off
FingerprintOff
fire_extinguisher
FireExtinguisher
fire_hydrant
FireHydrant
fire_truck
FireTruck
fireplace
Fireplace
first_page
FirstPage
fit_page
FitPage
fit_page_height
FitPageHeight
fit_page_width
FitPageWidth
fit_screen
FitScreen
fit_width
FitWidth
fitness_center
FitnessCenter
fitness_tracker
FitnessTracker
flag
Flag
flag_2
Flag2
flag_check
FlagCheck
flag_circle
FlagCircle
flaky
Flaky
flare
Flare
flash_auto
FlashAuto
flash_off
FlashOff
flash_on
FlashOn
flashlight_off
FlashlightOff
flashlight_on
FlashlightOn
flatware
Flatware
flex_direction
FlexDirection
flex_no_wrap
FlexNoWrap
flex_wrap
FlexWrap
flight
Flight
flight_class
FlightClass
flight_land
FlightLand
flight_takeoff
FlightTakeoff
flights_and_hotels
FlightsAndHotels
flip
Flip
flip_camera_android
FlipCameraAndroid
flip_camera_ios
FlipCameraIos
flip_to_back
FlipToBack
flip_to_front
FlipToFront
float_landscape_2
FloatLandscape2
float_portrait_2
FloatPortrait2
flood
Flood
floor
Floor
floor_lamp
FloorLamp
flowchart
Flowchart
flowsheet
Flowsheet
fluid
Fluid
fluid_balance
FluidBalance
fluid_med
FluidMed
fluorescent
Fluorescent
flutter
Flutter
flutter_dash
FlutterDash
flyover
Flyover
fmd_bad
FmdBad
foggy
Foggy
folded_hands
FoldedHands
folder
Folder
folder_check
FolderCheck
folder_check_2
FolderCheck2
folder_code
FolderCode
folder_copy
FolderCopy
folder_data
FolderData
folder_delete
FolderDelete
folder_eye
FolderEye
folder_info
FolderInfo
folder_limited
FolderLimited
folder_managed
FolderManaged
folder_match
FolderMatch
folder_off
FolderOff
folder_open
FolderOpen
folder_shared
FolderShared
folder_special
FolderSpecial
folder_supervised
FolderSupervised
folder_zip
FolderZip
follow_the_signs
FollowTheSigns
font_download
FontDownload
font_download_off
FontDownloadOff
food_bank
FoodBank
foot_bones
FootBones
footprint
Footprint
for_you
ForYou
forest
Forest
fork_left
ForkLeft
fork_right
ForkRight
fork_spoon
ForkSpoon
forklift
Forklift
format_align_center
FormatAlignCenter
format_align_justify
FormatAlignJustify
format_align_left
FormatAlignLeft
format_align_right
FormatAlignRight
format_bold
FormatBold
format_clear
FormatClear
format_color_fill
FormatColorFill
format_color_reset
FormatColorReset
format_color_text
FormatColorText
format_h1
FormatH1
format_h2
FormatH2
format_h3
FormatH3
format_h4
FormatH4
format_h5
FormatH5
format_h6
FormatH6
format_image_left
FormatImageLeft
format_image_right
FormatImageRight
format_indent_decrease
FormatIndentDecrease
format_indent_increase
FormatIndentIncrease
format_ink_highlighter
FormatInkHighlighter
format_italic
FormatItalic
format_letter_spacing
FormatLetterSpacing
format_letter_spacing_2
FormatLetterSpacing2
format_letter_spacing_standard
FormatLetterSpacingStandard
format_letter_spacing_wide
FormatLetterSpacingWide
format_letter_spacing_wider
FormatLetterSpacingWider
format_line_spacing
FormatLineSpacing
format_list_bulleted
FormatListBulleted
format_list_bulleted_add
FormatListBulletedAdd
format_list_numbered
FormatListNumbered
format_list_numbered_rtl
FormatListNumberedRtl
format_overline
FormatOverline
format_paint
FormatPaint
format_paragraph
FormatParagraph
format_quote
FormatQuote
format_quote_off
FormatQuoteOff
format_shapes
FormatShapes
format_size
FormatSize
format_strikethrough
FormatStrikethrough
format_text_clip
FormatTextClip
format_text_overflow
FormatTextOverflow
format_text_wrap
FormatTextWrap
format_textdirection_l_to_r
FormatTextdirectionLToR
format_textdirection_r_to_l
FormatTextdirectionRToL
format_textdirection_vertical
FormatTextdirectionVertical
format_underlined
FormatUnderlined
format_underlined_squiggle
FormatUnderlinedSquiggle
forms_add_on
FormsAddOn
forms_apps_script
FormsAppsScript
fort
Fort
forum
Forum
forward
Forward
forward_10
Forward10
forward_30
Forward30
forward_5
Forward5
forward_circle
ForwardCircle
forward_media
ForwardMedia
forward_to_inbox
ForwardToInbox
foundation
Foundation
fragrance
Fragrance
frame_inspect
FrameInspect
frame_person
FramePerson
frame_person_mic
FramePersonMic
frame_person_off
FramePersonOff
frame_reload
FrameReload
frame_source
FrameSource
free_cancellation
FreeCancellation
front_hand
FrontHand
front_loader
FrontLoader
full_coverage
FullCoverage
full_hd
FullHd
full_stacked_bar_chart
FullStackedBarChart
fullscreen
Fullscreen
fullscreen_exit
FullscreenExit
fullscreen_portrait
FullscreenPortrait
function
Function
functions
Functions
funicular
Funicular
g_mobiledata
GMobiledata
g_mobiledata_badge
GMobiledataBadge
g_translate
GTranslate
gallery_thumbnail
GalleryThumbnail
gamepad
Gamepad
garage
Garage
garage_check
GarageCheck
garage_door
GarageDoor
garage_home
GarageHome
garage_money
GarageMoney
garden_cart
GardenCart
gas_meter
GasMeter
gastroenterology
Gastroenterology
gate
Gate
gavel
Gavel
general_device
GeneralDevice
genetics
Genetics
genres
Genres
gesture
Gesture
gesture_select
GestureSelect
gif
Gif
gif_2
Gif2
gif_box
GifBox
girl
Girl
gite
Gite
glass_cup
GlassCup
globe
Globe
globe_asia
GlobeAsia
globe_book
GlobeBook
globe_location_pin
GlobeLocationPin
globe_uk
GlobeUk
glucose
Glucose
glyphs
Glyphs
go_to_line
GoToLine
golf_course
GolfCourse
gondola_lift
GondolaLift
google_home_devices
GoogleHomeDevices
google_tv_remote
GoogleTvRemote
google_wifi
GoogleWifi
gpp_bad
GppBad
gpp_maybe
GppMaybe
gradient
Gradient
grading
Grading
grain
Grain
graph_1
Graph1
graph_2
Graph2
graph_3
Graph3
graph_4
Graph4
graph_5
Graph5
graph_6
Graph6
graph_7
Graph7
graphic_eq
GraphicEq
grass
Grass
grid_3x3
Grid3x3
grid_3x3_off
Grid3x3Off
grid_4x4
Grid4x4
grid_goldenratio
GridGoldenratio
grid_guides
GridGuides
grid_off
GridOff
grid_on
GridOn
grid_view
GridView
grocery
Grocery
group
Group
group_add
GroupAdd
group_off
GroupOff
group_remove
GroupRemove
group_search
GroupSearch
group_work
GroupWork
grouped_bar_chart
GroupedBarChart
groups
Groups
groups_2
Groups2
groups_3
Groups3
guardian
Guardian
gynecology
Gynecology
h_mobiledata
HMobiledata
h_mobiledata_badge
HMobiledataBadge
h_plus_mobiledata
HPlusMobiledata
h_plus_mobiledata_badge
HPlusMobiledataBadge
hail
Hail
hallway
Hallway
hanami_dango
HanamiDango
hand_bones
HandBones
hand_gesture
HandGesture
hand_gesture_off
HandGestureOff
hand_meal
HandMeal
hand_package
HandPackage
handheld_controller
HandheldController
handshake
Handshake
handyman
Handyman
hangout_video
HangoutVideo
hangout_video_off
HangoutVideoOff
hard_disk
HardDisk
hard_drive
HardDrive
hard_drive_2
HardDrive2
hardware
Hardware
hd
Hd
hdr_auto
HdrAuto
hdr_auto_select
HdrAutoSelect
hdr_enhanced_select
HdrEnhancedSelect
hdr_off
HdrOff
hdr_off_select
HdrOffSelect
hdr_on
HdrOn
hdr_on_select
HdrOnSelect
hdr_plus
HdrPlus
hdr_plus_off
HdrPlusOff
hdr_strong
HdrStrong
hdr_weak
HdrWeak
head_mounted_device
HeadMountedDevice
headphones
Headphones
headphones_battery
HeadphonesBattery
headset_mic
HeadsetMic
headset_off
HeadsetOff
healing
Healing
health_and_beauty
HealthAndBeauty
health_and_safety
HealthAndSafety
health_cross
HealthCross
health_metrics
HealthMetrics
heap_snapshot_large
HeapSnapshotLarge
heap_snapshot_multiple
HeapSnapshotMultiple
heap_snapshot_thumbnail
HeapSnapshotThumbnail
hearing
Hearing
hearing_aid
HearingAid
hearing_aid_disabled
HearingAidDisabled
hearing_aid_disabled_left
HearingAidDisabledLeft
hearing_aid_left
HearingAidLeft
hearing_disabled
HearingDisabled
heart_broken
HeartBroken
heart_check
HeartCheck
heart_minus
HeartMinus
heart_plus
HeartPlus
heart_smile
HeartSmile
heat
Heat
heat_pump
HeatPump
heat_pump_balance
HeatPumpBalance
height
Height
helicopter
Helicopter
help
Help
help_center
HelpCenter
help_clinic
HelpClinic
hematology
Hematology
hevc
Hevc
hexagon
Hexagon
hide
Hide
hide_image
HideImage
hide_source
HideSource
high_chair
HighChair
high_density
HighDensity
high_quality
HighQuality
high_res
HighRes
highlight
Highlight
highlight_keyboard_focus
HighlightKeyboardFocus
highlight_mouse_cursor
HighlightMouseCursor
highlight_text_cursor
HighlightTextCursor
highlighter_size_1
HighlighterSize1
highlighter_size_2
HighlighterSize2
highlighter_size_3
HighlighterSize3
highlighter_size_4
HighlighterSize4
highlighter_size_5
HighlighterSize5
hiking
Hiking
history
History
history_2
History2
history_edu
HistoryEdu
history_off
HistoryOff
history_toggle_off
HistoryToggleOff
hive
Hive
hls
Hls
hls_off
HlsOff
holiday_village
HolidayVillage
home
Home
home_and_garden
HomeAndGarden
home_app_logo
HomeAppLogo
home_health
HomeHealth
home_improvement_and_tools
HomeImprovementAndTools
home_iot_device
HomeIotDevice
home_max
HomeMax
home_max_dots
HomeMaxDots
home_mini
HomeMini
home_pin
HomePin
home_repair_service
HomeRepairService
home_speaker
HomeSpeaker
home_storage
HomeStorage
home_work
HomeWork
horizontal_distribute
HorizontalDistribute
horizontal_rule
HorizontalRule
horizontal_split
HorizontalSplit
host
Host
hot_tub
HotTub
hotel
Hotel
hotel_class
HotelClass
hourglass
Hourglass
hourglass_arrow_down
HourglassArrowDown
hourglass_arrow_up
HourglassArrowUp
hourglass_bottom
HourglassBottom
hourglass_disabled
HourglassDisabled
hourglass_empty
HourglassEmpty
hourglass_pause
HourglassPause
hourglass_top
HourglassTop
house
House
house_siding
HouseSiding
house_with_shield
HouseWithShield
houseboat
Houseboat
household_supplies
HouseholdSupplies
hov
Hov
how_to_reg
HowToReg
how_to_vote
HowToVote
hr_resting
HrResting
html
Html
http
Http
hub
Hub
humerus
Humerus
humerus_alt
HumerusAlt
humidity_high
HumidityHigh
humidity_indoor
HumidityIndoor
humidity_low
HumidityLow
humidity_mid
HumidityMid
humidity_percentage
HumidityPercentage
hvac
Hvac
hvac_max_defrost
HvacMaxDefrost
ice_skating
IceSkating
icecream
Icecream
id_card
IdCard
identity_aware_proxy
IdentityAwareProxy
identity_platform
IdentityPlatform
ifl
Ifl
iframe
Iframe
iframe_off
IframeOff
image
Image
image_arrow_up
ImageArrowUp
image_aspect_ratio
ImageAspectRatio
image_inset
ImageInset
image_search
ImageSearch
imagesearch_roller
ImagesearchRoller
imagesmode
Imagesmode
immunology
Immunology
import_contacts
ImportContacts
important_devices
ImportantDevices
in_home_mode
InHomeMode
inactive_order
InactiveOrder
inbox
Inbox
inbox_customize
InboxCustomize
inbox_text
InboxText
inbox_text_asterisk
InboxTextAsterisk
inbox_text_person
InboxTextPerson
inbox_text_share
InboxTextShare
incomplete_circle
IncompleteCircle
indeterminate_check_box
IndeterminateCheckBox
indeterminate_question_box
IndeterminateQuestionBox
info
Info
info_i
InfoI
infrared
Infrared
ink_eraser
InkEraser
ink_eraser_off
InkEraserOff
ink_highlighter
InkHighlighter
ink_highlighter_move
InkHighlighterMove
ink_marker
InkMarker
ink_pen
InkPen
ink_selection
InkSelection
inpatient
Inpatient
input
Input
input_circle
InputCircle
insert_chart
InsertChart
insert_page_break
InsertPageBreak
insert_text
InsertText
install_desktop
InstallDesktop
instant_mix
InstantMix
integration_instructions
IntegrationInstructions
interactive_space
InteractiveSpace
interests
Interests
interpreter_mode
InterpreterMode
inventory
Inventory
inventory_2
Inventory2
invert_colors
InvertColors
invert_colors_off
InvertColorsOff
ios
Ios
ios_share
IosShare
iron
Iron
jamboard_kiosk
JamboardKiosk
japanese_curry
JapaneseCurry
japanese_flag
JapaneseFlag
javascript
Javascript
join
Join
join_inner
JoinInner
join_left
JoinLeft
join_right
JoinRight
joystick
Joystick
jump_to_element
JumpToElement
kanji_alcohol
KanjiAlcohol
kayaking
Kayaking
kebab_dining
KebabDining
keep
Keep
keep_off
KeepOff
keep_public
KeepPublic
kettle
Kettle
key
Key
key_off
KeyOff
key_vertical
KeyVertical
key_visualizer
KeyVisualizer
keyboard
Keyboard
keyboard_alt
KeyboardAlt
keyboard_arrow_down
KeyboardArrowDown
keyboard_arrow_left
KeyboardArrowLeft
keyboard_arrow_right
KeyboardArrowRight
keyboard_arrow_up
KeyboardArrowUp
keyboard_backspace
KeyboardBackspace
keyboard_capslock
KeyboardCapslock
keyboard_capslock_badge
KeyboardCapslockBadge
keyboard_command_key
KeyboardCommandKey
keyboard_control_key
KeyboardControlKey
keyboard_double_arrow_down
KeyboardDoubleArrowDown
keyboard_double_arrow_left
KeyboardDoubleArrowLeft
keyboard_double_arrow_right
KeyboardDoubleArrowRight
keyboard_double_arrow_up
KeyboardDoubleArrowUp
keyboard_external_input
KeyboardExternalInput
keyboard_full
KeyboardFull
keyboard_hide
KeyboardHide
keyboard_keys
KeyboardKeys
keyboard_lock
KeyboardLock
keyboard_lock_off
KeyboardLockOff
keyboard_off
KeyboardOff
keyboard_onscreen
KeyboardOnscreen
keyboard_option_key
KeyboardOptionKey
keyboard_previous_language
KeyboardPreviousLanguage
keyboard_return
KeyboardReturn
keyboard_tab
KeyboardTab
keyboard_tab_rtl
KeyboardTabRtl
kid_star
KidStar
king_bed
KingBed
kitchen
Kitchen
kitesurfing
Kitesurfing
lab_panel
LabPanel
lab_profile
LabProfile
lab_research
LabResearch
label
Label
label_important
LabelImportant
label_off
LabelOff
labs
Labs
lan
Lan
landscape
Landscape
landscape_2
Landscape2
landscape_2_edit
Landscape2Edit
landscape_2_off
Landscape2Off
landslide
Landslide
language
Language
language_chinese_array
LanguageChineseArray
language_chinese_cangjie
LanguageChineseCangjie
language_chinese_dayi
LanguageChineseDayi
language_chinese_pinyin
LanguageChinesePinyin
language_chinese_quick
LanguageChineseQuick
language_chinese_wubi
LanguageChineseWubi
language_french
LanguageFrench
language_gb_english
LanguageGbEnglish
language_international
LanguageInternational
language_japanese_kana
LanguageJapaneseKana
language_korean_latin
LanguageKoreanLatin
language_pinyin
LanguagePinyin
language_spanish
LanguageSpanish
language_us
LanguageUs
language_us_colemak
LanguageUsColemak
language_us_dvorak
LanguageUsDvorak
laps
Laps
laptop_car
LaptopCar
laptop_chromebook
LaptopChromebook
laptop_mac
LaptopMac
laptop_windows
LaptopWindows
lasso_select
LassoSelect
last_page
LastPage
laundry
Laundry
layers
Layers
layers_clear
LayersClear
lda
Lda
leaderboard
Leaderboard
leak_add
LeakAdd
leak_remove
LeakRemove
left_click
LeftClick
left_panel_close
LeftPanelClose
left_panel_open
LeftPanelOpen
legend_toggle
LegendToggle
lens_blur
LensBlur
letter_switch
LetterSwitch
library_add
LibraryAdd
library_add_check
LibraryAddCheck
library_books
LibraryBooks
library_music
LibraryMusic
license
License
lift_to_talk
LiftToTalk
light
Light
light_group
LightGroup
light_mode
LightMode
light_off
LightOff
lightbulb
Lightbulb
lightbulb_2
Lightbulb2
lightbulb_circle
LightbulbCircle
lightning_stand
LightningStand
line_axis
LineAxis
line_curve
LineCurve
line_end
LineEnd
line_end_arrow
LineEndArrow
line_end_arrow_notch
LineEndArrowNotch
line_end_circle
LineEndCircle
line_end_diamond
LineEndDiamond
line_end_square
LineEndSquare
line_start
LineStart
line_start_arrow
LineStartArrow
line_start_arrow_notch
LineStartArrowNotch
line_start_circle
LineStartCircle
line_start_diamond
LineStartDiamond
line_start_square
LineStartSquare
line_style
LineStyle
line_weight
LineWeight
linear_scale
LinearScale
link
Link
link_off
LinkOff
linked_camera
LinkedCamera
linked_services
LinkedServices
liquor
Liquor
list
List
list_alt
ListAlt
list_alt_add
ListAltAdd
list_alt_check
ListAltCheck
lists
Lists
live_help
LiveHelp
live_tv
LiveTv
living
Living
local_activity
LocalActivity
local_atm
LocalAtm
local_bar
LocalBar
local_cafe
LocalCafe
local_car_wash
LocalCarWash
local_convenience_store
LocalConvenienceStore
local_dining
LocalDining
local_drink
LocalDrink
local_fire_department
LocalFireDepartment
local_florist
LocalFlorist
local_gas_station
LocalGasStation
local_hospital
LocalHospital
local_laundry_service
LocalLaundryService
local_library
LocalLibrary
local_mall
LocalMall
local_parking
LocalParking
local_pharmacy
LocalPharmacy
local_pizza
LocalPizza
local_police
LocalPolice
local_post_office
LocalPostOffice
local_see
LocalSee
local_shipping
LocalShipping
local_taxi
LocalTaxi
location_away
LocationAway
location_chip
LocationChip
location_city
LocationCity
location_disabled
LocationDisabled
location_home
LocationHome
location_off
LocationOff
location_on
LocationOn
location_searching
LocationSearching
lock
Lock
lock_clock
LockClock
lock_open
LockOpen
lock_open_circle
LockOpenCircle
lock_open_right
LockOpenRight
lock_person
LockPerson
lock_reset
LockReset
login
Login
logo_dev
LogoDev
logout
Logout
looks
Looks
looks_3
Looks3
looks_4
Looks4
looks_5
Looks5
looks_6
Looks6
looks_one
LooksOne
looks_two
LooksTwo
loupe
Loupe
low_density
LowDensity
low_priority
LowPriority
lowercase
Lowercase
loyalty
Loyalty
lte_mobiledata
LteMobiledata
lte_mobiledata_badge
LteMobiledataBadge
lte_plus_mobiledata
LtePlusMobiledata
lte_plus_mobiledata_badge
LtePlusMobiledataBadge
luggage
Luggage
lunch_dining
LunchDining
lyrics
Lyrics
macro_auto
MacroAuto
macro_off
MacroOff
magnification_large
MagnificationLarge
magnification_small
MagnificationSmall
magnify_docked
MagnifyDocked
magnify_fullscreen
MagnifyFullscreen
mail
Mail
mail_lock
MailLock
mail_off
MailOff
mail_shield
MailShield
male
Male
man
Man
man_2
Man2
man_3
Man3
man_4
Man4
manage_accounts
ManageAccounts
manage_history
ManageHistory
manage_search
ManageSearch
manga
Manga
manufacturing
Manufacturing
map
Map
map_pin_heart
MapPinHeart
map_pin_review
MapPinReview
map_search
MapSearch
maps_ugc
MapsUgc
margin
Margin
mark_as_unread
MarkAsUnread
mark_chat_read
MarkChatRead
mark_chat_unread
MarkChatUnread
mark_email_read
MarkEmailRead
mark_email_unread
MarkEmailUnread
mark_unread_chat_alt
MarkUnreadChatAlt
markdown
Markdown
markdown_copy
MarkdownCopy
markdown_paste
MarkdownPaste
markunread_mailbox
MarkunreadMailbox
masked_transitions
MaskedTransitions
masked_transitions_add
MaskedTransitionsAdd
masks
Masks
massage
Massage
match_case
MatchCase
match_case_off
MatchCaseOff
match_word
MatchWord
matter
Matter
maximize
Maximize
meal_dinner
MealDinner
meal_lunch
MealLunch
measuring_tape
MeasuringTape
media_bluetooth_off
MediaBluetoothOff
media_bluetooth_on
MediaBluetoothOn
media_link
MediaLink
media_output
MediaOutput
media_output_off
MediaOutputOff
mediation
Mediation
medical_information
MedicalInformation
medical_mask
MedicalMask
medical_services
MedicalServices
medication
Medication
medication_liquid
MedicationLiquid
meeting_room
MeetingRoom
memory
Memory
memory_alt
MemoryAlt
menstrual_health
MenstrualHealth
menu
Menu
menu_book
MenuBook
menu_book_2
MenuBook2
menu_open
MenuOpen
merge
Merge
merge_type
MergeType
metabolism
Metabolism
metro
Metro
mfg_nest_yale_lock
MfgNestYaleLock
mic
Mic
mic_alert
MicAlert
mic_double
MicDouble
mic_external_off
MicExternalOff
mic_external_on
MicExternalOn
mic_off
MicOff
microbiology
Microbiology
microwave
Microwave
microwave_gen
MicrowaveGen
military_tech
MilitaryTech
mimo
Mimo
mimo_disconnect
MimoDisconnect
mindfulness
Mindfulness
minimize
Minimize
minor_crash
MinorCrash
mintmark
Mintmark
missed_video_call
MissedVideoCall
missing_controller
MissingController
mist
Mist
mitre
Mitre
mixture_med
MixtureMed
mms
Mms
mobile
Mobile
mobile_2
Mobile2
mobile_3
Mobile3
mobile_alert
MobileAlert
mobile_arrow_down
MobileArrowDown
mobile_arrow_right
MobileArrowRight
mobile_arrow_up_right
MobileArrowUpRight
mobile_block
MobileBlock
mobile_camera
MobileCamera
mobile_camera_front
MobileCameraFront
mobile_camera_rear
MobileCameraRear
mobile_cancel
MobileCancel
mobile_cast
MobileCast
mobile_charge
MobileCharge
mobile_chat
MobileChat
mobile_check
MobileCheck
mobile_code
MobileCode
mobile_dots
MobileDots
mobile_gear
MobileGear
mobile_hand
MobileHand
mobile_hand_left
MobileHandLeft
mobile_hand_left_off
MobileHandLeftOff
mobile_hand_off
MobileHandOff
mobile_info
MobileInfo
mobile_landscape
MobileLandscape
mobile_layout
MobileLayout
mobile_lock_landscape
MobileLockLandscape
mobile_lock_portrait
MobileLockPortrait
mobile_loupe
MobileLoupe
mobile_menu
MobileMenu
mobile_off
MobileOff
mobile_question
MobileQuestion
mobile_rotate
MobileRotate
mobile_rotate_lock
MobileRotateLock
mobile_screensaver
MobileScreensaver
mobile_sensor_hi
MobileSensorHi
mobile_sensor_lo
MobileSensorLo
mobile_share
MobileShare
mobile_share_stack
MobileShareStack
mobile_sound
MobileSound
mobile_sound_2
MobileSound2
mobile_sound_off
MobileSoundOff
mobile_speaker
MobileSpeaker
mobile_text
MobileText
mobile_text_2
MobileText2
mobile_ticket
MobileTicket
mobile_vibrate
MobileVibrate
mobile_wrench
MobileWrench
mobiledata_off
MobiledataOff
mode_comment
ModeComment
mode_cool
ModeCool
mode_cool_off
ModeCoolOff
mode_dual
ModeDual
mode_fan
ModeFan
mode_fan_off
ModeFanOff
mode_heat
ModeHeat
mode_heat_cool
ModeHeatCool
mode_heat_off
ModeHeatOff
mode_night
ModeNight
mode_of_travel
ModeOfTravel
mode_off_on
ModeOffOn
mode_standby
ModeStandby
model_training
ModelTraining
modeling
Modeling
money
Money
money_bag
MoneyBag
money_off
MoneyOff
money_range
MoneyRange
monitor
Monitor
monitor_heart
MonitorHeart
monitor_weight
MonitorWeight
monitor_weight_gain
MonitorWeightGain
monitor_weight_loss
MonitorWeightLoss
monitoring
Monitoring
monochrome_photos
MonochromePhotos
monorail
Monorail
mood
Mood
mood_bad
MoodBad
moon_stars
MoonStars
mop
Mop
moped
Moped
moped_package
MopedPackage
more
More
more_down
MoreDown
more_horiz
MoreHoriz
more_time
MoreTime
more_up
MoreUp
more_vert
MoreVert
mosque
Mosque
motion_blur
MotionBlur
motion_mode
MotionMode
motion_photos_auto
MotionPhotosAuto
motion_photos_off
MotionPhotosOff
motion_photos_on
MotionPhotosOn
motion_photos_paused
MotionPhotosPaused
motion_play
MotionPlay
motion_sensor_active
MotionSensorActive
motion_sensor_alert
MotionSensorAlert
motion_sensor_idle
MotionSensorIdle
motion_sensor_urgent
MotionSensorUrgent
motorcycle
Motorcycle
mountain_flag
MountainFlag
mountain_steam
MountainSteam
mouse
Mouse
mouse_lock
MouseLock
mouse_lock_off
MouseLockOff
move
Move
move_down
MoveDown
move_group
MoveGroup
move_item
MoveItem
move_location
MoveLocation
move_selection_down
MoveSelectionDown
move_selection_left
MoveSelectionLeft
move_selection_right
MoveSelectionRight
move_selection_up
MoveSelectionUp
move_to_inbox
MoveToInbox
move_up
MoveUp
moved_location
MovedLocation
movie
Movie
movie_edit
MovieEdit
movie_info
MovieInfo
movie_off
MovieOff
movie_speaker
MovieSpeaker
moving
Moving
moving_beds
MovingBeds
moving_ministry
MovingMinistry
mp
Mp
multicooker
Multicooker
multiline_chart
MultilineChart
multimodal_hand_eye
MultimodalHandEye
multiple_airports
MultipleAirports
multiple_stop
MultipleStop
museum
Museum
music_cast
MusicCast
music_history
MusicHistory
music_note
MusicNote
music_note_add
MusicNoteAdd
music_off
MusicOff
music_video
MusicVideo
my_location
MyLocation
mystery
Mystery
nat
Nat
nature
Nature
nature_people
NaturePeople
navigation
Navigation
near_me
NearMe
near_me_disabled
NearMeDisabled
nearby
Nearby
nearby_error
NearbyError
nearby_off
NearbyOff
nephrology
Nephrology
nest_audio
NestAudio
nest_cam_floodlight
NestCamFloodlight
nest_cam_indoor
NestCamIndoor
nest_cam_iq
NestCamIq
nest_cam_iq_outdoor
NestCamIqOutdoor
nest_cam_magnet_mount
NestCamMagnetMount
nest_cam_outdoor
NestCamOutdoor
nest_cam_stand
NestCamStand
nest_cam_wall_mount
NestCamWallMount
nest_cam_wired_stand
NestCamWiredStand
nest_clock_farsight_analog
NestClockFarsightAnalog
nest_clock_farsight_digital
NestClockFarsightDigital
nest_connect
NestConnect
nest_detect
NestDetect
nest_display
NestDisplay
nest_display_max
NestDisplayMax
nest_doorbell_visitor
NestDoorbellVisitor
nest_eco_leaf
NestEcoLeaf
nest_farsight_cool
NestFarsightCool
nest_farsight_dual
NestFarsightDual
nest_farsight_eco
NestFarsightEco
nest_farsight_heat
NestFarsightHeat
nest_farsight_seasonal
NestFarsightSeasonal
nest_farsight_weather
NestFarsightWeather
nest_found_savings
NestFoundSavings
nest_heat_link_e
NestHeatLinkE
nest_heat_link_gen_3
NestHeatLinkGen3
nest_hello_doorbell
NestHelloDoorbell
nest_mini
NestMini
nest_multi_room
NestMultiRoom
nest_protect
NestProtect
nest_remote_comfort_sensor
NestRemoteComfortSensor
nest_secure_alarm
NestSecureAlarm
nest_sunblock
NestSunblock
nest_tag
NestTag
nest_thermostat
NestThermostat
nest_thermostat_e_eu
NestThermostatEEu
nest_thermostat_gen_3
NestThermostatGen3
nest_thermostat_sensor
NestThermostatSensor
nest_thermostat_sensor_eu
NestThermostatSensorEu
nest_thermostat_zirconium_eu
NestThermostatZirconiumEu
nest_true_radiant
NestTrueRadiant
nest_wake_on_approach
NestWakeOnApproach
nest_wake_on_press
NestWakeOnPress
nest_wifi_point
NestWifiPoint
nest_wifi_pro
NestWifiPro
nest_wifi_pro_2
NestWifiPro2
nest_wifi_router
NestWifiRouter
network_cell
NetworkCell
network_check
NetworkCheck
network_intel_node
NetworkIntelNode
network_intelligence
NetworkIntelligence
network_intelligence_history
NetworkIntelligenceHistory
network_intelligence_update
NetworkIntelligenceUpdate
network_locked
NetworkLocked
network_manage
NetworkManage
network_node
NetworkNode
network_ping
NetworkPing
network_wifi
NetworkWifi
network_wifi_1_bar
NetworkWifi1Bar
network_wifi_1_bar_locked
NetworkWifi1BarLocked
network_wifi_2_bar
NetworkWifi2Bar
network_wifi_2_bar_locked
NetworkWifi2BarLocked
network_wifi_3_bar
NetworkWifi3Bar
network_wifi_3_bar_locked
NetworkWifi3BarLocked
network_wifi_locked
NetworkWifiLocked
neurology
Neurology
new_label
NewLabel
new_window
NewWindow
news
News
newsmode
Newsmode
newspaper
Newspaper
newsstand
Newsstand
next_plan
NextPlan
next_week
NextWeek
nfc
Nfc
nfc_off
NfcOff
night_shelter
NightShelter
night_sight_auto
NightSightAuto
night_sight_auto_off
NightSightAutoOff
night_sight_max
NightSightMax
nightlife
Nightlife
nightlight
Nightlight
no_accounts
NoAccounts
no_adult_content
NoAdultContent
no_backpack
NoBackpack
no_crash
NoCrash
no_drinks
NoDrinks
no_encryption
NoEncryption
no_flash
NoFlash
no_food
NoFood
no_luggage
NoLuggage
no_meals
NoMeals
no_meeting_room
NoMeetingRoom
no_photography
NoPhotography
no_sim
NoSim
no_sound
NoSound
no_stroller
NoStroller
no_transfer
NoTransfer
noise_aware
NoiseAware
noise_control_off
NoiseControlOff
noise_control_on
NoiseControlOn
nordic_walking
NordicWalking
north
North
north_east
NorthEast
north_west
NorthWest
not_accessible
NotAccessible
not_accessible_forward
NotAccessibleForward
not_listed_location
NotListedLocation
not_started
NotStarted
note_add
NoteAdd
note_alt
NoteAlt
note_stack
NoteStack
note_stack_add
NoteStackAdd
notes
Notes
notification_add
NotificationAdd
notification_important
NotificationImportant
notification_multiple
NotificationMultiple
notification_settings
NotificationSettings
notification_sound
NotificationSound
notifications
Notifications
notifications_active
NotificationsActive
notifications_off
NotificationsOff
notifications_paused
NotificationsPaused
notifications_unread
NotificationsUnread
numbers
Numbers
nutrition
Nutrition
ods
Ods
odt
Odt
offline_bolt
OfflineBolt
offline_pin
OfflinePin
offline_pin_off
OfflinePinOff
oil_barrel
OilBarrel
okonomiyaki
Okonomiyaki
on_device_training
OnDeviceTraining
on_hub_device
OnHubDevice
oncology
Oncology
online_prediction
OnlinePrediction
onsen
Onsen
opacity
Opacity
open_in_browser
OpenInBrowser
open_in_full
OpenInFull
open_in_new
OpenInNew
open_in_new_down
OpenInNewDown
open_in_new_off
OpenInNewOff
open_jam
OpenJam
open_run
OpenRun
open_with
OpenWith
ophthalmology
Ophthalmology
oral_disease
OralDisease
orbit
Orbit
order_approve
OrderApprove
order_play
OrderPlay
orders
Orders
orthopedics
Orthopedics
other_admission
OtherAdmission
other_houses
OtherHouses
outbound
Outbound
outbox
Outbox
outbox_alt
OutboxAlt
outdoor_garden
OutdoorGarden
outdoor_grill
OutdoorGrill
outgoing_mail
OutgoingMail
outlet
Outlet
outpatient
Outpatient
outpatient_med
OutpatientMed
output
Output
output_circle
OutputCircle
oven
Oven
oven_gen
OvenGen
overview
Overview
overview_key
OverviewKey
owl
Owl
oxygen_saturation
OxygenSaturation
p2p
P2p
pace
Pace
pacemaker
Pacemaker
package
Package
package_2
Package2
padding
Padding
padel
Padel
page_control
PageControl
page_footer
PageFooter
page_header
PageHeader
page_info
PageInfo
page_menu_ios
PageMenuIos
pageless
Pageless
pages
Pages
pageview
Pageview
paid
Paid
palette
Palette
pallet
Pallet
pan_tool
PanTool
pan_tool_alt
PanToolAlt
pan_zoom
PanZoom
panorama
Panorama
panorama_horizontal
PanoramaHorizontal
panorama_photosphere
PanoramaPhotosphere
panorama_vertical
PanoramaVertical
panorama_wide_angle
PanoramaWideAngle
paragliding
Paragliding
parent_child_dining
ParentChildDining
park
Park
parking_meter
ParkingMeter
parking_sign
ParkingSign
parking_valet
ParkingValet
partly_cloudy_day
PartlyCloudyDay
partly_cloudy_night
PartlyCloudyNight
partner_exchange
PartnerExchange
partner_heart
PartnerHeart
partner_reports
PartnerReports
party_mode
PartyMode
passkey
Passkey
password
Password
password_2
Password2
password_2_off
Password2Off
patient_list
PatientList
pattern
Pattern
pause
Pause
pause_circle
PauseCircle
pause_presentation
PausePresentation
payment_arrow_down
PaymentArrowDown
payment_card
PaymentCard
payments
Payments
pedal_bike
PedalBike
pediatrics
Pediatrics
pen_size_1
PenSize1
pen_size_2
PenSize2
pen_size_3
PenSize3
pen_size_4
PenSize4
pen_size_5
PenSize5
pending
Pending
pending_actions
PendingActions
pentagon
Pentagon
percent
Percent
percent_discount
PercentDiscount
pergola
Pergola
perm_camera_mic
PermCameraMic
perm_contact_calendar
PermContactCalendar
perm_data_setting
PermDataSetting
perm_media
PermMedia
perm_phone_msg
PermPhoneMsg
perm_scan_wifi
PermScanWifi
person
Person
person_2
Person2
person_3
Person3
person_4
Person4
person_add
PersonAdd
person_add_disabled
PersonAddDisabled
person_alert
PersonAlert
person_apron
PersonApron
person_book
PersonBook
person_cancel
PersonCancel
person_celebrate
PersonCelebrate
person_check
PersonCheck
person_edit
PersonEdit
person_heart
PersonHeart
person_off
PersonOff
person_pin
PersonPin
person_pin_circle
PersonPinCircle
person_play
PersonPlay
person_raised_hand
PersonRaisedHand
person_remove
PersonRemove
person_search
PersonSearch
person_shield
PersonShield
personal_bag
PersonalBag
personal_bag_off
PersonalBagOff
personal_bag_question
PersonalBagQuestion
personal_injury
PersonalInjury
personal_places
PersonalPlaces
pest_control
PestControl
pest_control_rodent
PestControlRodent
pet_supplies
PetSupplies
pets
Pets
phishing
Phishing
phone_bluetooth_speaker
PhoneBluetoothSpeaker
phone_callback
PhoneCallback
phone_disabled
PhoneDisabled
phone_enabled
PhoneEnabled
phone_forwarded
PhoneForwarded
phone_in_talk
PhoneInTalk
phone_locked
PhoneLocked
phone_missed
PhoneMissed
phone_paused
PhonePaused
photo
Photo
photo_album
PhotoAlbum
photo_auto_merge
PhotoAutoMerge
photo_camera
PhotoCamera
photo_camera_back
PhotoCameraBack
photo_camera_front
PhotoCameraFront
photo_frame
PhotoFrame
photo_library
PhotoLibrary
photo_prints
PhotoPrints
photo_size_select_large
PhotoSizeSelectLarge
photo_size_select_small
PhotoSizeSelectSmall
php
Php
physical_therapy
PhysicalTherapy
piano
Piano
piano_off
PianoOff
pickleball
Pickleball
picture_as_pdf
PictureAsPdf
picture_in_picture
PictureInPicture
picture_in_picture_alt
PictureInPictureAlt
picture_in_picture_center
PictureInPictureCenter
picture_in_picture_large
PictureInPictureLarge
picture_in_picture_medium
PictureInPictureMedium
picture_in_picture_mobile
PictureInPictureMobile
picture_in_picture_off
PictureInPictureOff
picture_in_picture_small
PictureInPictureSmall
pie_chart
PieChart
pill
Pill
pill_off
PillOff
pin
Pin
pin_drop
PinDrop
pin_end
PinEnd
pin_invoke
PinInvoke
pinboard
Pinboard
pinboard_unread
PinboardUnread
pinch
Pinch
pinch_zoom_in
PinchZoomIn
pinch_zoom_out
PinchZoomOut
pip
Pip
pip_exit
PipExit
pivot_table_chart
PivotTableChart
place_item
PlaceItem
plagiarism
Plagiarism
plane_contrails
PlaneContrails
planet
Planet
planner_banner_ad_pt
PlannerBannerAdPt
planner_review
PlannerReview
play_arrow
PlayArrow
play_circle
PlayCircle
play_disabled
PlayDisabled
play_for_work
PlayForWork
play_lesson
PlayLesson
play_pause
PlayPause
playground
Playground
playground_2
Playground2
playing_cards
PlayingCards
playlist_add
PlaylistAdd
playlist_add_check
PlaylistAddCheck
playlist_add_check_circle
PlaylistAddCheckCircle
playlist_add_circle
PlaylistAddCircle
playlist_play
PlaylistPlay
playlist_remove
PlaylistRemove
plug_connect
PlugConnect
plumbing
Plumbing
podcasts
Podcasts
podiatry
Podiatry
podium
Podium
point_of_sale
PointOfSale
point_scan
PointScan
poker_chip
PokerChip
policy
Policy
policy_alert
PolicyAlert
polyline
Polyline
polymer
Polymer
pool
Pool
portable_wifi_off
PortableWifiOff
position_bottom_left
PositionBottomLeft
position_bottom_right
PositionBottomRight
position_top_right
PositionTopRight
post
Post
post_add
PostAdd
potted_plant
PottedPlant
power
Power
power_input
PowerInput
power_off
PowerOff
power_settings_circle
PowerSettingsCircle
power_settings_new
PowerSettingsNew
prayer_times
PrayerTimes
precision_manufacturing
PrecisionManufacturing
pregnancy
Pregnancy
pregnant_woman
PregnantWoman
preliminary
Preliminary
prescriptions
Prescriptions
present_to_all
PresentToAll
preview
Preview
preview_off
PreviewOff
price_change
PriceChange
price_check
PriceCheck
print
Print
print_add
PrintAdd
print_connect
PrintConnect
print_disabled
PrintDisabled
print_error
PrintError
print_lock
PrintLock
priority
Priority
priority_high
PriorityHigh
privacy
Privacy
privacy_tip
PrivacyTip
private_connectivity
PrivateConnectivity
problem
Problem
procedure
Procedure
process_chart
ProcessChart
production_quantity_limits
ProductionQuantityLimits
productivity
Productivity
progress_activity
ProgressActivity
prompt_suggestion
PromptSuggestion
propane
Propane
propane_tank
PropaneTank
psychiatry
Psychiatry
psychology
Psychology
psychology_alt
PsychologyAlt
public
Public
public_off
PublicOff
publish
Publish
published_with_changes
PublishedWithChanges
pulmonology
Pulmonology
pulse_alert
PulseAlert
punch_clock
PunchClock
qr_code
QrCode
qr_code_2
QrCode2
qr_code_2_add
QrCode2Add
qr_code_scanner
QrCodeScanner
query_stats
QueryStats
question_exchange
QuestionExchange
question_mark
QuestionMark
queue_music
QueueMusic
queue_play_next
QueuePlayNext
quick_phrases
QuickPhrases
quick_reference
QuickReference
quick_reference_all
QuickReferenceAll
quick_reorder
QuickReorder
quickreply
Quickreply
quiz
Quiz
r_mobiledata
RMobiledata
radar
Radar
radio
Radio
radio_button_checked
RadioButtonChecked
radio_button_partial
RadioButtonPartial
radio_button_unchecked
RadioButtonUnchecked
radiology
Radiology
railway_alert
RailwayAlert
railway_alert_2
RailwayAlert2
rainy
Rainy
rainy_heavy
RainyHeavy
rainy_light
RainyLight
rainy_snow
RainySnow
ramen_dining
RamenDining
ramp_left
RampLeft
ramp_right
RampRight
range_hood
RangeHood
rate_review
RateReview
raven
Raven
raw_off
RawOff
raw_on
RawOn
read_more
ReadMore
readiness_score
ReadinessScore
real_estate_agent
RealEstateAgent
rear_camera
RearCamera
rebase
Rebase
rebase_edit
RebaseEdit
receipt
Receipt
receipt_long
ReceiptLong
receipt_long_off
ReceiptLongOff
recent_actors
RecentActors
recent_patient
RecentPatient
recenter
Recenter
recommend
Recommend
record_voice_over
RecordVoiceOver
rectangle
Rectangle
recycling
Recycling
redeem
Redeem
redo
Redo
reduce_capacity
ReduceCapacity
refresh
Refresh
regular_expression
RegularExpression
relax
Relax
release_alert
ReleaseAlert
remember_me
RememberMe
reminder
Reminder
remote_gen
RemoteGen
remove
Remove
remove_done
RemoveDone
remove_from_queue
RemoveFromQueue
remove_moderator
RemoveModerator
remove_road
RemoveRoad
remove_selection
RemoveSelection
remove_shopping_cart
RemoveShoppingCart
reopen_window
ReopenWindow
reorder
Reorder
repartition
Repartition
repeat
Repeat
repeat_on
RepeatOn
repeat_one
RepeatOne
repeat_one_on
RepeatOneOn
replace_audio
ReplaceAudio
replace_image
ReplaceImage
replace_video
ReplaceVideo
replay
Replay
replay_10
Replay10
replay_30
Replay30
replay_5
Replay5
reply
Reply
reply_all
ReplyAll
report
Report
report_off
ReportOff
request_page
RequestPage
request_quote
RequestQuote
reset_brightness
ResetBrightness
reset_exposure
ResetExposure
reset_focus
ResetFocus
reset_image
ResetImage
reset_iso
ResetIso
reset_settings
ResetSettings
reset_shadow
ResetShadow
reset_shutter_speed
ResetShutterSpeed
reset_tv
ResetTv
reset_white_balance
ResetWhiteBalance
reset_wrench
ResetWrench
resize
Resize
respiratory_rate
RespiratoryRate
responsive_layout
ResponsiveLayout
rest_area
RestArea
restart_alt
RestartAlt
restaurant
Restaurant
restore_from_trash
RestoreFromTrash
restore_page
RestorePage
resume
Resume
reviews
Reviews
rewarded_ads
RewardedAds
rheumatology
Rheumatology
rib_cage
RibCage
rice_bowl
RiceBowl
right_click
RightClick
right_panel_close
RightPanelClose
right_panel_open
RightPanelOpen
ring_volume
RingVolume
ripples
Ripples
road
Road
robot
Robot
robot_2
Robot2
rocket
Rocket
rocket_launch
RocketLaunch
roller_shades
RollerShades
roller_shades_closed
RollerShadesClosed
roller_skating
RollerSkating
roofing
Roofing
room_preferences
RoomPreferences
room_service
RoomService
rotate_90_degrees_ccw
Rotate90DegreesCcw
rotate_90_degrees_cw
Rotate90DegreesCw
rotate_auto
RotateAuto
rotate_left
RotateLeft
rotate_right
RotateRight
roundabout_left
RoundaboutLeft
roundabout_right
RoundaboutRight
rounded_corner
RoundedCorner
route
Route
router
Router
router_off
RouterOff
routine
Routine
rowing
Rowing
rss_feed
RssFeed
rsvp
Rsvp
rtt
Rtt
rubric
Rubric
rule
Rule
rule_folder
RuleFolder
rule_settings
RuleSettings
run_circle
RunCircle
running_with_errors
RunningWithErrors
rv_hookup
RvHookup
safety_check
SafetyCheck
safety_check_off
SafetyCheckOff
safety_divider
SafetyDivider
sailing
Sailing
salinity
Salinity
sanitizer
Sanitizer
satellite
Satellite
satellite_alt
SatelliteAlt
sauna
Sauna
save
Save
save_as
SaveAs
save_clock
SaveClock
saved_search
SavedSearch
savings
Savings
scale
Scale
scan
Scan
scan_delete
ScanDelete
scanner
Scanner
scatter_plot
ScatterPlot
scene
Scene
schedule
Schedule
schedule_send
ScheduleSend
schema
Schema
school
School
science
Science
science_off
ScienceOff
scooter
Scooter
score
Score
scoreboard
Scoreboard
screen_record
ScreenRecord
screen_rotation_alt
ScreenRotationAlt
screen_rotation_up
ScreenRotationUp
screen_search_desktop
ScreenSearchDesktop
screen_share
ScreenShare
screenshot_frame
ScreenshotFrame
screenshot_frame_2
ScreenshotFrame2
screenshot_keyboard
ScreenshotKeyboard
screenshot_monitor
ScreenshotMonitor
screenshot_region
ScreenshotRegion
screenshot_tablet
ScreenshotTablet
script
Script
scrollable_header
ScrollableHeader
scuba_diving
ScubaDiving
sd
Sd
sd_card
SdCard
sd_card_alert
SdCardAlert
sdk
Sdk
search
Search
search_activity
SearchActivity
search_check
SearchCheck
search_check_2
SearchCheck2
search_gear
SearchGear
search_hands_free
SearchHandsFree
search_insights
SearchInsights
search_off
SearchOff
seat_cool_left
SeatCoolLeft
seat_cool_right
SeatCoolRight
seat_heat_left
SeatHeatLeft
seat_heat_right
SeatHeatRight
seat_vent_left
SeatVentLeft
seat_vent_right
SeatVentRight
security
Security
security_key
SecurityKey
segment
Segment
select
Select
select_all
SelectAll
select_check_box
SelectCheckBox
select_to_speak
SelectToSpeak
select_window
SelectWindow
select_window_2
SelectWindow2
select_window_off
SelectWindowOff
self_care
SelfCare
self_improvement
SelfImprovement
sell
Sell
send
Send
send_and_archive
SendAndArchive
send_money
SendMoney
send_time_extension
SendTimeExtension
sensor_door
SensorDoor
sensor_occupied
SensorOccupied
sensor_window
SensorWindow
sensors
Sensors
sensors_krx
SensorsKrx
sensors_krx_off
SensorsKrxOff
sensors_off
SensorsOff
sentiment_calm
SentimentCalm
sentiment_content
SentimentContent
sentiment_dissatisfied
SentimentDissatisfied
sentiment_excited
SentimentExcited
sentiment_extremely_dissatisfied
SentimentExtremelyDissatisfied
sentiment_frustrated
SentimentFrustrated
sentiment_neutral
SentimentNeutral
sentiment_sad
SentimentSad
sentiment_satisfied
SentimentSatisfied
sentiment_stressed
SentimentStressed
sentiment_very_dissatisfied
SentimentVeryDissatisfied
sentiment_very_satisfied
SentimentVerySatisfied
sentiment_worried
SentimentWorried
serif
Serif
server_person
ServerPerson
service_toolbox
ServiceToolbox
set_meal
SetMeal
settings
Settings
settings_accessibility
SettingsAccessibility
settings_account_box
SettingsAccountBox
settings_alert
SettingsAlert
settings_applications
SettingsApplications
settings_b_roll
SettingsBRoll
settings_backup_restore
SettingsBackupRestore
settings_bluetooth
SettingsBluetooth
settings_brightness
SettingsBrightness
settings_cinematic_blur
SettingsCinematicBlur
settings_ethernet
SettingsEthernet
settings_heart
SettingsHeart
settings_input_antenna
SettingsInputAntenna
settings_input_component
SettingsInputComponent
settings_input_hdmi
SettingsInputHdmi
settings_input_svideo
SettingsInputSvideo
settings_motion_mode
SettingsMotionMode
settings_night_sight
SettingsNightSight
settings_overscan
SettingsOverscan
settings_panorama
SettingsPanorama
settings_phone
SettingsPhone
settings_photo_camera
SettingsPhotoCamera
settings_power
SettingsPower
settings_remote
SettingsRemote
settings_seating
SettingsSeating
settings_slow_motion
SettingsSlowMotion
settings_system_daydream
SettingsSystemDaydream
settings_timelapse
SettingsTimelapse
settings_video_camera
SettingsVideoCamera
settings_voice
SettingsVoice
settop_component
SettopComponent
severe_cold
SevereCold
shadow
Shadow
shadow_add
ShadowAdd
shadow_minus
ShadowMinus
shape_line
ShapeLine
shapes
Shapes
share
Share
share_eta
ShareEta
share_location
ShareLocation
share_off
ShareOff
share_reviews
ShareReviews
share_windows
ShareWindows
shaved_ice
ShavedIce
sheets_rtl
SheetsRtl
shelf_auto_hide
ShelfAutoHide
shelf_position
ShelfPosition
shelves
Shelves
shield
Shield
shield_lock
ShieldLock
shield_locked
ShieldLocked
shield_moon
ShieldMoon
shield_person
ShieldPerson
shield_question
ShieldQuestion
shield_toggle
ShieldToggle
shield_watch
ShieldWatch
shield_with_heart
ShieldWithHeart
shield_with_house
ShieldWithHouse
shift
Shift
shift_lock
ShiftLock
shift_lock_off
ShiftLockOff
shop
Shop
shop_two
ShopTwo
shopping_bag
ShoppingBag
shopping_bag_speed
ShoppingBagSpeed
shopping_basket
ShoppingBasket
shopping_cart
ShoppingCart
shopping_cart_checkout
ShoppingCartCheckout
shopping_cart_off
ShoppingCartOff
shoppingmode
Shoppingmode
short_stay
ShortStay
short_text
ShortText
show_chart
ShowChart
shower
Shower
shuffle
Shuffle
shuffle_on
ShuffleOn
shutter_speed
ShutterSpeed
shutter_speed_add
ShutterSpeedAdd
shutter_speed_minus
ShutterSpeedMinus
sick
Sick
side_navigation
SideNavigation
sign_language
SignLanguage
signal_cellular_0_bar
SignalCellular0Bar
signal_cellular_1_bar
SignalCellular1Bar
signal_cellular_2_bar
SignalCellular2Bar
signal_cellular_3_bar
SignalCellular3Bar
signal_cellular_4_bar
SignalCellular4Bar
signal_cellular_add
SignalCellularAdd
signal_cellular_alt
SignalCellularAlt
signal_cellular_alt_1_bar
SignalCellularAlt1Bar
signal_cellular_alt_2_bar
SignalCellularAlt2Bar
signal_cellular_connected_no_internet_0_bar
SignalCellularConnectedNoInternet0Bar
signal_cellular_connected_no_internet_4_bar
SignalCellularConnectedNoInternet4Bar
signal_cellular_nodata
SignalCellularNodata
signal_cellular_null
SignalCellularNull
signal_cellular_off
SignalCellularOff
signal_cellular_pause
SignalCellularPause
signal_disconnected
SignalDisconnected
signal_wifi_0_bar
SignalWifi0Bar
signal_wifi_4_bar
SignalWifi4Bar
signal_wifi_bad
SignalWifiBad
signal_wifi_off
SignalWifiOff
signal_wifi_statusbar_not_connected
SignalWifiStatusbarNotConnected
signal_wifi_statusbar_null
SignalWifiStatusbarNull
signature
Signature
signpost
Signpost
sim_card
SimCard
sim_card_download
SimCardDownload
simulation
Simulation
single_bed
SingleBed
sip
Sip
siren
Siren
siren_check
SirenCheck
siren_open
SirenOpen
siren_question
SirenQuestion
skateboarding
Skateboarding
skeleton
Skeleton
skillet
Skillet
skillet_cooktop
SkilletCooktop
skip_next
SkipNext
skip_previous
SkipPrevious
skull
Skull
skull_list
SkullList
slab_serif
SlabSerif
sledding
Sledding
sleep_score
SleepScore
slide_library
SlideLibrary
sliders
Sliders
slideshow
Slideshow
slow_motion_video
SlowMotionVideo
smart_card_reader
SmartCardReader
smart_card_reader_off
SmartCardReaderOff
smart_display
SmartDisplay
smart_outlet
SmartOutlet
smart_toy
SmartToy
smb_share
SmbShare
smoke_free
SmokeFree
smoking_rooms
SmokingRooms
sms
Sms
snippet_folder
SnippetFolder
snooze
Snooze
snowboarding
Snowboarding
snowing
Snowing
snowing_heavy
SnowingHeavy
snowmobile
Snowmobile
snowshoeing
Snowshoeing
soap
Soap
soba
Soba
social_distance
SocialDistance
social_leaderboard
SocialLeaderboard
solar_power
SolarPower
solo_dining
SoloDining
sort
Sort
sort_by_alpha
SortByAlpha
sos
Sos
sound_detection_dog_barking
SoundDetectionDogBarking
sound_detection_glass_break
SoundDetectionGlassBreak
sound_detection_loud_sound
SoundDetectionLoudSound
sound_sampler
SoundSampler
soup_kitchen
SoupKitchen
source_environment
SourceEnvironment
source_notes
SourceNotes
south
South
south_america
SouthAmerica
south_east
SouthEast
south_west
SouthWest
spa
Spa
space_bar
SpaceBar
space_dashboard
SpaceDashboard
spatial_audio
SpatialAudio
spatial_audio_off
SpatialAudioOff
spatial_speaker
SpatialSpeaker
spatial_tracking
SpatialTracking
speaker
Speaker
speaker_group
SpeakerGroup
speaker_notes
SpeakerNotes
speaker_notes_off
SpeakerNotesOff
speaker_phone
SpeakerPhone
special_character
SpecialCharacter
specific_gravity
SpecificGravity
speech_to_text
SpeechToText
speed
Speed
speed_0_25
Speed025
speed_0_2x
Speed02x
speed_0_5
Speed05
speed_0_5x
Speed05x
speed_0_75
Speed075
speed_0_7x
Speed07x
speed_1_2
Speed12
speed_1_25
Speed125
speed_1_2x
Speed12x
speed_1_5
Speed15
speed_1_5x
Speed15x
speed_1_75
Speed175
speed_1_7x
Speed17x
speed_2x
Speed2x
speed_camera
SpeedCamera
spellcheck
Spellcheck
split_scene
SplitScene
split_scene_down
SplitSceneDown
split_scene_left
SplitSceneLeft
split_scene_right
SplitSceneRight
split_scene_up
SplitSceneUp
splitscreen
Splitscreen
splitscreen_add
SplitscreenAdd
splitscreen_bottom
SplitscreenBottom
splitscreen_landscape
SplitscreenLandscape
splitscreen_left
SplitscreenLeft
splitscreen_portrait
SplitscreenPortrait
splitscreen_right
SplitscreenRight
splitscreen_top
SplitscreenTop
splitscreen_vertical_add
SplitscreenVerticalAdd
spo2
Spo2
spoke
Spoke
sports
Sports
sports_and_outdoors
SportsAndOutdoors
sports_bar
SportsBar
sports_baseball
SportsBaseball
sports_basketball
SportsBasketball
sports_cricket
SportsCricket
sports_esports
SportsEsports
sports_football
SportsFootball
sports_golf
SportsGolf
sports_gymnastics
SportsGymnastics
sports_handball
SportsHandball
sports_hockey
SportsHockey
sports_kabaddi
SportsKabaddi
sports_martial_arts
SportsMartialArts
sports_mma
SportsMma
sports_motorsports
SportsMotorsports
sports_rugby
SportsRugby
sports_score
SportsScore
sports_soccer
SportsSoccer
sports_tennis
SportsTennis
sports_volleyball
SportsVolleyball
sprinkler
Sprinkler
sprint
Sprint
square
Square
square_dot
SquareDot
square_foot
SquareFoot
ssid_chart
SsidChart
stack
Stack
stack_group
StackGroup
stack_hexagon
StackHexagon
stack_off
StackOff
stack_star
StackStar
stacked_bar_chart
StackedBarChart
stacked_email
StackedEmail
stacked_inbox
StackedInbox
stacked_line_chart
StackedLineChart
stacks
Stacks
stadia_controller
StadiaController
stadium
Stadium
stairs
Stairs
stairs_2
Stairs2
star
Star
star_half
StarHalf
star_rate
StarRate
star_rate_half
StarRateHalf
star_shine
StarShine
stars
Stars
stars_2
Stars2
start
Start
stat_0
Stat0
stat_1
Stat1
stat_2
Stat2
stat_3
Stat3
stat_minus_1
StatMinus1
stat_minus_2
StatMinus2
stat_minus_3
StatMinus3
steering_wheel_heat
SteeringWheelHeat
step
Step
step_into
StepInto
step_out
StepOut
step_over
StepOver
steppers
Steppers
steps
Steps
stethoscope
Stethoscope
stethoscope_arrow
StethoscopeArrow
stethoscope_check
StethoscopeCheck
sticky_note
StickyNote
sticky_note_2
StickyNote2
stock_media
StockMedia
stockpot
Stockpot
stop
Stop
stop_circle
StopCircle
stop_screen_share
StopScreenShare
storage
Storage
store
Store
storefront
Storefront
storm
Storm
straight
Straight
straighten
Straighten
strategy
Strategy
stream
Stream
streetview
Streetview
stress_management
StressManagement
strikethrough_s
StrikethroughS
stroke_full
StrokeFull
stroke_partial
StrokePartial
stroller
Stroller
style
Style
styler
Styler
stylus
Stylus
stylus_brush
StylusBrush
stylus_fountain_pen
StylusFountainPen
stylus_highlighter
StylusHighlighter
stylus_laser_pointer
StylusLaserPointer
stylus_note
StylusNote
stylus_pen
StylusPen
stylus_pencil
StylusPencil
subdirectory_arrow_left
SubdirectoryArrowLeft
subdirectory_arrow_right
SubdirectoryArrowRight
subheader
Subheader
subject
Subject
subscript
Subscript
subscriptions
Subscriptions
subtitles
Subtitles
subtitles_gear
SubtitlesGear
subtitles_off
SubtitlesOff
subway
Subway
subway_walk
SubwayWalk
summarize
Summarize
sunny
Sunny
sunny_snowing
SunnySnowing
superscript
Superscript
supervised_user_circle
SupervisedUserCircle
supervised_user_circle_off
SupervisedUserCircleOff
supervisor_account
SupervisorAccount
support
Support
support_agent
SupportAgent
surfing
Surfing
surgical
Surgical
surround_sound
SurroundSound
swap_calls
SwapCalls
swap_driving_apps
SwapDrivingApps
swap_driving_apps_wheel
SwapDrivingAppsWheel
swap_horiz
SwapHoriz
swap_horizontal_circle
SwapHorizontalCircle
swap_vert
SwapVert
swap_vertical_circle
SwapVerticalCircle
sweep
Sweep
swipe
Swipe
swipe_down
SwipeDown
swipe_down_alt
SwipeDownAlt
swipe_left
SwipeLeft
swipe_left_alt
SwipeLeftAlt
swipe_right
SwipeRight
swipe_right_alt
SwipeRightAlt
swipe_up
SwipeUp
swipe_up_alt
SwipeUpAlt
swipe_vertical
SwipeVertical
switch
Switch
switch_access
SwitchAccess
switch_access_2
SwitchAccess2
switch_access_3
SwitchAccess3
switch_access_shortcut
SwitchAccessShortcut
switch_access_shortcut_add
SwitchAccessShortcutAdd
switch_account
SwitchAccount
switch_camera
SwitchCamera
switch_left
SwitchLeft
switch_right
SwitchRight
switch_video
SwitchVideo
switches
Switches
sword_rose
SwordRose
swords
Swords
symptoms
Symptoms
synagogue
Synagogue
sync
Sync
sync_alt
SyncAlt
sync_arrow_down
SyncArrowDown
sync_arrow_up
SyncArrowUp
sync_desktop
SyncDesktop
sync_disabled
SyncDisabled
sync_lock
SyncLock
sync_problem
SyncProblem
sync_saved_locally
SyncSavedLocally
sync_saved_locally_off
SyncSavedLocallyOff
syringe
Syringe
system_update_alt
SystemUpdateAlt
tab
Tab
tab_close
TabClose
tab_close_inactive
TabCloseInactive
tab_close_right
TabCloseRight
tab_duplicate
TabDuplicate
tab_group
TabGroup
tab_inactive
TabInactive
tab_move
TabMove
tab_new_right
TabNewRight
tab_recent
TabRecent
tab_search
TabSearch
tab_unselected
TabUnselected
table
Table
table_bar
TableBar
table_chart
TableChart
table_chart_view
TableChartView
table_convert
TableConvert
table_edit
TableEdit
table_eye
TableEye
table_lamp
TableLamp
table_large
TableLarge
table_restaurant
TableRestaurant
table_rows
TableRows
table_rows_narrow
TableRowsNarrow
table_sign
TableSign
table_view
TableView
tablet
Tablet
tablet_android
TabletAndroid
tablet_camera
TabletCamera
tablet_mac
TabletMac
tabs
Tabs
tactic
Tactic
tag
Tag
takeout_dining
TakeoutDining
takeout_dining_2
TakeoutDining2
tamper_detection_off
TamperDetectionOff
tamper_detection_on
TamperDetectionOn
tapas
Tapas
target
Target
task
Task
task_alt
TaskAlt
tatami_seat
TatamiSeat
taunt
Taunt
taxi_alert
TaxiAlert
team_dashboard
TeamDashboard
temp_preferences_eco
TempPreferencesEco
temple_buddhist
TempleBuddhist
temple_hindu
TempleHindu
tenancy
Tenancy
terminal
Terminal
text_ad
TextAd
text_compare
TextCompare
text_decrease
TextDecrease
text_fields
TextFields
text_fields_alt
TextFieldsAlt
text_format
TextFormat
text_increase
TextIncrease
text_rotate_up
TextRotateUp
text_rotate_vertical
TextRotateVertical
text_rotation_angledown
TextRotationAngledown
text_rotation_angleup
TextRotationAngleup
text_rotation_down
TextRotationDown
text_rotation_none
TextRotationNone
text_select_end
TextSelectEnd
text_select_jump_to_beginning
TextSelectJumpToBeginning
text_select_jump_to_end
TextSelectJumpToEnd
text_select_move_back_character
TextSelectMoveBackCharacter
text_select_move_back_word
TextSelectMoveBackWord
text_select_move_down
TextSelectMoveDown
text_select_move_forward_character
TextSelectMoveForwardCharacter
text_select_move_forward_word
TextSelectMoveForwardWord
text_select_move_up
TextSelectMoveUp
text_select_start
TextSelectStart
text_snippet
TextSnippet
text_to_speech
TextToSpeech
text_up
TextUp
texture
Texture
texture_add
TextureAdd
texture_minus
TextureMinus
theater_comedy
TheaterComedy
theaters
Theaters
thermometer
Thermometer
thermometer_add
ThermometerAdd
thermometer_gain
ThermometerGain
thermometer_loss
ThermometerLoss
thermometer_minus
ThermometerMinus
thermostat
Thermostat
thermostat_arrow_down
ThermostatArrowDown
thermostat_arrow_up
ThermostatArrowUp
thermostat_auto
ThermostatAuto
thermostat_carbon
ThermostatCarbon
things_to_do
ThingsToDo
thread_unread
ThreadUnread
threat_intelligence
ThreatIntelligence
thumb_down
ThumbDown
thumb_up
ThumbUp
thumbnail_bar
ThumbnailBar
thumbs_up_double
ThumbsUpDouble
thumbs_up_down
ThumbsUpDown
thunderstorm
Thunderstorm
tibia
Tibia
tibia_alt
TibiaAlt
tile_large
TileLarge
tile_medium
TileMedium
tile_small
TileSmall
time_auto
TimeAuto
timelapse
Timelapse
timeline
Timeline
timer
Timer
timer_1
Timer1
timer_10
Timer10
timer_10_alt_1
Timer10Alt1
timer_10_select
Timer10Select
timer_2
Timer2
timer_3
Timer3
timer_3_alt_1
Timer3Alt1
timer_3_select
Timer3Select
timer_5
Timer5
timer_5_shutter
Timer5Shutter
timer_arrow_down
TimerArrowDown
timer_arrow_up
TimerArrowUp
timer_off
TimerOff
timer_pause
TimerPause
timer_play
TimerPlay
tire_repair
TireRepair
title
Title
titlecase
Titlecase
toast
Toast
toc
Toc
today
Today
toggle_off
ToggleOff
toggle_on
ToggleOn
token
Token
toll
Toll
tonality
Tonality
tonality_2
Tonality2
toolbar
Toolbar
tools_flat_head
ToolsFlatHead
tools_installation_kit
ToolsInstallationKit
tools_ladder
ToolsLadder
tools_level
ToolsLevel
tools_phillips
ToolsPhillips
tools_pliers_wire_stripper
ToolsPliersWireStripper
tools_power_drill
ToolsPowerDrill
tooltip
Tooltip
tooltip_2
Tooltip2
top_panel_close
TopPanelClose
top_panel_open
TopPanelOpen
topic
Topic
tornado
Tornado
total_dissolved_solids
TotalDissolvedSolids
touch_app
TouchApp
touch_double
TouchDouble
touch_long
TouchLong
touch_triple
TouchTriple
touchpad_mouse
TouchpadMouse
touchpad_mouse_off
TouchpadMouseOff
tour
Tour
toys
Toys
toys_and_games
ToysAndGames
toys_fan
ToysFan
track_changes
TrackChanges
trackpad_input
TrackpadInput
trackpad_input_2
TrackpadInput2
trackpad_input_3
TrackpadInput3
traffic
Traffic
traffic_jam
TrafficJam
trail_length
TrailLength
trail_length_medium
TrailLengthMedium
trail_length_short
TrailLengthShort
train
Train
tram
Tram
transcribe
Transcribe
transfer_within_a_station
TransferWithinAStation
transform
Transform
transgender
Transgender
transit_enterexit
TransitEnterexit
transit_ticket
TransitTicket
transition_chop
TransitionChop
transition_dissolve
TransitionDissolve
transition_fade
TransitionFade
transition_push
TransitionPush
transition_slide
TransitionSlide
translate
Translate
translate_indic
TranslateIndic
transportation
Transportation
travel
Travel
travel_explore
TravelExplore
travel_luggage_and_bags
TravelLuggageAndBags
trending_down
TrendingDown
trending_flat
TrendingFlat
trending_up
TrendingUp
trip
Trip
trip_origin
TripOrigin
trolley
Trolley
trolley_cable_car
TrolleyCableCar
trophy
Trophy
troubleshoot
Troubleshoot
tsunami
Tsunami
tsv
Tsv
tty
Tty
tune
Tune
turn_left
TurnLeft
turn_right
TurnRight
turn_sharp_left
TurnSharpLeft
turn_sharp_right
TurnSharpRight
turn_slight_left
TurnSlightLeft
turn_slight_right
TurnSlightRight
tv
Tv
tv_displays
TvDisplays
tv_gen
TvGen
tv_guide
TvGuide
tv_next
TvNext
tv_off
TvOff
tv_options_edit_channels
TvOptionsEditChannels
tv_options_input_settings
TvOptionsInputSettings
tv_remote
TvRemote
tv_signin
TvSignin
tv_with_assistant
TvWithAssistant
two_pager
TwoPager
two_pager_store
TwoPagerStore
two_wheeler
TwoWheeler
type_specimen
TypeSpecimen
u_turn_left
UTurnLeft
u_turn_right
UTurnRight
udon
Udon
ulna_radius
UlnaRadius
ulna_radius_alt
UlnaRadiusAlt
umbrella
Umbrella
unarchive
Unarchive
undo
Undo
unfold_less
UnfoldLess
unfold_less_double
UnfoldLessDouble
unfold_more
UnfoldMore
unfold_more_double
UnfoldMoreDouble
ungroup
Ungroup
universal_currency
UniversalCurrency
universal_currency_alt
UniversalCurrencyAlt
universal_local
UniversalLocal
unknown_2
Unknown2
unknown_5
Unknown5
unknown_7
Unknown7
unknown_document
UnknownDocument
unknown_med
UnknownMed
unlicense
Unlicense
unpaved_road
UnpavedRoad
unpublished
Unpublished
unsubscribe
Unsubscribe
upcoming
Upcoming
update
Update
update_disabled
UpdateDisabled
upgrade
Upgrade
upi_pay
UpiPay
upload
Upload
upload_2
Upload2
upload_file
UploadFile
uppercase
Uppercase
urology
Urology
usb
Usb
usb_off
UsbOff
user_attributes
UserAttributes
vaccines
Vaccines
vacuum
Vacuum
valve
Valve
vape_free
VapeFree
vaping_rooms
VapingRooms
variable_add
VariableAdd
variable_insert
VariableInsert
variable_remove
VariableRemove
variables
Variables
ventilator
Ventilator
verified
Verified
verified_off
VerifiedOff
verified_user
VerifiedUser
vertical_align_bottom
VerticalAlignBottom
vertical_align_center
VerticalAlignCenter
vertical_align_top
VerticalAlignTop
vertical_distribute
VerticalDistribute
vertical_shades
VerticalShades
vertical_shades_closed
VerticalShadesClosed
vertical_split
VerticalSplit
video_call
VideoCall
video_camera_back
VideoCameraBack
video_camera_back_add
VideoCameraBackAdd
video_camera_front
VideoCameraFront
video_camera_front_off
VideoCameraFrontOff
video_chat
VideoChat
video_file
VideoFile
video_label
VideoLabel
video_library
VideoLibrary
video_search
VideoSearch
video_settings
VideoSettings
video_stable
VideoStable
videocam
Videocam
videocam_alert
VideocamAlert
videocam_off
VideocamOff
videogame_asset
VideogameAsset
videogame_asset_off
VideogameAssetOff
view_agenda
ViewAgenda
view_apps
ViewApps
view_array
ViewArray
view_carousel
ViewCarousel
view_column
ViewColumn
view_column_2
ViewColumn2
view_comfy
ViewComfy
view_comfy_alt
ViewComfyAlt
view_compact
ViewCompact
view_compact_alt
ViewCompactAlt
view_cozy
ViewCozy
view_day
ViewDay
view_headline
ViewHeadline
view_in_ar
ViewInAr
view_in_ar_off
ViewInArOff
view_kanban
ViewKanban
view_list
ViewList
view_module
ViewModule
view_object_track
ViewObjectTrack
view_quilt
ViewQuilt
view_real_size
ViewRealSize
view_sidebar
ViewSidebar
view_stream
ViewStream
view_timeline
ViewTimeline
view_week
ViewWeek
vignette
Vignette
vignette_2
Vignette2
villa
Villa
visibility
Visibility
visibility_lock
VisibilityLock
visibility_off
VisibilityOff
vital_signs
VitalSigns
vo2_max
Vo2Max
voice_chat
VoiceChat
voice_over_off
VoiceOverOff
voice_selection
VoiceSelection
voice_selection_off
VoiceSelectionOff
voicemail
Voicemail
voicemail_2
Voicemail2
volcano
Volcano
volume_down
VolumeDown
volume_down_alt
VolumeDownAlt
volume_mute
VolumeMute
volume_off
VolumeOff
volume_up
VolumeUp
volunteer_activism
VolunteerActivism
voting_chip
VotingChip
vpn_key
VpnKey
vpn_key_alert
VpnKeyAlert
vpn_key_off
VpnKeyOff
vpn_lock
VpnLock
vpn_lock_2
VpnLock2
vr180_create2d
Vr180Create2d
vr180_create2d_off
Vr180Create2dOff
vrpano
Vrpano
wall_art
WallArt
wall_lamp
WallLamp
wallet
Wallet
wallpaper
Wallpaper
wallpaper_slideshow
WallpaperSlideshow
wand_shine
WandShine
wand_stars
WandStars
ward
Ward
warehouse
Warehouse
warning
Warning
warning_off
WarningOff
wash
Wash
washoku
Washoku
watch
Watch
watch_arrow
WatchArrow
watch_button_press
WatchButtonPress
watch_check
WatchCheck
watch_off
WatchOff
watch_screentime
WatchScreentime
watch_vibration
WatchVibration
watch_wake
WatchWake
water
Water
water_bottle
WaterBottle
water_bottle_large
WaterBottleLarge
water_damage
WaterDamage
water_do
WaterDo
water_drop
WaterDrop
water_ec
WaterEc
water_full
WaterFull
water_heater
WaterHeater
water_lock
WaterLock
water_loss
WaterLoss
water_lux
WaterLux
water_medium
WaterMedium
water_orp
WaterOrp
water_ph
WaterPh
water_pump
WaterPump
water_voc
WaterVoc
waterfall_chart
WaterfallChart
waves
Waves
waving_hand
WavingHand
wb_auto
WbAuto
wb_incandescent
WbIncandescent
wb_iridescent
WbIridescent
wb_shade
WbShade
wb_sunny
WbSunny
wb_twilight
WbTwilight
wc
Wc
weather_hail
WeatherHail
weather_mix
WeatherMix
weather_snowy
WeatherSnowy
web
Web
web_asset
WebAsset
web_asset_off
WebAssetOff
web_stories
WebStories
web_traffic
WebTraffic
webhook
Webhook
weekend
Weekend
weight
Weight
west
West
whatshot
Whatshot
wheelchair_pickup
WheelchairPickup
where_to_vote
WhereToVote
widget_medium
WidgetMedium
widget_small
WidgetSmall
widget_width
WidgetWidth
widgets
Widgets
width_full
WidthFull
width_normal
WidthNormal
width_wide
WidthWide
wifi
Wifi
wifi_1_bar
Wifi1Bar
wifi_2_bar
Wifi2Bar
wifi_add
WifiAdd
wifi_calling
WifiCalling
wifi_calling_bar_1
WifiCallingBar1
wifi_calling_bar_2
WifiCallingBar2
wifi_calling_bar_3
WifiCallingBar3
wifi_channel
WifiChannel
wifi_find
WifiFind
wifi_home
WifiHome
wifi_lock
WifiLock
wifi_notification
WifiNotification
wifi_off
WifiOff
wifi_password
WifiPassword
wifi_protected_setup
WifiProtectedSetup
wifi_proxy
WifiProxy
wifi_tethering
WifiTethering
wifi_tethering_error
WifiTetheringError
wifi_tethering_off
WifiTetheringOff
wind_power
WindPower
window
Window
window_closed
WindowClosed
window_open
WindowOpen
window_sensor
WindowSensor
windshield_defrost_auto
WindshieldDefrostAuto
windshield_defrost_front
WindshieldDefrostFront
windshield_defrost_rear
WindshieldDefrostRear
windshield_heat_front
WindshieldHeatFront
wine_bar
WineBar
woman
Woman
woman_2
Woman2
work
Work
work_alert
WorkAlert
work_history
WorkHistory
work_update
WorkUpdate
workspace_premium
WorkspacePremium
workspaces
Workspaces
wounds_injuries
WoundsInjuries
wrap_text
WrapText
wrist
Wrist
wrong_location
WrongLocation
wysiwyg
Wysiwyg
yakitori
Yakitori
yard
Yard
yoshoku
Yoshoku
your_trips
YourTrips
youtube_activity
YoutubeActivity
youtube_searched_for
YoutubeSearchedFor
zone_person_alert
ZonePersonAlert
zone_person_idle
ZonePersonIdle
zone_person_urgent
ZonePersonUrgent
zoom_in
ZoomIn
zoom_in_map
ZoomInMap
zoom_out
ZoomOut
zoom_out_map
ZoomOutMap
<Block>
Count: <strong>@iconsCount</strong>
</Block>
<div class="grid">
@if (allIcons is not null && allIcons.Any())
{
foreach (var item in Enum.GetValues<GoogleFontIconName>().Where(x => x != GoogleFontIconName.None))
{
<div class="cell has-text-centered has-background-light is-clickable py-3">
<div>
<GoogleFontIcon Name="item" />
</div>
<div>
@item.ToString()
</div>
</div>
}
}
</div>
<style>
.cell:hover {
color: hsl(var(--bulma-link-h), var(--bulma-link-s), var(--bulma-link-l)) !important;
}
</style>
@code {
int iconsCount = 0;
IEnumerable<GoogleFontIconName>? allIcons;
protected override void OnInitialized()
{
allIcons = Enum.GetValues<GoogleFontIconName>().Where(x => x != GoogleFontIconName.None);
iconsCount = allIcons.Count();
base.OnInitialized();
}
}