From fe3ce930c59c8e3f0f491e305b6393da9106a0f8 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 22 Aug 2024 23:59:19 +0900 Subject: Animations and Decorations on a separate config. - Bump to 2.3.4 --- config/hypr/UserConfigs/UserDecorAnimations.conf | 60 ++++++++++++++++++++++++ config/hypr/UserConfigs/UserSettings.conf | 59 ++++------------------- config/hypr/UserScripts/QuickEdit.sh | 16 ++++--- config/hypr/hyprland.conf | 1 + config/hypr/v2.3.3 | 5 -- config/hypr/v2.3.4 | 5 ++ config/rofi/config-compact.rasi | 2 +- copy.sh | 2 +- 8 files changed, 86 insertions(+), 64 deletions(-) create mode 100644 config/hypr/UserConfigs/UserDecorAnimations.conf delete mode 100644 config/hypr/v2.3.3 create mode 100644 config/hypr/v2.3.4 diff --git a/config/hypr/UserConfigs/UserDecorAnimations.conf b/config/hypr/UserConfigs/UserDecorAnimations.conf new file mode 100644 index 00000000..a9f01921 --- /dev/null +++ b/config/hypr/UserConfigs/UserDecorAnimations.conf @@ -0,0 +1,60 @@ +# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ # +# Decoration and Animations Settings + +# Hyprland Wiki Links +# Animation - https://wiki.hyprland.org/Configuring/Animations/ +# Decoration - https://wiki.hyprland.org/Configuring/Variables/#decoration + +# Sourcing colors generated by wallust +source = $HOME/.config/hypr/wallust/wallust-hyprland.conf + +decoration { + rounding = 10 + + active_opacity = 1.0 + inactive_opacity = 0.9 + fullscreen_opacity = 1.0 + + dim_inactive = true + dim_strength = 0.1 + dim_special = 0.8 + + drop_shadow = true + shadow_range = 6 + shadow_render_power = 1 + col.shadow = $color12 + col.shadow_inactive = 0x50000000 + + blur { + enabled = true + size = 6 + passes = 2 + ignore_opacity = true + new_optimizations = true + special = true + } +} + + +animations { + enabled = yes + + bezier = wind, 0.05, 0.9, 0.1, 1.05 + bezier = winIn, 0.1, 1.1, 0.1, 1.1 + bezier = winOut, 0.3, -0.3, 0, 1 + bezier = liner, 1, 1, 1, 1 + bezier = overshot, 0.05, 0.9, 0.1, 1.05 + bezier = smoothOut, 0.5, 0, 0.99, 0.99 + bezier = smoothIn, 0.5, -0.5, 0.68, 1.5 + + animation = windows, 1, 6, wind, slide + animation = windowsIn, 1, 5, winIn, slide + animation = windowsOut, 1, 3, smoothOut, slide + animation = windowsMove, 1, 5, wind, slide + animation = border, 1, 1, liner + animation = borderangle, 1, 180, liner, loop #used by rainbow borders and rotating colors + animation = fade, 1, 3, smoothOut + animation = workspaces, 1, 5, overshot + animation = workspacesIn, 1, 5, winIn, slide + animation = workspacesOut, 1, 5, winOut, slide +} diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index 35dada78..950373f8 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -21,9 +21,7 @@ master { } general { - #sensitivity = 1.00 border_size = 2 - #apply_sens_to_raw = 1 gaps_in = 6 gaps_out = 8 @@ -31,54 +29,8 @@ general { col.active_border = $color12 col.inactive_border = $backgroundCol - - layout = dwindle -} - -decoration { - rounding = 10 - - active_opacity = 1.0 - inactive_opacity = 0.9 - fullscreen_opacity = 1.0 - - dim_inactive = true - dim_strength = 0.1 - dim_special = 0.8 - - drop_shadow = true - shadow_range = 6 - shadow_render_power = 1 - col.shadow = $color12 - col.shadow_inactive = 0x50000000 - - blur { - enabled = true - size = 6 - passes = 2 - ignore_opacity = true - new_optimizations = true - special = true - } -} - - -animations { - enabled = yes - - bezier = wind, 0.05, 0.9, 0.1, 1.05 - bezier = winIn, 0.1, 1.1, 0.1, 1.1 - bezier = winOut, 0.3, -0.3, 0, 1 - bezier = liner, 1, 1, 1, 1 - animation = windows, 1, 6, wind, slide - animation = windowsIn, 1, 6, winIn, slide - animation = windowsOut, 1, 5, winOut, slide - animation = windowsMove, 1, 5, wind, slide - animation = border, 1, 1, liner - animation = borderangle, 1, 180, liner, loop #used by rainbow borders and rotating colors - animation = fade, 1, 10, default - animation = workspaces, 1, 5, wind + layout = dwindle } input { @@ -89,8 +41,9 @@ input { kb_rules = repeat_rate = 50 repeat_delay = 300 + + sensitivity = 0 #mouse sensitivity numlock_by_default = true - sensitivity = 0 #mouse sensivity left_handed = false follow_mouse = true float_switch_override_focus = false @@ -140,7 +93,7 @@ group { misc { disable_hyprland_logo = true disable_splash_rendering = true - vfr = true + vfr = true #vrr = 0 mouse_move_enables_dpms = true enable_swallow = true @@ -151,6 +104,10 @@ misc { middle_click_paste = false } +#opengl { +# nvidia_anti_flicker = true +#} + binds { workspace_back_and_forth = true allow_workspace_cycles = true diff --git a/config/hypr/UserScripts/QuickEdit.sh b/config/hypr/UserScripts/QuickEdit.sh index 8864a30c..6320218b 100755 --- a/config/hypr/UserScripts/QuickEdit.sh +++ b/config/hypr/UserScripts/QuickEdit.sh @@ -16,9 +16,10 @@ menu(){ printf "5. edit Monitors\n" printf "6. edit Laptop-Keybinds\n" printf "7. edit User-Settings\n" - printf "8. edit Workspace-Rules\n" - printf "9. edit Default-Settings\n" - printf "10. edit Default-Keybinds\n" + printf "8. edit Decorations & Animations\n" + printf "9. edit Workspace-Rules\n" + printf "10. edit Default-Settings\n" + printf "11. edit Default-Keybinds\n" } main() { @@ -46,12 +47,15 @@ main() { $tty $editor "$UserConfigs/UserSettings.conf" ;; 8) - $tty $editor "$UserConfigs/WorkspaceRules.conf" + $tty $editor "$UserConfigs/UserDecorAnimations.conf" ;; - 9) + 9) + $tty $editor "$UserConfigs/WorkspaceRules.conf" + ;; + 10) $tty $editor "$configs/Settings.conf" ;; - 10) + 11) $tty $editor "$configs/Keybinds.conf" ;; *) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index a8ae26f4..15a0b26d 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -15,6 +15,7 @@ source= $UserConfigs/Monitors.conf source= $UserConfigs/Laptops.conf source= $UserConfigs/LaptopDisplay.conf source= $UserConfigs/WindowRules.conf +source= $UserConfigs/UserDecorAnimations.conf source= $UserConfigs/UserKeybinds.conf source= $UserConfigs/UserSettings.conf source= $UserConfigs/WorkspaceRules.conf \ No newline at end of file diff --git a/config/hypr/v2.3.3 b/config/hypr/v2.3.3 deleted file mode 100644 index 31b3414d..00000000 --- a/config/hypr/v2.3.3 +++ /dev/null @@ -1,5 +0,0 @@ -### https://github.com/JaKooLit ### -## https://github.com/JaKooLit/Hyprland-Dots -## This is to have a reference of which version would be - -## note that this will always be higher than the released versions \ No newline at end of file diff --git a/config/hypr/v2.3.4 b/config/hypr/v2.3.4 new file mode 100644 index 00000000..31b3414d --- /dev/null +++ b/config/hypr/v2.3.4 @@ -0,0 +1,5 @@ +### https://github.com/JaKooLit ### +## https://github.com/JaKooLit/Hyprland-Dots +## This is to have a reference of which version would be + +## note that this will always be higher than the released versions \ No newline at end of file diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index eba12c1b..f16e99aa 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -34,7 +34,7 @@ entry { /* ---- Listview ---- */ listview { columns: 2; - lines: 5; + lines: 6; spacing: 4px; scrollbar: false; border-radius: 12px; diff --git a/copy.sh b/copy.sh index d691c531..b1c5e67f 100755 --- a/copy.sh +++ b/copy.sh @@ -322,7 +322,7 @@ if [[ "$choice" =~ ^[Yy]$ ]]; then sed -i '/exec-once = \$UserScripts\/RainbowBorders.sh \&/s/^/#/' config/hypr/UserConfigs/Startup_Apps.conf # Comment out the line animation = borderangle, 1, 180, liner, loop - sed -i '/ animation = borderangle, 1, 180, liner, loop/s/^/#/' config/hypr/UserConfigs/UserSettings.conf + sed -i '/ animation = borderangle, 1, 180, liner, loop/s/^/#/' config/hypr/UserConfigs/UserDecorAnimations.conf echo "Rainbow borders is now disabled." 2>&1 | tee -a "$LOG" else -- cgit v1.2.3 From f8d092d21098ab872cbb2bd3316d35e299861f7f Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 23 Aug 2024 01:17:23 +0900 Subject: updated initial waybar style --- config/hypr/UserConfigs/UserDecorAnimations.conf | 2 ++ config/hypr/initial-boot.sh | 2 +- copy.sh | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/hypr/UserConfigs/UserDecorAnimations.conf b/config/hypr/UserConfigs/UserDecorAnimations.conf index a9f01921..88224473 100644 --- a/config/hypr/UserConfigs/UserDecorAnimations.conf +++ b/config/hypr/UserConfigs/UserDecorAnimations.conf @@ -55,6 +55,8 @@ animations { animation = borderangle, 1, 180, liner, loop #used by rainbow borders and rotating colors animation = fade, 1, 3, smoothOut animation = workspaces, 1, 5, overshot + + # animations for -git or version >0.42.0 animation = workspacesIn, 1, 5, winIn, slide animation = workspacesOut, 1, 5, winOut, slide } diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index 85e65322..477f94eb 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -8,7 +8,7 @@ # Variables scriptsDir=$HOME/.config/hypr/scripts wallpaper=$HOME/.config/hypr/wallpaper_effects/.wallpaper_modified -waybar_style="$HOME/.config/waybar/style/[Dark] Half-Moon.css" +waybar_style="$HOME/.config/waybar/style/[Colored] Chroma Glow.css" kvantum_theme="Catppuccin-Mocha" color_scheme="prefer-dark" gtk_theme="Andromeda-dark" diff --git a/copy.sh b/copy.sh index b1c5e67f..97201bb8 100755 --- a/copy.sh +++ b/copy.sh @@ -4,7 +4,7 @@ clear wallpaper=$HOME/.config/hypr/wallpaper_effects/.wallpaper_modified -waybar_style="$HOME/.config/waybar/style/[Dark] Half-Moon.css" +waybar_style="$HOME/.config/waybar/style/[Colored] Chroma Glow.css" waybar_config="$HOME/.config/waybar/configs/[TOP] Default_v3" waybar_config_laptop="$HOME/.config/waybar/configs/[TOP] Default Laptop_v3" -- cgit v1.2.3 From 17b38d44a0184ecfdc6956b018c15405c0f112e6 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 24 Aug 2024 10:07:37 +0900 Subject: updated default wallpapers --- config/hypr/wallpaper_effects/.wallpaper_current | Bin 15181215 -> 4681149 bytes config/hypr/wallpaper_effects/.wallpaper_modified | Bin 15014506 -> 4663974 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/config/hypr/wallpaper_effects/.wallpaper_current b/config/hypr/wallpaper_effects/.wallpaper_current index 11ad0407..5f466646 100644 Binary files a/config/hypr/wallpaper_effects/.wallpaper_current and b/config/hypr/wallpaper_effects/.wallpaper_current differ diff --git a/config/hypr/wallpaper_effects/.wallpaper_modified b/config/hypr/wallpaper_effects/.wallpaper_modified index ca86d18f..18482ea0 100644 Binary files a/config/hypr/wallpaper_effects/.wallpaper_modified and b/config/hypr/wallpaper_effects/.wallpaper_modified differ -- cgit v1.2.3 From a5fbf7856217a60f6c55fe679baf4a9891b01d8e Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 24 Aug 2024 21:27:15 +0900 Subject: fix change focus window when on group mode --- config/hypr/configs/Keybinds.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 65da9ff5..9bd89647 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -54,11 +54,11 @@ bind = $mainMod CTRL, Return, layoutmsg, swapwithmaster # group bind = $mainMod, G, togglegroup -bind = $mainMod SHIFT, tab, changegroupactive #change focus to another window +bind = $mainMod CTRL, tab, changegroupactive #change focus to another window # Cycle windows if floating bring to top -bind = ALT,Tab,cyclenext -bind = ALT,Tab,bringactivetotop +bind = ALT, tab, cyclenext +bind = ALT, tab, bringactivetotop # Special Keys / Hot Keys bindel = , xf86audioraisevolume, exec, $scriptsDir/Volume.sh --inc #volume up -- cgit v1.2.3 From 159f943a70c20c3e8ca7a7be2154dd8e05555874 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 25 Aug 2024 13:56:58 +0900 Subject: a Pre-release --- config/hypr/UserScripts/RainbowBorders.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/hypr/UserScripts/RainbowBorders.sh b/config/hypr/UserScripts/RainbowBorders.sh index 1f5e6cdb..49295680 100755 --- a/config/hypr/UserScripts/RainbowBorders.sh +++ b/config/hypr/UserScripts/RainbowBorders.sh @@ -5,6 +5,8 @@ function random_hex() { echo $random_hex } +# rainbow colors only for active window hyprctl keyword general:col.active_border $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) 270deg -hyprctl keyword general:col.inactive_border $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) 270deg \ No newline at end of file +# rainbow colors for inactive window (uncomment to take effect) +#hyprctl keyword general:col.inactive_border $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) 270deg \ No newline at end of file -- cgit v1.2.3 From 033892021ceac675abc1c26dcf4013d658bfaf3a Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Sun, 25 Aug 2024 20:01:44 +0530 Subject: window-rules: add zen browser and missioncenter --- config/hypr/UserConfigs/WindowRules.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 60d5007c..5e007d70 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -55,7 +55,7 @@ windowrulev2 = float, class:^(pavucontrol|org.pulseaudio.pavucontrol|com.saivert windowrulev2 = float, class:^(nwg-look|qt5ct|qt6ct)$ windowrulev2 = float, class:^(mpv|com.github.rafostar.Clapper)$ windowrulev2 = float, class:^(nm-applet|nm-connection-editor|blueman-manager)$ -windowrulev2 = float, class:^(gnome-system-monitor|org.gnome.SystemMonitor)$ # system monitor +windowrulev2 = float, class:^(gnome-system-monitor|org.gnome.SystemMonitor|io.missioncenter.MissionCenter)$ # system monitor windowrulev2 = float, class:^(yad)$ # icon browser windowrulev2 = float, class:^(wihotspot(-gui)?)$ # wifi hotspot windowrulev2 = float, class:^(evince)$ # document viewer @@ -74,6 +74,7 @@ windowrulev2 = float, title:^(ROG Control)$ windowrulev2 = opacity 0.9 0.6, class:^([Rr]ofi)$ windowrulev2 = opacity 0.9 0.7, class:^(Brave-browser(-beta|-dev)?)$ windowrulev2 = opacity 0.9 0.7, class:^([Ff]irefox|org.mozilla.firefox|[Ff]irefox-esr)$ +windowrulev2 = opacity 0.9 0.7, class:^(zen-alpha)$ # zen browser windowrulev2 = opacity 0.9 0.6, class:^([Tt]horium-browser)$ windowrulev2 = opacity 0.9 0.8, class:^([Mm]icrosoft-edge(-stable|-beta|-dev|-unstable)?)$ windowrulev2 = opacity 0.9 0.8, class:^(google-chrome(-beta|-dev|-unstable)?)$ @@ -97,14 +98,14 @@ windowrulev2 = opacity 0.94 0.86, class:^(gnome-disks|evince|wihotspot(-gui)?|or windowrulev2 = opacity 0.9 0.8, class:^(file-roller|org.gnome.FileRoller)$ # archive manager windowrulev2 = opacity 0.8 0.7, class:^(app.drey.Warp)$ # Warp file transfer windowrulev2 = opacity 0.9 0.8, class:^(seahorse)$ # gnome-keyring gui -windowrulev2 = opacity 0.82 0.75, class:^(gnome-system-monitor|org.gnome.SystemMonitor)$ +windowrulev2 = opacity 0.82 0.75, class:^(gnome-system-monitor|org.gnome.SystemMonitor|io.missioncenter.MissionCenter)$ windowrulev2 = opacity 0.9 0.8, class:^(xdg-desktop-portal-gtk)$ # gnome-keyring gui windowrulev2 = opacity 0.9 0.7, class:^([Ww]hatsapp-for-linux)$ windowrulev2 = opacity 0.9 0.7, class:^([Ff]erdium)$ windowrulev2 = opacity 0.95 0.75, title:^(Picture-in-Picture)$ # windowrule v2 - size -windowrulev2 = size 70% 70%, class:^(gnome-system-monitor|org.gnome.SystemMonitor)$ +windowrulev2 = size 70% 70%, class:^(gnome-system-monitor|org.gnome.SystemMonitor|io.missioncenter.MissionCenter)$ windowrulev2 = size 70% 70%, class:^(xdg-desktop-portal-gtk)$ windowrulev2 = size 60% 70%, title:(Kvantum Manager) windowrulev2 = size 60% 70%, class:^(qt6ct)$ -- cgit v1.2.3 From 08908174365672175e767c6fd5abe3f1a049e2be Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Mon, 26 Aug 2024 00:13:35 +0900 Subject: updated for issue #412 --- config/hypr/UserConfigs/Laptops.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/UserConfigs/Laptops.conf b/config/hypr/UserConfigs/Laptops.conf index 1a1226a9..b4dca898 100644 --- a/config/hypr/UserConfigs/Laptops.conf +++ b/config/hypr/UserConfigs/Laptops.conf @@ -51,5 +51,5 @@ device { #bindl = , switch:on:Lid Switch,exec,echo "monitor = eDP-1, disable" > $UserConfigs/LaptopDisplay.conf # for laptop-lid action (to erase the last entry) -#exec-once = echo "eDP-1, preferred, auto, 1" > $HOME/.config/hypr/UserConfigs/LaptopDisplay.conf +#exec-once = echo "monitor = eDP-1, preferred, auto, 1" > $HOME/.config/hypr/UserConfigs/LaptopDisplay.conf # -- cgit v1.2.3 From 40bf2504704853ba79ec29a04816c61c90355300 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 28 Aug 2024 00:40:23 +0900 Subject: updated ENVariables.conf --- config/hypr/UserConfigs/ENVariables.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/hypr/UserConfigs/ENVariables.conf b/config/hypr/UserConfigs/ENVariables.conf index 2ec6b4ea..5bfa5ab1 100644 --- a/config/hypr/UserConfigs/ENVariables.conf +++ b/config/hypr/UserConfigs/ENVariables.conf @@ -1,6 +1,9 @@ # /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ # # Environment variables. See https://wiki.hyprland.org/Configuring/Environment-variables/ +# Set your defaults here +#env = EDITOR,vim #default editor + #environment-variables env = CLUTTER_BACKEND,wayland env = GDK_BACKEND,wayland,x11 @@ -17,7 +20,7 @@ env = XDG_SESSION_TYPE,wayland # xwayland apps scale fix (useful if you are use monitor scaling) # see https://wiki.hyprland.org/Configuring/XWayland/ # toolkit-specific scale -# env = GDK_SCALE,2 +#env = GDK_SCALE,1.25 # firefox env = MOZ_ENABLE_WAYLAND,1 @@ -27,6 +30,7 @@ env = ELECTRON_OZONE_PLATFORM_HINT,auto # NVIDIA # This is from Hyprland Wiki. Below will be activated nvidia gpu detected +# See hyprland wiki https://wiki.hyprland.org/Nvidia/#environment-variables #env = LIBVA_DRIVER_NAME,nvidia #env = __GLX_VENDOR_LIBRARY_NAME,nvidia #env = NVD_BACKEND,direct -- cgit v1.2.3 From 5f0175c687a668e7af037b2158bcf62713b560c0 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Wed, 28 Aug 2024 17:54:25 +0900 Subject: Waybar modules Weather and Temperature are moved up to beginning for easy edit of these modules --- config/waybar/modules | 91 +++++++++++++++++++++++++++------------------------ 1 file changed, 48 insertions(+), 43 deletions(-) diff --git a/config/waybar/modules b/config/waybar/modules index 6ae63e03..3b920fe1 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -2,6 +2,53 @@ /* Waybar Modules */ { + +// Weather and Temperature Modules as this is most like to change always. +// Result is of course easier to edit +"custom/weather": { + "format": "{}", + "format-alt": "{alt}: {}", + "format-alt-click": "click", + "interval": 3600, + "return-type": "json", + "exec": "~/.config/hypr/UserScripts/Weather.sh", + //"exec": "~/.config/hypr/UserScripts/Weather.py", + "exec-if": "ping wttr.in -c1", + "tooltip": true, +}, +"temperature": { + "interval": 10, + "tooltip": true, + "hwmon-path": [ + "/sys/class/hwmon/hwmon1/temp1_input", + "/sys/class/thermal/thermal_zone0/temp" + ], + //"thermal-zone": 0, + "critical-threshold": 82, + "format-critical": "{temperatureC}ยฐC {icon}", + "format": "{temperatureC}ยฐC {icon}", + "format-icons": [ + "๓ฐˆธ" + ], + "on-click-right": "kitty --title nvtop sh -c 'nvtop'" +}, +"temperature#vertical": { + "interval": 10, + "tooltip": true, + "hwmon-path": [ + "/sys/class/hwmon/hwmon1/temp1_input", + "/sys/class/thermal/thermal_zone0/temp" + ], + //"thermal-zone": 0, + "critical-threshold": 80, + "format-critical": "{icon}\n{temperatureC}ยฐC", + "format": " {icon}", + "format-icons": [ + "๓ฐˆธ" + ], + "on-click-right": "kitty --title nvtop sh -c 'nvtop'" +}, + // HYPRLAND WORKSPACES. CHOOSE as desired and place on waybar configs // CIRCLES Style "hyprland/workspaces": { @@ -568,22 +615,6 @@ "tooltip-format": "{source_desc} | {source_volume}%", "scroll-step": 5, }, -"temperature": { - "interval": 10, - "tooltip": true, - "hwmon-path": [ - "/sys/class/hwmon/hwmon1/temp1_input", - "/sys/class/thermal/thermal_zone0/temp" - ], - //"thermal-zone": 0, - "critical-threshold": 82, - "format-critical": "{temperatureC}ยฐC {icon}", - "format": "{temperatureC}ยฐC {icon}", - "format-icons": [ - "๓ฐˆธ" - ], - "on-click-right": "kitty --title nvtop sh -c 'nvtop'" -}, "tray": { "icon-size": 18, "spacing": 4, @@ -712,17 +743,7 @@ "tooltip": true, "tooltip-format": "Left Click: Update System\nArch Linux Only", }, -"custom/weather": { - "format": "{}", - "format-alt": "{alt}: {}", - "format-alt-click": "click", - "interval": 3600, - "return-type": "json", - "exec": "~/.config/hypr/UserScripts/Weather.sh", - //"exec": "~/.config/hypr/UserScripts/Weather.py", - "exec-if": "ping wttr.in -c1", - "tooltip": true, -}, + // Separators "custom/separator#dot": { "format": "๏‘„", @@ -840,22 +861,6 @@ "tooltip": true, "tooltip-format": "{source_desc} | {source_volume}%", }, -"temperature#vertical": { - "interval": 10, - "tooltip": true, - "hwmon-path": [ - "/sys/class/hwmon/hwmon1/temp1_input", - "/sys/class/thermal/thermal_zone0/temp" - ], - //"thermal-zone": 0, - "critical-threshold": 80, - "format-critical": "{icon}\n{temperatureC}ยฐC", - "format": " {icon}", - "format-icons": [ - "๓ฐˆธ" - ], - "on-click-right": "kitty --title nvtop sh -c 'nvtop'" -}, "custom/power_vertical": { "format": "โป", "exec": "echo ; echo ๓ฐŸก power // blur", -- cgit v1.2.3 From 804c3cde6e988786a7f5205d47d37210f554ded3 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Wed, 28 Aug 2024 18:10:00 +0900 Subject: Fix issue: https://github.com/JaKooLit/Hyprland-Dots/issues/415 --- config/hypr/scripts/ScreenShot.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/config/hypr/scripts/ScreenShot.sh b/config/hypr/scripts/ScreenShot.sh index 5d15ee68..d8c4b604 100755 --- a/config/hypr/scripts/ScreenShot.sh +++ b/config/hypr/scripts/ScreenShot.sh @@ -83,7 +83,6 @@ shotarea() { wl-copy <"$tmpfile" mv "$tmpfile" "$dir/$file" fi - rm "$tmpfile" notify_view } -- cgit v1.2.3 From 83e2b7fc7555210b8858284c3d9d6db477a079ff Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Wed, 28 Aug 2024 21:31:57 +0900 Subject: return of opacity on kitty.conf --- config/kitty/kitty.conf | 2 +- config/wallust/templates/colors-kitty.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 710e4b01..e2785941 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -4,7 +4,7 @@ bold_font auto italic_font auto bold_italic_font auto -#background_opacity 0.5 +background_opacity 0.7 confirm_os_window_close 0 # change to x11 or wayland or leave auto diff --git a/config/wallust/templates/colors-kitty.conf b/config/wallust/templates/colors-kitty.conf index e0971127..10e1af4d 100644 --- a/config/wallust/templates/colors-kitty.conf +++ b/config/wallust/templates/colors-kitty.conf @@ -4,7 +4,7 @@ bold_font auto italic_font auto bold_italic_font auto -#background_opacity 0.5 +#background_opacity 0.7 confirm_os_window_close 0 # change to x11 or wayland or leave auto -- cgit v1.2.3 From 3117c7290574a3661cf14a403b7b30f984883fcc Mon Sep 17 00:00:00 2001 From: DevNChill <169875752+DevNChill@users.noreply.github.com> Date: Wed, 28 Aug 2024 18:19:30 +0530 Subject: Added new style module , style and config for waybar everforest themed --- config/waybar/configs/customforeverforest | 58 ++ config/waybar/moduletweaked | 872 ++++++++++++++++++++++++++++++ config/waybar/style/everforest.css | 224 ++++++++ 3 files changed, 1154 insertions(+) create mode 100644 config/waybar/configs/customforeverforest create mode 100644 config/waybar/moduletweaked create mode 100644 config/waybar/style/everforest.css diff --git a/config/waybar/configs/customforeverforest b/config/waybar/configs/customforeverforest new file mode 100644 index 00000000..e58aba03 --- /dev/null +++ b/config/waybar/configs/customforeverforest @@ -0,0 +1,58 @@ +/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ + +// ### Minimal - Long ### // + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +//"spacing": 6, +"fixed-center": true, +"ipc": true, +//"margin-top": 3, +//"margin-left": 8, +//"margin-right": 8, + +"modules-left": [ + "custom/arch", + "custom/separator#blank_2", + "hyprland/workspaces#rw", + "custom/separator#blank_2", +// "mpris", + "custom/swaync", + "tray", + ], +"modules-center": [ + "clock", + "idle_inhibitor", + ], +"modules-right": [ + "group/motherboard", + "custom/separator#blank_2", + "group/laptop", + "custom/separator#blank_2", + "group/audio", + ], + "custom/arch": { + "format":"๏Œƒ ", + "tooltip": false, + "on-click": "rofi -show drun" + }, + "clock": { + "format": "{:%A %d.%m.%Y - %H:%M}", + "tooltip-format": "{:%Y %B}\n{calendar}", + "calendar-weeks-pos": "right", + "today-format": "{}", + "format-calendar": "{}", + "format-calendar-weeks": "W{:%V}", + "format-calendar-weekdays": "{}", + "on-scroll": { + "calendar": 1 + } + }, + +} + diff --git a/config/waybar/moduletweaked b/config/waybar/moduletweaked new file mode 100644 index 00000000..4c162433 --- /dev/null +++ b/config/waybar/moduletweaked @@ -0,0 +1,872 @@ +/* Waybar Modules */ +//Everforest themed + +{ +// HYPRLAND WORKSPACES. CHOOSE as desired and place on waybar configs +// CIRCLES Style +"hyprland/workspaces": { + "active-only": false, + "all-outputs": true, + "format": "{icon}", + "show-special": false, + "on-click": "activate", + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", + "persistent-workspaces": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [], + }, + "format-icons": { + "active": "๏†’", + "default": "๏„Œ", + }, +}, +// ROMAN Numerals style +"hyprland/workspaces#roman": { + "active-only": false, + "all-outputs": true, + "format": "{icon}", + "show-special": false, + "on-click": "activate", + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", + "persistent-workspaces": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [], + }, + "format-icons": { + "1": "I", + "2": "II", + "3": "III", + "4": "IV", + "5": "V", + "6": "VI", + "7": "VII", + "8": "VIII", + "9": "IX", + "10": "X", + }, +}, +// PACMAN Style +"hyprland/workspaces#pacman": { + "active-only": false, + "all-outputs": true, + "format": "{icon}", + "on-click": "activate", + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", + "show-special": false, + "persistent-workspaces": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [], + }, + "format": "{icon}", + "format-icons": { + "active": "๓ฐฎฏ", + "empty": "๏„‘", + "default": "๓ฐŠ ", + }, +}, +// Kanji / Japanese style +"hyprland/workspaces#kanji": { + "disable-scroll": true, + "show-special": false, + "all-outputs": true, + "format": "{icon}", + "persistent-workspaces": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [], + }, + "format-icons": { + "1": "ไธ€", + "2": "ไบŒ", + "3": "ไธ‰", + "4": "ๅ››", + "5": "ไบ”", + "6": "ๅ…ญ", + "7": "ไธƒ", + "8": "ๅ…ซ", + "9": "ไน", + "10": "ๅ", + } +}, +// NUMBERS and ICONS style +"hyprland/workspaces#4": { + "format": "{name}", + "format": " {name} {icon} ", + //"format": " {icon} ", + "show-special": false, + "on-click": "activate", + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", + "all-outputs": true, + "sort-by-number": true, + "format-icons": { + "1": "๏„  ", + "2": "๏‰ฉ ", + "3": "๏ผ ", + "4": "๏€ฐ ", + "5": "๏†ถ ", + "6": "๏ˆณ ", + "7": "๏‡ฟ", + "8": "๏‹† ", + "9": "๏‹", + "10": "10", + "focused": "๏†’", + "default": "๏„Œ", + }, +}, +// NUMBERS and ICONS style with window rewrite +"hyprland/workspaces#rw": { + "disable-scroll": true, + "all-outputs": true, + "warp-on-scroll": false, + "sort-by-number": true, + "show-special": false, + "on-click": "activate", + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", + "format": "{icon} {windows}", + "format-window-separator": " ", + "window-rewrite-default": "๏™ ", + "window-rewrite": { + "title<.*youtube.*>": "๏…ช ", + "title<.*amazon.*>": "๏‰ฐ ", + "title<.*reddit.*>": "๏Ё ", + "title<.*Picture-in-Picture.*>": "๏”ฌ ", + "class": "๏‰ฉ ", + "class": "๎ฏ† ", + "class": "๏‰จ ", + "class": "๎ˆ— ", + "class<[Ss]potify>": "๏€ ", + "class": "๓ฐจž", + "class": "๏„  ", + "class": "๓ฐฐ ", + "class": "๏‡ฟ ", + "class": "๏‡ฟ ", + "class": "๓ฐ…ณ ", + "class": "๏€ฝ ", + "class": "๓ฐކ ", + "class": "๓ฐจž ", + "class": "๓ฐจž ", + "class": "๓ฐ…ฉ ", + "class": "๏…œ ", + "class": "๎šฅ ", + "class": "๓ฐ† ", + "class": "๎ฎง " + } +}, +// for Camilla or Spanish +"hyprland/workspaces#cam": { + "active-only":false, + "all-outputs": true, + "format": "{icon}", + "show-special": false, + "on-click": "activate", + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", + "persistent-workspaces":{ + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "format-icons": { + "1": "Uno", + "2": "Due", + "3": "Tre", + "4": "Quattro", + "5": "Cinque", + "6":"Sei", + "7":"Sette", + "8":"Otto", + "9":"Nove", + "10":"Dieci" + } +}, +// GROUP +"group/motherboard": { + "orientation": "horizontal", + "modules": [ + "cpu", + "memory", + "temperature", + "disk", + ] +}, +"group/mobo_drawer": { + "orientation": "inherit", + "drawer": { + "transition-duration": 500, + "children-class": "cpu", + "transition-left-to-right": true + }, + "modules": [ + "temperature", + "cpu", + "memory", + "disk", + ] +}, +"group/laptop": { + "orientation": "inherit", + "modules": [ + "backlight", + "battery", + ] +}, +"group/audio": { + "orientation": "inherit", + "drawer": { + "transition-duration": 500, + "children-class": "pulseaudio", + "transition-left-to-right": true + }, + "modules": [ + "pulseaudio", + "pulseaudio#microphone", + ] +}, +"group/connections": { + "orientation": "inherit", + "drawer": { + "transition-duration": 500, + "children-class": "bluetooth", + "transition-left-to-right": true + }, + "modules": [ + "network", + "bluetooth", + ] +}, +"backlight": { + "interval": 2, + "align": 0, + "rotate": 0, + //"format": "{icon} {percent}%", + "format-icons": [ + "๎• ", + "๎— ", + "๎š ", + "๓ฐƒ ", + "๓ฐƒž ", + "๓ฐƒŸ ", + "๓ฐƒ  " + ], + "format": "{icon}", + //"format-icons": ["๎•","๎–","๎—","๎˜","๎™","๎š","๎›","๎œ","๎","๎ž","๎Ÿ","๎ ","๎ก","๎ข","๎ฃ"], + "tooltip-format": "backlight {percent}%", + "icon-size": 10, + "on-click": "", + "on-click-middle": "", + "on-click-right": "", + "on-update": "", + "on-scroll-up": "~/.config/hypr/scripts/Brightness.sh --inc", + "on-scroll-down": "~/.config/hypr/scripts/Brightness.sh --dec", + "smooth-scrolling-threshold": 1, +}, +"backlight#2": { + "device": "intel_backlight", + "format": "{icon} {percent}%", + "format-icons": ["๏†…", "๏„‘"] +}, +"battery": { + //"interval": 5, + "align": 0, + "rotate": 0, + //"bat": "BAT1", + //"adapter": "ACAD", + "full-at": 100, + "design-capacity": false, + "states": { + "good": 95, + "warning": 30, + "critical": 15 + }, + "format": "Battery {icon} {capacity}%", + "format-charging": "Battery ๏ƒง {capacity}%", + "format-plugged": "Battery ๓ฑ˜– {capacity}%", + "format-alt-click": "click", + "format-full": "Battery {icon} Full", + "format-alt": "Battery {icon} {time}", + "format-icons": [ + "๓ฐ‚Ž", "๓ฐบ", "๓ฐป", "๓ฐผ", "๓ฐฝ", "๓ฐพ", "๓ฐฟ", "๓ฐ‚€", "๓ฐ‚", "๓ฐ‚‚", "๓ฐน" + ], + "format-time": "{H}h {M}min", + "tooltip": true, + "tooltip-format": "{timeTo} {power}w", + "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh", + "on-click-right": "~/.config/hypr/scripts/Wlogout.sh", +}, +"bluetooth": { + "format": "๏Š“", + "format-disabled": "๓ฐ‚ณ", + "format-connected": "๓ฐ‚ฑ {num_connections}", + "tooltip-format": "๏Š“ {device_alias}", + "tooltip-format-connected": "{device_enumerate}", + "tooltip-format-enumerate-connected": "๏Š“ {device_alias} ๓ฐ‚„{device_battery_percentage}%", + "tooltip": true, + "on-click": "blueman-manager", +}, +"clock": { + "interval": 1, + "format": "๏€— {:%I:%M %p}", // AM PM format + //"format": "๏€— {:%H:%M:%S}", // 24H + "format-alt": "๏€— {:%H:%M ๏ณ %Y, %d %B, %A}", + "tooltip-format": "{calendar}", + "calendar": { + "mode": "year", + "mode-mon-col": 3, + "weeks-pos": "right", + "on-scroll": 1, + "format": { + "months": "{}", + "days": "{}", + "weeks": "W{}", + "weekdays": "{}", + "today": "{}" + } + } +}, +"actions": { + "on-click-right": "mode", + "on-click-forward": "tz_up", + "on-click-backward": "tz_down", + "on-scroll-up": "shift_up", + "on-scroll-down": "shift_down" +}, +"clock#2": { + "format": "๏€— {:%I:%M %p}", // AM PM format + //"format": "๏€— {:%H:%M}", // 24H + "format-alt": "{:%A | %H:%M | %e %B}", + "tooltip-format": "{:%Y %B}\n{calendar}" +}, +"clock#3": { + "format": "{:%I:%M %p - %d/%b}", //for AM/PM + //"format": "{:%H:%M - %d/%b}", // 24H + "tooltip": false +}, +"clock#4": { + "interval": 60, + "format": "{:%B | %a %d, %Y | %I:%M %p}", // AM PM format + //"format": "{:%B | %a %d, %Y | %H:%M}", // 24H + "format-alt": "{:%a %b %d, %G}", + "tooltip-format": "{:%B %Y}\n{calendar}", +}, +"clock#5": { + "format": "{:%A, %I:%M %P}", // AM PM format + //"format": "{:%a %d | %H:%M}", // 24H + "format-alt": "{:%A, %d %B, %Y (%R)}" +}, +"cpu": { + "format": "Cpu ๓ฐ› {usage}%", + "interval": 1, + "min-length": 5, + "format-alt-click": "click", + "format-alt": "{icon0}{icon1}{icon2}{icon3} {usage:>2}% ๓ฐ›", + "format-icons": [ + "โ–", "โ–‚", "โ–ƒ", "โ–„", "โ–…", "โ–†", "โ–‡", "โ–ˆ" + ], + "on-click-right": "gnome-system-monitor", +}, +"disk": { + "interval": 30, + //"format": "Disk ๓ฐ‹Š", + "path": "/", + //"format-alt-click": "click", + "format": "Disk ๓ฐ‹Š {used}", + "on-click-right": "baobab", +// "tooltip": true, +// "tooltip-format": "Disk {used} used out of {total} on {path} ({percentage_used}%)", +}, +"hyprland/language": { + "format": "Lang: {}", + "format-en": "US", + "format-tr": "Korea", + "keyboard-name": "at-translated-set-2-keyboard", + "on-click": "hyprctl switchxkblayout $SET_KB next" +}, +"hyprland/submap": { + "format": "๏Œž {}", // Icon: expand-arrows-alt + "tooltip": false, +}, +"hyprland/window": { + "format": "{}", + "max-length": 20, + "separate-outputs": true, + "offscreen-css": true, + "offscreen-css-text": "(inactive)", + "rewrite": { + "(.*) โ€” Mozilla Firefox": "๏‰ฉ $1", + "(.*) - fish": "> [$1]", + "(.*) - zsh": "> [$1]", + "(.*) - $term": "> [$1]", + }, +}, +"idle_inhibitor": { + "format": "{icon}", + "format-icons": { + "activated": "๏ˆ… ", + "deactivated": "๏ˆ„ ", + } +}, +"keyboard-state": { + //"numlock": true, + "capslock": true, + "format": { + "numlock": "N {icon}", + "capslock": "๓ฐช› {icon}", + }, + "format-icons": { + "locked": "๏€ฃ", + "unlocked": "๏‚œ" + }, +}, +"memory": { + "interval": 10, + "format": "Ram ๓ฐพ† {used:0.1f}G", + "format-alt": "Ram {percentage}% ๓ฐพ†", + "format-alt-click": "click", + "tooltip": true, + "tooltip-format": "Ram {used:0.1f}GB/{total:0.1f}G", + "on-click-right": "kitty --title btop sh -c 'btop'" +}, +"mpris": { + "interval": 10, + "format": "{player_icon} ", + "format-paused": "{status_icon} {dynamic}", + "on-click-middle": "playerctl play-pause", + "on-click": "playerctl previous", + "on-click-right": "playerctl next", + "scroll-step": 5.0, + "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", + "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", + "smooth-scrolling-threshold": 1, + "player-icons": { + "chromium": "๏‰จ", + "default": "๏€", + "firefox": "๏‰ฉ", + "kdeconnect": "๏˜Ÿ", + "mopidy": "๏€", + "mpv": "๓ฐน", + "spotify": "๓ฐ“‡", + "vlc": "๓ฐ•ผ", + }, + "status-icons": { + "paused": "๓ฐŽ", + "playing": "๏‹", + "stopped": "๏", + }, + // "ignored-players": ["firefox"] + "max-length": 30, +}, +"network": { + "format": "{ifname}", + "format-wifi": "{icon}", + "format-ethernet": "๓ฐŒ˜", + "format-disconnected": "๓ฐŒ™", + "tooltip-format": "{ipaddr} ๏„น {bandwidthUpBits} ๏„บ {bandwidthDownBits}", + "format-linked": "๓ฐˆ {ifname} (No IP)", + "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", + "tooltip-format-ethernet": "{ifname} ๓ฐŒ˜", + "tooltip-format-disconnected": "๓ฐŒ™ Disconnected", + "max-length": 30, + "format-icons": [ + "๓ฐคฏ", "๓ฐคŸ", "๓ฐคข", "๓ฐคฅ", "๓ฐคจ" + ], + "on-click-right": "kitty nmtui" +}, +"network#speed": { + "interval": 1, + "format": "{ifname}", + "format-wifi": "{icon} ๏„น {bandwidthUpBytes} ๏„บ {bandwidthDownBytes}", + "format-ethernet": "๓ฐŒ˜ ๏„น {bandwidthUpBytes} ๏„บ {bandwidthDownBytes}", + "format-disconnected": "๓ฐŒ™", + "tooltip-format": "{ipaddr}", + "format-linked": "๓ฐˆ {ifname} (No IP)", + "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", + "tooltip-format-ethernet": "{ifname} ๓ฐŒ˜", + "tooltip-format-disconnected": "๓ฐŒ™ Disconnected", + "min-length": 24, + "max-length": 24, + "format-icons": [ + "๓ฐคฏ", "๓ฐคŸ", "๓ฐคข", "๓ฐคฅ", "๓ฐคจ" + ] +}, +"power-profiles-daemon": { + "format": "{icon}", + "tooltip-format": "Power profile: {profile}\nDriver: {driver}", + "tooltip": true, + "format-icons": { + "default": "๏ƒง", + "performance": "๏ƒง", + "balanced": "๏‰Ž", + "power-saver": "๏ฌ" + } +}, +"pulseaudio": { + "format": "{icon} {volume}%", + "format-bluetooth": "{icon} ๓ฐ‚ฐ {volume}%", + "format-muted": "๓ฐ–", + "format-icons": { + "headphone": "๏€ฅ", + "hands-free": "๏€ฅ", + "headset": "๏–", + "phone": "๏‚•", + "portable": "๏‚•", + "car": "๏†น", + "default": [ + "๏€ฆ", "๏€ง", "๓ฐ•พ", "๏€จ" + ], + "ignored-sinks": [ + "Easy Effects Sink" + ], + }, + "scroll-step": 5.0, + "on-click": "~/.config/hypr/scripts/Volume.sh --toggle", + "on-click-right": "pavucontrol -t 3", + "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", + "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", + "tooltip-format": "{icon} {desc} | {volume}%", + "smooth-scrolling-threshold": 1, +}, +"pulseaudio#1": { + "format": "{icon} {volume}%", + "format-bluetooth": "{icon}๏Š” {volume}%", + "format-bluetooth-muted": "๏šฉ {icon}๏Š”", + "format-muted": "๓ฐธˆ", + "format-icons": { + "headphone": "๏–", + "hands-free": "๏€ฅ", + "headset": "๏–", + "phone": "๏‚•", + "portable": "๏‚•", + "car": "๏†น", + "default": ["๏€ฆ", "๏€ง", "๏€จ"] + }, + "on-click": "pamixer --toggle-mute", + "on-click-right": "pavucontrol -t 3", + "tooltip": true, + "tooltip-format": "{icon} {desc} | {volume}%", +}, +"pulseaudio#microphone": { + "format": "{format_source}", + "format-source": "๏„ฐ {volume}%", + "format-source-muted": "๏„ฑ", + "on-click": "~/.config/hypr/scripts/Volume.sh --toggle-mic", + "on-click-right": "pavucontrol -t 4", + "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --mic-inc", + "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --mic-dec", + "tooltip-format": "{source_desc} | {source_volume}%", + "scroll-step": 5, +}, +"temperature": { + "interval": 10, + "tooltip": true, + "hwmon-path": [ + "/sys/class/hwmon/hwmon1/temp1_input", + "/sys/class/thermal/thermal_zone0/temp" + ], + //"thermal-zone": 0, + "critical-threshold": 82, + "format-critical": "Temp {icon} {temperatureC}ยฐC", + "format": "Temp {icon} {temperatureC}ยฐC", + "format-icons": [ + " ๓ฐˆธ" + ], + "on-click-right": "kitty --title nvtop sh -c 'nvtop'" +}, +"tray": { + "icon-size": 18, + "spacing": 4, +}, +"wireplumber": { + "format": "{icon} {volume} %", + "format-muted": "๏‘ฆ Mute", + "on-click": "~/.config/hypr/scripts/Volume.sh --toggle", + "on-click-right": "pavucontrol -t 3", + "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", + "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", + "format-icons": [ + "๏€ฆ", "๏€ง", "๓ฐ•พ", "๏€จ" + ], +}, +"wlr/taskbar": { + "format": "{icon} {name}", + "icon-size": 16, + "all-outputs": false, + "tooltip-format": "{title}", + "on-click": "activate", + "on-click-middle": "close", + "ignore-list": [ + "wofi", + "rofi", + "kitty" + ], +}, +"custom/cycle_wall": { + "format": "๏€พ ", + "on-click": "~/.config/hypr/UserScripts/WallpaperSelect.sh", + "on-click-right": "~/.config/hypr/UserScripts/WallpaperRandom.sh", + "on-click-middle": "~/.config/hypr/scripts/WaybarStyles.sh", + "tooltip": true, + "tooltip-format": "Left Click: Wallpaper Menu\nMiddle Click: Random wallpaper\nRight Click: Waybar Styles Menu", +}, +"custom/hint": { + "format": "๓ฐบ HINT!", + "on-click": "~/.config/hypr/scripts/KeyHints.sh", + "tooltip": true, + "tooltip-format": "๓ฑงฃ Quick Tips", +}, +"custom/keyboard": { + "exec": "cat ~/.cache/kb_layout", + "interval": 1, + "format": "๏„œ {}", + "on-click": "~/.config/hypr/scripts/SwitchKeyboardLayout.sh", +}, +"custom/light_dark": { + "format": "๓ฐ”Ž", + "on-click": "~/.config/hypr/scripts/DarkLight.sh", + "on-click-right": "~/.config/hypr/scripts/WaybarStyles.sh", + "on-click-middle": "~/.config/hypr/UserScripts/WallpaperSelect.sh", + "tooltip": true, + "tooltip-format": "Left Click: Switch Dark-Light Themes\nMiddle Click: Wallpaper Menu\nRight Click: Waybar Styles Menu", +}, +"custom/lock": { + "format": "๓ฐŒพ", + "on-click": "~/.config/hypr/scripts/LockScreen.sh", + "tooltip": true, + "tooltip-format": "๓ฐท› Screen Lock", + +}, +"custom/menu": { + "format": "๏™", + "on-click": "pkill rofi || rofi -show drun -modi run,drun,filebrowser,window", + "on-click-middle": "~/.config/hypr/UserScripts/WallpaperSelect.sh", + "on-click-right": "~/.config/hypr/scripts/WaybarLayout.sh", + "tooltip": true, + "tooltip-format": "Left Click: Rofi Menu\nMiddle Click: Wallpaper Menu\nRight Click: Waybar Layout Menu", +}, +// This is a custom cava visualizer +"custom/cava_mviz": { + "exec": "~/.config/hypr/scripts/WaybarCava.sh", + "format": "{}" +}, +"custom/playerctl": { + "format": "{}", + "return-type": "json", + "max-length": 35, + "exec": "playerctl -a metadata --format '{\"text\": \"{{artist}} ~ {{markup_escape(title)}}\", \"tooltip\": \"{{playerName}} : {{markup_escape(title)}}\", \"alt\": \"{{status}}\", \"class\": \"{{status}}\"}' -F", + "on-click-middle": "playerctl play-pause", + "on-click": "playerctl previous", + "on-click-right": "playerctl next", + "scroll-step": 5.0, + "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", + "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", + "smooth-scrolling-threshold": 1, +}, +"custom/power": { + "format": "โป ", + "on-click": "~/.config/hypr/scripts/Wlogout.sh", + "on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh", + "tooltip": true, + "tooltip-format": "Left Click: Logout Menu\nRight Click: Change Blur", +}, +"custom/swaync": { + "tooltip": true, + "tooltip-format": "Left Click: Launch Notification Center\nRight Click: Do not Disturb", + "format": "{icon} {}", + "format-icons": { + "notification": "๏‚ข๏‘„", + "none": "๏‚ข", + "dnd-notification": "๏‡ท๏‘„", + "dnd-none": "๏‡ท", + "inhibited-notification": "๏‚ข๏‘„", + "inhibited-none": "๏‚ข", + "dnd-inhibited-notification": "๏‡ท๏‘„", + "dnd-inhibited-none": "๏‡ท" + }, + "return-type": "json", + "exec-if": "which swaync-client", + "exec": "swaync-client -swb", + "on-click": "sleep 0.1 && swaync-client -t -sw", + "on-click-right": "swaync-client -d -sw", + "escape": true, +}, +// NOTE:! This is only for Arch and Arch Based Distros depend: pacman-contrib +"custom/updater": { + "format": "๏€™ {}", + "exec": "checkupdates | wc -l", + "exec-if": "[[ $(checkupdates | wc -l) ]]", + "interval": 15, + "on-click": "kitty -T update paru -Syu || yay -Syu && notify-send 'The system has been updated'", + "tooltip": true, + "tooltip-format": "Left Click: Update System\nArch Linux Only", +}, +"custom/weather": { + "format": "{}", + "format-alt": "{alt}: {}", + "format-alt-click": "click", + "interval": 3600, + "return-type": "json", + "exec": "~/.config/hypr/UserScripts/Weather.sh", + //"exec": "~/.config/hypr/UserScripts/Weather.py", + "exec-if": "ping wttr.in -c1", + "tooltip": true, +}, +// Separators +"custom/separator#dot": { + "format": "๏‘„", + "interval": "once", + "tooltip": false +}, +"custom/separator#dot-line": { + "format": "๎˜ก", + "interval": "once", + "tooltip": false +}, +"custom/separator#line": { + "format": "|", + "interval": "once", + "tooltip": false +}, +"custom/separator#blank": { + "format": "", + "interval": "once", + "tooltip": false +}, +"custom/separator#blank_2": { + "format": " ", + "interval": "once", + "tooltip": false +}, +"custom/separator#blank_3": { + "format": " ", + "interval": "once", + "tooltip": false +}, +// Modules below are for vertical layout +"backlight#vertical": { + "interval": 2, + "align": 0.35, + "rotate": 1, + "format": "{icon}", + //"format-icons": ["๓ฐƒž", "๓ฐƒŸ", "๓ฐƒ "], + "format-icons": [ + "๎•", "๎–", "๎—", "๎˜", "๎™", "๎š", "๎›", "๎œ", "๎", "๎ž", "๎Ÿ", "๎ ", "๎ก", "๎ข", "๎ฃ" + ], + "on-click": "", + "on-click-middle": "", + "on-click-right": "", + "on-update": "", + "on-scroll-up": "~/.config/hypr/scripts/Brightness.sh --inc", + "on-scroll-down": "~/.config/hypr/scripts/Brightness.sh --dec", + "smooth-scrolling-threshold": 1, + "tooltip-format": "{percent}%", +}, +"clock#vertical": { + "format": "๏€—\n{:%H\n%M\n%S\n\n๏ณ \n%d\n%m\n%y}", + "interval": 1, + //"format": "๏€—\n{:%I\n%M\n%p\n\n๏ณ \n%d\n%m\n%y}", + "tooltip": true, + "tooltip-format": "{calendar}", + "calendar": { + "mode": "year", + "mode-mon-col": 3, + "format": { + "today": "{}", + } + } +}, +"cpu#vertical": { + "format": "๓ฐ›\n{usage}%", + "interval": 1, + "on-click-right": "gnome-system-monitor", +}, +"memory#vertical": { + "interval": 10, + "format": "๓ฐพ†\n{percentage}%", + "format-alt": "๓ฐพ†\n{used:0.1f}G", + "format-alt-click": "click", + "tooltip": true, + "tooltip-format": "{used:0.1f}GB/{total:0.1f}G", + "on-click-right": "kitty --title btop sh -c 'btop'", +}, +"pulseaudio#vertical": { + "format": "{icon}", + "format-bluetooth": "๓ฐ‚ฐ", + "format-muted": "๓ฐ–", + "format-icons": { + "headphone": "๏€ฅ", + "hands-free": "๏€ฅ", + "headset": "๏€ฅ", + "phone": "๏‚•", + "portable": "๏‚•", + "car": "๏†น", + "default": [ + "๏€ฆ", "๏€ง", "๓ฐ•พ", "๏€จ" + ], + "tooltip-format": "{icon} {desc} | {volume}%", + "ignored-sinks": [ + "Easy Effects Sink" + ], + }, + "scroll-step": 5.0, + "on-click": "~/.config/hypr/scripts/Volume.sh --toggle", + "on-click-right": "pavucontrol -t 3", + "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", + "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", + "tooltip-format": "{icon} {desc} | {volume}%", + "smooth-scrolling-threshold": 1, +}, +"pulseaudio#microphone_vertical": { + "format": "{format_source}", + "format-source": "๓ฐฌ", + "format-source-muted": "๓ฐญ", + "on-click-right": "pavucontrol", + "on-click": "~/.config/hypr/scripts/Volume.sh --toggle-mic", + "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --mic-inc", + "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --mic-dec", + "max-volume": 100, + "tooltip": true, + "tooltip-format": "{source_desc} | {source_volume}%", +}, +"temperature#vertical": { + "interval": 10, + "tooltip": true, + "hwmon-path": [ + "/sys/class/hwmon/hwmon1/temp1_input", + "/sys/class/thermal/thermal_zone0/temp" + ], + //"thermal-zone": 0, + "critical-threshold": 80, + "format-critical": "{icon}\n{temperatureC}ยฐC", + "format": " {icon}", + "format-icons": [ + "๓ฐˆธ" + ], + "on-click-right": "kitty --title nvtop sh -c 'nvtop'" +}, +"custom/power_vertical": { + "format": "โป", + "exec": "echo ; echo ๓ฐŸก power // blur", + "on-click": "~/.config/hypr/scripts/Wlogout.sh", + "on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh", + "interval": 86400, // once every day + "tooltip": true, +}, +} + diff --git a/config/waybar/style/everforest.css b/config/waybar/style/everforest.css new file mode 100644 index 00000000..472893a3 --- /dev/null +++ b/config/waybar/style/everforest.css @@ -0,0 +1,224 @@ +@define-color bg_dim #232A2E; +@define-color black #000000; +@define-color white #FFFFFF; +@define-color bg0 #2D353B; +@define-color bg1 #343F44; +@define-color bg2 #3D484D; +@define-color bg3 #475258; +@define-color bg4 #4F585E; +@define-color bg5 #56635f; +@define-color bg_visual #543A48; +@define-color bg_red #514045; +@define-color bg_green #425047; +@define-color bg_blue #3A515D; +@define-color bg_yellow #4D4C43; +@define-color fg #D3C6AA; +@define-color red #E67E80; +@define-color orange #E69875; +@define-color yellow #DBBC7F; +@define-color green #A7C080; +@define-color aqua #83C092; +@define-color blue #7FBBB3; +@define-color purple #D699B6; +@define-color grey0 #7A8478; +@define-color grey1 #859289; +@define-color grey2 #9DA9A0; +* { + font-family: "JetBrainsMono Nerd Font"; + font-weight: bold; + min-height: 0; + /*font-size: 97%;*/ + font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; + border: 1px solid transparent; + border-radius: 0px; + margin: 0px 1px; +} + +window#waybar { + border: none; + /*background-color: @bg_green;*/ + background-color: @bg_green; + color: @fg; + transition-property: background-color; + transition-duration: 0.5s; +} + +.modules-left button:first-child { + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; + margin-left: 5px; +} + +.modules-left button:last-child { + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + margin-right: 5px; +} + +#custom-arch { + background-color: @bg; + color: @red; +} + +#custom-swaync { + color: @yellow; +} +#workspaces button { + padding: 0px 5px; + background-color: @orange; + color: @black; +} + +#workspaces button.active { + background-color: @grey0; + color: @black; + animation: gradient_f 20s ease-in infinite; + /*transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);*/ +} +#workspaces button:hover { + background-color: @purple; + color: @black; +} + +#workspaces button.focused { + background-color: @green; + color: @bg0; +} + +#workspaces button.urgent { + background-color: @red; /* Keeps the original color */ + color: @white; /* Sets text color to white for better contrast */ + border: 2px solid @red; /* Adds a border with the same color */ + box-shadow: 0 0 10px @red; /* Adds a glow effect */ + font-weight: bold; /* Makes text bold for more emphasis */ + transition: + background-color 0.3s, + box-shadow 0.3s; /* Smooth transition for hover effect */ +} + +#window { + padding: 0px 10px; + margin: 0px 10px; + border-radius: 5px; + background-color: @bg0; +} +window#waybar.empty #window { + background: none; +} + +#cpu { + border-radius: 5px 0px 0px 5px; + padding: 0px 5px; + background-color: @yellow; + color: @bg_yellow; +} + +#memory { + padding: 0px 5px; + background-color: @yellow; + color: @bg_yellow; +} + +#temperature { + padding: 0px 5px; + background-color: @green; + color: @bg_yellow; +} +#temperature.critical { + background-color: @red; +} + +#disk { + border-radius: 0px 5px 5px 0px; + padding: 0px 5px; + margin-right: 5px; + background-color: @green; + color: @bg_yellow; +} + +#battery { + border-radius: 5px 0px 0px 5px; +} +#battery.bat2 { + border-radius: 0px 5px 5px 0px; +} + +.modules-left :last-child { + border-radius: 0px 5px 5px 0px; +} +#battery { + padding: 0px 5px; + background-color: @aqua; + color: @bg_yellow; +} +#battery.plugged { + color: @fg; + background-color: @bg_green; +} +#battery.charging { + color: @fg; + background-color: @bg_green; +} +#battery.critical:not(.charging) { + background-color: @red; + color: @fg; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} +@keyframes blink { + to { + background-color: @fg; + color: @bg_dim; + } +} + +#backlight { + border-radius: 5px 0px 0px 5px; + padding: 0px 5px; + margin-left: 5px; + background-color: @red; + color: @black; +} + +#pulseaudio { + padding: 0px 5px; + border-radius: 0px 5px 5px 0px; + background-color: @blue; + color: @bg_yellow; +} + +#pulseaudio.muted { + background-color: @grey1; + color: @bg_yellow; +} + +#tray { + padding: 0px 5px; + border-radius: 5px; + margin-left: 5px; + color: @fg; + background-color: @bg0; +} + +#idle_inhibitor { + padding: 0px 5px; + border-radius: 5px; + margin-left: 5px; + background-color: @blue; + color: @black; +} +#idle_inhibitor.activated { + background-color: @fg; + color: @bg0; +} + +#clock { + padding: 0px 5px; + border-radius: 5px; + margin: 0px 5px; + color: @bg_yellow; + background-color: @aqua; +} -- cgit v1.2.3 From 6a7f26686accfcf5adfcf61152e61db611d2dbe9 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Wed, 28 Aug 2024 23:13:46 +0900 Subject: Update customforeverforest --- config/waybar/configs/customforeverforest | 75 ++++++++++++++++++++++++++++--- 1 file changed, 68 insertions(+), 7 deletions(-) diff --git a/config/waybar/configs/customforeverforest b/config/waybar/configs/customforeverforest index e58aba03..a8d75607 100644 --- a/config/waybar/configs/customforeverforest +++ b/config/waybar/configs/customforeverforest @@ -1,6 +1,6 @@ /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ - -// ### Minimal - Long ### // +/* -- designed by https://github.com/DevNChill */ +// ### Everforest ### // { "include": "~/.config/waybar/modules", @@ -26,13 +26,17 @@ "tray", ], "modules-center": [ - "clock", + "clock#forest", "idle_inhibitor", ], "modules-right": [ - "group/motherboard", + "cpu#forest", + "memory#forest", + "temperature", + "disk#forest", "custom/separator#blank_2", - "group/laptop", + "backlight", + ""battery#forest"", "custom/separator#blank_2", "group/audio", ], @@ -41,7 +45,7 @@ "tooltip": false, "on-click": "rofi -show drun" }, - "clock": { + "clock#forest": { "format": "{:%A %d.%m.%Y - %H:%M}", "tooltip-format": "{:%Y %B}\n{calendar}", "calendar-weeks-pos": "right", @@ -53,6 +57,63 @@ "calendar": 1 } }, - +"battery#forest": { + //"interval": 5, + "align": 0, + "rotate": 0, + //"bat": "BAT1", + //"adapter": "ACAD", + "full-at": 100, + "design-capacity": false, + "states": { + "good": 95, + "warning": 30, + "critical": 15 + }, + "format": "Battery {icon} {capacity}%", + "format-charging": "Battery ๏ƒง {capacity}%", + "format-plugged": "Battery ๓ฑ˜– {capacity}%", + "format-alt-click": "click", + "format-full": "Battery {icon} Full", + "format-alt": "Battery {icon} {time}", + "format-icons": [ + "๓ฐ‚Ž", "๓ฐบ", "๓ฐป", "๓ฐผ", "๓ฐฝ", "๓ฐพ", "๓ฐฟ", "๓ฐ‚€", "๓ฐ‚", "๓ฐ‚‚", "๓ฐน" + ], + "format-time": "{H}h {M}min", + "tooltip": true, + "tooltip-format": "{timeTo} {power}w", + "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh", + "on-click-right": "~/.config/hypr/scripts/Wlogout.sh", +}, +"cpu#forest": { + "format": "Cpu ๓ฐ› {usage}%", + "interval": 1, + "min-length": 5, + "format-alt-click": "click", + "format-alt": "{icon0}{icon1}{icon2}{icon3} {usage:>2}% ๓ฐ›", + "format-icons": [ + "โ–", "โ–‚", "โ–ƒ", "โ–„", "โ–…", "โ–†", "โ–‡", "โ–ˆ" + ], + "on-click-right": "gnome-system-monitor", +}, +"disk#forest": { + "interval": 30, + //"format": "Disk ๓ฐ‹Š", + "path": "/", + //"format-alt-click": "click", + "format": "Disk ๓ฐ‹Š {used}", + "on-click-right": "baobab", +// "tooltip": true, +// "tooltip-format": "Disk {used} used out of {total} on {path} ({percentage_used}%)", +}, +"memory#forest": { + "interval": 10, + "format": "Ram ๓ฐพ† {used:0.1f}G", + "format-alt": "Ram {percentage}% ๓ฐพ†", + "format-alt-click": "click", + "tooltip": true, + "tooltip-format": "Ram {used:0.1f}GB/{total:0.1f}G", + "on-click-right": "kitty --title btop sh -c 'btop'" +}, } -- cgit v1.2.3 From f763d9ac9db8a665f556e209c6954840743f5939 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Wed, 28 Aug 2024 23:14:58 +0900 Subject: Delete config/waybar/moduletweaked --- config/waybar/moduletweaked | 872 -------------------------------------------- 1 file changed, 872 deletions(-) delete mode 100644 config/waybar/moduletweaked diff --git a/config/waybar/moduletweaked b/config/waybar/moduletweaked deleted file mode 100644 index 4c162433..00000000 --- a/config/waybar/moduletweaked +++ /dev/null @@ -1,872 +0,0 @@ -/* Waybar Modules */ -//Everforest themed - -{ -// HYPRLAND WORKSPACES. CHOOSE as desired and place on waybar configs -// CIRCLES Style -"hyprland/workspaces": { - "active-only": false, - "all-outputs": true, - "format": "{icon}", - "show-special": false, - "on-click": "activate", - "on-scroll-up": "hyprctl dispatch workspace e+1", - "on-scroll-down": "hyprctl dispatch workspace e-1", - "persistent-workspaces": { - "1": [], - "2": [], - "3": [], - "4": [], - "5": [], - }, - "format-icons": { - "active": "๏†’", - "default": "๏„Œ", - }, -}, -// ROMAN Numerals style -"hyprland/workspaces#roman": { - "active-only": false, - "all-outputs": true, - "format": "{icon}", - "show-special": false, - "on-click": "activate", - "on-scroll-up": "hyprctl dispatch workspace e+1", - "on-scroll-down": "hyprctl dispatch workspace e-1", - "persistent-workspaces": { - "1": [], - "2": [], - "3": [], - "4": [], - "5": [], - }, - "format-icons": { - "1": "I", - "2": "II", - "3": "III", - "4": "IV", - "5": "V", - "6": "VI", - "7": "VII", - "8": "VIII", - "9": "IX", - "10": "X", - }, -}, -// PACMAN Style -"hyprland/workspaces#pacman": { - "active-only": false, - "all-outputs": true, - "format": "{icon}", - "on-click": "activate", - "on-scroll-up": "hyprctl dispatch workspace e+1", - "on-scroll-down": "hyprctl dispatch workspace e-1", - "show-special": false, - "persistent-workspaces": { - "1": [], - "2": [], - "3": [], - "4": [], - "5": [], - }, - "format": "{icon}", - "format-icons": { - "active": "๓ฐฎฏ", - "empty": "๏„‘", - "default": "๓ฐŠ ", - }, -}, -// Kanji / Japanese style -"hyprland/workspaces#kanji": { - "disable-scroll": true, - "show-special": false, - "all-outputs": true, - "format": "{icon}", - "persistent-workspaces": { - "1": [], - "2": [], - "3": [], - "4": [], - "5": [], - }, - "format-icons": { - "1": "ไธ€", - "2": "ไบŒ", - "3": "ไธ‰", - "4": "ๅ››", - "5": "ไบ”", - "6": "ๅ…ญ", - "7": "ไธƒ", - "8": "ๅ…ซ", - "9": "ไน", - "10": "ๅ", - } -}, -// NUMBERS and ICONS style -"hyprland/workspaces#4": { - "format": "{name}", - "format": " {name} {icon} ", - //"format": " {icon} ", - "show-special": false, - "on-click": "activate", - "on-scroll-up": "hyprctl dispatch workspace e+1", - "on-scroll-down": "hyprctl dispatch workspace e-1", - "all-outputs": true, - "sort-by-number": true, - "format-icons": { - "1": "๏„  ", - "2": "๏‰ฉ ", - "3": "๏ผ ", - "4": "๏€ฐ ", - "5": "๏†ถ ", - "6": "๏ˆณ ", - "7": "๏‡ฟ", - "8": "๏‹† ", - "9": "๏‹", - "10": "10", - "focused": "๏†’", - "default": "๏„Œ", - }, -}, -// NUMBERS and ICONS style with window rewrite -"hyprland/workspaces#rw": { - "disable-scroll": true, - "all-outputs": true, - "warp-on-scroll": false, - "sort-by-number": true, - "show-special": false, - "on-click": "activate", - "on-scroll-up": "hyprctl dispatch workspace e+1", - "on-scroll-down": "hyprctl dispatch workspace e-1", - "format": "{icon} {windows}", - "format-window-separator": " ", - "window-rewrite-default": "๏™ ", - "window-rewrite": { - "title<.*youtube.*>": "๏…ช ", - "title<.*amazon.*>": "๏‰ฐ ", - "title<.*reddit.*>": "๏Ё ", - "title<.*Picture-in-Picture.*>": "๏”ฌ ", - "class": "๏‰ฉ ", - "class": "๎ฏ† ", - "class": "๏‰จ ", - "class": "๎ˆ— ", - "class<[Ss]potify>": "๏€ ", - "class": "๓ฐจž", - "class": "๏„  ", - "class": "๓ฐฐ ", - "class": "๏‡ฟ ", - "class": "๏‡ฟ ", - "class": "๓ฐ…ณ ", - "class": "๏€ฝ ", - "class": "๓ฐކ ", - "class": "๓ฐจž ", - "class": "๓ฐจž ", - "class": "๓ฐ…ฉ ", - "class": "๏…œ ", - "class": "๎šฅ ", - "class": "๓ฐ† ", - "class": "๎ฎง " - } -}, -// for Camilla or Spanish -"hyprland/workspaces#cam": { - "active-only":false, - "all-outputs": true, - "format": "{icon}", - "show-special": false, - "on-click": "activate", - "on-scroll-up": "hyprctl dispatch workspace e+1", - "on-scroll-down": "hyprctl dispatch workspace e-1", - "persistent-workspaces":{ - "1": [], - "2": [], - "3": [], - "4": [], - "5": [] - }, - "format-icons": { - "1": "Uno", - "2": "Due", - "3": "Tre", - "4": "Quattro", - "5": "Cinque", - "6":"Sei", - "7":"Sette", - "8":"Otto", - "9":"Nove", - "10":"Dieci" - } -}, -// GROUP -"group/motherboard": { - "orientation": "horizontal", - "modules": [ - "cpu", - "memory", - "temperature", - "disk", - ] -}, -"group/mobo_drawer": { - "orientation": "inherit", - "drawer": { - "transition-duration": 500, - "children-class": "cpu", - "transition-left-to-right": true - }, - "modules": [ - "temperature", - "cpu", - "memory", - "disk", - ] -}, -"group/laptop": { - "orientation": "inherit", - "modules": [ - "backlight", - "battery", - ] -}, -"group/audio": { - "orientation": "inherit", - "drawer": { - "transition-duration": 500, - "children-class": "pulseaudio", - "transition-left-to-right": true - }, - "modules": [ - "pulseaudio", - "pulseaudio#microphone", - ] -}, -"group/connections": { - "orientation": "inherit", - "drawer": { - "transition-duration": 500, - "children-class": "bluetooth", - "transition-left-to-right": true - }, - "modules": [ - "network", - "bluetooth", - ] -}, -"backlight": { - "interval": 2, - "align": 0, - "rotate": 0, - //"format": "{icon} {percent}%", - "format-icons": [ - "๎• ", - "๎— ", - "๎š ", - "๓ฐƒ ", - "๓ฐƒž ", - "๓ฐƒŸ ", - "๓ฐƒ  " - ], - "format": "{icon}", - //"format-icons": ["๎•","๎–","๎—","๎˜","๎™","๎š","๎›","๎œ","๎","๎ž","๎Ÿ","๎ ","๎ก","๎ข","๎ฃ"], - "tooltip-format": "backlight {percent}%", - "icon-size": 10, - "on-click": "", - "on-click-middle": "", - "on-click-right": "", - "on-update": "", - "on-scroll-up": "~/.config/hypr/scripts/Brightness.sh --inc", - "on-scroll-down": "~/.config/hypr/scripts/Brightness.sh --dec", - "smooth-scrolling-threshold": 1, -}, -"backlight#2": { - "device": "intel_backlight", - "format": "{icon} {percent}%", - "format-icons": ["๏†…", "๏„‘"] -}, -"battery": { - //"interval": 5, - "align": 0, - "rotate": 0, - //"bat": "BAT1", - //"adapter": "ACAD", - "full-at": 100, - "design-capacity": false, - "states": { - "good": 95, - "warning": 30, - "critical": 15 - }, - "format": "Battery {icon} {capacity}%", - "format-charging": "Battery ๏ƒง {capacity}%", - "format-plugged": "Battery ๓ฑ˜– {capacity}%", - "format-alt-click": "click", - "format-full": "Battery {icon} Full", - "format-alt": "Battery {icon} {time}", - "format-icons": [ - "๓ฐ‚Ž", "๓ฐบ", "๓ฐป", "๓ฐผ", "๓ฐฝ", "๓ฐพ", "๓ฐฟ", "๓ฐ‚€", "๓ฐ‚", "๓ฐ‚‚", "๓ฐน" - ], - "format-time": "{H}h {M}min", - "tooltip": true, - "tooltip-format": "{timeTo} {power}w", - "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh", - "on-click-right": "~/.config/hypr/scripts/Wlogout.sh", -}, -"bluetooth": { - "format": "๏Š“", - "format-disabled": "๓ฐ‚ณ", - "format-connected": "๓ฐ‚ฑ {num_connections}", - "tooltip-format": "๏Š“ {device_alias}", - "tooltip-format-connected": "{device_enumerate}", - "tooltip-format-enumerate-connected": "๏Š“ {device_alias} ๓ฐ‚„{device_battery_percentage}%", - "tooltip": true, - "on-click": "blueman-manager", -}, -"clock": { - "interval": 1, - "format": "๏€— {:%I:%M %p}", // AM PM format - //"format": "๏€— {:%H:%M:%S}", // 24H - "format-alt": "๏€— {:%H:%M ๏ณ %Y, %d %B, %A}", - "tooltip-format": "{calendar}", - "calendar": { - "mode": "year", - "mode-mon-col": 3, - "weeks-pos": "right", - "on-scroll": 1, - "format": { - "months": "{}", - "days": "{}", - "weeks": "W{}", - "weekdays": "{}", - "today": "{}" - } - } -}, -"actions": { - "on-click-right": "mode", - "on-click-forward": "tz_up", - "on-click-backward": "tz_down", - "on-scroll-up": "shift_up", - "on-scroll-down": "shift_down" -}, -"clock#2": { - "format": "๏€— {:%I:%M %p}", // AM PM format - //"format": "๏€— {:%H:%M}", // 24H - "format-alt": "{:%A | %H:%M | %e %B}", - "tooltip-format": "{:%Y %B}\n{calendar}" -}, -"clock#3": { - "format": "{:%I:%M %p - %d/%b}", //for AM/PM - //"format": "{:%H:%M - %d/%b}", // 24H - "tooltip": false -}, -"clock#4": { - "interval": 60, - "format": "{:%B | %a %d, %Y | %I:%M %p}", // AM PM format - //"format": "{:%B | %a %d, %Y | %H:%M}", // 24H - "format-alt": "{:%a %b %d, %G}", - "tooltip-format": "{:%B %Y}\n{calendar}", -}, -"clock#5": { - "format": "{:%A, %I:%M %P}", // AM PM format - //"format": "{:%a %d | %H:%M}", // 24H - "format-alt": "{:%A, %d %B, %Y (%R)}" -}, -"cpu": { - "format": "Cpu ๓ฐ› {usage}%", - "interval": 1, - "min-length": 5, - "format-alt-click": "click", - "format-alt": "{icon0}{icon1}{icon2}{icon3} {usage:>2}% ๓ฐ›", - "format-icons": [ - "โ–", "โ–‚", "โ–ƒ", "โ–„", "โ–…", "โ–†", "โ–‡", "โ–ˆ" - ], - "on-click-right": "gnome-system-monitor", -}, -"disk": { - "interval": 30, - //"format": "Disk ๓ฐ‹Š", - "path": "/", - //"format-alt-click": "click", - "format": "Disk ๓ฐ‹Š {used}", - "on-click-right": "baobab", -// "tooltip": true, -// "tooltip-format": "Disk {used} used out of {total} on {path} ({percentage_used}%)", -}, -"hyprland/language": { - "format": "Lang: {}", - "format-en": "US", - "format-tr": "Korea", - "keyboard-name": "at-translated-set-2-keyboard", - "on-click": "hyprctl switchxkblayout $SET_KB next" -}, -"hyprland/submap": { - "format": "๏Œž {}", // Icon: expand-arrows-alt - "tooltip": false, -}, -"hyprland/window": { - "format": "{}", - "max-length": 20, - "separate-outputs": true, - "offscreen-css": true, - "offscreen-css-text": "(inactive)", - "rewrite": { - "(.*) โ€” Mozilla Firefox": "๏‰ฉ $1", - "(.*) - fish": "> [$1]", - "(.*) - zsh": "> [$1]", - "(.*) - $term": "> [$1]", - }, -}, -"idle_inhibitor": { - "format": "{icon}", - "format-icons": { - "activated": "๏ˆ… ", - "deactivated": "๏ˆ„ ", - } -}, -"keyboard-state": { - //"numlock": true, - "capslock": true, - "format": { - "numlock": "N {icon}", - "capslock": "๓ฐช› {icon}", - }, - "format-icons": { - "locked": "๏€ฃ", - "unlocked": "๏‚œ" - }, -}, -"memory": { - "interval": 10, - "format": "Ram ๓ฐพ† {used:0.1f}G", - "format-alt": "Ram {percentage}% ๓ฐพ†", - "format-alt-click": "click", - "tooltip": true, - "tooltip-format": "Ram {used:0.1f}GB/{total:0.1f}G", - "on-click-right": "kitty --title btop sh -c 'btop'" -}, -"mpris": { - "interval": 10, - "format": "{player_icon} ", - "format-paused": "{status_icon} {dynamic}", - "on-click-middle": "playerctl play-pause", - "on-click": "playerctl previous", - "on-click-right": "playerctl next", - "scroll-step": 5.0, - "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", - "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", - "smooth-scrolling-threshold": 1, - "player-icons": { - "chromium": "๏‰จ", - "default": "๏€", - "firefox": "๏‰ฉ", - "kdeconnect": "๏˜Ÿ", - "mopidy": "๏€", - "mpv": "๓ฐน", - "spotify": "๓ฐ“‡", - "vlc": "๓ฐ•ผ", - }, - "status-icons": { - "paused": "๓ฐŽ", - "playing": "๏‹", - "stopped": "๏", - }, - // "ignored-players": ["firefox"] - "max-length": 30, -}, -"network": { - "format": "{ifname}", - "format-wifi": "{icon}", - "format-ethernet": "๓ฐŒ˜", - "format-disconnected": "๓ฐŒ™", - "tooltip-format": "{ipaddr} ๏„น {bandwidthUpBits} ๏„บ {bandwidthDownBits}", - "format-linked": "๓ฐˆ {ifname} (No IP)", - "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", - "tooltip-format-ethernet": "{ifname} ๓ฐŒ˜", - "tooltip-format-disconnected": "๓ฐŒ™ Disconnected", - "max-length": 30, - "format-icons": [ - "๓ฐคฏ", "๓ฐคŸ", "๓ฐคข", "๓ฐคฅ", "๓ฐคจ" - ], - "on-click-right": "kitty nmtui" -}, -"network#speed": { - "interval": 1, - "format": "{ifname}", - "format-wifi": "{icon} ๏„น {bandwidthUpBytes} ๏„บ {bandwidthDownBytes}", - "format-ethernet": "๓ฐŒ˜ ๏„น {bandwidthUpBytes} ๏„บ {bandwidthDownBytes}", - "format-disconnected": "๓ฐŒ™", - "tooltip-format": "{ipaddr}", - "format-linked": "๓ฐˆ {ifname} (No IP)", - "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", - "tooltip-format-ethernet": "{ifname} ๓ฐŒ˜", - "tooltip-format-disconnected": "๓ฐŒ™ Disconnected", - "min-length": 24, - "max-length": 24, - "format-icons": [ - "๓ฐคฏ", "๓ฐคŸ", "๓ฐคข", "๓ฐคฅ", "๓ฐคจ" - ] -}, -"power-profiles-daemon": { - "format": "{icon}", - "tooltip-format": "Power profile: {profile}\nDriver: {driver}", - "tooltip": true, - "format-icons": { - "default": "๏ƒง", - "performance": "๏ƒง", - "balanced": "๏‰Ž", - "power-saver": "๏ฌ" - } -}, -"pulseaudio": { - "format": "{icon} {volume}%", - "format-bluetooth": "{icon} ๓ฐ‚ฐ {volume}%", - "format-muted": "๓ฐ–", - "format-icons": { - "headphone": "๏€ฅ", - "hands-free": "๏€ฅ", - "headset": "๏–", - "phone": "๏‚•", - "portable": "๏‚•", - "car": "๏†น", - "default": [ - "๏€ฆ", "๏€ง", "๓ฐ•พ", "๏€จ" - ], - "ignored-sinks": [ - "Easy Effects Sink" - ], - }, - "scroll-step": 5.0, - "on-click": "~/.config/hypr/scripts/Volume.sh --toggle", - "on-click-right": "pavucontrol -t 3", - "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", - "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", - "tooltip-format": "{icon} {desc} | {volume}%", - "smooth-scrolling-threshold": 1, -}, -"pulseaudio#1": { - "format": "{icon} {volume}%", - "format-bluetooth": "{icon}๏Š” {volume}%", - "format-bluetooth-muted": "๏šฉ {icon}๏Š”", - "format-muted": "๓ฐธˆ", - "format-icons": { - "headphone": "๏–", - "hands-free": "๏€ฅ", - "headset": "๏–", - "phone": "๏‚•", - "portable": "๏‚•", - "car": "๏†น", - "default": ["๏€ฆ", "๏€ง", "๏€จ"] - }, - "on-click": "pamixer --toggle-mute", - "on-click-right": "pavucontrol -t 3", - "tooltip": true, - "tooltip-format": "{icon} {desc} | {volume}%", -}, -"pulseaudio#microphone": { - "format": "{format_source}", - "format-source": "๏„ฐ {volume}%", - "format-source-muted": "๏„ฑ", - "on-click": "~/.config/hypr/scripts/Volume.sh --toggle-mic", - "on-click-right": "pavucontrol -t 4", - "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --mic-inc", - "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --mic-dec", - "tooltip-format": "{source_desc} | {source_volume}%", - "scroll-step": 5, -}, -"temperature": { - "interval": 10, - "tooltip": true, - "hwmon-path": [ - "/sys/class/hwmon/hwmon1/temp1_input", - "/sys/class/thermal/thermal_zone0/temp" - ], - //"thermal-zone": 0, - "critical-threshold": 82, - "format-critical": "Temp {icon} {temperatureC}ยฐC", - "format": "Temp {icon} {temperatureC}ยฐC", - "format-icons": [ - " ๓ฐˆธ" - ], - "on-click-right": "kitty --title nvtop sh -c 'nvtop'" -}, -"tray": { - "icon-size": 18, - "spacing": 4, -}, -"wireplumber": { - "format": "{icon} {volume} %", - "format-muted": "๏‘ฆ Mute", - "on-click": "~/.config/hypr/scripts/Volume.sh --toggle", - "on-click-right": "pavucontrol -t 3", - "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", - "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", - "format-icons": [ - "๏€ฆ", "๏€ง", "๓ฐ•พ", "๏€จ" - ], -}, -"wlr/taskbar": { - "format": "{icon} {name}", - "icon-size": 16, - "all-outputs": false, - "tooltip-format": "{title}", - "on-click": "activate", - "on-click-middle": "close", - "ignore-list": [ - "wofi", - "rofi", - "kitty" - ], -}, -"custom/cycle_wall": { - "format": "๏€พ ", - "on-click": "~/.config/hypr/UserScripts/WallpaperSelect.sh", - "on-click-right": "~/.config/hypr/UserScripts/WallpaperRandom.sh", - "on-click-middle": "~/.config/hypr/scripts/WaybarStyles.sh", - "tooltip": true, - "tooltip-format": "Left Click: Wallpaper Menu\nMiddle Click: Random wallpaper\nRight Click: Waybar Styles Menu", -}, -"custom/hint": { - "format": "๓ฐบ HINT!", - "on-click": "~/.config/hypr/scripts/KeyHints.sh", - "tooltip": true, - "tooltip-format": "๓ฑงฃ Quick Tips", -}, -"custom/keyboard": { - "exec": "cat ~/.cache/kb_layout", - "interval": 1, - "format": "๏„œ {}", - "on-click": "~/.config/hypr/scripts/SwitchKeyboardLayout.sh", -}, -"custom/light_dark": { - "format": "๓ฐ”Ž", - "on-click": "~/.config/hypr/scripts/DarkLight.sh", - "on-click-right": "~/.config/hypr/scripts/WaybarStyles.sh", - "on-click-middle": "~/.config/hypr/UserScripts/WallpaperSelect.sh", - "tooltip": true, - "tooltip-format": "Left Click: Switch Dark-Light Themes\nMiddle Click: Wallpaper Menu\nRight Click: Waybar Styles Menu", -}, -"custom/lock": { - "format": "๓ฐŒพ", - "on-click": "~/.config/hypr/scripts/LockScreen.sh", - "tooltip": true, - "tooltip-format": "๓ฐท› Screen Lock", - -}, -"custom/menu": { - "format": "๏™", - "on-click": "pkill rofi || rofi -show drun -modi run,drun,filebrowser,window", - "on-click-middle": "~/.config/hypr/UserScripts/WallpaperSelect.sh", - "on-click-right": "~/.config/hypr/scripts/WaybarLayout.sh", - "tooltip": true, - "tooltip-format": "Left Click: Rofi Menu\nMiddle Click: Wallpaper Menu\nRight Click: Waybar Layout Menu", -}, -// This is a custom cava visualizer -"custom/cava_mviz": { - "exec": "~/.config/hypr/scripts/WaybarCava.sh", - "format": "{}" -}, -"custom/playerctl": { - "format": "{}", - "return-type": "json", - "max-length": 35, - "exec": "playerctl -a metadata --format '{\"text\": \"{{artist}} ~ {{markup_escape(title)}}\", \"tooltip\": \"{{playerName}} : {{markup_escape(title)}}\", \"alt\": \"{{status}}\", \"class\": \"{{status}}\"}' -F", - "on-click-middle": "playerctl play-pause", - "on-click": "playerctl previous", - "on-click-right": "playerctl next", - "scroll-step": 5.0, - "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", - "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", - "smooth-scrolling-threshold": 1, -}, -"custom/power": { - "format": "โป ", - "on-click": "~/.config/hypr/scripts/Wlogout.sh", - "on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh", - "tooltip": true, - "tooltip-format": "Left Click: Logout Menu\nRight Click: Change Blur", -}, -"custom/swaync": { - "tooltip": true, - "tooltip-format": "Left Click: Launch Notification Center\nRight Click: Do not Disturb", - "format": "{icon} {}", - "format-icons": { - "notification": "๏‚ข๏‘„", - "none": "๏‚ข", - "dnd-notification": "๏‡ท๏‘„", - "dnd-none": "๏‡ท", - "inhibited-notification": "๏‚ข๏‘„", - "inhibited-none": "๏‚ข", - "dnd-inhibited-notification": "๏‡ท๏‘„", - "dnd-inhibited-none": "๏‡ท" - }, - "return-type": "json", - "exec-if": "which swaync-client", - "exec": "swaync-client -swb", - "on-click": "sleep 0.1 && swaync-client -t -sw", - "on-click-right": "swaync-client -d -sw", - "escape": true, -}, -// NOTE:! This is only for Arch and Arch Based Distros depend: pacman-contrib -"custom/updater": { - "format": "๏€™ {}", - "exec": "checkupdates | wc -l", - "exec-if": "[[ $(checkupdates | wc -l) ]]", - "interval": 15, - "on-click": "kitty -T update paru -Syu || yay -Syu && notify-send 'The system has been updated'", - "tooltip": true, - "tooltip-format": "Left Click: Update System\nArch Linux Only", -}, -"custom/weather": { - "format": "{}", - "format-alt": "{alt}: {}", - "format-alt-click": "click", - "interval": 3600, - "return-type": "json", - "exec": "~/.config/hypr/UserScripts/Weather.sh", - //"exec": "~/.config/hypr/UserScripts/Weather.py", - "exec-if": "ping wttr.in -c1", - "tooltip": true, -}, -// Separators -"custom/separator#dot": { - "format": "๏‘„", - "interval": "once", - "tooltip": false -}, -"custom/separator#dot-line": { - "format": "๎˜ก", - "interval": "once", - "tooltip": false -}, -"custom/separator#line": { - "format": "|", - "interval": "once", - "tooltip": false -}, -"custom/separator#blank": { - "format": "", - "interval": "once", - "tooltip": false -}, -"custom/separator#blank_2": { - "format": " ", - "interval": "once", - "tooltip": false -}, -"custom/separator#blank_3": { - "format": " ", - "interval": "once", - "tooltip": false -}, -// Modules below are for vertical layout -"backlight#vertical": { - "interval": 2, - "align": 0.35, - "rotate": 1, - "format": "{icon}", - //"format-icons": ["๓ฐƒž", "๓ฐƒŸ", "๓ฐƒ "], - "format-icons": [ - "๎•", "๎–", "๎—", "๎˜", "๎™", "๎š", "๎›", "๎œ", "๎", "๎ž", "๎Ÿ", "๎ ", "๎ก", "๎ข", "๎ฃ" - ], - "on-click": "", - "on-click-middle": "", - "on-click-right": "", - "on-update": "", - "on-scroll-up": "~/.config/hypr/scripts/Brightness.sh --inc", - "on-scroll-down": "~/.config/hypr/scripts/Brightness.sh --dec", - "smooth-scrolling-threshold": 1, - "tooltip-format": "{percent}%", -}, -"clock#vertical": { - "format": "๏€—\n{:%H\n%M\n%S\n\n๏ณ \n%d\n%m\n%y}", - "interval": 1, - //"format": "๏€—\n{:%I\n%M\n%p\n\n๏ณ \n%d\n%m\n%y}", - "tooltip": true, - "tooltip-format": "{calendar}", - "calendar": { - "mode": "year", - "mode-mon-col": 3, - "format": { - "today": "{}", - } - } -}, -"cpu#vertical": { - "format": "๓ฐ›\n{usage}%", - "interval": 1, - "on-click-right": "gnome-system-monitor", -}, -"memory#vertical": { - "interval": 10, - "format": "๓ฐพ†\n{percentage}%", - "format-alt": "๓ฐพ†\n{used:0.1f}G", - "format-alt-click": "click", - "tooltip": true, - "tooltip-format": "{used:0.1f}GB/{total:0.1f}G", - "on-click-right": "kitty --title btop sh -c 'btop'", -}, -"pulseaudio#vertical": { - "format": "{icon}", - "format-bluetooth": "๓ฐ‚ฐ", - "format-muted": "๓ฐ–", - "format-icons": { - "headphone": "๏€ฅ", - "hands-free": "๏€ฅ", - "headset": "๏€ฅ", - "phone": "๏‚•", - "portable": "๏‚•", - "car": "๏†น", - "default": [ - "๏€ฆ", "๏€ง", "๓ฐ•พ", "๏€จ" - ], - "tooltip-format": "{icon} {desc} | {volume}%", - "ignored-sinks": [ - "Easy Effects Sink" - ], - }, - "scroll-step": 5.0, - "on-click": "~/.config/hypr/scripts/Volume.sh --toggle", - "on-click-right": "pavucontrol -t 3", - "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", - "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", - "tooltip-format": "{icon} {desc} | {volume}%", - "smooth-scrolling-threshold": 1, -}, -"pulseaudio#microphone_vertical": { - "format": "{format_source}", - "format-source": "๓ฐฌ", - "format-source-muted": "๓ฐญ", - "on-click-right": "pavucontrol", - "on-click": "~/.config/hypr/scripts/Volume.sh --toggle-mic", - "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --mic-inc", - "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --mic-dec", - "max-volume": 100, - "tooltip": true, - "tooltip-format": "{source_desc} | {source_volume}%", -}, -"temperature#vertical": { - "interval": 10, - "tooltip": true, - "hwmon-path": [ - "/sys/class/hwmon/hwmon1/temp1_input", - "/sys/class/thermal/thermal_zone0/temp" - ], - //"thermal-zone": 0, - "critical-threshold": 80, - "format-critical": "{icon}\n{temperatureC}ยฐC", - "format": " {icon}", - "format-icons": [ - "๓ฐˆธ" - ], - "on-click-right": "kitty --title nvtop sh -c 'nvtop'" -}, -"custom/power_vertical": { - "format": "โป", - "exec": "echo ; echo ๓ฐŸก power // blur", - "on-click": "~/.config/hypr/scripts/Wlogout.sh", - "on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh", - "interval": 86400, // once every day - "tooltip": true, -}, -} - -- cgit v1.2.3 From 785416c42770ee20ff56ed01a938d698118afc4e Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Wed, 28 Aug 2024 23:16:24 +0900 Subject: Rename customforeverforest to Everforest --- config/waybar/configs/Everforest | 119 ++++++++++++++++++++++++++++++ config/waybar/configs/customforeverforest | 119 ------------------------------ 2 files changed, 119 insertions(+), 119 deletions(-) create mode 100644 config/waybar/configs/Everforest delete mode 100644 config/waybar/configs/customforeverforest diff --git a/config/waybar/configs/Everforest b/config/waybar/configs/Everforest new file mode 100644 index 00000000..a8d75607 --- /dev/null +++ b/config/waybar/configs/Everforest @@ -0,0 +1,119 @@ +/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ +/* -- designed by https://github.com/DevNChill */ +// ### Everforest ### // + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +//"spacing": 6, +"fixed-center": true, +"ipc": true, +//"margin-top": 3, +//"margin-left": 8, +//"margin-right": 8, + +"modules-left": [ + "custom/arch", + "custom/separator#blank_2", + "hyprland/workspaces#rw", + "custom/separator#blank_2", +// "mpris", + "custom/swaync", + "tray", + ], +"modules-center": [ + "clock#forest", + "idle_inhibitor", + ], +"modules-right": [ + "cpu#forest", + "memory#forest", + "temperature", + "disk#forest", + "custom/separator#blank_2", + "backlight", + ""battery#forest"", + "custom/separator#blank_2", + "group/audio", + ], + "custom/arch": { + "format":"๏Œƒ ", + "tooltip": false, + "on-click": "rofi -show drun" + }, + "clock#forest": { + "format": "{:%A %d.%m.%Y - %H:%M}", + "tooltip-format": "{:%Y %B}\n{calendar}", + "calendar-weeks-pos": "right", + "today-format": "{}", + "format-calendar": "{}", + "format-calendar-weeks": "W{:%V}", + "format-calendar-weekdays": "{}", + "on-scroll": { + "calendar": 1 + } + }, +"battery#forest": { + //"interval": 5, + "align": 0, + "rotate": 0, + //"bat": "BAT1", + //"adapter": "ACAD", + "full-at": 100, + "design-capacity": false, + "states": { + "good": 95, + "warning": 30, + "critical": 15 + }, + "format": "Battery {icon} {capacity}%", + "format-charging": "Battery ๏ƒง {capacity}%", + "format-plugged": "Battery ๓ฑ˜– {capacity}%", + "format-alt-click": "click", + "format-full": "Battery {icon} Full", + "format-alt": "Battery {icon} {time}", + "format-icons": [ + "๓ฐ‚Ž", "๓ฐบ", "๓ฐป", "๓ฐผ", "๓ฐฝ", "๓ฐพ", "๓ฐฟ", "๓ฐ‚€", "๓ฐ‚", "๓ฐ‚‚", "๓ฐน" + ], + "format-time": "{H}h {M}min", + "tooltip": true, + "tooltip-format": "{timeTo} {power}w", + "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh", + "on-click-right": "~/.config/hypr/scripts/Wlogout.sh", +}, +"cpu#forest": { + "format": "Cpu ๓ฐ› {usage}%", + "interval": 1, + "min-length": 5, + "format-alt-click": "click", + "format-alt": "{icon0}{icon1}{icon2}{icon3} {usage:>2}% ๓ฐ›", + "format-icons": [ + "โ–", "โ–‚", "โ–ƒ", "โ–„", "โ–…", "โ–†", "โ–‡", "โ–ˆ" + ], + "on-click-right": "gnome-system-monitor", +}, +"disk#forest": { + "interval": 30, + //"format": "Disk ๓ฐ‹Š", + "path": "/", + //"format-alt-click": "click", + "format": "Disk ๓ฐ‹Š {used}", + "on-click-right": "baobab", +// "tooltip": true, +// "tooltip-format": "Disk {used} used out of {total} on {path} ({percentage_used}%)", +}, +"memory#forest": { + "interval": 10, + "format": "Ram ๓ฐพ† {used:0.1f}G", + "format-alt": "Ram {percentage}% ๓ฐพ†", + "format-alt-click": "click", + "tooltip": true, + "tooltip-format": "Ram {used:0.1f}GB/{total:0.1f}G", + "on-click-right": "kitty --title btop sh -c 'btop'" +}, +} + diff --git a/config/waybar/configs/customforeverforest b/config/waybar/configs/customforeverforest deleted file mode 100644 index a8d75607..00000000 --- a/config/waybar/configs/customforeverforest +++ /dev/null @@ -1,119 +0,0 @@ -/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ -/* -- designed by https://github.com/DevNChill */ -// ### Everforest ### // - -{ -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "top", -//"spacing": 6, -"fixed-center": true, -"ipc": true, -//"margin-top": 3, -//"margin-left": 8, -//"margin-right": 8, - -"modules-left": [ - "custom/arch", - "custom/separator#blank_2", - "hyprland/workspaces#rw", - "custom/separator#blank_2", -// "mpris", - "custom/swaync", - "tray", - ], -"modules-center": [ - "clock#forest", - "idle_inhibitor", - ], -"modules-right": [ - "cpu#forest", - "memory#forest", - "temperature", - "disk#forest", - "custom/separator#blank_2", - "backlight", - ""battery#forest"", - "custom/separator#blank_2", - "group/audio", - ], - "custom/arch": { - "format":"๏Œƒ ", - "tooltip": false, - "on-click": "rofi -show drun" - }, - "clock#forest": { - "format": "{:%A %d.%m.%Y - %H:%M}", - "tooltip-format": "{:%Y %B}\n{calendar}", - "calendar-weeks-pos": "right", - "today-format": "{}", - "format-calendar": "{}", - "format-calendar-weeks": "W{:%V}", - "format-calendar-weekdays": "{}", - "on-scroll": { - "calendar": 1 - } - }, -"battery#forest": { - //"interval": 5, - "align": 0, - "rotate": 0, - //"bat": "BAT1", - //"adapter": "ACAD", - "full-at": 100, - "design-capacity": false, - "states": { - "good": 95, - "warning": 30, - "critical": 15 - }, - "format": "Battery {icon} {capacity}%", - "format-charging": "Battery ๏ƒง {capacity}%", - "format-plugged": "Battery ๓ฑ˜– {capacity}%", - "format-alt-click": "click", - "format-full": "Battery {icon} Full", - "format-alt": "Battery {icon} {time}", - "format-icons": [ - "๓ฐ‚Ž", "๓ฐบ", "๓ฐป", "๓ฐผ", "๓ฐฝ", "๓ฐพ", "๓ฐฟ", "๓ฐ‚€", "๓ฐ‚", "๓ฐ‚‚", "๓ฐน" - ], - "format-time": "{H}h {M}min", - "tooltip": true, - "tooltip-format": "{timeTo} {power}w", - "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh", - "on-click-right": "~/.config/hypr/scripts/Wlogout.sh", -}, -"cpu#forest": { - "format": "Cpu ๓ฐ› {usage}%", - "interval": 1, - "min-length": 5, - "format-alt-click": "click", - "format-alt": "{icon0}{icon1}{icon2}{icon3} {usage:>2}% ๓ฐ›", - "format-icons": [ - "โ–", "โ–‚", "โ–ƒ", "โ–„", "โ–…", "โ–†", "โ–‡", "โ–ˆ" - ], - "on-click-right": "gnome-system-monitor", -}, -"disk#forest": { - "interval": 30, - //"format": "Disk ๓ฐ‹Š", - "path": "/", - //"format-alt-click": "click", - "format": "Disk ๓ฐ‹Š {used}", - "on-click-right": "baobab", -// "tooltip": true, -// "tooltip-format": "Disk {used} used out of {total} on {path} ({percentage_used}%)", -}, -"memory#forest": { - "interval": 10, - "format": "Ram ๓ฐพ† {used:0.1f}G", - "format-alt": "Ram {percentage}% ๓ฐพ†", - "format-alt-click": "click", - "tooltip": true, - "tooltip-format": "Ram {used:0.1f}GB/{total:0.1f}G", - "on-click-right": "kitty --title btop sh -c 'btop'" -}, -} - -- cgit v1.2.3 From b17b3e5d08f3c6da32b349b4c7dd2134d0c48ff8 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Wed, 28 Aug 2024 23:18:24 +0900 Subject: Update Everforest --- config/waybar/configs/Everforest | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/config/waybar/configs/Everforest b/config/waybar/configs/Everforest index a8d75607..92b0ac42 100644 --- a/config/waybar/configs/Everforest +++ b/config/waybar/configs/Everforest @@ -40,12 +40,14 @@ "custom/separator#blank_2", "group/audio", ], - "custom/arch": { + +// Additional / Edited Waybar Modules // +"custom/arch": { "format":"๏Œƒ ", "tooltip": false, "on-click": "rofi -show drun" - }, - "clock#forest": { +}, +"clock#forest": { "format": "{:%A %d.%m.%Y - %H:%M}", "tooltip-format": "{:%Y %B}\n{calendar}", "calendar-weeks-pos": "right", @@ -56,7 +58,7 @@ "on-scroll": { "calendar": 1 } - }, +}, "battery#forest": { //"interval": 5, "align": 0, @@ -85,6 +87,7 @@ "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh", "on-click-right": "~/.config/hypr/scripts/Wlogout.sh", }, + "cpu#forest": { "format": "Cpu ๓ฐ› {usage}%", "interval": 1, @@ -96,6 +99,7 @@ ], "on-click-right": "gnome-system-monitor", }, + "disk#forest": { "interval": 30, //"format": "Disk ๓ฐ‹Š", @@ -106,6 +110,7 @@ // "tooltip": true, // "tooltip-format": "Disk {used} used out of {total} on {path} ({percentage_used}%)", }, + "memory#forest": { "interval": 10, "format": "Ram ๓ฐพ† {used:0.1f}G", -- cgit v1.2.3 From 489dab320101bdd6e575cdef39393d7b9fbeea48 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 28 Aug 2024 23:33:04 +0900 Subject: Updated PR 417 --- config/waybar/configs/Everforest | 124 ---------------- config/waybar/configs/[TOP] Everforest | 140 ++++++++++++++++++ config/waybar/modules | 10 +- config/waybar/style/[Extra] EverForest.css | 230 +++++++++++++++++++++++++++++ config/waybar/style/everforest.css | 224 ---------------------------- 5 files changed, 377 insertions(+), 351 deletions(-) delete mode 100644 config/waybar/configs/Everforest create mode 100644 config/waybar/configs/[TOP] Everforest create mode 100644 config/waybar/style/[Extra] EverForest.css delete mode 100644 config/waybar/style/everforest.css diff --git a/config/waybar/configs/Everforest b/config/waybar/configs/Everforest deleted file mode 100644 index 92b0ac42..00000000 --- a/config/waybar/configs/Everforest +++ /dev/null @@ -1,124 +0,0 @@ -/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ -/* -- designed by https://github.com/DevNChill */ -// ### Everforest ### // - -{ -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "top", -//"spacing": 6, -"fixed-center": true, -"ipc": true, -//"margin-top": 3, -//"margin-left": 8, -//"margin-right": 8, - -"modules-left": [ - "custom/arch", - "custom/separator#blank_2", - "hyprland/workspaces#rw", - "custom/separator#blank_2", -// "mpris", - "custom/swaync", - "tray", - ], -"modules-center": [ - "clock#forest", - "idle_inhibitor", - ], -"modules-right": [ - "cpu#forest", - "memory#forest", - "temperature", - "disk#forest", - "custom/separator#blank_2", - "backlight", - ""battery#forest"", - "custom/separator#blank_2", - "group/audio", - ], - -// Additional / Edited Waybar Modules // -"custom/arch": { - "format":"๏Œƒ ", - "tooltip": false, - "on-click": "rofi -show drun" -}, -"clock#forest": { - "format": "{:%A %d.%m.%Y - %H:%M}", - "tooltip-format": "{:%Y %B}\n{calendar}", - "calendar-weeks-pos": "right", - "today-format": "{}", - "format-calendar": "{}", - "format-calendar-weeks": "W{:%V}", - "format-calendar-weekdays": "{}", - "on-scroll": { - "calendar": 1 - } -}, -"battery#forest": { - //"interval": 5, - "align": 0, - "rotate": 0, - //"bat": "BAT1", - //"adapter": "ACAD", - "full-at": 100, - "design-capacity": false, - "states": { - "good": 95, - "warning": 30, - "critical": 15 - }, - "format": "Battery {icon} {capacity}%", - "format-charging": "Battery ๏ƒง {capacity}%", - "format-plugged": "Battery ๓ฑ˜– {capacity}%", - "format-alt-click": "click", - "format-full": "Battery {icon} Full", - "format-alt": "Battery {icon} {time}", - "format-icons": [ - "๓ฐ‚Ž", "๓ฐบ", "๓ฐป", "๓ฐผ", "๓ฐฝ", "๓ฐพ", "๓ฐฟ", "๓ฐ‚€", "๓ฐ‚", "๓ฐ‚‚", "๓ฐน" - ], - "format-time": "{H}h {M}min", - "tooltip": true, - "tooltip-format": "{timeTo} {power}w", - "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh", - "on-click-right": "~/.config/hypr/scripts/Wlogout.sh", -}, - -"cpu#forest": { - "format": "Cpu ๓ฐ› {usage}%", - "interval": 1, - "min-length": 5, - "format-alt-click": "click", - "format-alt": "{icon0}{icon1}{icon2}{icon3} {usage:>2}% ๓ฐ›", - "format-icons": [ - "โ–", "โ–‚", "โ–ƒ", "โ–„", "โ–…", "โ–†", "โ–‡", "โ–ˆ" - ], - "on-click-right": "gnome-system-monitor", -}, - -"disk#forest": { - "interval": 30, - //"format": "Disk ๓ฐ‹Š", - "path": "/", - //"format-alt-click": "click", - "format": "Disk ๓ฐ‹Š {used}", - "on-click-right": "baobab", -// "tooltip": true, -// "tooltip-format": "Disk {used} used out of {total} on {path} ({percentage_used}%)", -}, - -"memory#forest": { - "interval": 10, - "format": "Ram ๓ฐพ† {used:0.1f}G", - "format-alt": "Ram {percentage}% ๓ฐพ†", - "format-alt-click": "click", - "tooltip": true, - "tooltip-format": "Ram {used:0.1f}GB/{total:0.1f}G", - "on-click-right": "kitty --title btop sh -c 'btop'" -}, -} - diff --git a/config/waybar/configs/[TOP] Everforest b/config/waybar/configs/[TOP] Everforest new file mode 100644 index 00000000..7ad9c175 --- /dev/null +++ b/config/waybar/configs/[TOP] Everforest @@ -0,0 +1,140 @@ +/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ +/* -- designed by https://github.com/DevNChill */ +// ### Everforest ### // + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +//"spacing": 6, +"fixed-center": true, +"ipc": true, +//"margin-top": 3, +//"margin-left": 8, +//"margin-right": 8, + +"modules-left": [ + "custom/arch", + "custom/separator#blank_2", + "hyprland/workspaces#rw", + "custom/separator#blank_2", +// "mpris", + "custom/swaync", + "tray", + ], +"modules-center": [ + "clock#forest", + "idle_inhibitor", + ], +"modules-right": [ + "cpu#forest", + "memory#forest", + "temperature#forest", + "disk#forest", + "custom/separator#blank_2", + "backlight", + "battery#forest", + "custom/separator#blank_2", + "group/audio", + ], + +// Additional / Edited Waybar Modules // +"custom/arch": { + "format":"๏Œƒ ", + "tooltip": false, + "on-click": "rofi -show drun" +}, +"clock#forest": { + "format": "{:%A %d.%m.%Y - %H:%M}", + "tooltip-format": "{:%Y %B}\n{calendar}", + "calendar-weeks-pos": "right", + "today-format": "{}", + "format-calendar": "{}", + "format-calendar-weeks": "W{:%V}", + "format-calendar-weekdays": "{}", + "on-scroll": { + "calendar": 1 + } +}, +"battery#forest": { + //"interval": 5, + "align": 0, + "rotate": 0, + //"bat": "BAT1", + //"adapter": "ACAD", + "full-at": 100, + "design-capacity": false, + "states": { + "good": 95, + "warning": 30, + "critical": 15 + }, + "format": "Battery {icon} {capacity}%", + "format-charging": "Battery ๏ƒง {capacity}%", + "format-plugged": "Battery ๓ฑ˜– {capacity}%", + "format-alt-click": "click", + "format-full": "Battery {icon} Full", + "format-alt": "Battery {icon} {time}", + "format-icons": [ + "๓ฐ‚Ž", "๓ฐบ", "๓ฐป", "๓ฐผ", "๓ฐฝ", "๓ฐพ", "๓ฐฟ", "๓ฐ‚€", "๓ฐ‚", "๓ฐ‚‚", "๓ฐน" + ], + "format-time": "{H}h {M}min", + "tooltip": true, + "tooltip-format": "{timeTo} {power}w", + "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh", + "on-click-right": "~/.config/hypr/scripts/Wlogout.sh", +}, + +"cpu#forest": { + "format": "Cpu ๓ฐ› {usage}%", + "interval": 1, + "min-length": 5, + "format-alt-click": "click", + "format-alt": "{icon0}{icon1}{icon2}{icon3} {usage:>2}% ๓ฐ›", + "format-icons": [ + "โ–", "โ–‚", "โ–ƒ", "โ–„", "โ–…", "โ–†", "โ–‡", "โ–ˆ" + ], + "on-click-right": "gnome-system-monitor", +}, + +"disk#forest": { + "interval": 30, + //"format": "Disk ๓ฐ‹Š", + "path": "/", + //"format-alt-click": "click", + "format": "Disk ๓ฐ‹Š {used}", + "on-click-right": "baobab", +// "tooltip": true, +// "tooltip-format": "Disk {used} used out of {total} on {path} ({percentage_used}%)", +}, + +"memory#forest": { + "interval": 10, + "format": "Ram ๓ฐพ† {used:0.1f}G", + "format-alt": "Ram {percentage}% ๓ฐพ†", + "format-alt-click": "click", + "tooltip": true, + "tooltip-format": "Ram {used:0.1f}GB/{total:0.1f}G", + "on-click-right": "kitty --title btop sh -c 'btop'" +}, +"temperature#forest": { + "interval": 10, + "tooltip": true, + "hwmon-path": [ + "/sys/class/hwmon/hwmon1/temp1_input", + "/sys/class/thermal/thermal_zone0/temp" + ], + //"thermal-zone": 0, + "critical-threshold": 82, + "format-critical": "Temp {icon} {temperatureC}ยฐC", + "format": "Temp {icon} {temperatureC}ยฐC", + "format-icons": [ + " ๓ฐˆธ" + ], + "on-click-right": "kitty --title nvtop sh -c 'nvtop'" +}, +} + diff --git a/config/waybar/modules b/config/waybar/modules index 3b920fe1..a5a2508f 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -194,16 +194,20 @@ "title<.*reddit.*>": "๏Ё ", "title<.*Picture-in-Picture.*>": "๏”ฌ ", "class": "๏‰ฉ ", - "class": "๏„  ", + "class": "๎ฏ† ", + "class": "๏‰จ ", + "class": "๎ˆ— ", + "class<[Ss]potify>": "๏€ ", + "class": "๓ฐจž", "class": "๏„  ", "class": "๓ฐฐ ", - "class": "๏‡ฟ ", + "class": "๏‡ฟ ", "class": "๏‡ฟ ", "class": "๓ฐ…ณ ", "class": "๏€ฝ ", "class": "๓ฐކ ", "class": "๓ฐจž ", - "class": "๓ฐจž ", + "class": "๓ฐจž ", "class": "๓ฐ…ฉ ", "class": "๏…œ ", "class": "๎šฅ ", diff --git a/config/waybar/style/[Extra] EverForest.css b/config/waybar/style/[Extra] EverForest.css new file mode 100644 index 00000000..0d9c57a1 --- /dev/null +++ b/config/waybar/style/[Extra] EverForest.css @@ -0,0 +1,230 @@ +/* ----------- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ -------- */ +/* --- Designed by https://github.com/DevNChill --- */ + +/* Extra - EverForest*/ + +@define-color bg_dim #232A2E; +@define-color black #000000; +@define-color white #FFFFFF; +@define-color bg0 #2D353B; +@define-color bg1 #343F44; +@define-color bg2 #3D484D; +@define-color bg3 #475258; +@define-color bg4 #4F585E; +@define-color bg5 #56635f; +@define-color bg_visual #543A48; +@define-color bg_red #514045; +@define-color bg_green #425047; +@define-color bg_blue #3A515D; +@define-color bg_yellow #4D4C43; +@define-color fg #D3C6AA; +@define-color red #E67E80; +@define-color orange #E69875; +@define-color yellow #DBBC7F; +@define-color green #A7C080; +@define-color aqua #83C092; +@define-color blue #7FBBB3; +@define-color purple #D699B6; +@define-color grey0 #7A8478; +@define-color grey1 #859289; +@define-color grey2 #9DA9A0; + +* { + font-family: "JetBrainsMono Nerd Font"; + font-weight: bold; + min-height: 0; + /*font-size: 97%;*/ + font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; + border: 1px solid transparent; + border-radius: 0px; + margin: 0px 1px; +} + +window#waybar { + border: none; + /*background-color: @bg_green;*/ + background-color: @bg_green; + color: @fg; + transition-property: background-color; + transition-duration: 0.5s; +} + +.modules-left button:first-child { + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; + margin-left: 5px; +} + +.modules-left button:last-child { + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + margin-right: 5px; +} + +#custom-arch { + background-color: @bg; + color: @red; +} + +#custom-swaync { + color: @yellow; +} +#workspaces button { + padding: 0px 5px; + background-color: @orange; + color: @black; +} + +#workspaces button.active { + background-color: @grey0; + color: @black; + animation: gradient_f 20s ease-in infinite; + /*transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);*/ +} +#workspaces button:hover { + background-color: @purple; + color: @black; +} + +#workspaces button.focused { + background-color: @green; + color: @bg0; +} + +#workspaces button.urgent { + background-color: @red; /* Keeps the original color */ + color: @white; /* Sets text color to white for better contrast */ + border: 2px solid @red; /* Adds a border with the same color */ + box-shadow: 0 0 10px @red; /* Adds a glow effect */ + font-weight: bold; /* Makes text bold for more emphasis */ + transition: + background-color 0.3s, + box-shadow 0.3s; /* Smooth transition for hover effect */ +} + +#window { + padding: 0px 10px; + margin: 0px 10px; + border-radius: 5px; + background-color: @bg0; +} +window#waybar.empty #window { + background: none; +} + +#cpu { + border-radius: 5px 0px 0px 5px; + padding: 0px 5px; + background-color: @yellow; + color: @bg_yellow; +} + +#memory { + padding: 0px 5px; + background-color: @yellow; + color: @bg_yellow; +} + +#temperature { + padding: 0px 5px; + background-color: @green; + color: @bg_yellow; +} +#temperature.critical { + background-color: @red; +} + +#disk { + border-radius: 0px 5px 5px 0px; + padding: 0px 5px; + margin-right: 5px; + background-color: @green; + color: @bg_yellow; +} + +#battery { + border-radius: 5px 0px 0px 5px; +} +#battery.bat2 { + border-radius: 0px 5px 5px 0px; +} + +.modules-left :last-child { + border-radius: 0px 5px 5px 0px; +} +#battery { + padding: 0px 5px; + background-color: @aqua; + color: @bg_yellow; +} +#battery.plugged { + color: @fg; + background-color: @bg_green; +} +#battery.charging { + color: @fg; + background-color: @bg_green; +} +#battery.critical:not(.charging) { + background-color: @red; + color: @fg; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} +@keyframes blink { + to { + background-color: @fg; + color: @bg_dim; + } +} + +#backlight { + border-radius: 5px 0px 0px 5px; + padding: 0px 5px; + margin-left: 5px; + background-color: @red; + color: @black; +} + +#pulseaudio { + padding: 0px 5px; + border-radius: 0px 5px 5px 0px; + background-color: @blue; + color: @bg_yellow; +} + +#pulseaudio.muted { + background-color: @grey1; + color: @bg_yellow; +} + +#tray { + padding: 0px 5px; + border-radius: 5px; + margin-left: 5px; + color: @fg; + background-color: @bg0; +} + +#idle_inhibitor { + padding: 0px 5px; + border-radius: 5px; + margin-left: 5px; + background-color: @blue; + color: @black; +} +#idle_inhibitor.activated { + background-color: @fg; + color: @bg0; +} + +#clock { + padding: 0px 5px; + border-radius: 5px; + margin: 0px 5px; + color: @bg_yellow; + background-color: @aqua; +} diff --git a/config/waybar/style/everforest.css b/config/waybar/style/everforest.css deleted file mode 100644 index 472893a3..00000000 --- a/config/waybar/style/everforest.css +++ /dev/null @@ -1,224 +0,0 @@ -@define-color bg_dim #232A2E; -@define-color black #000000; -@define-color white #FFFFFF; -@define-color bg0 #2D353B; -@define-color bg1 #343F44; -@define-color bg2 #3D484D; -@define-color bg3 #475258; -@define-color bg4 #4F585E; -@define-color bg5 #56635f; -@define-color bg_visual #543A48; -@define-color bg_red #514045; -@define-color bg_green #425047; -@define-color bg_blue #3A515D; -@define-color bg_yellow #4D4C43; -@define-color fg #D3C6AA; -@define-color red #E67E80; -@define-color orange #E69875; -@define-color yellow #DBBC7F; -@define-color green #A7C080; -@define-color aqua #83C092; -@define-color blue #7FBBB3; -@define-color purple #D699B6; -@define-color grey0 #7A8478; -@define-color grey1 #859289; -@define-color grey2 #9DA9A0; -* { - font-family: "JetBrainsMono Nerd Font"; - font-weight: bold; - min-height: 0; - /*font-size: 97%;*/ - font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; - border: 1px solid transparent; - border-radius: 0px; - margin: 0px 1px; -} - -window#waybar { - border: none; - /*background-color: @bg_green;*/ - background-color: @bg_green; - color: @fg; - transition-property: background-color; - transition-duration: 0.5s; -} - -.modules-left button:first-child { - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; - margin-left: 5px; -} - -.modules-left button:last-child { - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; - margin-right: 5px; -} - -#custom-arch { - background-color: @bg; - color: @red; -} - -#custom-swaync { - color: @yellow; -} -#workspaces button { - padding: 0px 5px; - background-color: @orange; - color: @black; -} - -#workspaces button.active { - background-color: @grey0; - color: @black; - animation: gradient_f 20s ease-in infinite; - /*transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);*/ -} -#workspaces button:hover { - background-color: @purple; - color: @black; -} - -#workspaces button.focused { - background-color: @green; - color: @bg0; -} - -#workspaces button.urgent { - background-color: @red; /* Keeps the original color */ - color: @white; /* Sets text color to white for better contrast */ - border: 2px solid @red; /* Adds a border with the same color */ - box-shadow: 0 0 10px @red; /* Adds a glow effect */ - font-weight: bold; /* Makes text bold for more emphasis */ - transition: - background-color 0.3s, - box-shadow 0.3s; /* Smooth transition for hover effect */ -} - -#window { - padding: 0px 10px; - margin: 0px 10px; - border-radius: 5px; - background-color: @bg0; -} -window#waybar.empty #window { - background: none; -} - -#cpu { - border-radius: 5px 0px 0px 5px; - padding: 0px 5px; - background-color: @yellow; - color: @bg_yellow; -} - -#memory { - padding: 0px 5px; - background-color: @yellow; - color: @bg_yellow; -} - -#temperature { - padding: 0px 5px; - background-color: @green; - color: @bg_yellow; -} -#temperature.critical { - background-color: @red; -} - -#disk { - border-radius: 0px 5px 5px 0px; - padding: 0px 5px; - margin-right: 5px; - background-color: @green; - color: @bg_yellow; -} - -#battery { - border-radius: 5px 0px 0px 5px; -} -#battery.bat2 { - border-radius: 0px 5px 5px 0px; -} - -.modules-left :last-child { - border-radius: 0px 5px 5px 0px; -} -#battery { - padding: 0px 5px; - background-color: @aqua; - color: @bg_yellow; -} -#battery.plugged { - color: @fg; - background-color: @bg_green; -} -#battery.charging { - color: @fg; - background-color: @bg_green; -} -#battery.critical:not(.charging) { - background-color: @red; - color: @fg; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; -} -@keyframes blink { - to { - background-color: @fg; - color: @bg_dim; - } -} - -#backlight { - border-radius: 5px 0px 0px 5px; - padding: 0px 5px; - margin-left: 5px; - background-color: @red; - color: @black; -} - -#pulseaudio { - padding: 0px 5px; - border-radius: 0px 5px 5px 0px; - background-color: @blue; - color: @bg_yellow; -} - -#pulseaudio.muted { - background-color: @grey1; - color: @bg_yellow; -} - -#tray { - padding: 0px 5px; - border-radius: 5px; - margin-left: 5px; - color: @fg; - background-color: @bg0; -} - -#idle_inhibitor { - padding: 0px 5px; - border-radius: 5px; - margin-left: 5px; - background-color: @blue; - color: @black; -} -#idle_inhibitor.activated { - background-color: @fg; - color: @bg0; -} - -#clock { - padding: 0px 5px; - border-radius: 5px; - margin: 0px 5px; - color: @bg_yellow; - background-color: @aqua; -} -- cgit v1.2.3 From a3b8dbc1df4afd76511c779a8cf85d3f260d9146 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 29 Aug 2024 00:26:12 +0900 Subject: updated waybar - everforest --- config/waybar/style/[Extra] EverForest.css | 130 +++++++++++++++++++++++++---- 1 file changed, 116 insertions(+), 14 deletions(-) diff --git a/config/waybar/style/[Extra] EverForest.css b/config/waybar/style/[Extra] EverForest.css index 0d9c57a1..89a397c2 100644 --- a/config/waybar/style/[Extra] EverForest.css +++ b/config/waybar/style/[Extra] EverForest.css @@ -33,7 +33,8 @@ font-family: "JetBrainsMono Nerd Font"; font-weight: bold; min-height: 0; - /*font-size: 97%;*/ + /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ + font-size: 97%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; border: 1px solid transparent; border-radius: 0px; @@ -49,6 +50,22 @@ window#waybar { transition-duration: 0.5s; } +window#waybar.hidden { + opacity: 0.5; +} + +#window { + padding: 0px 10px; + margin: 0px 10px; + border-radius: 5px; + background-color: @bg0; +} + +window#waybar.empty, +window#waybar.empty #window { + background: none; +} + .modules-left button:first-child { border-top-left-radius: 5px; border-bottom-left-radius: 5px; @@ -61,6 +78,7 @@ window#waybar { margin-right: 5px; } +#custom-menu, #custom-arch { background-color: @bg; color: @red; @@ -75,12 +93,15 @@ window#waybar { color: @black; } +#taskbar button.active, #workspaces button.active { background-color: @grey0; color: @black; animation: gradient_f 20s ease-in infinite; /*transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);*/ } + +#taskbar button:hover, #workspaces button:hover { background-color: @purple; color: @black; @@ -102,16 +123,6 @@ window#waybar { box-shadow 0.3s; /* Smooth transition for hover effect */ } -#window { - padding: 0px 10px; - margin: 0px 10px; - border-radius: 5px; - background-color: @bg0; -} -window#waybar.empty #window { - background: none; -} - #cpu { border-radius: 5px 0px 0px 5px; padding: 0px 5px; @@ -142,9 +153,6 @@ window#waybar.empty #window { color: @bg_yellow; } -#battery { - border-radius: 5px 0px 0px 5px; -} #battery.bat2 { border-radius: 0px 5px 5px 0px; } @@ -153,6 +161,7 @@ window#waybar.empty #window { border-radius: 0px 5px 5px 0px; } #battery { + border-radius: 5px 0px 0px 5px; padding: 0px 5px; background-color: @aqua; color: @bg_yellow; @@ -189,6 +198,7 @@ window#waybar.empty #window { color: @black; } +#network, #pulseaudio { padding: 0px 5px; border-radius: 0px 5px 5px 0px; @@ -228,3 +238,95 @@ window#waybar.empty #window { color: @bg_yellow; background-color: @aqua; } + +#pulseaudio-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; +} + +#pulseaudio-slider trough { + min-width: 80px; + min-height: 5px; + border-radius: 5px; + background-color: #22252a; +} + +#pulseaudio-slider highlight { + min-height: 10px; + border-radius: 5px; + background-color: #ba5663; +} + +#backlight-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; +} + +#backlight-slider trough { + min-width: 80px; + min-height: 10px; + border-radius: 5px; + background-color: #22252a; +} + +#backlight-slider highlight { + min-width: 10px; + border-radius: 5px; + background-color: #ba5663; +} + +#backlight, +#backlight-slider, +#battery, +#bluetooth, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state, +#memory, +#mode, +#mpris, +#network, +#power-profiles-daemon, +#pulseaudio, +#pulseaudio-slider, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, +#custom-backlight, +#custom-cycle_wall, +#custom-hint, +#custom-keyboard, +#custom-light_dark, +#custom-lock, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-swaync, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default, +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + padding-right: 5px; + padding-left: 5px; +} \ No newline at end of file -- cgit v1.2.3 From e1c3050974d017ab40c607a548aeee9b7d85ed39 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 29 Aug 2024 01:05:52 +0900 Subject: new rofi-menu --- config/rofi/config-calc.rasi | 2 +- config/rofi/config-clipboard.rasi | 2 +- config/rofi/config-compact.rasi | 2 +- config/rofi/config-emoji.rasi | 2 +- config/rofi/config-rofi-Beats-menu.rasi | 2 +- config/rofi/config-search.rasi | 2 +- config/rofi/config-wallpaper-effect.rasi | 2 +- config/rofi/config-wallpaper.rasi | 2 +- config/rofi/config-waybar-style.rasi | 2 +- config/rofi/config-zsh-theme.rasi | 2 +- config/rofi/config.rasi | 28 ++- config/rofi/master-config.rasi | 2 + config/rofi/resolution/1080p/config.rasi | 28 ++- config/rofi/resolution/1080p/master-config.rasi | 235 ++++++++++++++++++++++++ config/rofi/resolution/1440p/config.rasi | 33 ++-- config/rofi/resolution/1440p/master-config.rasi | 235 ++++++++++++++++++++++++ 16 files changed, 556 insertions(+), 25 deletions(-) create mode 100644 config/rofi/resolution/1080p/master-config.rasi create mode 100644 config/rofi/resolution/1440p/master-config.rasi diff --git a/config/rofi/config-calc.rasi b/config/rofi/config-calc.rasi index bcb0f665..9f663e84 100644 --- a/config/rofi/config-calc.rasi +++ b/config/rofi/config-calc.rasi @@ -2,7 +2,7 @@ /* Main Config Calculator */ /* Submitted by: https://github.com/JosephArmas */ -@import "~/.config/rofi/config.rasi" +@import "~/.config/rofi/master-config.rasi" /* ---- Entry ---- */ entry { diff --git a/config/rofi/config-clipboard.rasi b/config/rofi/config-clipboard.rasi index 2a002a29..81362d22 100644 --- a/config/rofi/config-clipboard.rasi +++ b/config/rofi/config-clipboard.rasi @@ -1,7 +1,7 @@ /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ /* Clipboard Config - Clipboard */ -@import "~/.config/rofi/config.rasi" +@import "~/.config/rofi/master-config.rasi" /* ---- Entry ---- */ entry { diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index f16e99aa..42b09f30 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -1,7 +1,7 @@ /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ /* Main Config (compact) */ -@import "~/.config/rofi/config.rasi" +@import "~/.config/rofi/master-config.rasi" /* ---- Configuration ---- */ configuration { diff --git a/config/rofi/config-emoji.rasi b/config/rofi/config-emoji.rasi index 8aca6aa2..0fe6e706 100644 --- a/config/rofi/config-emoji.rasi +++ b/config/rofi/config-emoji.rasi @@ -1,7 +1,7 @@ /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ /* Main Config - emoji */ -@import "~/.config/rofi/config.rasi" +@import "~/.config/rofi/master-config.rasi" /* ---- Entry ---- */ entry { diff --git a/config/rofi/config-rofi-Beats-menu.rasi b/config/rofi/config-rofi-Beats-menu.rasi index fd2e194e..af81e57d 100644 --- a/config/rofi/config-rofi-Beats-menu.rasi +++ b/config/rofi/config-rofi-Beats-menu.rasi @@ -1,7 +1,7 @@ /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ /* Rofi Beats Config (compact) */ -@import "~/.config/rofi/config-compact.rasi" +@import "~/.config/rofi/master-config.rasi" /* ---- Entry ---- */ entry { diff --git a/config/rofi/config-search.rasi b/config/rofi/config-search.rasi index 3195aa96..a1f55763 100644 --- a/config/rofi/config-search.rasi +++ b/config/rofi/config-search.rasi @@ -1,7 +1,7 @@ /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ /* Rofi Config for Google Search) */ -@import "~/.config/rofi/config.rasi" +@import "~/.config/rofi/master-config.rasi" /* ---- Window ---- */ window { diff --git a/config/rofi/config-wallpaper-effect.rasi b/config/rofi/config-wallpaper-effect.rasi index d9b27d6b..25dd2723 100644 --- a/config/rofi/config-wallpaper-effect.rasi +++ b/config/rofi/config-wallpaper-effect.rasi @@ -1,7 +1,7 @@ /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ /* Wallpaper Effects */ -@import "~/.config/rofi/config.rasi" +@import "~/.config/rofi/master-config.rasi" /* ---- Entry ---- */ entry { diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index 07960f8e..fd00948e 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.rasi @@ -1,7 +1,7 @@ /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ /* Main Config (wallpaper) */ -@import "~/.config/rofi/config.rasi" +@import "~/.config/rofi/master-config.rasi" /* ---- Configuration ---- */ configuration { diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi index 3be6c9e9..0760710c 100644 --- a/config/rofi/config-waybar-style.rasi +++ b/config/rofi/config-waybar-style.rasi @@ -1,7 +1,7 @@ /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ /* Main Config (waybar) */ -@import "~/.config/rofi/config.rasi" +@import "~/.config/rofi/master-config.rasi" /* ---- Configuration ---- */ configuration { diff --git a/config/rofi/config-zsh-theme.rasi b/config/rofi/config-zsh-theme.rasi index 2684d109..936ce566 100644 --- a/config/rofi/config-zsh-theme.rasi +++ b/config/rofi/config-zsh-theme.rasi @@ -1,7 +1,7 @@ /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ /* Main Config (compact) */ -@import "~/.config/rofi/config.rasi" +@import "~/.config/rofi/master-config.rasi" /* ---- Configuration ---- */ configuration { diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 59576860..e675a843 100755 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -8,7 +8,31 @@ configuration { font: "Fira Code SemiBold 12"; } -element-text { - font: "Fira Code SemiBold 14"; +/* ---- Window ---- */ +window { + width: 60%; +} +/* ---- Listview ---- */ +listview { + columns: 6; + lines: 4; + fixed-height: true; +} + +/* ---- Element ---- */ +element { + orientation: vertical; + padding: 12px; + spacing: 6px; + border-radius: 20px; } +element-icon { + size: 6%; +} + +element-text { + font: "Fira Code SemiBold 12"; + vertical-align: 0.5; + horizontal-align: 0.5; +} \ No newline at end of file diff --git a/config/rofi/master-config.rasi b/config/rofi/master-config.rasi index fe24cd61..f422dc80 100644 --- a/config/rofi/master-config.rasi +++ b/config/rofi/master-config.rasi @@ -4,6 +4,7 @@ /* ---- Configuration ---- */ configuration { + font: "Fira Code SemiBold 12"; modi: "drun,run,filebrowser"; show-icons: true; display-drun: "Apps"; @@ -205,6 +206,7 @@ element-icon { cursor: inherit; } element-text { + font: "Fira Code SemiBold 12"; background-color: transparent; text-color: inherit; cursor: inherit; diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 59576860..e675a843 100755 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -8,7 +8,31 @@ configuration { font: "Fira Code SemiBold 12"; } -element-text { - font: "Fira Code SemiBold 14"; +/* ---- Window ---- */ +window { + width: 60%; +} +/* ---- Listview ---- */ +listview { + columns: 6; + lines: 4; + fixed-height: true; +} + +/* ---- Element ---- */ +element { + orientation: vertical; + padding: 12px; + spacing: 6px; + border-radius: 20px; } +element-icon { + size: 6%; +} + +element-text { + font: "Fira Code SemiBold 12"; + vertical-align: 0.5; + horizontal-align: 0.5; +} \ No newline at end of file diff --git a/config/rofi/resolution/1080p/master-config.rasi b/config/rofi/resolution/1080p/master-config.rasi new file mode 100644 index 00000000..c014a374 --- /dev/null +++ b/config/rofi/resolution/1080p/master-config.rasi @@ -0,0 +1,235 @@ +/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ +/* Master Config 1080p*/ + +/* ---- Configuration ---- */ + +configuration { + font: "Fira Code SemiBold 12"; + modi: "drun,run,filebrowser"; + show-icons: true; + display-drun: "Apps"; + display-run: "Run"; + display-filebrowser: "Files"; + display-window: "Windows"; + drun-display-format: "{name}"; + hover-select: true; + me-select-entry: "MouseSecondary"; + me-accept-entry: "MousePrimary"; + window-format: "{w} ยท {c} ยท {t}"; + dpi: 1; +} + +/* ---- Load wallust colors ---- */ +@theme "~/.config/rofi/wallust/colors-rofi.rasi" + +/* ---- Global Properties ---- */ +* { + + background-alt: @selected-active-background; // Buttons background + selected: @selected-urgent-background; // Button selected + active: @selected-normal-background; // Window activated + urgent: @selected; // When hovering the activated window (maybe more?) + + text-selected: @background; + text-color: @foreground; + border-color: @selected; +} + +/* ---- Window ---- */ +window { + // Default + enabled: true; + fullscreen: false; + transparency: "real"; + cursor: "default"; + spacing: 0px; + border: 2px; + border-radius: 30px; + location: center; + anchor: center; + + // Style Values + width: 50%; + background-color: @background; +} + +/* ----- Main Box ----- */ +mainbox { + padding: 15px; + enabled: true; + orientation: vertical; + children: [ "inputbar", "listbox" ]; + background-color: transparent; +} + + +/* ---- Inputbar ---- */ +inputbar { + enabled: true; + padding: 10px 10px 100px 10px; + margin: 10px; + background-color: transparent; + border-radius: 25px; + orientation: horizontal; + children: ["entry", "dummy", "mode-switcher" ]; + background-image: url("~/.config/rofi/.current_wallpaper", width); +} + +/* ---- Entry input ---- */ +entry { + enabled: true; + expand: false; + width: 20%; + padding: 10px; + border-radius: 12px; + background-color: @selected; + text-color: @text-selected; + cursor: text; + placeholder: "๐Ÿ–ฅ๏ธ Search "; // << Search symbol + placeholder-color: inherit; +} + +/* ---- Listbox ---- */ +listbox { + spacing: 10px; + padding: 10px; + background-color: transparent; + orientation: vertical; + children: [ "message", "listview" ]; +} + +/* ---- Listview ---- */ +listview { + enabled: true; + columns: 2; + lines: 6; + cycle: true; + dynamic: true; + scrollbar: true; + layout: vertical; + reverse: false; + fixed-height: false; + fixed-columns: true; + spacing: 10px; + background-color: transparent; + +// Adapt rofi theme + border: 0px; +} + +/* ---- Dummy ---- */ +dummy { + expand: true; + background-color: transparent; +} + +/* ---- Mode Switcher ---- */ +mode-switcher{ + enabled: true; + spacing: 10px; + background-color: transparent; +} +button { + width: 5%; + padding: 12px; + border-radius: 12px; + background-color: @text-selected; + text-color: @text-color; + cursor: pointer; +} +button selected { + background-color: @selected; + text-color: @text-selected; +} + +/* ---- Scrollbar ---- */ +scrollbar { + width: 4px ; + border: 0; + handle-color: @border-color; + handle-width: 8px ; + padding: 0; +} + +/* ---- Elements ---- */ +element { + enabled: true; + spacing: 10px; + padding: 10px; + border-radius: 12px; + background-color: transparent; + cursor: pointer; +} + +element normal.normal { + background-color: inherit; + text-color: inherit; +} +element normal.urgent { + background-color: @urgent; + text-color: @foreground; +} +element normal.active { + background-color: @active; + text-color: @foreground; +} + +element selected.normal { + background-color: @selected; + text-color: @text-selected; +} +element selected.urgent { + background-color: @urgent; + text-color: @text-selected; +} +element selected.active { + background-color: @urgent; + text-color: @text-selected; +} +// Adapt rofi theme +element alternate.normal { + background-color: transparent; + text-color: inherit; +} +element alternate.urgent { + background-color: transparent; + text-color: inherit; +} +element alternate.active { + background-color: transparent; + text-color: inherit; +} +element-icon { + background-color: transparent; + text-color: inherit; + size: 36px; + cursor: inherit; +} +element-text { + font: "Fira Code SemiBold 12"; + background-color: transparent; + text-color: inherit; + cursor: inherit; + vertical-align: 0.5; + horizontal-align: 0.0; +} + +/* ---- Message ---- */ +message { + background-color: transparent; + border: 0px; +} +textbox { + padding: 12px; + border-radius: 10px; + background-color: @background-alt; + text-color: @background; + vertical-align: 0.5; + horizontal-align: 0.0; +} +error-message { + padding: 12px; + border-radius: 20px; + background-color: @background-alt; + text-color: @background; +} diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index b72c1001..07809fbb 100755 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -3,13 +3,9 @@ @import "~/.config/rofi/master-config.rasi" -/* ---- Configuration ---- */ -configuration { - font: "Fira Code SemiBold 13"; -} /* ---- Window ---- */ window { - width: 40%; + width: 60%; } /* ---- Entry input ---- */ @@ -17,17 +13,32 @@ entry { width: 18%; } +/* ---- Mode Switcher ---- */ +button { + width: 110px; +} + /* ---- Listview ---- */ listview { - lines: 8; + columns: 6; + lines: 4; + fixed-height: true; } -/* ---- Mode Switcher ---- */ -button { - width: 110px; +/* ---- Element ---- */ +element { + orientation: vertical; + padding: 12px; + spacing: 6px; + border-radius: 20px; } -element-text { - font: "Fira Code SemiBold 16"; +element-icon { + size: 5%; } +element-text { + font: "Fira Code SemiBold 12"; + vertical-align: 0.5; + horizontal-align: 0.5; +} diff --git a/config/rofi/resolution/1440p/master-config.rasi b/config/rofi/resolution/1440p/master-config.rasi new file mode 100644 index 00000000..62fba440 --- /dev/null +++ b/config/rofi/resolution/1440p/master-config.rasi @@ -0,0 +1,235 @@ +/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ +/* Master Config 1440p*/ + +/* ---- Configuration ---- */ + +configuration { + font: "Fira Code SemiBold 13"; + modi: "drun,run,filebrowser"; + show-icons: true; + display-drun: "Apps"; + display-run: "Run"; + display-filebrowser: "Files"; + display-window: "Windows"; + drun-display-format: "{name}"; + hover-select: true; + me-select-entry: "MouseSecondary"; + me-accept-entry: "MousePrimary"; + window-format: "{w} ยท {c} ยท {t}"; + dpi: 1; +} + +/* ---- Load wallust colors ---- */ +@theme "~/.config/rofi/wallust/colors-rofi.rasi" + +/* ---- Global Properties ---- */ +* { + + background-alt: @selected-active-background; // Buttons background + selected: @selected-urgent-background; // Button selected + active: @selected-normal-background; // Window activated + urgent: @selected; // When hovering the activated window (maybe more?) + + text-selected: @background; + text-color: @foreground; + border-color: @selected; +} + +/* ---- Window ---- */ +window { + // Default + enabled: true; + fullscreen: false; + transparency: "real"; + cursor: "default"; + spacing: 0px; + border: 2px; + border-radius: 30px; + location: center; + anchor: center; + + // Style Values + width: 50%; + background-color: @background; +} + +/* ----- Main Box ----- */ +mainbox { + padding: 15px; + enabled: true; + orientation: vertical; + children: [ "inputbar", "listbox" ]; + background-color: transparent; +} + + +/* ---- Inputbar ---- */ +inputbar { + enabled: true; + padding: 10px 10px 100px 10px; + margin: 10px; + background-color: transparent; + border-radius: 25px; + orientation: horizontal; + children: ["entry", "dummy", "mode-switcher" ]; + background-image: url("~/.config/rofi/.current_wallpaper", width); +} + +/* ---- Entry input ---- */ +entry { + enabled: true; + expand: false; + width: 20%; + padding: 10px; + border-radius: 12px; + background-color: @selected; + text-color: @text-selected; + cursor: text; + placeholder: "๐Ÿ–ฅ๏ธ Search "; // << Search symbol + placeholder-color: inherit; +} + +/* ---- Listbox ---- */ +listbox { + spacing: 10px; + padding: 10px; + background-color: transparent; + orientation: vertical; + children: [ "message", "listview" ]; +} + +/* ---- Listview ---- */ +listview { + enabled: true; + columns: 2; + lines: 6; + cycle: true; + dynamic: true; + scrollbar: true; + layout: vertical; + reverse: false; + fixed-height: false; + fixed-columns: true; + spacing: 10px; + background-color: transparent; + +// Adapt rofi theme + border: 0px; +} + +/* ---- Dummy ---- */ +dummy { + expand: true; + background-color: transparent; +} + +/* ---- Mode Switcher ---- */ +mode-switcher{ + enabled: true; + spacing: 10px; + background-color: transparent; +} +button { + width: 5%; + padding: 12px; + border-radius: 12px; + background-color: @text-selected; + text-color: @text-color; + cursor: pointer; +} +button selected { + background-color: @selected; + text-color: @text-selected; +} + +/* ---- Scrollbar ---- */ +scrollbar { + width: 4px ; + border: 0; + handle-color: @border-color; + handle-width: 8px ; + padding: 0; +} + +/* ---- Elements ---- */ +element { + enabled: true; + spacing: 10px; + padding: 10px; + border-radius: 12px; + background-color: transparent; + cursor: pointer; +} + +element normal.normal { + background-color: inherit; + text-color: inherit; +} +element normal.urgent { + background-color: @urgent; + text-color: @foreground; +} +element normal.active { + background-color: @active; + text-color: @foreground; +} + +element selected.normal { + background-color: @selected; + text-color: @text-selected; +} +element selected.urgent { + background-color: @urgent; + text-color: @text-selected; +} +element selected.active { + background-color: @urgent; + text-color: @text-selected; +} +// Adapt rofi theme +element alternate.normal { + background-color: transparent; + text-color: inherit; +} +element alternate.urgent { + background-color: transparent; + text-color: inherit; +} +element alternate.active { + background-color: transparent; + text-color: inherit; +} +element-icon { + background-color: transparent; + text-color: inherit; + size: 36px; + cursor: inherit; +} +element-text { + font: "Fira Code SemiBold 16"; + background-color: transparent; + text-color: inherit; + cursor: inherit; + vertical-align: 0.5; + horizontal-align: 0.0; +} + +/* ---- Message ---- */ +message { + background-color: transparent; + border: 0px; +} +textbox { + padding: 12px; + border-radius: 10px; + background-color: @background-alt; + text-color: @background; + vertical-align: 0.5; + horizontal-align: 0.0; +} +error-message { + padding: 12px; + border-radius: 20px; + background-color: @background-alt; + text-color: @background; +} -- cgit v1.2.3 From e0e4177936497e4984af125d6101079d95fea53e Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Thu, 29 Aug 2024 01:36:27 +0900 Subject: Update UserDecorAnimations.conf need to wait until Hyprland v0.42.1 is out --- config/hypr/UserConfigs/UserDecorAnimations.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hypr/UserConfigs/UserDecorAnimations.conf b/config/hypr/UserConfigs/UserDecorAnimations.conf index 88224473..2885971a 100644 --- a/config/hypr/UserConfigs/UserDecorAnimations.conf +++ b/config/hypr/UserConfigs/UserDecorAnimations.conf @@ -57,6 +57,6 @@ animations { animation = workspaces, 1, 5, overshot # animations for -git or version >0.42.0 - animation = workspacesIn, 1, 5, winIn, slide - animation = workspacesOut, 1, 5, winOut, slide + #animation = workspacesIn, 1, 5, winIn, slide + #animation = workspacesOut, 1, 5, winOut, slide } -- cgit v1.2.3 From 0409f67c0a1d0ef2cce69df6536ecb69ad7b7466 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 29 Aug 2024 21:35:45 +0900 Subject: updated waybar module workspaces#rw. Let the css font size handle the size --- config/waybar/modules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/waybar/modules b/config/waybar/modules index a5a2508f..dde39fe5 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -194,20 +194,20 @@ "title<.*reddit.*>": "๏Ё ", "title<.*Picture-in-Picture.*>": "๏”ฌ ", "class": "๏‰ฉ ", - "class": "๎ฏ† ", + "class": "๎ฏ† ", "class": "๏‰จ ", "class": "๎ˆ— ", "class<[Ss]potify>": "๏€ ", "class": "๓ฐจž", - "class": "๏„  ", + "class": "๎ฏ† ", "class": "๓ฐฐ ", - "class": "๏‡ฟ ", + "class": "๏‡ฟ ", "class": "๏‡ฟ ", "class": "๓ฐ…ณ ", "class": "๏€ฝ ", "class": "๓ฐކ ", "class": "๓ฐจž ", - "class": "๓ฐจž ", + "class": "๓ฐจž ", "class": "๓ฐ…ฉ ", "class": "๏…œ ", "class": "๎šฅ ", -- cgit v1.2.3 From 41259e28dd80c7863eb56445ec4bf4cfdba308f1 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 30 Aug 2024 17:29:26 +0900 Subject: disabled cursor warps as it causes minor annoying. ie, file picker for thunderbird, cursor jumps to eDP-1 --- config/hypr/UserConfigs/UserSettings.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index 950373f8..7d3645bc 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -129,5 +129,6 @@ render { cursor { no_hardware_cursors = false enable_hyprcursor = true - warp_on_change_workspace = true + warp_on_change_workspace = true + no_warps = true } -- cgit v1.2.3 From 44a75566fde23aef60fc55502a67878294bff321 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 30 Aug 2024 21:20:10 +0900 Subject: added virt-manager in workspaces#rw --- config/waybar/modules | 1 + 1 file changed, 1 insertion(+) diff --git a/config/waybar/modules b/config/waybar/modules index dde39fe5..2b0a16de 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -206,6 +206,7 @@ "class": "๓ฐ…ณ ", "class": "๏€ฝ ", "class": "๓ฐކ ", + "class": "๎ญป ", "class": "๓ฐจž ", "class": "๓ฐจž ", "class": "๓ฐ…ฉ ", -- cgit v1.2.3 From 9fe5ea9f5108e540806e0798458f3e6c17838cc1 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sat, 31 Aug 2024 21:51:14 +0900 Subject: minor updated rofi-beats --- config/hypr/UserScripts/RofiBeats.sh | 21 +++++++++++---------- config/rofi/config-rofi-Beats.rasi | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/config/hypr/UserScripts/RofiBeats.sh b/config/hypr/UserScripts/RofiBeats.sh index aa9f62e8..557f1057 100755 --- a/config/hypr/UserScripts/RofiBeats.sh +++ b/config/hypr/UserScripts/RofiBeats.sh @@ -10,18 +10,19 @@ iDIR="$HOME/.config/swaync/icons" # Online Stations. Edit as required declare -A online_music=( - ["Lofi Girl Radio โ˜•๏ธ๐ŸŽถ"]="https://play.streamafrica.net/lofiradio" + ["Lofi Girl Radio ๐ŸŽง๐ŸŽถ"]="https://play.streamafrica.net/lofiradio" ["FM - Easy Rock 96.3 ๐Ÿ“ป๐ŸŽถ"]="https://radio-stations-philippines.com/easy-rock" + ["FM - Love Radio 90.7 ๐Ÿ“ป๐ŸŽถ"]="https://radio-stations-philippines.com/love" ["FM - WRock - CEBU 96.3 ๐Ÿ“ป๐ŸŽถ"]="https://onlineradio.ph/126-96-3-wrock.html" - ["YT - Wish 107.5 YT Pinoy HipHop ๐ŸŽป๐ŸŽถ"]="https://youtube.com/playlist?list=PLkrzfEDjeYJnmgMYwCKid4XIFqUKBVWEs&si=vahW_noh4UDJ5d37" - ["YT - Top Youtube Music 2023 โ˜•๏ธ๐ŸŽถ"]="https://youtube.com/playlist?list=PLDIoUOhQQPlXr63I_vwF9GD8sAKh77dWU&si=y7qNeEVFNgA-XxKy" - ["YT - Wish 107.5 YT Wishclusives โ˜•๏ธ๐ŸŽถ"]="https://youtube.com/playlist?list=PLkrzfEDjeYJn5B22H9HOWP3Kxxs-DkPSM&si=d_Ld2OKhGvpH48WO" - ["Chillhop Radio โ˜•๏ธ๐ŸŽถ"]="http://stream.zeno.fm/fyn8eh3h5f8uv" - ["FM - Fresh Philippines โ˜•๏ธ๐ŸŽถ"]="https://onlineradio.ph/553-fresh-fm.html" - ["YT - Relaxing Music โ˜•๏ธ๐ŸŽถ"]="https://youtube.com/playlist?list=PLMIbmfP_9vb8BCxRoraJpoo4q1yMFg4CE" - ["YT - Youtube Remix ๐Ÿ“ป๐ŸŽถ"]="https://youtube.com/playlist?list=PLeqTkIUlrZXlSNn3tcXAa-zbo95j0iN-0" - ["YT - Korean Drama OST ๐Ÿ“ป๐ŸŽถ"]="https://youtube.com/playlist?list=PLUge_o9AIFp4HuA-A3e3ZqENh63LuRRlQ" - ["YT - AfroBeatz 2024 ๐ŸŽง"]="https://www.youtube.com/watch?v=7uB-Eh9XVZQ" + ["YT - Wish 107.5 YT Pinoy HipHop ๐Ÿ“ป๐ŸŽถ"]="https://youtube.com/playlist?list=PLkrzfEDjeYJnmgMYwCKid4XIFqUKBVWEs&si=vahW_noh4UDJ5d37" + ["YT - Top Youtube Music 2023 ๐Ÿ“น๐ŸŽถ"]="https://youtube.com/playlist?list=PLDIoUOhQQPlXr63I_vwF9GD8sAKh77dWU&si=y7qNeEVFNgA-XxKy" + ["YT - Wish 107.5 YT Wishclusives ๐Ÿ“น๐ŸŽถ"]="https://youtube.com/playlist?list=PLkrzfEDjeYJn5B22H9HOWP3Kxxs-DkPSM&si=d_Ld2OKhGvpH48WO" + ["Chillhop Radio ๐ŸŽง๐ŸŽถ"]="http://stream.zeno.fm/fyn8eh3h5f8uv" + ["FM - Fresh Philippines ๐Ÿ“ป๐ŸŽถ"]="https://onlineradio.ph/553-fresh-fm.html" + ["YT - Relaxing Music ๐Ÿ“น๐ŸŽถ"]="https://youtube.com/playlist?list=PLMIbmfP_9vb8BCxRoraJpoo4q1yMFg4CE" + ["YT - Youtube Remix ๐Ÿ“น๐ŸŽถ"]="https://youtube.com/playlist?list=PLeqTkIUlrZXlSNn3tcXAa-zbo95j0iN-0" + ["YT - Korean Drama OST ๐Ÿ“น๐ŸŽถ"]="https://youtube.com/playlist?list=PLUge_o9AIFp4HuA-A3e3ZqENh63LuRRlQ" + ["YT - AfroBeatz 2024 ๐Ÿ“น"]="https://www.youtube.com/watch?v=7uB-Eh9XVZQ" ) # Populate local_music array with files from music directory and subdirectories diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi index 2bf99e2b..354ff5bb 100644 --- a/config/rofi/config-rofi-Beats.rasi +++ b/config/rofi/config-rofi-Beats.rasi @@ -10,5 +10,5 @@ entry { /* ---- Listview ---- */ listview { - lines: 6; + lines: 7; } -- cgit v1.2.3 From d59fd61e865ad39483ccbc2c29de4fdfc960d848 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sat, 31 Aug 2024 23:40:38 +0900 Subject: updated rofi-emoji (more emoji's) --- config/hypr/scripts/RofiEmoji.sh | 6786 +++++++++++++++++++++++++++----------- 1 file changed, 4936 insertions(+), 1850 deletions(-) diff --git a/config/hypr/scripts/RofiEmoji.sh b/config/hypr/scripts/RofiEmoji.sh index c92aec87..ffb44286 100755 --- a/config/hypr/scripts/RofiEmoji.sh +++ b/config/hypr/scripts/RofiEmoji.sh @@ -8,1853 +8,4939 @@ cut -d ' ' -f 1 | tr -d '\n' | wl-copy exit # # DATA # # -๐Ÿ˜€ grinning face face smile happy joy :D grin -๐Ÿ˜ƒ grinning face with big eyes face happy joy haha :D :) smile funny -๐Ÿ˜„ grinning face with smiling eyes face happy joy funny haha laugh like :D :) smile -๐Ÿ˜ beaming face with smiling eyes face happy smile joy kawaii -๐Ÿ˜† grinning squinting face happy joy lol satisfied haha face glad XD laugh -๐Ÿ˜… grinning face with sweat face hot happy laugh sweat smile relief -๐Ÿคฃ rolling on the floor laughing face rolling floor laughing lol haha rofl -๐Ÿ˜‚ face with tears of joy face cry tears weep happy happytears haha -๐Ÿ™‚ slightly smiling face face smile -๐Ÿ™ƒ upside down face face flipped silly smile -๐Ÿ˜‰ winking face face happy mischievous secret ;) smile eye -๐Ÿ˜Š smiling face with smiling eyes face smile happy flushed crush embarrassed shy joy -๐Ÿ˜‡ smiling face with halo face angel heaven halo -๐Ÿฅฐ smiling face with hearts face love like affection valentines infatuation crush hearts adore -๐Ÿ˜ smiling face with heart eyes face love like affection valentines infatuation crush heart -๐Ÿคฉ star struck face smile starry eyes grinning -๐Ÿ˜˜ face blowing a kiss face love like affection valentines infatuation kiss -๐Ÿ˜— kissing face love like face 3 valentines infatuation kiss -โ˜บ๏ธ smiling face face blush massage happiness -๐Ÿ˜š kissing face with closed eyes face love like affection valentines infatuation kiss -๐Ÿ˜™ kissing face with smiling eyes face affection valentines infatuation kiss -๐Ÿ˜‹ face savoring food happy joy tongue smile face silly yummy nom delicious savouring -๐Ÿ˜› face with tongue face prank childish playful mischievous smile tongue -๐Ÿ˜œ winking face with tongue face prank childish playful mischievous smile wink tongue -๐Ÿคช zany face face goofy crazy -๐Ÿ˜ squinting face with tongue face prank playful mischievous smile tongue -๐Ÿค‘ money mouth face face rich dollar money -๐Ÿค— hugging face face smile hug -๐Ÿคญ face with hand over mouth face whoops shock surprise -๐Ÿคซ shushing face face quiet shhh -๐Ÿค” thinking face face hmmm think consider -๐Ÿค zipper mouth face face sealed zipper secret -๐Ÿคจ face with raised eyebrow face distrust scepticism disapproval disbelief surprise -๐Ÿ˜ neutral face indifference meh :| neutral -๐Ÿ˜‘ expressionless face face indifferent - - meh deadpan -๐Ÿ˜ถ face without mouth face hellokitty -๐Ÿ˜ smirking face face smile mean prank smug sarcasm -๐Ÿ˜’ unamused face indifference bored straight face serious sarcasm unimpressed skeptical dubious side eye -๐Ÿ™„ face with rolling eyes face eyeroll frustrated -๐Ÿ˜ฌ grimacing face face grimace teeth -๐Ÿคฅ lying face face lie pinocchio -๐Ÿ˜Œ relieved face face relaxed phew massage happiness -๐Ÿ˜” pensive face face sad depressed upset -๐Ÿ˜ช sleepy face face tired rest nap -๐Ÿคค drooling face face -๐Ÿ˜ด sleeping face face tired sleepy night zzz -๐Ÿ˜ท face with medical mask face sick ill disease -๐Ÿค’ face with thermometer sick temperature thermometer cold fever -๐Ÿค• face with head bandage injured clumsy bandage hurt -๐Ÿคข nauseated face face vomit gross green sick throw up ill -๐Ÿคฎ face vomiting face sick -๐Ÿคง sneezing face face gesundheit sneeze sick allergy -๐Ÿฅต hot face face feverish heat red sweating -๐Ÿฅถ cold face face blue freezing frozen frostbite icicles -๐Ÿฅด woozy face face dizzy intoxicated tipsy wavy -๐Ÿ˜ต dizzy face spent unconscious xox dizzy -๐Ÿคฏ exploding head face shocked mind blown -๐Ÿค  cowboy hat face face cowgirl hat -๐Ÿฅณ partying face face celebration woohoo -๐Ÿ˜Ž smiling face with sunglasses face cool smile summer beach sunglass -๐Ÿค“ nerd face face nerdy geek dork -๐Ÿง face with monocle face stuffy wealthy -๐Ÿ˜• confused face face indifference huh weird hmmm :/ -๐Ÿ˜Ÿ worried face face concern nervous :( -๐Ÿ™ slightly frowning face face frowning disappointed sad upset -โ˜น๏ธ frowning face face sad upset frown -๐Ÿ˜ฎ face with open mouth face surprise impressed wow whoa :O -๐Ÿ˜ฏ hushed face face woo shh -๐Ÿ˜ฒ astonished face face xox surprised poisoned -๐Ÿ˜ณ flushed face face blush shy flattered -๐Ÿฅบ pleading face face begging mercy -๐Ÿ˜ฆ frowning face with open mouth face aw what -๐Ÿ˜ง anguished face face stunned nervous -๐Ÿ˜จ fearful face face scared terrified nervous oops huh -๐Ÿ˜ฐ anxious face with sweat face nervous sweat -๐Ÿ˜ฅ sad but relieved face face phew sweat nervous -๐Ÿ˜ข crying face face tears sad depressed upset :'( -๐Ÿ˜ญ loudly crying face face cry tears sad upset depressed -๐Ÿ˜ฑ face screaming in fear face munch scared omg -๐Ÿ˜– confounded face face confused sick unwell oops :S -๐Ÿ˜ฃ persevering face face sick no upset oops -๐Ÿ˜ž disappointed face face sad upset depressed :( -๐Ÿ˜“ downcast face with sweat face hot sad tired exercise -๐Ÿ˜ฉ weary face face tired sleepy sad frustrated upset -๐Ÿ˜ซ tired face sick whine upset frustrated -๐Ÿฅฑ yawning face tired sleepy -๐Ÿ˜ค face with steam from nose face gas phew proud pride -๐Ÿ˜ก pouting face angry mad hate despise -๐Ÿ˜  angry face mad face annoyed frustrated -๐Ÿคฌ face with symbols on mouth face swearing cursing cussing profanity expletive -๐Ÿ˜ˆ smiling face with horns devil horns -๐Ÿ‘ฟ angry face with horns devil angry horns -๐Ÿ’€ skull dead skeleton creepy death -โ˜ ๏ธ skull and crossbones poison danger deadly scary death pirate evil -๐Ÿ’ฉ pile of poo hankey shitface fail turd shit -๐Ÿคก clown face face -๐Ÿ‘น ogre monster red mask halloween scary creepy devil demon japanese ogre -๐Ÿ‘บ goblin red evil mask monster scary creepy japanese goblin -๐Ÿ‘ป ghost halloween spooky scary -๐Ÿ‘ฝ alien UFO paul weird outer space -๐Ÿ‘พ alien monster game arcade play -๐Ÿค– robot computer machine bot -๐Ÿ˜บ grinning cat animal cats happy smile -๐Ÿ˜ธ grinning cat with smiling eyes animal cats smile -๐Ÿ˜น cat with tears of joy animal cats haha happy tears -๐Ÿ˜ป smiling cat with heart eyes animal love like affection cats valentines heart -๐Ÿ˜ผ cat with wry smile animal cats smirk -๐Ÿ˜ฝ kissing cat animal cats kiss -๐Ÿ™€ weary cat animal cats munch scared scream -๐Ÿ˜ฟ crying cat animal tears weep sad cats upset cry -๐Ÿ˜พ pouting cat animal cats -๐Ÿ™ˆ see no evil monkey monkey animal nature haha -๐Ÿ™‰ hear no evil monkey animal monkey nature -๐Ÿ™Š speak no evil monkey monkey animal nature omg -๐Ÿ’‹ kiss mark face lips love like affection valentines -๐Ÿ’Œ love letter email like affection envelope valentines -๐Ÿ’˜ heart with arrow love like heart affection valentines -๐Ÿ’ heart with ribbon love valentines -๐Ÿ’– sparkling heart love like affection valentines -๐Ÿ’— growing heart like love affection valentines pink -๐Ÿ’“ beating heart love like affection valentines pink heart -๐Ÿ’ž revolving hearts love like affection valentines -๐Ÿ’• two hearts love like affection valentines heart -๐Ÿ’Ÿ heart decoration purple-square love like -โฃ๏ธ heart exclamation decoration love -๐Ÿ’” broken heart sad sorry break heart heartbreak -โค๏ธ red heart love like valentines -๐Ÿงก orange heart love like affection valentines -๐Ÿ’› yellow heart love like affection valentines -๐Ÿ’š green heart love like affection valentines -๐Ÿ’™ blue heart love like affection valentines -๐Ÿ’œ purple heart love like affection valentines -๐ŸคŽ brown heart coffee -๐Ÿ–ค black heart evil -๐Ÿค white heart pure -๐Ÿ’ฏ hundred points score perfect numbers century exam quiz test pass hundred -๐Ÿ’ข anger symbol angry mad -๐Ÿ’ฅ collision bomb explode explosion collision blown -๐Ÿ’ซ dizzy star sparkle shoot magic -๐Ÿ’ฆ sweat droplets water drip oops -๐Ÿ’จ dashing away wind air fast shoo fart smoke puff -๐Ÿ•ณ๏ธ hole embarrassing -๐Ÿ’ฃ bomb boom explode explosion terrorism -๐Ÿ’ฌ speech balloon bubble words message talk chatting -๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ eye in speech bubble info -๐Ÿ—จ๏ธ left speech bubble words message talk chatting -๐Ÿ—ฏ๏ธ right anger bubble caption speech thinking mad -๐Ÿ’ญ thought balloon bubble cloud speech thinking dream -๐Ÿ’ค zzz sleepy tired dream -๐Ÿ‘‹ waving hand hands gesture goodbye solong farewell hello hi palm -๐Ÿคš raised back of hand fingers raised backhand -๐Ÿ–๏ธ hand with fingers splayed hand fingers palm -โœ‹ raised hand fingers stop highfive palm ban -๐Ÿ–– vulcan salute hand fingers spock star trek -๐Ÿ‘Œ ok hand fingers limbs perfect ok okay -๐Ÿค pinching hand tiny small size -โœŒ๏ธ victory hand fingers ohyeah hand peace victory two -๐Ÿคž crossed fingers good lucky -๐ŸคŸ love you gesture hand fingers gesture -๐Ÿค˜ sign of the horns hand fingers evil eye sign of horns rock on -๐Ÿค™ call me hand hands gesture shaka -๐Ÿ‘ˆ backhand index pointing left direction fingers hand left -๐Ÿ‘‰ backhand index pointing right fingers hand direction right -๐Ÿ‘† backhand index pointing up fingers hand direction up -๐Ÿ–• middle finger hand fingers rude middle flipping -๐Ÿ‘‡ backhand index pointing down fingers hand direction down -โ˜๏ธ index pointing up hand fingers direction up -๐Ÿ‘ thumbs up thumbsup yes awesome good agree accept cool hand like +1 -๐Ÿ‘Ž thumbs down thumbsdown no dislike hand -1 -โœŠ raised fist fingers hand grasp -๐Ÿ‘Š oncoming fist angry violence fist hit attack hand -๐Ÿค› left facing fist hand fistbump -๐Ÿคœ right facing fist hand fistbump -๐Ÿ‘ clapping hands hands praise applause congrats yay -๐Ÿ™Œ raising hands gesture hooray yea celebration hands -๐Ÿ‘ open hands fingers butterfly hands open -๐Ÿคฒ palms up together hands gesture cupped prayer -๐Ÿค handshake agreement shake -๐Ÿ™ folded hands please hope wish namaste highfive pray -โœ๏ธ writing hand lower left ballpoint pen stationery write compose -๐Ÿ’… nail polish beauty manicure finger fashion nail -๐Ÿคณ selfie camera phone -๐Ÿ’ช flexed biceps arm flex hand summer strong biceps -๐Ÿฆพ mechanical arm accessibility -๐Ÿฆฟ mechanical leg accessibility -๐Ÿฆต leg kick limb -๐Ÿฆถ foot kick stomp -๐Ÿ‘‚ ear face hear sound listen -๐Ÿฆป ear with hearing aid accessibility -๐Ÿ‘ƒ nose smell sniff -๐Ÿง  brain smart intelligent -๐Ÿฆท tooth teeth dentist -๐Ÿฆด bone skeleton -๐Ÿ‘€ eyes look watch stalk peek see -๐Ÿ‘๏ธ eye face look see watch stare -๐Ÿ‘… tongue mouth playful -๐Ÿ‘„ mouth mouth kiss -๐Ÿ‘ถ baby child boy girl toddler -๐Ÿง’ child gender-neutral young -๐Ÿ‘ฆ boy man male guy teenager -๐Ÿ‘ง girl female woman teenager -๐Ÿง‘ person gender-neutral person -๐Ÿ‘ฑ person blond hair hairstyle -๐Ÿ‘จ man mustache father dad guy classy sir moustache -๐Ÿง” man beard person bewhiskered -๐Ÿ‘จโ€๐Ÿฆฐ man red hair hairstyle -๐Ÿ‘จโ€๐Ÿฆฑ man curly hair hairstyle -๐Ÿ‘จโ€๐Ÿฆณ man white hair old elder -๐Ÿ‘จโ€๐Ÿฆฒ man bald hairless -๐Ÿ‘ฉ woman female girls lady -๐Ÿ‘ฉโ€๐Ÿฆฐ woman red hair hairstyle -๐Ÿง‘โ€๐Ÿฆฐ person red hair hairstyle -๐Ÿ‘ฉโ€๐Ÿฆฑ woman curly hair hairstyle -๐Ÿง‘โ€๐Ÿฆฑ person curly hair hairstyle -๐Ÿ‘ฉโ€๐Ÿฆณ woman white hair old elder -๐Ÿง‘โ€๐Ÿฆณ person white hair elder old -๐Ÿ‘ฉโ€๐Ÿฆฒ woman bald hairless -๐Ÿง‘โ€๐Ÿฆฒ person bald hairless -๐Ÿ‘ฑโ€โ™€๏ธ woman blond hair woman female girl blonde person -๐Ÿ‘ฑโ€โ™‚๏ธ man blond hair man male boy blonde guy person -๐Ÿง“ older person human elder senior gender-neutral -๐Ÿ‘ด old man human male men old elder senior -๐Ÿ‘ต old woman human female women lady old elder senior -๐Ÿ™ person frowning worried -๐Ÿ™โ€โ™‚๏ธ man frowning male boy man sad depressed discouraged unhappy -๐Ÿ™โ€โ™€๏ธ woman frowning female girl woman sad depressed discouraged unhappy -๐Ÿ™Ž person pouting upset -๐Ÿ™Žโ€โ™‚๏ธ man pouting male boy man -๐Ÿ™Žโ€โ™€๏ธ woman pouting female girl woman -๐Ÿ™… person gesturing no decline -๐Ÿ™…โ€โ™‚๏ธ man gesturing no male boy man nope -๐Ÿ™…โ€โ™€๏ธ woman gesturing no female girl woman nope -๐Ÿ™† person gesturing ok agree -๐Ÿ™†โ€โ™‚๏ธ man gesturing ok men boy male blue human man -๐Ÿ™†โ€โ™€๏ธ woman gesturing ok women girl female pink human woman -๐Ÿ’ person tipping hand information -๐Ÿ’โ€โ™‚๏ธ man tipping hand male boy man human information -๐Ÿ’โ€โ™€๏ธ woman tipping hand female girl woman human information -๐Ÿ™‹ person raising hand question -๐Ÿ™‹โ€โ™‚๏ธ man raising hand male boy man -๐Ÿ™‹โ€โ™€๏ธ woman raising hand female girl woman -๐Ÿง deaf person accessibility -๐Ÿงโ€โ™‚๏ธ deaf man accessibility -๐Ÿงโ€โ™€๏ธ deaf woman accessibility -๐Ÿ™‡ person bowing respectiful -๐Ÿ™‡โ€โ™‚๏ธ man bowing man male boy -๐Ÿ™‡โ€โ™€๏ธ woman bowing woman female girl -๐Ÿคฆ person facepalming disappointed -๐Ÿคฆโ€โ™‚๏ธ man facepalming man male boy disbelief -๐Ÿคฆโ€โ™€๏ธ woman facepalming woman female girl disbelief -๐Ÿคท person shrugging regardless -๐Ÿคทโ€โ™‚๏ธ man shrugging man male boy confused indifferent doubt -๐Ÿคทโ€โ™€๏ธ woman shrugging woman female girl confused indifferent doubt -๐Ÿง‘โ€โš•๏ธ health worker hospital -๐Ÿ‘จโ€โš•๏ธ man health worker doctor nurse therapist healthcare man human -๐Ÿ‘ฉโ€โš•๏ธ woman health worker doctor nurse therapist healthcare woman human -๐Ÿง‘โ€๐ŸŽ“ student learn -๐Ÿ‘จโ€๐ŸŽ“ man student graduate man human -๐Ÿ‘ฉโ€๐ŸŽ“ woman student graduate woman human -๐Ÿง‘โ€๐Ÿซ teacher professor -๐Ÿ‘จโ€๐Ÿซ man teacher instructor professor man human -๐Ÿ‘ฉโ€๐Ÿซ woman teacher instructor professor woman human -๐Ÿง‘โ€โš–๏ธ judge law -๐Ÿ‘จโ€โš–๏ธ man judge justice court man human -๐Ÿ‘ฉโ€โš–๏ธ woman judge justice court woman human -๐Ÿง‘โ€๐ŸŒพ farmer crops -๐Ÿ‘จโ€๐ŸŒพ man farmer rancher gardener man human -๐Ÿ‘ฉโ€๐ŸŒพ woman farmer rancher gardener woman human -๐Ÿง‘โ€๐Ÿณ cook food kitchen culinary -๐Ÿ‘จโ€๐Ÿณ man cook chef man human -๐Ÿ‘ฉโ€๐Ÿณ woman cook chef woman human -๐Ÿง‘โ€๐Ÿ”ง mechanic worker technician -๐Ÿ‘จโ€๐Ÿ”ง man mechanic plumber man human wrench -๐Ÿ‘ฉโ€๐Ÿ”ง woman mechanic plumber woman human wrench -๐Ÿง‘โ€๐Ÿญ factory worker labor -๐Ÿ‘จโ€๐Ÿญ man factory worker assembly industrial man human -๐Ÿ‘ฉโ€๐Ÿญ woman factory worker assembly industrial woman human -๐Ÿง‘โ€๐Ÿ’ผ office worker business -๐Ÿ‘จโ€๐Ÿ’ผ man office worker business manager man human -๐Ÿ‘ฉโ€๐Ÿ’ผ woman office worker business manager woman human -๐Ÿง‘โ€๐Ÿ”ฌ scientist chemistry -๐Ÿ‘จโ€๐Ÿ”ฌ man scientist biologist chemist engineer physicist man human -๐Ÿ‘ฉโ€๐Ÿ”ฌ woman scientist biologist chemist engineer physicist woman human -๐Ÿง‘โ€๐Ÿ’ป technologist computer -๐Ÿ‘จโ€๐Ÿ’ป man technologist coder developer engineer programmer software man human laptop computer -๐Ÿ‘ฉโ€๐Ÿ’ป woman technologist coder developer engineer programmer software woman human laptop computer -๐Ÿง‘โ€๐ŸŽค singer song artist performer -๐Ÿ‘จโ€๐ŸŽค man singer rockstar entertainer man human -๐Ÿ‘ฉโ€๐ŸŽค woman singer rockstar entertainer woman human -๐Ÿง‘โ€๐ŸŽจ artist painting draw creativity -๐Ÿ‘จโ€๐ŸŽจ man artist painter man human -๐Ÿ‘ฉโ€๐ŸŽจ woman artist painter woman human -๐Ÿง‘โ€โœˆ๏ธ pilot fly plane airplane -๐Ÿ‘จโ€โœˆ๏ธ man pilot aviator plane man human -๐Ÿ‘ฉโ€โœˆ๏ธ woman pilot aviator plane woman human -๐Ÿง‘โ€๐Ÿš€ astronaut outerspace -๐Ÿ‘จโ€๐Ÿš€ man astronaut space rocket man human -๐Ÿ‘ฉโ€๐Ÿš€ woman astronaut space rocket woman human -๐Ÿง‘โ€๐Ÿš’ firefighter fire -๐Ÿ‘จโ€๐Ÿš’ man firefighter fireman man human -๐Ÿ‘ฉโ€๐Ÿš’ woman firefighter fireman woman human -๐Ÿ‘ฎ police officer cop -๐Ÿ‘ฎโ€โ™‚๏ธ man police officer man police law legal enforcement arrest 911 -๐Ÿ‘ฎโ€โ™€๏ธ woman police officer woman police law legal enforcement arrest 911 female -๐Ÿ•ต๏ธ detective human spy detective -๐Ÿ•ต๏ธโ€โ™‚๏ธ man detective crime -๐Ÿ•ต๏ธโ€โ™€๏ธ woman detective human spy detective female woman -๐Ÿ’‚ guard protect -๐Ÿ’‚โ€โ™‚๏ธ man guard uk gb british male guy royal -๐Ÿ’‚โ€โ™€๏ธ woman guard uk gb british female royal woman -๐Ÿ‘ท construction worker labor build -๐Ÿ‘ทโ€โ™‚๏ธ man construction worker male human wip guy build construction worker labor -๐Ÿ‘ทโ€โ™€๏ธ woman construction worker female human wip build construction worker labor woman -๐Ÿคด prince boy man male crown royal king -๐Ÿ‘ธ princess girl woman female blond crown royal queen -๐Ÿ‘ณ person wearing turban headdress -๐Ÿ‘ณโ€โ™‚๏ธ man wearing turban male indian hinduism arabs -๐Ÿ‘ณโ€โ™€๏ธ woman wearing turban female indian hinduism arabs woman -๐Ÿ‘ฒ man with skullcap male boy chinese -๐Ÿง• woman with headscarf female hijab mantilla tichel -๐Ÿคต man in tuxedo couple marriage wedding groom -๐Ÿ‘ฐ bride with veil couple marriage wedding woman bride -๐Ÿคฐ pregnant woman baby -๐Ÿคฑ breast feeding nursing baby -๐Ÿ‘ผ baby angel heaven wings halo -๐ŸŽ… santa claus festival man male xmas father christmas -๐Ÿคถ mrs claus woman female xmas mother christmas -๐Ÿฆธ superhero marvel -๐Ÿฆธโ€โ™‚๏ธ man superhero man male good hero superpowers -๐Ÿฆธโ€โ™€๏ธ woman superhero woman female good heroine superpowers -๐Ÿฆน supervillain marvel -๐Ÿฆนโ€โ™‚๏ธ man supervillain man male evil bad criminal hero superpowers -๐Ÿฆนโ€โ™€๏ธ woman supervillain woman female evil bad criminal heroine superpowers -๐Ÿง™ mage magic -๐Ÿง™โ€โ™‚๏ธ man mage man male mage sorcerer -๐Ÿง™โ€โ™€๏ธ woman mage woman female mage witch -๐Ÿงš fairy wings magical -๐Ÿงšโ€โ™‚๏ธ man fairy man male -๐Ÿงšโ€โ™€๏ธ woman fairy woman female -๐Ÿง› vampire blood twilight -๐Ÿง›โ€โ™‚๏ธ man vampire man male dracula -๐Ÿง›โ€โ™€๏ธ woman vampire woman female -๐Ÿงœ merperson sea -๐Ÿงœโ€โ™‚๏ธ merman man male triton -๐Ÿงœโ€โ™€๏ธ mermaid woman female merwoman ariel -๐Ÿง elf magical -๐Ÿงโ€โ™‚๏ธ man elf man male -๐Ÿงโ€โ™€๏ธ woman elf woman female -๐Ÿงž genie magical wishes -๐Ÿงžโ€โ™‚๏ธ man genie man male -๐Ÿงžโ€โ™€๏ธ woman genie woman female -๐ŸงŸ zombie dead -๐ŸงŸโ€โ™‚๏ธ man zombie man male dracula undead walking dead -๐ŸงŸโ€โ™€๏ธ woman zombie woman female undead walking dead -๐Ÿ’† person getting massage relax -๐Ÿ’†โ€โ™‚๏ธ man getting massage male boy man head -๐Ÿ’†โ€โ™€๏ธ woman getting massage female girl woman head -๐Ÿ’‡ person getting haircut hairstyle -๐Ÿ’‡โ€โ™‚๏ธ man getting haircut male boy man -๐Ÿ’‡โ€โ™€๏ธ woman getting haircut female girl woman -๐Ÿšถ person walking move -๐Ÿšถโ€โ™‚๏ธ man walking human feet steps -๐Ÿšถโ€โ™€๏ธ woman walking human feet steps woman female -๐Ÿง person standing still -๐Ÿงโ€โ™‚๏ธ man standing still -๐Ÿงโ€โ™€๏ธ woman standing still -๐ŸงŽ person kneeling pray respectful -๐ŸงŽโ€โ™‚๏ธ man kneeling pray respectful -๐ŸงŽโ€โ™€๏ธ woman kneeling respectful pray -๐Ÿง‘โ€๐Ÿฆฏ person with probing cane blind -๐Ÿ‘จโ€๐Ÿฆฏ man with probing cane blind -๐Ÿ‘ฉโ€๐Ÿฆฏ woman with probing cane blind -๐Ÿง‘โ€๐Ÿฆผ person in motorized wheelchair disability accessibility -๐Ÿ‘จโ€๐Ÿฆผ man in motorized wheelchair disability accessibility -๐Ÿ‘ฉโ€๐Ÿฆผ woman in motorized wheelchair disability accessibility -๐Ÿง‘โ€๐Ÿฆฝ person in manual wheelchair disability accessibility -๐Ÿ‘จโ€๐Ÿฆฝ man in manual wheelchair disability accessibility -๐Ÿ‘ฉโ€๐Ÿฆฝ woman in manual wheelchair disability accessibility -๐Ÿƒ person running move -๐Ÿƒโ€โ™‚๏ธ man running man walking exercise race running -๐Ÿƒโ€โ™€๏ธ woman running woman walking exercise race running female -๐Ÿ’ƒ woman dancing female girl woman fun -๐Ÿ•บ man dancing male boy fun dancer -๐Ÿ•ด๏ธ man in suit levitating suit business levitate hover jump -๐Ÿ‘ฏ people with bunny ears perform costume -๐Ÿ‘ฏโ€โ™‚๏ธ men with bunny ears male bunny men boys -๐Ÿ‘ฏโ€โ™€๏ธ women with bunny ears female bunny women girls -๐Ÿง– person in steamy room relax spa -๐Ÿง–โ€โ™‚๏ธ man in steamy room male man spa steamroom sauna -๐Ÿง–โ€โ™€๏ธ woman in steamy room female woman spa steamroom sauna -๐Ÿง— person climbing sport -๐Ÿง—โ€โ™‚๏ธ man climbing sports hobby man male rock -๐Ÿง—โ€โ™€๏ธ woman climbing sports hobby woman female rock -๐Ÿคบ person fencing sports fencing sword -๐Ÿ‡ horse racing animal betting competition gambling luck -โ›ท๏ธ skier sports winter snow -๐Ÿ‚ snowboarder sports winter -๐ŸŒ๏ธ person golfing sports business -๐ŸŒ๏ธโ€โ™‚๏ธ man golfing sport -๐ŸŒ๏ธโ€โ™€๏ธ woman golfing sports business woman female -๐Ÿ„ person surfing sport sea -๐Ÿ„โ€โ™‚๏ธ man surfing sports ocean sea summer beach -๐Ÿ„โ€โ™€๏ธ woman surfing sports ocean sea summer beach woman female -๐Ÿšฃ person rowing boat sport move -๐Ÿšฃโ€โ™‚๏ธ man rowing boat sports hobby water ship -๐Ÿšฃโ€โ™€๏ธ woman rowing boat sports hobby water ship woman female -๐ŸŠ person swimming sport pool -๐ŸŠโ€โ™‚๏ธ man swimming sports exercise human athlete water summer -๐ŸŠโ€โ™€๏ธ woman swimming sports exercise human athlete water summer woman female -โ›น๏ธ person bouncing ball sports human -โ›น๏ธโ€โ™‚๏ธ man bouncing ball sport -โ›น๏ธโ€โ™€๏ธ woman bouncing ball sports human woman female -๐Ÿ‹๏ธ person lifting weights sports training exercise -๐Ÿ‹๏ธโ€โ™‚๏ธ man lifting weights sport -๐Ÿ‹๏ธโ€โ™€๏ธ woman lifting weights sports training exercise woman female -๐Ÿšด person biking sport move -๐Ÿšดโ€โ™‚๏ธ man biking sports bike exercise hipster -๐Ÿšดโ€โ™€๏ธ woman biking sports bike exercise hipster woman female -๐Ÿšต person mountain biking sport move -๐Ÿšตโ€โ™‚๏ธ man mountain biking transportation sports human race bike -๐Ÿšตโ€โ™€๏ธ woman mountain biking transportation sports human race bike woman female -๐Ÿคธ person cartwheeling sport gymnastic -๐Ÿคธโ€โ™‚๏ธ man cartwheeling gymnastics -๐Ÿคธโ€โ™€๏ธ woman cartwheeling gymnastics -๐Ÿคผ people wrestling sport -๐Ÿคผโ€โ™‚๏ธ men wrestling sports wrestlers -๐Ÿคผโ€โ™€๏ธ women wrestling sports wrestlers -๐Ÿคฝ person playing water polo sport -๐Ÿคฝโ€โ™‚๏ธ man playing water polo sports pool -๐Ÿคฝโ€โ™€๏ธ woman playing water polo sports pool -๐Ÿคพ person playing handball sport -๐Ÿคพโ€โ™‚๏ธ man playing handball sports -๐Ÿคพโ€โ™€๏ธ woman playing handball sports -๐Ÿคน person juggling performance balance -๐Ÿคนโ€โ™‚๏ธ man juggling juggle balance skill multitask -๐Ÿคนโ€โ™€๏ธ woman juggling juggle balance skill multitask -๐Ÿง˜ person in lotus position meditate -๐Ÿง˜โ€โ™‚๏ธ man in lotus position man male meditation yoga serenity zen mindfulness -๐Ÿง˜โ€โ™€๏ธ woman in lotus position woman female meditation yoga serenity zen mindfulness -๐Ÿ›€ person taking bath clean shower bathroom -๐Ÿ›Œ person in bed bed rest -๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘ people holding hands friendship -๐Ÿ‘ญ women holding hands pair friendship couple love like female people human -๐Ÿ‘ซ woman and man holding hands pair people human love date dating like affection valentines marriage -๐Ÿ‘ฌ men holding hands pair couple love like bromance friendship people human -๐Ÿ’ kiss pair valentines love like dating marriage -๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ kiss woman man love -๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ kiss man man pair valentines love like dating marriage -๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ kiss woman woman pair valentines love like dating marriage -๐Ÿ’‘ couple with heart pair love like affection human dating valentines marriage -๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘จ couple with heart woman man love -๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ couple with heart man man pair love like affection human dating valentines marriage -๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ couple with heart woman woman pair love like affection human dating valentines marriage -๐Ÿ‘ช family home parents child mom dad father mother people human -๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ family man woman boy love -๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง family man woman girl home parents people human child -๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ family man woman girl boy home parents people human children -๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ family man woman boy boy home parents people human children -๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง family man woman girl girl home parents people human children -๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ family man man boy home parents people human children -๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ง family man man girl home parents people human children -๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ family man man girl boy home parents people human children -๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ family man man boy boy home parents people human children -๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง family man man girl girl home parents people human children -๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ family woman woman boy home parents people human children -๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ง family woman woman girl home parents people human children -๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ family woman woman girl boy home parents people human children -๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ family woman woman boy boy home parents people human children -๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง family woman woman girl girl home parents people human children -๐Ÿ‘จโ€๐Ÿ‘ฆ family man boy home parent people human child -๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ family man boy boy home parent people human children -๐Ÿ‘จโ€๐Ÿ‘ง family man girl home parent people human child -๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ family man girl boy home parent people human children -๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง family man girl girl home parent people human children -๐Ÿ‘ฉโ€๐Ÿ‘ฆ family woman boy home parent people human child -๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ family woman boy boy home parent people human children -๐Ÿ‘ฉโ€๐Ÿ‘ง family woman girl home parent people human child -๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ family woman girl boy home parent people human children -๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง family woman girl girl home parent people human children -๐Ÿ—ฃ๏ธ speaking head user person human sing say talk -๐Ÿ‘ค bust in silhouette user person human -๐Ÿ‘ฅ busts in silhouette user person human group team -๐Ÿ‘ฃ footprints feet tracking walking beach -๐Ÿต monkey face animal nature circus -๐Ÿ’ monkey animal nature banana circus -๐Ÿฆ gorilla animal nature circus -๐Ÿฆง orangutan animal -๐Ÿถ dog face animal friend nature woof puppy pet faithful -๐Ÿ• dog animal nature friend doge pet faithful -๐Ÿฆฎ guide dog animal blind -๐Ÿ•โ€๐Ÿฆบ service dog blind animal -๐Ÿฉ poodle dog animal 101 nature pet -๐Ÿบ wolf animal nature wild -๐ŸฆŠ fox animal nature face -๐Ÿฆ raccoon animal nature -๐Ÿฑ cat face animal meow nature pet kitten -๐Ÿˆ cat animal meow pet cats -๐Ÿฆ lion animal nature -๐Ÿฏ tiger face animal cat danger wild nature roar -๐Ÿ… tiger animal nature roar -๐Ÿ† leopard animal nature -๐Ÿด horse face animal brown nature -๐ŸŽ horse animal gamble luck -๐Ÿฆ„ unicorn animal nature mystical -๐Ÿฆ“ zebra animal nature stripes safari -๐ŸฆŒ deer animal nature horns venison -๐Ÿฎ cow face beef ox animal nature moo milk -๐Ÿ‚ ox animal cow beef -๐Ÿƒ water buffalo animal nature ox cow -๐Ÿ„ cow beef ox animal nature moo milk -๐Ÿท pig face animal oink nature -๐Ÿ– pig animal nature -๐Ÿ— boar animal nature -๐Ÿฝ pig nose animal oink -๐Ÿ ram animal sheep nature -๐Ÿ‘ ewe animal nature wool shipit -๐Ÿ goat animal nature -๐Ÿช camel animal hot desert hump -๐Ÿซ two hump camel animal nature hot desert hump -๐Ÿฆ™ llama animal nature alpaca -๐Ÿฆ’ giraffe animal nature spots safari -๐Ÿ˜ elephant animal nature nose th circus -๐Ÿฆ rhinoceros animal nature horn -๐Ÿฆ› hippopotamus animal nature -๐Ÿญ mouse face animal nature cheese wedge rodent -๐Ÿ mouse animal nature rodent -๐Ÿ€ rat animal mouse rodent -๐Ÿน hamster animal nature -๐Ÿฐ rabbit face animal nature pet spring magic bunny -๐Ÿ‡ rabbit animal nature pet magic spring -๐Ÿฟ๏ธ chipmunk animal nature rodent squirrel -๐Ÿฆ” hedgehog animal nature spiny -๐Ÿฆ‡ bat animal nature blind vampire -๐Ÿป bear animal nature wild -๐Ÿจ koala animal nature -๐Ÿผ panda animal nature panda -๐Ÿฆฅ sloth animal -๐Ÿฆฆ otter animal -๐Ÿฆจ skunk animal -๐Ÿฆ˜ kangaroo animal nature australia joey hop marsupial -๐Ÿฆก badger animal nature honey -๐Ÿพ paw prints animal tracking footprints dog cat pet feet -๐Ÿฆƒ turkey animal bird -๐Ÿ” chicken animal cluck nature bird -๐Ÿ“ rooster animal nature chicken -๐Ÿฃ hatching chick animal chicken egg born baby bird -๐Ÿค baby chick animal chicken bird -๐Ÿฅ front facing baby chick animal chicken baby bird -๐Ÿฆ bird animal nature fly tweet spring -๐Ÿง penguin animal nature -๐Ÿ•Š๏ธ dove animal bird -๐Ÿฆ… eagle animal nature bird -๐Ÿฆ† duck animal nature bird mallard -๐Ÿฆข swan animal nature bird -๐Ÿฆ‰ owl animal nature bird hoot -๐Ÿฆฉ flamingo animal -๐Ÿฆš peacock animal nature peahen bird -๐Ÿฆœ parrot animal nature bird pirate talk -๐Ÿธ frog animal nature croak toad -๐ŸŠ crocodile animal nature reptile lizard alligator -๐Ÿข turtle animal slow nature tortoise -๐ŸฆŽ lizard animal nature reptile -๐Ÿ snake animal evil nature hiss python -๐Ÿฒ dragon face animal myth nature chinese green -๐Ÿ‰ dragon animal myth nature chinese green -๐Ÿฆ• sauropod animal nature dinosaur brachiosaurus brontosaurus diplodocus extinct -๐Ÿฆ– t rex animal nature dinosaur tyrannosaurus extinct -๐Ÿณ spouting whale animal nature sea ocean -๐Ÿ‹ whale animal nature sea ocean -๐Ÿฌ dolphin animal nature fish sea ocean flipper fins beach -๐ŸŸ fish animal food nature -๐Ÿ  tropical fish animal swim ocean beach nemo -๐Ÿก blowfish animal nature food sea ocean -๐Ÿฆˆ shark animal nature fish sea ocean jaws fins beach -๐Ÿ™ octopus animal creature ocean sea nature beach -๐Ÿš spiral shell nature sea beach -๐ŸŒ snail slow animal shell -๐Ÿฆ‹ butterfly animal insect nature caterpillar -๐Ÿ› bug animal insect nature worm -๐Ÿœ ant animal insect nature bug -๐Ÿ honeybee animal insect nature bug spring honey -๐Ÿž lady beetle animal insect nature ladybug -๐Ÿฆ— cricket animal cricket chirp -๐Ÿ•ท๏ธ spider animal arachnid -๐Ÿ•ธ๏ธ spider web animal insect arachnid silk -๐Ÿฆ‚ scorpion animal arachnid -๐ŸฆŸ mosquito animal nature insect malaria -๐Ÿฆ  microbe amoeba bacteria germs virus -๐Ÿ’ bouquet flowers nature spring -๐ŸŒธ cherry blossom nature plant spring flower -๐Ÿ’ฎ white flower japanese spring -๐Ÿต๏ธ rosette flower decoration military -๐ŸŒน rose flowers valentines love spring -๐Ÿฅ€ wilted flower plant nature flower -๐ŸŒบ hibiscus plant vegetable flowers beach -๐ŸŒป sunflower nature plant fall -๐ŸŒผ blossom nature flowers yellow -๐ŸŒท tulip flowers plant nature summer spring -๐ŸŒฑ seedling plant nature grass lawn spring -๐ŸŒฒ evergreen tree plant nature -๐ŸŒณ deciduous tree plant nature -๐ŸŒด palm tree plant vegetable nature summer beach mojito tropical -๐ŸŒต cactus vegetable plant nature -๐ŸŒพ sheaf of rice nature plant -๐ŸŒฟ herb vegetable plant medicine weed grass lawn -โ˜˜๏ธ shamrock vegetable plant nature irish clover -๐Ÿ€ four leaf clover vegetable plant nature lucky irish -๐Ÿ maple leaf nature plant vegetable ca fall -๐Ÿ‚ fallen leaf nature plant vegetable leaves -๐Ÿƒ leaf fluttering in wind nature plant tree vegetable grass lawn spring -๐Ÿ‡ grapes fruit food wine -๐Ÿˆ melon fruit nature food -๐Ÿ‰ watermelon fruit food picnic summer -๐ŸŠ tangerine food fruit nature orange -๐Ÿ‹ lemon fruit nature -๐ŸŒ banana fruit food monkey -๐Ÿ pineapple fruit nature food -๐Ÿฅญ mango fruit food tropical -๐ŸŽ red apple fruit mac school -๐Ÿ green apple fruit nature -๐Ÿ pear fruit nature food -๐Ÿ‘ peach fruit nature food -๐Ÿ’ cherries food fruit -๐Ÿ“ strawberry fruit food nature -๐Ÿฅ kiwi fruit fruit food -๐Ÿ… tomato fruit vegetable nature food -๐Ÿฅฅ coconut fruit nature food palm -๐Ÿฅ‘ avocado fruit food -๐Ÿ† eggplant vegetable nature food aubergine -๐Ÿฅ” potato food tuber vegatable starch -๐Ÿฅ• carrot vegetable food orange -๐ŸŒฝ ear of corn food vegetable plant -๐ŸŒถ๏ธ hot pepper food spicy chilli chili -๐Ÿฅ’ cucumber fruit food pickle -๐Ÿฅฌ leafy green food vegetable plant bok choy cabbage kale lettuce -๐Ÿฅฆ broccoli fruit food vegetable -๐Ÿง„ garlic food spice cook -๐Ÿง… onion cook food spice -๐Ÿ„ mushroom plant vegetable -๐Ÿฅœ peanuts food nut -๐ŸŒฐ chestnut food squirrel -๐Ÿž bread food wheat breakfast toast -๐Ÿฅ croissant food bread french -๐Ÿฅ– baguette bread food bread french -๐Ÿฅจ pretzel food bread twisted -๐Ÿฅฏ bagel food bread bakery schmear -๐Ÿฅž pancakes food breakfast flapjacks hotcakes -๐Ÿง‡ waffle food breakfast -๐Ÿง€ cheese wedge food chadder -๐Ÿ– meat on bone good food drumstick -๐Ÿ— poultry leg food meat drumstick bird chicken turkey -๐Ÿฅฉ cut of meat food cow meat cut chop lambchop porkchop -๐Ÿฅ“ bacon food breakfast pork pig meat -๐Ÿ” hamburger meat fast food beef cheeseburger mcdonalds burger king -๐ŸŸ french fries chips snack fast food -๐Ÿ• pizza food party -๐ŸŒญ hot dog food frankfurter -๐Ÿฅช sandwich food lunch bread -๐ŸŒฎ taco food mexican -๐ŸŒฏ burrito food mexican -๐Ÿฅ™ stuffed flatbread food flatbread stuffed gyro -๐Ÿง† falafel food -๐Ÿฅš egg food chicken breakfast -๐Ÿณ cooking food breakfast kitchen egg -๐Ÿฅ˜ shallow pan of food food cooking casserole paella -๐Ÿฒ pot of food food meat soup -๐Ÿฅฃ bowl with spoon food breakfast cereal oatmeal porridge -๐Ÿฅ— green salad food healthy lettuce -๐Ÿฟ popcorn food movie theater films snack -๐Ÿงˆ butter food cook -๐Ÿง‚ salt condiment shaker -๐Ÿฅซ canned food food soup -๐Ÿฑ bento box food japanese box -๐Ÿ˜ rice cracker food japanese -๐Ÿ™ rice ball food japanese -๐Ÿš cooked rice food china asian -๐Ÿ› curry rice food spicy hot indian -๐Ÿœ steaming bowl food japanese noodle chopsticks -๐Ÿ spaghetti food italian noodle -๐Ÿ  roasted sweet potato food nature -๐Ÿข oden food japanese -๐Ÿฃ sushi food fish japanese rice -๐Ÿค fried shrimp food animal appetizer summer -๐Ÿฅ fish cake with swirl food japan sea beach narutomaki pink swirl kamaboko surimi ramen -๐Ÿฅฎ moon cake food autumn -๐Ÿก dango food dessert sweet japanese barbecue meat -๐ŸฅŸ dumpling food empanada pierogi potsticker -๐Ÿฅ  fortune cookie food prophecy -๐Ÿฅก takeout box food leftovers -๐Ÿฆ€ crab animal crustacean -๐Ÿฆž lobster animal nature bisque claws seafood -๐Ÿฆ shrimp animal ocean nature seafood -๐Ÿฆ‘ squid animal nature ocean sea -๐Ÿฆช oyster food -๐Ÿฆ soft ice cream food hot dessert summer -๐Ÿง shaved ice hot dessert summer -๐Ÿจ ice cream food hot dessert -๐Ÿฉ doughnut food dessert snack sweet donut -๐Ÿช cookie food snack oreo chocolate sweet dessert -๐ŸŽ‚ birthday cake food dessert cake -๐Ÿฐ shortcake food dessert -๐Ÿง cupcake food dessert bakery sweet -๐Ÿฅง pie food dessert pastry -๐Ÿซ chocolate bar food snack dessert sweet -๐Ÿฌ candy snack dessert sweet lolly -๐Ÿญ lollipop food snack candy sweet -๐Ÿฎ custard dessert food -๐Ÿฏ honey pot bees sweet kitchen -๐Ÿผ baby bottle food container milk -๐Ÿฅ› glass of milk beverage drink cow -โ˜• hot beverage beverage caffeine latte espresso coffee -๐Ÿต teacup without handle drink bowl breakfast green british -๐Ÿถ sake wine drink drunk beverage japanese alcohol booze -๐Ÿพ bottle with popping cork drink wine bottle celebration -๐Ÿท wine glass drink beverage drunk alcohol booze -๐Ÿธ cocktail glass drink drunk alcohol beverage booze mojito -๐Ÿน tropical drink beverage cocktail summer beach alcohol booze mojito -๐Ÿบ beer mug relax beverage drink drunk party pub summer alcohol booze -๐Ÿป clinking beer mugs relax beverage drink drunk party pub summer alcohol booze -๐Ÿฅ‚ clinking glasses beverage drink party alcohol celebrate cheers wine champagne toast -๐Ÿฅƒ tumbler glass drink beverage drunk alcohol liquor booze bourbon scotch whisky glass shot -๐Ÿฅค cup with straw drink soda -๐Ÿงƒ beverage box drink -๐Ÿง‰ mate drink tea beverage -๐ŸงŠ ice water cold -๐Ÿฅข chopsticks food -๐Ÿฝ๏ธ fork and knife with plate food eat meal lunch dinner restaurant -๐Ÿด fork and knife cutlery kitchen -๐Ÿฅ„ spoon cutlery kitchen tableware -๐Ÿ”ช kitchen knife knife blade cutlery kitchen weapon -๐Ÿบ amphora vase jar -๐ŸŒ globe showing europe africa globe world international -๐ŸŒŽ globe showing americas globe world USA international -๐ŸŒ globe showing asia australia globe world east international -๐ŸŒ globe with meridians earth international world internet interweb i18n -๐Ÿ—บ๏ธ world map location direction -๐Ÿ—พ map of japan nation country japanese asia -๐Ÿงญ compass magnetic navigation orienteering -๐Ÿ”๏ธ snow capped mountain photo nature environment winter cold -โ›ฐ๏ธ mountain photo nature environment -๐ŸŒ‹ volcano photo nature disaster -๐Ÿ—ป mount fuji photo mountain nature japanese -๐Ÿ•๏ธ camping photo outdoors tent -๐Ÿ–๏ธ beach with umbrella weather summer sunny sand mojito -๐Ÿœ๏ธ desert photo warm saharah -๐Ÿ๏ธ desert island photo tropical mojito -๐Ÿž๏ธ national park photo environment nature -๐ŸŸ๏ธ stadium photo place sports concert venue -๐Ÿ›๏ธ classical building art culture history -๐Ÿ—๏ธ building construction wip working progress -๐Ÿงฑ brick bricks -๐Ÿ˜๏ธ houses buildings photo -๐Ÿš๏ธ derelict house abandon evict broken building -๐Ÿ  house building home -๐Ÿก house with garden home plant nature -๐Ÿข office building building bureau work -๐Ÿฃ japanese post office building envelope communication -๐Ÿค post office building email -๐Ÿฅ hospital building health surgery doctor -๐Ÿฆ bank building money sales cash business enterprise -๐Ÿจ hotel building accomodation checkin -๐Ÿฉ love hotel like affection dating -๐Ÿช convenience store building shopping groceries -๐Ÿซ school building student education learn teach -๐Ÿฌ department store building shopping mall -๐Ÿญ factory building industry pollution smoke -๐Ÿฏ japanese castle photo building -๐Ÿฐ castle building royalty history -๐Ÿ’’ wedding love like affection couple marriage bride groom -๐Ÿ—ผ tokyo tower photo japanese -๐Ÿ—ฝ statue of liberty american newyork -โ›ช church building religion christ -๐Ÿ•Œ mosque islam worship minaret -๐Ÿ›• hindu temple religion -๐Ÿ• synagogue judaism worship temple jewish -โ›ฉ๏ธ shinto shrine temple japan kyoto -๐Ÿ•‹ kaaba mecca mosque islam -โ›ฒ fountain photo summer water fresh -โ›บ tent photo camping outdoors -๐ŸŒ foggy photo mountain -๐ŸŒƒ night with stars evening city downtown -๐Ÿ™๏ธ cityscape photo night life urban -๐ŸŒ„ sunrise over mountains view vacation photo -๐ŸŒ… sunrise morning view vacation photo -๐ŸŒ† cityscape at dusk photo evening sky buildings -๐ŸŒ‡ sunset photo good morning dawn -๐ŸŒ‰ bridge at night photo sanfrancisco -โ™จ๏ธ hot springs bath warm relax -๐ŸŽ  carousel horse photo carnival -๐ŸŽก ferris wheel photo carnival londoneye -๐ŸŽข roller coaster carnival playground photo fun -๐Ÿ’ˆ barber pole hair salon style -๐ŸŽช circus tent festival carnival party -๐Ÿš‚ locomotive transportation vehicle train -๐Ÿšƒ railway car transportation vehicle -๐Ÿš„ high speed train transportation vehicle -๐Ÿš… bullet train transportation vehicle speed fast public travel -๐Ÿš† train transportation vehicle -๐Ÿš‡ metro transportation blue-square mrt underground tube -๐Ÿšˆ light rail transportation vehicle -๐Ÿš‰ station transportation vehicle public -๐ŸšŠ tram transportation vehicle -๐Ÿš monorail transportation vehicle -๐Ÿšž mountain railway transportation vehicle -๐Ÿš‹ tram car transportation vehicle carriage public travel -๐ŸšŒ bus car vehicle transportation -๐Ÿš oncoming bus vehicle transportation -๐ŸšŽ trolleybus bart transportation vehicle -๐Ÿš minibus vehicle car transportation -๐Ÿš‘ ambulance health 911 hospital -๐Ÿš’ fire engine transportation cars vehicle -๐Ÿš“ police car vehicle cars transportation law legal enforcement -๐Ÿš” oncoming police car vehicle law legal enforcement 911 -๐Ÿš• taxi uber vehicle cars transportation -๐Ÿš– oncoming taxi vehicle cars uber -๐Ÿš— automobile red transportation vehicle -๐Ÿš˜ oncoming automobile car vehicle transportation -๐Ÿš™ sport utility vehicle transportation vehicle -๐Ÿšš delivery truck cars transportation -๐Ÿš› articulated lorry vehicle cars transportation express -๐Ÿšœ tractor vehicle car farming agriculture -๐ŸŽ๏ธ racing car sports race fast formula f1 -๐Ÿ๏ธ motorcycle race sports fast -๐Ÿ›ต motor scooter vehicle vespa sasha -๐Ÿฆฝ manual wheelchair accessibility -๐Ÿฆผ motorized wheelchair accessibility -๐Ÿ›บ auto rickshaw move transportation -๐Ÿšฒ bicycle sports bicycle exercise hipster -๐Ÿ›ด kick scooter vehicle kick razor -๐Ÿ›น skateboard board -๐Ÿš bus stop transportation wait -๐Ÿ›ฃ๏ธ motorway road cupertino interstate highway -๐Ÿ›ค๏ธ railway track train transportation -๐Ÿ›ข๏ธ oil drum barrell -โ›ฝ fuel pump gas station petroleum -๐Ÿšจ police car light police ambulance 911 emergency alert error pinged law legal -๐Ÿšฅ horizontal traffic light transportation signal -๐Ÿšฆ vertical traffic light transportation driving -๐Ÿ›‘ stop sign stop -๐Ÿšง construction wip progress caution warning -โš“ anchor ship ferry sea boat -โ›ต sailboat ship summer transportation water sailing -๐Ÿ›ถ canoe boat paddle water ship -๐Ÿšค speedboat ship transportation vehicle summer -๐Ÿ›ณ๏ธ passenger ship yacht cruise ferry -โ›ด๏ธ ferry boat ship yacht -๐Ÿ›ฅ๏ธ motor boat ship -๐Ÿšข ship transportation titanic deploy -โœˆ๏ธ airplane vehicle transportation flight fly -๐Ÿ›ฉ๏ธ small airplane flight transportation fly vehicle -๐Ÿ›ซ airplane departure airport flight landing -๐Ÿ›ฌ airplane arrival airport flight boarding -๐Ÿช‚ parachute fly glide -๐Ÿ’บ seat sit airplane transport bus flight fly -๐Ÿš helicopter transportation vehicle fly -๐ŸšŸ suspension railway vehicle transportation -๐Ÿš  mountain cableway transportation vehicle ski -๐Ÿšก aerial tramway transportation vehicle ski -๐Ÿ›ฐ๏ธ satellite communication gps orbit spaceflight NASA ISS -๐Ÿš€ rocket launch ship staffmode NASA outer space outer space fly -๐Ÿ›ธ flying saucer transportation vehicle ufo -๐Ÿ›Ž๏ธ bellhop bell service -๐Ÿงณ luggage packing travel -โŒ› hourglass done time clock oldschool limit exam quiz test -โณ hourglass not done oldschool time countdown -โŒš watch time accessories -โฐ alarm clock time wake -โฑ๏ธ stopwatch time deadline -โฒ๏ธ timer clock alarm -๐Ÿ•ฐ๏ธ mantelpiece clock time -๐Ÿ•› twelve o clock time noon midnight midday late early schedule -๐Ÿ•ง twelve thirty time late early schedule -๐Ÿ• one o clock time late early schedule -๐Ÿ•œ one thirty time late early schedule -๐Ÿ•‘ two o clock time late early schedule -๐Ÿ• two thirty time late early schedule -๐Ÿ•’ three o clock time late early schedule -๐Ÿ•ž three thirty time late early schedule -๐Ÿ•“ four o clock time late early schedule -๐Ÿ•Ÿ four thirty time late early schedule -๐Ÿ•” five o clock time late early schedule -๐Ÿ•  five thirty time late early schedule -๐Ÿ•• six o clock time late early schedule dawn dusk -๐Ÿ•ก six thirty time late early schedule -๐Ÿ•– seven o clock time late early schedule -๐Ÿ•ข seven thirty time late early schedule -๐Ÿ•— eight o clock time late early schedule -๐Ÿ•ฃ eight thirty time late early schedule -๐Ÿ•˜ nine o clock time late early schedule -๐Ÿ•ค nine thirty time late early schedule -๐Ÿ•™ ten o clock time late early schedule -๐Ÿ•ฅ ten thirty time late early schedule -๐Ÿ•š eleven o clock time late early schedule -๐Ÿ•ฆ eleven thirty time late early schedule -๐ŸŒ‘ new moon nature twilight planet space night evening sleep -๐ŸŒ’ waxing crescent moon nature twilight planet space night evening sleep -๐ŸŒ“ first quarter moon nature twilight planet space night evening sleep -๐ŸŒ” waxing gibbous moon nature night sky gray twilight planet space evening sleep -๐ŸŒ• full moon nature yellow twilight planet space night evening sleep -๐ŸŒ– waning gibbous moon nature twilight planet space night evening sleep waxing gibbous moon -๐ŸŒ— last quarter moon nature twilight planet space night evening sleep -๐ŸŒ˜ waning crescent moon nature twilight planet space night evening sleep -๐ŸŒ™ crescent moon night sleep sky evening magic -๐ŸŒš new moon face nature twilight planet space night evening sleep -๐ŸŒ› first quarter moon face nature twilight planet space night evening sleep -๐ŸŒœ last quarter moon face nature twilight planet space night evening sleep -๐ŸŒก๏ธ thermometer weather temperature hot cold -โ˜€๏ธ sun weather nature brightness summer beach spring -๐ŸŒ full moon face nature twilight planet space night evening sleep -๐ŸŒž sun with face nature morning sky -๐Ÿช ringed planet outerspace -โญ star night yellow -๐ŸŒŸ glowing star night sparkle awesome good magic -๐ŸŒ  shooting star night photo -๐ŸŒŒ milky way photo space stars -โ˜๏ธ cloud weather sky -โ›… sun behind cloud weather nature cloudy morning fall spring -โ›ˆ๏ธ cloud with lightning and rain weather lightning -๐ŸŒค๏ธ sun behind small cloud weather -๐ŸŒฅ๏ธ sun behind large cloud weather -๐ŸŒฆ๏ธ sun behind rain cloud weather -๐ŸŒง๏ธ cloud with rain weather -๐ŸŒจ๏ธ cloud with snow weather -๐ŸŒฉ๏ธ cloud with lightning weather thunder -๐ŸŒช๏ธ tornado weather cyclone twister -๐ŸŒซ๏ธ fog weather -๐ŸŒฌ๏ธ wind face gust air -๐ŸŒ€ cyclone weather swirl blue cloud vortex spiral whirlpool spin tornado hurricane typhoon -๐ŸŒˆ rainbow nature happy unicorn face photo sky spring -๐ŸŒ‚ closed umbrella weather rain drizzle -โ˜‚๏ธ umbrella weather spring -โ˜” umbrella with rain drops rainy weather spring -โ›ฑ๏ธ umbrella on ground weather summer -โšก high voltage thunder weather lightning bolt fast -โ„๏ธ snowflake winter season cold weather christmas xmas -โ˜ƒ๏ธ snowman winter season cold weather christmas xmas frozen -โ›„ snowman without snow winter season cold weather christmas xmas frozen without snow -โ˜„๏ธ comet space -๐Ÿ”ฅ fire hot cook flame -๐Ÿ’ง droplet water drip faucet spring -๐ŸŒŠ water wave sea water wave nature tsunami disaster -๐ŸŽƒ jack o lantern halloween light pumpkin creepy fall -๐ŸŽ„ christmas tree festival vacation december xmas celebration -๐ŸŽ† fireworks photo festival carnival congratulations -๐ŸŽ‡ sparkler stars night shine -๐Ÿงจ firecracker dynamite boom explode explosion explosive -โœจ sparkles stars shine shiny cool awesome good magic -๐ŸŽˆ balloon party celebration birthday circus -๐ŸŽ‰ party popper party congratulations birthday magic circus celebration tada -๐ŸŽŠ confetti ball festival party birthday circus -๐ŸŽ‹ tanabata tree plant nature branch summer -๐ŸŽ pine decoration plant nature vegetable panda pine decoration -๐ŸŽŽ japanese dolls japanese toy kimono -๐ŸŽ carp streamer fish japanese koinobori carp banner -๐ŸŽ wind chime nature ding spring bell -๐ŸŽ‘ moon viewing ceremony photo japan asia tsukimi -๐Ÿงง red envelope gift -๐ŸŽ€ ribbon decoration pink girl bowtie -๐ŸŽ wrapped gift present birthday christmas xmas -๐ŸŽ—๏ธ reminder ribbon sports cause support awareness -๐ŸŽŸ๏ธ admission tickets sports concert entrance -๐ŸŽซ ticket event concert pass -๐ŸŽ–๏ธ military medal award winning army -๐Ÿ† trophy win award contest place ftw ceremony -๐Ÿ… sports medal award winning -๐Ÿฅ‡ 1st place medal award winning first -๐Ÿฅˆ 2nd place medal award second -๐Ÿฅ‰ 3rd place medal award third -โšฝ soccer ball sports football -โšพ baseball sports balls -๐ŸฅŽ softball sports balls -๐Ÿ€ basketball sports balls NBA -๐Ÿ volleyball sports balls -๐Ÿˆ american football sports balls NFL -๐Ÿ‰ rugby football sports team -๐ŸŽพ tennis sports balls green -๐Ÿฅ flying disc sports frisbee ultimate -๐ŸŽณ bowling sports fun play -๐Ÿ cricket game sports -๐Ÿ‘ field hockey sports -๐Ÿ’ ice hockey sports -๐Ÿฅ lacrosse sports ball stick -๐Ÿ“ ping pong sports pingpong -๐Ÿธ badminton sports -๐ŸฅŠ boxing glove sports fighting -๐Ÿฅ‹ martial arts uniform judo karate taekwondo -๐Ÿฅ… goal net sports -โ›ณ flag in hole sports business flag hole summer -โ›ธ๏ธ ice skate sports -๐ŸŽฃ fishing pole food hobby summer -๐Ÿคฟ diving mask sport ocean -๐ŸŽฝ running shirt play pageant -๐ŸŽฟ skis sports winter cold snow -๐Ÿ›ท sled sleigh luge toboggan -๐ŸฅŒ curling stone sports -๐ŸŽฏ direct hit game play bar target bullseye -๐Ÿช€ yo yo toy -๐Ÿช kite wind fly -๐ŸŽฑ pool 8 ball pool hobby game luck magic -๐Ÿ”ฎ crystal ball disco party magic circus fortune teller -๐Ÿงฟ nazar amulet bead charm -๐ŸŽฎ video game play console PS4 controller -๐Ÿ•น๏ธ joystick game play -๐ŸŽฐ slot machine bet gamble vegas fruit machine luck casino -๐ŸŽฒ game die dice random tabletop play luck -๐Ÿงฉ puzzle piece interlocking puzzle piece -๐Ÿงธ teddy bear plush stuffed -โ™ ๏ธ spade suit poker cards suits magic -โ™ฅ๏ธ heart suit poker cards magic suits -โ™ฆ๏ธ diamond suit poker cards magic suits -โ™ฃ๏ธ club suit poker cards magic suits -โ™Ÿ๏ธ chess pawn expendable -๐Ÿƒ joker poker cards game play magic -๐Ÿ€„ mahjong red dragon game play chinese kanji -๐ŸŽด flower playing cards game sunset red -๐ŸŽญ performing arts acting theater drama -๐Ÿ–ผ๏ธ framed picture photography -๐ŸŽจ artist palette design paint draw colors -๐Ÿงต thread needle sewing spool string -๐Ÿงถ yarn ball crochet knit -๐Ÿ‘“ glasses fashion accessories eyesight nerdy dork geek -๐Ÿ•ถ๏ธ sunglasses face cool accessories -๐Ÿฅฝ goggles eyes protection safety -๐Ÿฅผ lab coat doctor experiment scientist chemist -๐Ÿฆบ safety vest protection -๐Ÿ‘” necktie shirt suitup formal fashion cloth business -๐Ÿ‘• t shirt fashion cloth casual shirt tee -๐Ÿ‘– jeans fashion shopping -๐Ÿงฃ scarf neck winter clothes -๐Ÿงค gloves hands winter clothes -๐Ÿงฅ coat jacket -๐Ÿงฆ socks stockings clothes -๐Ÿ‘— dress clothes fashion shopping -๐Ÿ‘˜ kimono dress fashion women female japanese -๐Ÿฅป sari dress -๐Ÿฉฑ one piece swimsuit fashion -๐Ÿฉฒ briefs clothing -๐Ÿฉณ shorts clothing -๐Ÿ‘™ bikini swimming female woman girl fashion beach summer -๐Ÿ‘š woman s clothes fashion shopping bags female -๐Ÿ‘› purse fashion accessories money sales shopping -๐Ÿ‘œ handbag fashion accessory accessories shopping -๐Ÿ‘ clutch bag bag accessories shopping -๐Ÿ›๏ธ shopping bags mall buy purchase -๐ŸŽ’ backpack student education bag backpack -๐Ÿ‘ž man s shoe fashion male -๐Ÿ‘Ÿ running shoe shoes sports sneakers -๐Ÿฅพ hiking boot backpacking camping hiking -๐Ÿฅฟ flat shoe ballet slip-on slipper -๐Ÿ‘  high heeled shoe fashion shoes female pumps stiletto -๐Ÿ‘ก woman s sandal shoes fashion flip flops -๐Ÿฉฐ ballet shoes dance -๐Ÿ‘ข woman s boot shoes fashion -๐Ÿ‘‘ crown king kod leader royalty lord -๐Ÿ‘’ woman s hat fashion accessories female lady spring -๐ŸŽฉ top hat magic gentleman classy circus -๐ŸŽ“ graduation cap school college degree university graduation cap hat legal learn education -๐Ÿงข billed cap cap baseball -โ›‘๏ธ rescue worker s helmet construction build -๐Ÿ“ฟ prayer beads dhikr religious -๐Ÿ’„ lipstick female girl fashion woman -๐Ÿ’ ring wedding propose marriage valentines diamond fashion jewelry gem engagement -๐Ÿ’Ž gem stone blue ruby diamond jewelry -๐Ÿ”‡ muted speaker sound volume silence quiet -๐Ÿ”ˆ speaker low volume sound volume silence broadcast -๐Ÿ”‰ speaker medium volume volume speaker broadcast -๐Ÿ”Š speaker high volume volume noise noisy speaker broadcast -๐Ÿ“ข loudspeaker volume sound -๐Ÿ“ฃ megaphone sound speaker volume -๐Ÿ“ฏ postal horn instrument music -๐Ÿ”” bell sound notification christmas xmas chime -๐Ÿ”• bell with slash sound volume mute quiet silent -๐ŸŽผ musical score treble clef compose -๐ŸŽต musical note score tone sound -๐ŸŽถ musical notes music score -๐ŸŽ™๏ธ studio microphone sing recording artist talkshow -๐ŸŽš๏ธ level slider scale -๐ŸŽ›๏ธ control knobs dial -๐ŸŽค microphone sound music PA sing talkshow -๐ŸŽง headphone music score gadgets -๐Ÿ“ป radio communication music podcast program -๐ŸŽท saxophone music instrument jazz blues -๐ŸŽธ guitar music instrument -๐ŸŽน musical keyboard piano instrument compose -๐ŸŽบ trumpet music brass -๐ŸŽป violin music instrument orchestra symphony -๐Ÿช• banjo music instructment -๐Ÿฅ drum music instrument drumsticks snare -๐Ÿ“ฑ mobile phone technology apple gadgets dial -๐Ÿ“ฒ mobile phone with arrow iphone incoming -โ˜Ž๏ธ telephone technology communication dial telephone -๐Ÿ“ž telephone receiver technology communication dial -๐Ÿ“Ÿ pager bbcall oldschool 90s -๐Ÿ“  fax machine communication technology -๐Ÿ”‹ battery power energy sustain -๐Ÿ”Œ electric plug charger power -๐Ÿ’ป laptop technology laptop screen display monitor -๐Ÿ–ฅ๏ธ desktop computer technology computing screen -๐Ÿ–จ๏ธ printer paper ink -โŒจ๏ธ keyboard technology computer type input text -๐Ÿ–ฑ๏ธ computer mouse click -๐Ÿ–ฒ๏ธ trackball technology trackpad -๐Ÿ’ฝ computer disk technology record data disk 90s -๐Ÿ’พ floppy disk oldschool technology save 90s 80s -๐Ÿ’ฟ optical disk technology dvd disk disc 90s -๐Ÿ“€ dvd cd disk disc -๐Ÿงฎ abacus calculation -๐ŸŽฅ movie camera film record -๐ŸŽž๏ธ film frames movie -๐Ÿ“ฝ๏ธ film projector video tape record movie -๐ŸŽฌ clapper board movie film record -๐Ÿ“บ television technology program oldschool show television -๐Ÿ“ท camera gadgets photography -๐Ÿ“ธ camera with flash photography gadgets -๐Ÿ“น video camera film record -๐Ÿ“ผ videocassette record video oldschool 90s 80s -๐Ÿ” magnifying glass tilted left search zoom find detective -๐Ÿ”Ž magnifying glass tilted right search zoom find detective -๐Ÿ•ฏ๏ธ candle fire wax -๐Ÿ’ก light bulb light electricity idea -๐Ÿ”ฆ flashlight dark camping sight night -๐Ÿฎ red paper lantern light paper halloween spooky -๐Ÿช” diya lamp lighting -๐Ÿ“” notebook with decorative cover classroom notes record paper study -๐Ÿ“• closed book read library knowledge textbook learn -๐Ÿ“– open book book read library knowledge literature learn study -๐Ÿ“— green book read library knowledge study -๐Ÿ“˜ blue book read library knowledge learn study -๐Ÿ“™ orange book read library knowledge textbook study -๐Ÿ“š books literature library study -๐Ÿ““ notebook stationery record notes paper study -๐Ÿ“’ ledger notes paper -๐Ÿ“ƒ page with curl documents office paper -๐Ÿ“œ scroll documents ancient history paper -๐Ÿ“„ page facing up documents office paper information -๐Ÿ“ฐ newspaper press headline -๐Ÿ—ž๏ธ rolled up newspaper press headline -๐Ÿ“‘ bookmark tabs favorite save order tidy -๐Ÿ”– bookmark favorite label save -๐Ÿท๏ธ label sale tag -๐Ÿ’ฐ money bag dollar payment coins sale -๐Ÿ’ด yen banknote money sales japanese dollar currency -๐Ÿ’ต dollar banknote money sales bill currency -๐Ÿ’ถ euro banknote money sales dollar currency -๐Ÿ’ท pound banknote british sterling money sales bills uk england currency -๐Ÿ’ธ money with wings dollar bills payment sale -๐Ÿ’ณ credit card money sales dollar bill payment shopping -๐Ÿงพ receipt accounting expenses -๐Ÿ’น chart increasing with yen green-square graph presentation stats -๐Ÿ’ฑ currency exchange money sales dollar travel -๐Ÿ’ฒ heavy dollar sign money sales payment currency buck -โœ‰๏ธ envelope letter postal inbox communication -๐Ÿ“ง e mail communication inbox -๐Ÿ“จ incoming envelope email inbox -๐Ÿ“ฉ envelope with arrow email communication -๐Ÿ“ค outbox tray inbox email -๐Ÿ“ฅ inbox tray email documents -๐Ÿ“ฆ package mail gift cardboard box moving -๐Ÿ“ซ closed mailbox with raised flag email inbox communication -๐Ÿ“ช closed mailbox with lowered flag email communication inbox -๐Ÿ“ฌ open mailbox with raised flag email inbox communication -๐Ÿ“ญ open mailbox with lowered flag email inbox -๐Ÿ“ฎ postbox email letter envelope -๐Ÿ—ณ๏ธ ballot box with ballot election vote -โœ๏ธ pencil stationery write paper writing school study -โœ’๏ธ black nib pen stationery writing write -๐Ÿ–‹๏ธ fountain pen stationery writing write -๐Ÿ–Š๏ธ pen stationery writing write -๐Ÿ–Œ๏ธ paintbrush drawing creativity art -๐Ÿ–๏ธ crayon drawing creativity -๐Ÿ“ memo write documents stationery pencil paper writing legal exam quiz test study compose -๐Ÿ’ผ briefcase business documents work law legal job career -๐Ÿ“ file folder documents business office -๐Ÿ“‚ open file folder documents load -๐Ÿ—‚๏ธ card index dividers organizing business stationery -๐Ÿ“… calendar calendar schedule -๐Ÿ“† tear off calendar schedule date planning -๐Ÿ—’๏ธ spiral notepad memo stationery -๐Ÿ—“๏ธ spiral calendar date schedule planning -๐Ÿ“‡ card index business stationery -๐Ÿ“ˆ chart increasing graph presentation stats recovery business economics money sales good success -๐Ÿ“‰ chart decreasing graph presentation stats recession business economics money sales bad failure -๐Ÿ“Š bar chart graph presentation stats -๐Ÿ“‹ clipboard stationery documents -๐Ÿ“Œ pushpin stationery mark here -๐Ÿ“ round pushpin stationery location map here -๐Ÿ“Ž paperclip documents stationery -๐Ÿ–‡๏ธ linked paperclips documents stationery -๐Ÿ“ straight ruler stationery calculate length math school drawing architect sketch -๐Ÿ“ triangular ruler stationery math architect sketch -โœ‚๏ธ scissors stationery cut -๐Ÿ—ƒ๏ธ card file box business stationery -๐Ÿ—„๏ธ file cabinet filing organizing -๐Ÿ—‘๏ธ wastebasket bin trash rubbish garbage toss -๐Ÿ”’ locked security password padlock -๐Ÿ”“ unlocked privacy security -๐Ÿ” locked with pen security secret -๐Ÿ” locked with key security privacy -๐Ÿ”‘ key lock door password -๐Ÿ—๏ธ old key lock door password -๐Ÿ”จ hammer tools build create -๐Ÿช“ axe tool chop cut -โ›๏ธ pick tools dig -โš’๏ธ hammer and pick tools build create -๐Ÿ› ๏ธ hammer and wrench tools build create -๐Ÿ—ก๏ธ dagger weapon -โš”๏ธ crossed swords weapon -๐Ÿ”ซ pistol violence weapon pistol revolver -๐Ÿน bow and arrow sports -๐Ÿ›ก๏ธ shield protection security -๐Ÿ”ง wrench tools diy ikea fix maintainer -๐Ÿ”ฉ nut and bolt handy tools fix -โš™๏ธ gear cog -๐Ÿ—œ๏ธ clamp tool -โš–๏ธ balance scale law fairness weight -๐Ÿฆฏ probing cane accessibility -๐Ÿ”— link rings url -โ›“๏ธ chains lock arrest -๐Ÿงฐ toolbox tools diy fix maintainer mechanic -๐Ÿงฒ magnet attraction magnetic -โš—๏ธ alembic distilling science experiment chemistry -๐Ÿงช test tube chemistry experiment lab science -๐Ÿงซ petri dish bacteria biology culture lab -๐Ÿงฌ dna biologist genetics life -๐Ÿ”ฌ microscope laboratory experiment zoomin science study -๐Ÿ”ญ telescope stars space zoom science astronomy -๐Ÿ“ก satellite antenna communication future radio space -๐Ÿ’‰ syringe health hospital drugs blood medicine needle doctor nurse -๐Ÿฉธ drop of blood period hurt harm wound -๐Ÿ’Š pill health medicine doctor pharmacy drug -๐Ÿฉน adhesive bandage heal -๐Ÿฉบ stethoscope health -๐Ÿšช door house entry exit -๐Ÿ›๏ธ bed sleep rest -๐Ÿ›‹๏ธ couch and lamp read chill -๐Ÿช‘ chair sit furniture -๐Ÿšฝ toilet restroom wc washroom bathroom potty -๐Ÿšฟ shower clean water bathroom -๐Ÿ› bathtub clean shower bathroom -๐Ÿช’ razor cut -๐Ÿงด lotion bottle moisturizer sunscreen -๐Ÿงท safety pin diaper -๐Ÿงน broom cleaning sweeping witch -๐Ÿงบ basket laundry -๐Ÿงป roll of paper roll -๐Ÿงผ soap bar bathing cleaning lather -๐Ÿงฝ sponge absorbing cleaning porous -๐Ÿงฏ fire extinguisher quench -๐Ÿ›’ shopping cart trolley -๐Ÿšฌ cigarette kills tobacco cigarette joint smoke -โšฐ๏ธ coffin vampire dead die death rip graveyard cemetery casket funeral box -โšฑ๏ธ funeral urn dead die death rip ashes -๐Ÿ—ฟ moai rock easter island moai -๐Ÿง atm sign money sales cash blue-square payment bank -๐Ÿšฎ litter in bin sign blue-square sign human info -๐Ÿšฐ potable water blue-square liquid restroom cleaning faucet -โ™ฟ wheelchair symbol blue-square disabled accessibility -๐Ÿšน men s room toilet restroom wc blue-square gender male -๐Ÿšบ women s room purple-square woman female toilet loo restroom gender -๐Ÿšป restroom blue-square toilet refresh wc gender -๐Ÿšผ baby symbol orange-square child -๐Ÿšพ water closet toilet restroom blue-square -๐Ÿ›‚ passport control custom blue-square -๐Ÿ›ƒ customs passport border blue-square -๐Ÿ›„ baggage claim blue-square airport transport -๐Ÿ›… left luggage blue-square travel -โš ๏ธ warning exclamation wip alert error problem issue -๐Ÿšธ children crossing school warning danger sign driving yellow-diamond -โ›” no entry limit security privacy bad denied stop circle -๐Ÿšซ prohibited forbid stop limit denied disallow circle -๐Ÿšณ no bicycles cyclist prohibited circle -๐Ÿšญ no smoking cigarette blue-square smell smoke -๐Ÿšฏ no littering trash bin garbage circle -๐Ÿšฑ non potable water drink faucet tap circle -๐Ÿšท no pedestrians rules crossing walking circle -๐Ÿ“ต no mobile phones iphone mute circle -๐Ÿ”ž no one under eighteen 18 drink pub night minor circle -โ˜ข๏ธ radioactive nuclear danger -โ˜ฃ๏ธ biohazard danger -โฌ†๏ธ up arrow blue-square continue top direction -โ†—๏ธ up right arrow blue-square point direction diagonal northeast -โžก๏ธ right arrow blue-square next -โ†˜๏ธ down right arrow blue-square direction diagonal southeast -โฌ‡๏ธ down arrow blue-square direction bottom -โ†™๏ธ down left arrow blue-square direction diagonal southwest -โฌ…๏ธ left arrow blue-square previous back -โ†–๏ธ up left arrow blue-square point direction diagonal northwest -โ†•๏ธ up down arrow blue-square direction way vertical -โ†”๏ธ left right arrow shape direction horizontal sideways -โ†ฉ๏ธ right arrow curving left back return blue-square undo enter -โ†ช๏ธ left arrow curving right blue-square return rotate direction -โคด๏ธ right arrow curving up blue-square direction top -โคต๏ธ right arrow curving down blue-square direction bottom -๐Ÿ”ƒ clockwise vertical arrows sync cycle round repeat -๐Ÿ”„ counterclockwise arrows button blue-square sync cycle -๐Ÿ”™ back arrow arrow words return -๐Ÿ”š end arrow words arrow -๐Ÿ”› on arrow arrow words -๐Ÿ”œ soon arrow arrow words -๐Ÿ” top arrow words blue-square -๐Ÿ› place of worship religion church temple prayer -โš›๏ธ atom symbol science physics chemistry -๐Ÿ•‰๏ธ om hinduism buddhism sikhism jainism -โœก๏ธ star of david judaism -โ˜ธ๏ธ wheel of dharma hinduism buddhism sikhism jainism -โ˜ฏ๏ธ yin yang balance -โœ๏ธ latin cross christianity -โ˜ฆ๏ธ orthodox cross suppedaneum religion -โ˜ช๏ธ star and crescent islam -โ˜ฎ๏ธ peace symbol hippie -๐Ÿ•Ž menorah hanukkah candles jewish -๐Ÿ”ฏ dotted six pointed star purple-square religion jewish hexagram -โ™ˆ aries sign purple-square zodiac astrology -โ™‰ taurus purple-square sign zodiac astrology -โ™Š gemini sign zodiac purple-square astrology -โ™‹ cancer sign zodiac purple-square astrology -โ™Œ leo sign purple-square zodiac astrology -โ™ virgo sign zodiac purple-square astrology -โ™Ž libra sign purple-square zodiac astrology -โ™ scorpio sign zodiac purple-square astrology scorpio -โ™ sagittarius sign zodiac purple-square astrology -โ™‘ capricorn sign zodiac purple-square astrology -โ™’ aquarius sign purple-square zodiac astrology -โ™“ pisces purple-square sign zodiac astrology -โ›Ž ophiuchus sign purple-square constellation astrology -๐Ÿ”€ shuffle tracks button blue-square shuffle music random -๐Ÿ” repeat button loop record -๐Ÿ”‚ repeat single button blue-square loop -โ–ถ๏ธ play button blue-square right direction play -โฉ fast forward button blue-square play speed continue -โญ๏ธ next track button forward next blue-square -โฏ๏ธ play or pause button blue-square play pause -โ—€๏ธ reverse button blue-square left direction -โช fast reverse button play blue-square -โฎ๏ธ last track button backward -๐Ÿ”ผ upwards button blue-square triangle direction point forward top -โซ fast up button blue-square direction top -๐Ÿ”ฝ downwards button blue-square direction bottom -โฌ fast down button blue-square direction bottom -โธ๏ธ pause button pause blue-square -โน๏ธ stop button blue-square -โบ๏ธ record button blue-square -โ๏ธ eject button blue-square -๐ŸŽฆ cinema blue-square record film movie curtain stage theater -๐Ÿ”… dim button sun afternoon warm summer -๐Ÿ”† bright button sun light -๐Ÿ“ถ antenna bars blue-square reception phone internet connection wifi bluetooth bars -๐Ÿ“ณ vibration mode orange-square phone -๐Ÿ“ด mobile phone off mute orange-square silence quiet -โ™€๏ธ female sign woman women lady girl -โ™‚๏ธ male sign man boy men -โš•๏ธ medical symbol health hospital -โ™พ๏ธ infinity forever -โ™ป๏ธ recycling symbol arrow environment garbage trash -โšœ๏ธ fleur de lis decorative scout -๐Ÿ”ฑ trident emblem weapon spear -๐Ÿ“› name badge fire forbid -๐Ÿ”ฐ japanese symbol for beginner badge shield -โญ• hollow red circle circle round -โœ… check mark button green-square ok agree vote election answer tick -โ˜‘๏ธ check box with check ok agree confirm black-square vote election yes tick -โœ”๏ธ check mark ok nike answer yes tick -โœ–๏ธ multiplication sign math calculation -โŒ cross mark no delete remove cancel red -โŽ cross mark button x green-square no deny -โž• plus sign math calculation addition more increase -โž– minus sign math calculation subtract less -โž— division sign divide math calculation -โžฐ curly loop scribble draw shape squiggle -โžฟ double curly loop tape cassette -ใ€ฝ๏ธ part alternation mark graph presentation stats business economics bad -โœณ๏ธ eight spoked asterisk star sparkle green-square -โœด๏ธ eight pointed star orange-square shape polygon -โ‡๏ธ sparkle stars green-square awesome good fireworks -โ€ผ๏ธ double exclamation mark exclamation surprise -โ‰๏ธ exclamation question mark wat punctuation surprise -โ“ question mark doubt confused -โ” white question mark doubts gray huh confused -โ• white exclamation mark surprise punctuation gray wow warning -โ— exclamation mark heavy exclamation mark danger surprise punctuation wow warning -ใ€ฐ๏ธ wavy dash draw line moustache mustache squiggle scribble -ยฉ๏ธ copyright ip license circle law legal -ยฎ๏ธ registered alphabet circle -โ„ข๏ธ trade mark trademark brand law legal -#๏ธโƒฃ keycap symbol blue-square twitter -*๏ธโƒฃ keycap star keycap -0๏ธโƒฃ keycap 0 0 numbers blue-square null -1๏ธโƒฃ keycap 1 blue-square numbers 1 -2๏ธโƒฃ keycap 2 numbers 2 prime blue-square -3๏ธโƒฃ keycap 3 3 numbers prime blue-square -4๏ธโƒฃ keycap 4 4 numbers blue-square -5๏ธโƒฃ keycap 5 5 numbers blue-square prime -6๏ธโƒฃ keycap 6 6 numbers blue-square -7๏ธโƒฃ keycap 7 7 numbers blue-square prime -8๏ธโƒฃ keycap 8 8 blue-square numbers -9๏ธโƒฃ keycap 9 blue-square numbers 9 -๐Ÿ”Ÿ keycap 10 numbers 10 blue-square -๐Ÿ”  input latin uppercase alphabet words blue-square -๐Ÿ”ก input latin lowercase blue-square alphabet -๐Ÿ”ข input numbers numbers blue-square -๐Ÿ”ฃ input symbols blue-square music note ampersand percent glyphs characters -๐Ÿ”ค input latin letters blue-square alphabet -๐Ÿ…ฐ๏ธ a button red-square alphabet letter -๐Ÿ†Ž ab button red-square alphabet -๐Ÿ…ฑ๏ธ b button red-square alphabet letter -๐Ÿ†‘ cl button alphabet words red-square -๐Ÿ†’ cool button words blue-square -๐Ÿ†“ free button blue-square words -โ„น๏ธ information blue-square alphabet letter -๐Ÿ†” id button purple-square words -โ“‚๏ธ circled m alphabet blue-circle letter -๐Ÿ†• new button blue-square words start -๐Ÿ†– ng button blue-square words shape icon -๐Ÿ…พ๏ธ o button alphabet red-square letter -๐Ÿ†— ok button good agree yes blue-square -๐Ÿ…ฟ๏ธ p button cars blue-square alphabet letter -๐Ÿ†˜ sos button help red-square words emergency 911 -๐Ÿ†™ up button blue-square above high -๐Ÿ†š vs button words orange-square -๐Ÿˆ japanese here button blue-square here katakana japanese destination -๐Ÿˆ‚๏ธ japanese service charge button japanese blue-square katakana -๐Ÿˆท๏ธ japanese monthly amount button chinese month moon japanese orange-square kanji -๐Ÿˆถ japanese not free of charge button orange-square chinese have kanji -๐Ÿˆฏ japanese reserved button chinese point green-square kanji -๐Ÿ‰ japanese bargain button chinese kanji obtain get circle -๐Ÿˆน japanese discount button cut divide chinese kanji pink-square -๐Ÿˆš japanese free of charge button nothing chinese kanji japanese orange-square -๐Ÿˆฒ japanese prohibited button kanji japanese chinese forbidden limit restricted red-square -๐Ÿ‰‘ japanese acceptable button ok good chinese kanji agree yes orange-circle -๐Ÿˆธ japanese application button chinese japanese kanji orange-square -๐Ÿˆด japanese passing grade button japanese chinese join kanji red-square -๐Ÿˆณ japanese vacancy button kanji japanese chinese empty sky blue-square -ใŠ—๏ธ japanese congratulations button chinese kanji japanese red-circle -ใŠ™๏ธ japanese secret button privacy chinese sshh kanji red-circle -๐Ÿˆบ japanese open for business button japanese opening hours orange-square -๐Ÿˆต japanese no vacancy button full chinese japanese red-square kanji -๐Ÿ”ด red circle shape error danger -๐ŸŸ  orange circle round -๐ŸŸก yellow circle round -๐ŸŸข green circle round -๐Ÿ”ต blue circle shape icon button -๐ŸŸฃ purple circle round -๐ŸŸค brown circle round -โšซ black circle shape button round -โšช white circle shape round -๐ŸŸฅ red square -๐ŸŸง orange square -๐ŸŸจ yellow square -๐ŸŸฉ green square -๐ŸŸฆ blue square -๐ŸŸช purple square -๐ŸŸซ brown square -โฌ› black large square shape icon button -โฌœ white large square shape icon stone button -โ—ผ๏ธ black medium square shape button icon -โ—ป๏ธ white medium square shape stone icon -โ—พ black medium small square icon shape button -โ—ฝ white medium small square shape stone icon button -โ–ช๏ธ black small square shape icon -โ–ซ๏ธ white small square shape icon -๐Ÿ”ถ large orange diamond shape jewel gem -๐Ÿ”ท large blue diamond shape jewel gem -๐Ÿ”ธ small orange diamond shape jewel gem -๐Ÿ”น small blue diamond shape jewel gem -๐Ÿ”บ red triangle pointed up shape direction up top -๐Ÿ”ป red triangle pointed down shape direction bottom -๐Ÿ’  diamond with a dot jewel blue gem crystal fancy -๐Ÿ”˜ radio button input old music circle -๐Ÿ”ณ white square button shape input -๐Ÿ”ฒ black square button shape input frame -๐Ÿ chequered flag contest finishline race gokart -๐Ÿšฉ triangular flag mark milestone place -๐ŸŽŒ crossed flags japanese nation country border -๐Ÿด black flag pirate -๐Ÿณ๏ธ white flag losing loser lost surrender give up fail -๐Ÿณ๏ธโ€๐ŸŒˆ rainbow flag flag rainbow pride gay lgbt glbt queer homosexual lesbian bisexual transgender -๐Ÿดโ€โ˜ ๏ธ pirate flag skull crossbones flag banner -๐Ÿ‡ฆ๐Ÿ‡จ flag ascension island -๐Ÿ‡ฆ๐Ÿ‡ฉ flag andorra ad flag nation country banner andorra -๐Ÿ‡ฆ๐Ÿ‡ช flag united arab emirates united arab emirates flag nation country banner united arab emirates -๐Ÿ‡ฆ๐Ÿ‡ซ flag afghanistan af flag nation country banner afghanistan -๐Ÿ‡ฆ๐Ÿ‡ฌ flag antigua barbuda antigua barbuda flag nation country banner antigua barbuda -๐Ÿ‡ฆ๐Ÿ‡ฎ flag anguilla ai flag nation country banner anguilla -๐Ÿ‡ฆ๐Ÿ‡ฑ flag albania al flag nation country banner albania -๐Ÿ‡ฆ๐Ÿ‡ฒ flag armenia am flag nation country banner armenia -๐Ÿ‡ฆ๐Ÿ‡ด flag angola ao flag nation country banner angola -๐Ÿ‡ฆ๐Ÿ‡ถ flag antarctica aq flag nation country banner antarctica -๐Ÿ‡ฆ๐Ÿ‡ท flag argentina ar flag nation country banner argentina -๐Ÿ‡ฆ๐Ÿ‡ธ flag american samoa american ws flag nation country banner american samoa -๐Ÿ‡ฆ๐Ÿ‡น flag austria at flag nation country banner austria -๐Ÿ‡ฆ๐Ÿ‡บ flag australia au flag nation country banner australia -๐Ÿ‡ฆ๐Ÿ‡ผ flag aruba aw flag nation country banner aruba -๐Ÿ‡ฆ๐Ÿ‡ฝ flag aland islands ร…land islands flag nation country banner aland islands -๐Ÿ‡ฆ๐Ÿ‡ฟ flag azerbaijan az flag nation country banner azerbaijan -๐Ÿ‡ง๐Ÿ‡ฆ flag bosnia herzegovina bosnia herzegovina flag nation country banner bosnia herzegovina -๐Ÿ‡ง๐Ÿ‡ง flag barbados bb flag nation country banner barbados -๐Ÿ‡ง๐Ÿ‡ฉ flag bangladesh bd flag nation country banner bangladesh -๐Ÿ‡ง๐Ÿ‡ช flag belgium be flag nation country banner belgium -๐Ÿ‡ง๐Ÿ‡ซ flag burkina faso burkina faso flag nation country banner burkina faso -๐Ÿ‡ง๐Ÿ‡ฌ flag bulgaria bg flag nation country banner bulgaria -๐Ÿ‡ง๐Ÿ‡ญ flag bahrain bh flag nation country banner bahrain -๐Ÿ‡ง๐Ÿ‡ฎ flag burundi bi flag nation country banner burundi -๐Ÿ‡ง๐Ÿ‡ฏ flag benin bj flag nation country banner benin -๐Ÿ‡ง๐Ÿ‡ฑ flag st barthelemy saint barthรฉlemy flag nation country banner st barthelemy -๐Ÿ‡ง๐Ÿ‡ฒ flag bermuda bm flag nation country banner bermuda -๐Ÿ‡ง๐Ÿ‡ณ flag brunei bn darussalam flag nation country banner brunei -๐Ÿ‡ง๐Ÿ‡ด flag bolivia bo flag nation country banner bolivia -๐Ÿ‡ง๐Ÿ‡ถ flag caribbean netherlands bonaire flag nation country banner caribbean netherlands -๐Ÿ‡ง๐Ÿ‡ท flag brazil br flag nation country banner brazil -๐Ÿ‡ง๐Ÿ‡ธ flag bahamas bs flag nation country banner bahamas -๐Ÿ‡ง๐Ÿ‡น flag bhutan bt flag nation country banner bhutan -๐Ÿ‡ง๐Ÿ‡ป flag bouvet island norway -๐Ÿ‡ง๐Ÿ‡ผ flag botswana bw flag nation country banner botswana -๐Ÿ‡ง๐Ÿ‡พ flag belarus by flag nation country banner belarus -๐Ÿ‡ง๐Ÿ‡ฟ flag belize bz flag nation country banner belize -๐Ÿ‡จ๐Ÿ‡ฆ flag canada ca flag nation country banner canada -๐Ÿ‡จ๐Ÿ‡จ flag cocos islands cocos keeling islands flag nation country banner cocos islands -๐Ÿ‡จ๐Ÿ‡ฉ flag congo kinshasa congo democratic republic flag nation country banner congo kinshasa -๐Ÿ‡จ๐Ÿ‡ซ flag central african republic central african republic flag nation country banner central african republic -๐Ÿ‡จ๐Ÿ‡ฌ flag congo brazzaville congo flag nation country banner congo brazzaville -๐Ÿ‡จ๐Ÿ‡ญ flag switzerland ch flag nation country banner switzerland -๐Ÿ‡จ๐Ÿ‡ฎ flag cote d ivoire ivory coast flag nation country banner cote d ivoire -๐Ÿ‡จ๐Ÿ‡ฐ flag cook islands cook islands flag nation country banner cook islands -๐Ÿ‡จ๐Ÿ‡ฑ flag chile flag nation country banner chile -๐Ÿ‡จ๐Ÿ‡ฒ flag cameroon cm flag nation country banner cameroon -๐Ÿ‡จ๐Ÿ‡ณ flag china china chinese prc flag country nation banner china -๐Ÿ‡จ๐Ÿ‡ด flag colombia co flag nation country banner colombia -๐Ÿ‡จ๐Ÿ‡ต flag clipperton island -๐Ÿ‡จ๐Ÿ‡ท flag costa rica costa rica flag nation country banner costa rica -๐Ÿ‡จ๐Ÿ‡บ flag cuba cu flag nation country banner cuba -๐Ÿ‡จ๐Ÿ‡ป flag cape verde cabo verde flag nation country banner cape verde -๐Ÿ‡จ๐Ÿ‡ผ flag curacao curaรงao flag nation country banner curacao -๐Ÿ‡จ๐Ÿ‡ฝ flag christmas island christmas island flag nation country banner christmas island -๐Ÿ‡จ๐Ÿ‡พ flag cyprus cy flag nation country banner cyprus -๐Ÿ‡จ๐Ÿ‡ฟ flag czechia cz flag nation country banner czechia -๐Ÿ‡ฉ๐Ÿ‡ช flag germany german nation flag country banner germany -๐Ÿ‡ฉ๐Ÿ‡ฌ flag diego garcia -๐Ÿ‡ฉ๐Ÿ‡ฏ flag djibouti dj flag nation country banner djibouti -๐Ÿ‡ฉ๐Ÿ‡ฐ flag denmark dk flag nation country banner denmark -๐Ÿ‡ฉ๐Ÿ‡ฒ flag dominica dm flag nation country banner dominica -๐Ÿ‡ฉ๐Ÿ‡ด flag dominican republic dominican republic flag nation country banner dominican republic -๐Ÿ‡ฉ๐Ÿ‡ฟ flag algeria dz flag nation country banner algeria -๐Ÿ‡ช๐Ÿ‡ฆ flag ceuta melilla -๐Ÿ‡ช๐Ÿ‡จ flag ecuador ec flag nation country banner ecuador -๐Ÿ‡ช๐Ÿ‡ช flag estonia ee flag nation country banner estonia -๐Ÿ‡ช๐Ÿ‡ฌ flag egypt eg flag nation country banner egypt -๐Ÿ‡ช๐Ÿ‡ญ flag western sahara western sahara flag nation country banner western sahara -๐Ÿ‡ช๐Ÿ‡ท flag eritrea er flag nation country banner eritrea -๐Ÿ‡ช๐Ÿ‡ธ flag spain spain flag nation country banner spain -๐Ÿ‡ช๐Ÿ‡น flag ethiopia et flag nation country banner ethiopia -๐Ÿ‡ช๐Ÿ‡บ flag european union european union flag banner -๐Ÿ‡ซ๐Ÿ‡ฎ flag finland fi flag nation country banner finland -๐Ÿ‡ซ๐Ÿ‡ฏ flag fiji fj flag nation country banner fiji -๐Ÿ‡ซ๐Ÿ‡ฐ flag falkland islands falkland islands malvinas flag nation country banner falkland islands -๐Ÿ‡ซ๐Ÿ‡ฒ flag micronesia micronesia federated states flag nation country banner micronesia -๐Ÿ‡ซ๐Ÿ‡ด flag faroe islands faroe islands flag nation country banner faroe islands -๐Ÿ‡ซ๐Ÿ‡ท flag france banner flag nation france french country france -๐Ÿ‡ฌ๐Ÿ‡ฆ flag gabon ga flag nation country banner gabon -๐Ÿ‡ฌ๐Ÿ‡ง flag united kingdom united kingdom great britain northern ireland flag nation country banner british UK english england union jack united kingdom -๐Ÿ‡ฌ๐Ÿ‡ฉ flag grenada gd flag nation country banner grenada -๐Ÿ‡ฌ๐Ÿ‡ช flag georgia ge flag nation country banner georgia -๐Ÿ‡ฌ๐Ÿ‡ซ flag french guiana french guiana flag nation country banner french guiana -๐Ÿ‡ฌ๐Ÿ‡ฌ flag guernsey gg flag nation country banner guernsey -๐Ÿ‡ฌ๐Ÿ‡ญ flag ghana gh flag nation country banner ghana -๐Ÿ‡ฌ๐Ÿ‡ฎ flag gibraltar gi flag nation country banner gibraltar -๐Ÿ‡ฌ๐Ÿ‡ฑ flag greenland gl flag nation country banner greenland -๐Ÿ‡ฌ๐Ÿ‡ฒ flag gambia gm flag nation country banner gambia -๐Ÿ‡ฌ๐Ÿ‡ณ flag guinea gn flag nation country banner guinea -๐Ÿ‡ฌ๐Ÿ‡ต flag guadeloupe gp flag nation country banner guadeloupe -๐Ÿ‡ฌ๐Ÿ‡ถ flag equatorial guinea equatorial gn flag nation country banner equatorial guinea -๐Ÿ‡ฌ๐Ÿ‡ท flag greece gr flag nation country banner greece -๐Ÿ‡ฌ๐Ÿ‡ธ flag south georgia south sandwich islands south georgia sandwich islands flag nation country banner south georgia south sandwich islands -๐Ÿ‡ฌ๐Ÿ‡น flag guatemala gt flag nation country banner guatemala -๐Ÿ‡ฌ๐Ÿ‡บ flag guam gu flag nation country banner guam -๐Ÿ‡ฌ๐Ÿ‡ผ flag guinea bissau gw bissau flag nation country banner guinea bissau -๐Ÿ‡ฌ๐Ÿ‡พ flag guyana gy flag nation country banner guyana -๐Ÿ‡ญ๐Ÿ‡ฐ flag hong kong sar china hong kong flag nation country banner hong kong sar china -๐Ÿ‡ญ๐Ÿ‡ฒ flag heard mcdonald islands -๐Ÿ‡ญ๐Ÿ‡ณ flag honduras hn flag nation country banner honduras -๐Ÿ‡ญ๐Ÿ‡ท flag croatia hr flag nation country banner croatia -๐Ÿ‡ญ๐Ÿ‡น flag haiti ht flag nation country banner haiti -๐Ÿ‡ญ๐Ÿ‡บ flag hungary hu flag nation country banner hungary -๐Ÿ‡ฎ๐Ÿ‡จ flag canary islands canary islands flag nation country banner canary islands -๐Ÿ‡ฎ๐Ÿ‡ฉ flag indonesia flag nation country banner indonesia -๐Ÿ‡ฎ๐Ÿ‡ช flag ireland ie flag nation country banner ireland -๐Ÿ‡ฎ๐Ÿ‡ฑ flag israel il flag nation country banner israel -๐Ÿ‡ฎ๐Ÿ‡ฒ flag isle of man isle man flag nation country banner isle of man -๐Ÿ‡ฎ๐Ÿ‡ณ flag india in flag nation country banner india -๐Ÿ‡ฎ๐Ÿ‡ด flag british indian ocean territory british indian ocean territory flag nation country banner british indian ocean territory -๐Ÿ‡ฎ๐Ÿ‡ถ flag iraq iq flag nation country banner iraq -๐Ÿ‡ฎ๐Ÿ‡ท flag iran iran islamic republic flag nation country banner iran -๐Ÿ‡ฎ๐Ÿ‡ธ flag iceland is flag nation country banner iceland -๐Ÿ‡ฎ๐Ÿ‡น flag italy italy flag nation country banner italy -๐Ÿ‡ฏ๐Ÿ‡ช flag jersey je flag nation country banner jersey -๐Ÿ‡ฏ๐Ÿ‡ฒ flag jamaica jm flag nation country banner jamaica -๐Ÿ‡ฏ๐Ÿ‡ด flag jordan jo flag nation country banner jordan -๐Ÿ‡ฏ๐Ÿ‡ต flag japan japanese nation flag country banner japan -๐Ÿ‡ฐ๐Ÿ‡ช flag kenya ke flag nation country banner kenya -๐Ÿ‡ฐ๐Ÿ‡ฌ flag kyrgyzstan kg flag nation country banner kyrgyzstan -๐Ÿ‡ฐ๐Ÿ‡ญ flag cambodia kh flag nation country banner cambodia -๐Ÿ‡ฐ๐Ÿ‡ฎ flag kiribati ki flag nation country banner kiribati -๐Ÿ‡ฐ๐Ÿ‡ฒ flag comoros km flag nation country banner comoros -๐Ÿ‡ฐ๐Ÿ‡ณ flag st kitts nevis saint kitts nevis flag nation country banner st kitts nevis -๐Ÿ‡ฐ๐Ÿ‡ต flag north korea north korea nation flag country banner north korea -๐Ÿ‡ฐ๐Ÿ‡ท flag south korea south korea nation flag country banner south korea -๐Ÿ‡ฐ๐Ÿ‡ผ flag kuwait kw flag nation country banner kuwait -๐Ÿ‡ฐ๐Ÿ‡พ flag cayman islands cayman islands flag nation country banner cayman islands -๐Ÿ‡ฐ๐Ÿ‡ฟ flag kazakhstan kz flag nation country banner kazakhstan -๐Ÿ‡ฑ๐Ÿ‡ฆ flag laos lao democratic republic flag nation country banner laos -๐Ÿ‡ฑ๐Ÿ‡ง flag lebanon lb flag nation country banner lebanon -๐Ÿ‡ฑ๐Ÿ‡จ flag st lucia saint lucia flag nation country banner st lucia -๐Ÿ‡ฑ๐Ÿ‡ฎ flag liechtenstein li flag nation country banner liechtenstein -๐Ÿ‡ฑ๐Ÿ‡ฐ flag sri lanka sri lanka flag nation country banner sri lanka -๐Ÿ‡ฑ๐Ÿ‡ท flag liberia lr flag nation country banner liberia -๐Ÿ‡ฑ๐Ÿ‡ธ flag lesotho ls flag nation country banner lesotho -๐Ÿ‡ฑ๐Ÿ‡น flag lithuania lt flag nation country banner lithuania -๐Ÿ‡ฑ๐Ÿ‡บ flag luxembourg lu flag nation country banner luxembourg -๐Ÿ‡ฑ๐Ÿ‡ป flag latvia lv flag nation country banner latvia -๐Ÿ‡ฑ๐Ÿ‡พ flag libya ly flag nation country banner libya -๐Ÿ‡ฒ๐Ÿ‡ฆ flag morocco ma flag nation country banner morocco -๐Ÿ‡ฒ๐Ÿ‡จ flag monaco mc flag nation country banner monaco -๐Ÿ‡ฒ๐Ÿ‡ฉ flag moldova moldova republic flag nation country banner moldova -๐Ÿ‡ฒ๐Ÿ‡ช flag montenegro me flag nation country banner montenegro -๐Ÿ‡ฒ๐Ÿ‡ซ flag st martin -๐Ÿ‡ฒ๐Ÿ‡ฌ flag madagascar mg flag nation country banner madagascar -๐Ÿ‡ฒ๐Ÿ‡ญ flag marshall islands marshall islands flag nation country banner marshall islands -๐Ÿ‡ฒ๐Ÿ‡ฐ flag north macedonia macedonia flag nation country banner north macedonia -๐Ÿ‡ฒ๐Ÿ‡ฑ flag mali ml flag nation country banner mali -๐Ÿ‡ฒ๐Ÿ‡ฒ flag myanmar mm flag nation country banner myanmar -๐Ÿ‡ฒ๐Ÿ‡ณ flag mongolia mn flag nation country banner mongolia -๐Ÿ‡ฒ๐Ÿ‡ด flag macao sar china macao flag nation country banner macao sar china -๐Ÿ‡ฒ๐Ÿ‡ต flag northern mariana islands northern mariana islands flag nation country banner northern mariana islands -๐Ÿ‡ฒ๐Ÿ‡ถ flag martinique mq flag nation country banner martinique -๐Ÿ‡ฒ๐Ÿ‡ท flag mauritania mr flag nation country banner mauritania -๐Ÿ‡ฒ๐Ÿ‡ธ flag montserrat ms flag nation country banner montserrat -๐Ÿ‡ฒ๐Ÿ‡น flag malta mt flag nation country banner malta -๐Ÿ‡ฒ๐Ÿ‡บ flag mauritius mu flag nation country banner mauritius -๐Ÿ‡ฒ๐Ÿ‡ป flag maldives mv flag nation country banner maldives -๐Ÿ‡ฒ๐Ÿ‡ผ flag malawi mw flag nation country banner malawi -๐Ÿ‡ฒ๐Ÿ‡ฝ flag mexico mx flag nation country banner mexico -๐Ÿ‡ฒ๐Ÿ‡พ flag malaysia my flag nation country banner malaysia -๐Ÿ‡ฒ๐Ÿ‡ฟ flag mozambique mz flag nation country banner mozambique -๐Ÿ‡ณ๐Ÿ‡ฆ flag namibia na flag nation country banner namibia -๐Ÿ‡ณ๐Ÿ‡จ flag new caledonia new caledonia flag nation country banner new caledonia -๐Ÿ‡ณ๐Ÿ‡ช flag niger ne flag nation country banner niger -๐Ÿ‡ณ๐Ÿ‡ซ flag norfolk island norfolk island flag nation country banner norfolk island -๐Ÿ‡ณ๐Ÿ‡ฌ flag nigeria flag nation country banner nigeria -๐Ÿ‡ณ๐Ÿ‡ฎ flag nicaragua ni flag nation country banner nicaragua -๐Ÿ‡ณ๐Ÿ‡ฑ flag netherlands nl flag nation country banner netherlands -๐Ÿ‡ณ๐Ÿ‡ด flag norway no flag nation country banner norway -๐Ÿ‡ณ๐Ÿ‡ต flag nepal np flag nation country banner nepal -๐Ÿ‡ณ๐Ÿ‡ท flag nauru nr flag nation country banner nauru -๐Ÿ‡ณ๐Ÿ‡บ flag niue nu flag nation country banner niue -๐Ÿ‡ณ๐Ÿ‡ฟ flag new zealand new zealand flag nation country banner new zealand -๐Ÿ‡ด๐Ÿ‡ฒ flag oman om symbol flag nation country banner oman -๐Ÿ‡ต๐Ÿ‡ฆ flag panama pa flag nation country banner panama -๐Ÿ‡ต๐Ÿ‡ช flag peru pe flag nation country banner peru -๐Ÿ‡ต๐Ÿ‡ซ flag french polynesia french polynesia flag nation country banner french polynesia -๐Ÿ‡ต๐Ÿ‡ฌ flag papua new guinea papua new guinea flag nation country banner papua new guinea -๐Ÿ‡ต๐Ÿ‡ญ flag philippines ph flag nation country banner philippines -๐Ÿ‡ต๐Ÿ‡ฐ flag pakistan pk flag nation country banner pakistan -๐Ÿ‡ต๐Ÿ‡ฑ flag poland pl flag nation country banner poland -๐Ÿ‡ต๐Ÿ‡ฒ flag st pierre miquelon saint pierre miquelon flag nation country banner st pierre miquelon -๐Ÿ‡ต๐Ÿ‡ณ flag pitcairn islands pitcairn flag nation country banner pitcairn islands -๐Ÿ‡ต๐Ÿ‡ท flag puerto rico puerto rico flag nation country banner puerto rico -๐Ÿ‡ต๐Ÿ‡ธ flag palestinian territories palestine palestinian territories flag nation country banner palestinian territories -๐Ÿ‡ต๐Ÿ‡น flag portugal pt flag nation country banner portugal -๐Ÿ‡ต๐Ÿ‡ผ flag palau pw flag nation country banner palau -๐Ÿ‡ต๐Ÿ‡พ flag paraguay py flag nation country banner paraguay -๐Ÿ‡ถ๐Ÿ‡ฆ flag qatar qa flag nation country banner qatar -๐Ÿ‡ท๐Ÿ‡ช flag reunion rรฉunion flag nation country banner reunion -๐Ÿ‡ท๐Ÿ‡ด flag romania ro flag nation country banner romania -๐Ÿ‡ท๐Ÿ‡ธ flag serbia rs flag nation country banner serbia -๐Ÿ‡ท๐Ÿ‡บ flag russia russian federation flag nation country banner russia -๐Ÿ‡ท๐Ÿ‡ผ flag rwanda rw flag nation country banner rwanda -๐Ÿ‡ธ๐Ÿ‡ฆ flag saudi arabia flag nation country banner saudi arabia -๐Ÿ‡ธ๐Ÿ‡ง flag solomon islands solomon islands flag nation country banner solomon islands -๐Ÿ‡ธ๐Ÿ‡จ flag seychelles sc flag nation country banner seychelles -๐Ÿ‡ธ๐Ÿ‡ฉ flag sudan sd flag nation country banner sudan -๐Ÿ‡ธ๐Ÿ‡ช flag sweden se flag nation country banner sweden -๐Ÿ‡ธ๐Ÿ‡ฌ flag singapore sg flag nation country banner singapore -๐Ÿ‡ธ๐Ÿ‡ญ flag st helena saint helena ascension tristan cunha flag nation country banner st helena -๐Ÿ‡ธ๐Ÿ‡ฎ flag slovenia si flag nation country banner slovenia -๐Ÿ‡ธ๐Ÿ‡ฏ flag svalbard jan mayen -๐Ÿ‡ธ๐Ÿ‡ฐ flag slovakia sk flag nation country banner slovakia -๐Ÿ‡ธ๐Ÿ‡ฑ flag sierra leone sierra leone flag nation country banner sierra leone -๐Ÿ‡ธ๐Ÿ‡ฒ flag san marino san marino flag nation country banner san marino -๐Ÿ‡ธ๐Ÿ‡ณ flag senegal sn flag nation country banner senegal -๐Ÿ‡ธ๐Ÿ‡ด flag somalia so flag nation country banner somalia -๐Ÿ‡ธ๐Ÿ‡ท flag suriname sr flag nation country banner suriname -๐Ÿ‡ธ๐Ÿ‡ธ flag south sudan south sd flag nation country banner south sudan -๐Ÿ‡ธ๐Ÿ‡น flag sao tome principe sao tome principe flag nation country banner sao tome principe -๐Ÿ‡ธ๐Ÿ‡ป flag el salvador el salvador flag nation country banner el salvador -๐Ÿ‡ธ๐Ÿ‡ฝ flag sint maarten sint maarten dutch flag nation country banner sint maarten -๐Ÿ‡ธ๐Ÿ‡พ flag syria syrian arab republic flag nation country banner syria -๐Ÿ‡ธ๐Ÿ‡ฟ flag eswatini sz flag nation country banner eswatini -๐Ÿ‡น๐Ÿ‡ฆ flag tristan da cunha -๐Ÿ‡น๐Ÿ‡จ flag turks caicos islands turks caicos islands flag nation country banner turks caicos islands -๐Ÿ‡น๐Ÿ‡ฉ flag chad td flag nation country banner chad -๐Ÿ‡น๐Ÿ‡ซ flag french southern territories french southern territories flag nation country banner french southern territories -๐Ÿ‡น๐Ÿ‡ฌ flag togo tg flag nation country banner togo -๐Ÿ‡น๐Ÿ‡ญ flag thailand th flag nation country banner thailand -๐Ÿ‡น๐Ÿ‡ฏ flag tajikistan tj flag nation country banner tajikistan -๐Ÿ‡น๐Ÿ‡ฐ flag tokelau tk flag nation country banner tokelau -๐Ÿ‡น๐Ÿ‡ฑ flag timor leste timor leste flag nation country banner timor leste -๐Ÿ‡น๐Ÿ‡ฒ flag turkmenistan flag nation country banner turkmenistan -๐Ÿ‡น๐Ÿ‡ณ flag tunisia tn flag nation country banner tunisia -๐Ÿ‡น๐Ÿ‡ด flag tonga to flag nation country banner tonga -๐Ÿ‡น๐Ÿ‡ท flag turkey turkey flag nation country banner turkey -๐Ÿ‡น๐Ÿ‡น flag trinidad tobago trinidad tobago flag nation country banner trinidad tobago -๐Ÿ‡น๐Ÿ‡ป flag tuvalu flag nation country banner tuvalu -๐Ÿ‡น๐Ÿ‡ผ flag taiwan tw flag nation country banner taiwan -๐Ÿ‡น๐Ÿ‡ฟ flag tanzania tanzania united republic flag nation country banner tanzania -๐Ÿ‡บ๐Ÿ‡ฆ flag ukraine ua flag nation country banner ukraine -๐Ÿ‡บ๐Ÿ‡ฌ flag uganda ug flag nation country banner uganda -๐Ÿ‡บ๐Ÿ‡ฒ flag u s outlying islands -๐Ÿ‡บ๐Ÿ‡ณ flag united nations un flag banner -๐Ÿ‡บ๐Ÿ‡ธ flag united states united states america flag nation country banner united states -๐Ÿ‡บ๐Ÿ‡พ flag uruguay uy flag nation country banner uruguay -๐Ÿ‡บ๐Ÿ‡ฟ flag uzbekistan uz flag nation country banner uzbekistan -๐Ÿ‡ป๐Ÿ‡ฆ flag vatican city vatican city flag nation country banner vatican city -๐Ÿ‡ป๐Ÿ‡จ flag st vincent grenadines saint vincent grenadines flag nation country banner st vincent grenadines -๐Ÿ‡ป๐Ÿ‡ช flag venezuela ve bolivarian republic flag nation country banner venezuela -๐Ÿ‡ป๐Ÿ‡ฌ flag british virgin islands british virgin islands bvi flag nation country banner british virgin islands -๐Ÿ‡ป๐Ÿ‡ฎ flag u s virgin islands virgin islands us flag nation country banner u s virgin islands -๐Ÿ‡ป๐Ÿ‡ณ flag vietnam viet nam flag nation country banner vietnam -๐Ÿ‡ป๐Ÿ‡บ flag vanuatu vu flag nation country banner vanuatu -๐Ÿ‡ผ๐Ÿ‡ซ flag wallis futuna wallis futuna flag nation country banner wallis futuna -๐Ÿ‡ผ๐Ÿ‡ธ flag samoa ws flag nation country banner samoa -๐Ÿ‡ฝ๐Ÿ‡ฐ flag kosovo xk flag nation country banner kosovo -๐Ÿ‡พ๐Ÿ‡ช flag yemen ye flag nation country banner yemen -๐Ÿ‡พ๐Ÿ‡น flag mayotte yt flag nation country banner mayotte -๐Ÿ‡ฟ๐Ÿ‡ฆ flag south africa south africa flag nation country banner south africa -๐Ÿ‡ฟ๐Ÿ‡ฒ flag zambia zm flag nation country banner zambia -๐Ÿ‡ฟ๐Ÿ‡ผ flag zimbabwe zw flag nation country banner zimbabwe -๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ flag england flag english -๐Ÿด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ flag scotland flag scottish -๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ flag wales flag welsh -๐Ÿฅฒ smiling face with tear sad cry pretend -๐Ÿฅธ disguised face pretent brows glasses moustache -๐ŸคŒ pinched fingers size tiny small -๐Ÿซ€ anatomical heart health heartbeat -๐Ÿซ lungs breathe -๐Ÿฅท ninja ninjutsu skills japanese -๐Ÿคตโ€โ™‚๏ธ man in tuxedo formal fashion -๐Ÿคตโ€โ™€๏ธ woman in tuxedo formal fashion -๐Ÿ‘ฐโ€โ™‚๏ธ man with veil wedding marriage -๐Ÿ‘ฐโ€โ™€๏ธ woman with veil wedding marriage -๐Ÿ‘ฉโ€๐Ÿผ woman feeding baby birth food -๐Ÿ‘จโ€๐Ÿผ man feeding baby birth food -๐Ÿง‘โ€๐Ÿผ person feeding baby birth food -๐Ÿง‘โ€๐ŸŽ„ mx claus christmas -๐Ÿซ‚ people hugging care -๐Ÿˆโ€โฌ› black cat superstition luck -๐Ÿฆฌ bison ox -๐Ÿฆฃ mammoth elephant tusks -๐Ÿฆซ beaver animal rodent -๐Ÿปโ€โ„๏ธ polar bear animal arctic -๐Ÿฆค dodo animal bird -๐Ÿชถ feather bird fly -๐Ÿฆญ seal animal creature sea -๐Ÿชฒ beetle insect -๐Ÿชณ cockroach insect pests -๐Ÿชฐ fly insect -๐Ÿชฑ worm animal -๐Ÿชด potted plant greenery house -๐Ÿซ blueberries fruit -๐Ÿซ’ olive fruit -๐Ÿซ‘ bell pepper fruit plant -๐Ÿซ“ flatbread flour food -๐Ÿซ” tamale food masa -๐Ÿซ• fondue cheese pot food -๐Ÿซ– teapot drink hot -๐Ÿง‹ bubble tea taiwan boba milk tea straw -๐Ÿชจ rock stone -๐Ÿชต wood nature timber trunk -๐Ÿ›– hut house structure -๐Ÿ›ป pickup truck car transportation -๐Ÿ›ผ roller skate footwear sports -๐Ÿช„ magic wand supernature power -๐Ÿช… pinata mexico candy celebration -๐Ÿช† nesting dolls matryoshka toy -๐Ÿชก sewing needle stitches -๐Ÿชข knot rope scout -๐Ÿฉด thong sandal footwear summer -๐Ÿช– military helmet army protection -๐Ÿช— accordion music -๐Ÿช˜ long drum music -๐Ÿช™ coin money currency -๐Ÿชƒ boomerang weapon -๐Ÿชš carpentry saw cut chop -๐Ÿช› screwdriver tools -๐Ÿช hook tools -๐Ÿชœ ladder tools -๐Ÿ›— elevator lift -๐Ÿชž mirror reflection -๐ŸชŸ window scenery -๐Ÿช  plunger toilet -๐Ÿชค mouse trap cheese -๐Ÿชฃ bucket water container -๐Ÿชฅ toothbrush hygiene dental -๐Ÿชฆ headstone death rip grave -๐Ÿชง placard announcement -โšง๏ธ transgender symbol lgbtq -๐Ÿณ๏ธโ€โšง๏ธ transgender flag lgbtq -๐Ÿ˜ถโ€๐ŸŒซ๏ธ face in clouds shower steam dream -๐Ÿ˜ฎโ€๐Ÿ’จ face exhaling relieve relief tired sigh -๐Ÿ˜ตโ€๐Ÿ’ซ face with spiral eyes sick ill confused nauseous nausea -โค๏ธโ€๐Ÿ”ฅ heart on fire passionate enthusiastic -โค๏ธโ€๐Ÿฉน mending heart broken heart bandage wounded -๐Ÿง”โ€โ™‚๏ธ man beard facial hair -๐Ÿง”โ€โ™€๏ธ woman beard facial hair -๐Ÿซ  melting face hot heat -๐Ÿซข face with open eyes and hand over mouth silence secret shock surprise -๐Ÿซฃ face with peeking eye scared frightening embarrassing -๐Ÿซก saluting face respect salute -๐Ÿซฅ dotted line face invisible lonely isolation depression -๐Ÿซค face with diagonal mouth skeptic confuse frustrated indifferent -๐Ÿฅน face holding back tears touched gratitude -๐Ÿซฑ rightwards hand palm offer -๐Ÿซฒ leftwards hand palm offer -๐Ÿซณ palm down hand palm drop -๐Ÿซด palm up hand lift offer demand -๐Ÿซฐ hand with index finger and thumb crossed heart love money expensive -๐Ÿซต index pointing at the viewer you recruit -๐Ÿซถ heart hands love appreciation support -๐Ÿซฆ biting lip flirt sexy pain worry -๐Ÿซ… person with crown royalty power -๐Ÿซƒ pregnant man baby belly -๐Ÿซ„ pregnant person baby belly -๐ŸงŒ troll mystical monster -๐Ÿชธ coral ocean sea reef -๐Ÿชท lotus flower calm meditation -๐Ÿชน empty nest bird -๐Ÿชบ nest with eggs bird -๐Ÿซ˜ beans food -๐Ÿซ— pouring liquid cup water -๐Ÿซ™ jar container sauce -๐Ÿ› playground slide fun park -๐Ÿ›ž wheel car transport -๐Ÿ›Ÿ ring buoy life saver life preserver -๐Ÿชฌ hamsa religion protection -๐Ÿชฉ mirror ball disco dance party -๐Ÿชซ low battery drained dead -๐Ÿฉผ crutch accessibility assist -๐Ÿฉป x-ray skeleton medicine -๐Ÿซง bubbles soap fun carbonation sparkling -๐Ÿชช identification card document -๐ŸŸฐ heavy equals sign math -( อกยฐ อœส– อกยฐ) lenny face that face +๐Ÿ˜€ face face | grin | grinning face +๐Ÿ˜ƒ face with big eyes face | grinning face with big eyes | mouth | open | smile +๐Ÿ˜„ face with smiling eyes eye | face | grinning face with smiling eyes | mouth | open | smile +๐Ÿ˜ face with smiling eyes beaming face with smiling eyes | eye | face | grin | smile +๐Ÿ˜† squinting face face | grinning squinting face | laugh | mouth | satisfied | smile +๐Ÿ˜… face with sweat cold | face | grinning face with sweat | open | smile | sweat +๐Ÿคฃ on the floor laughing face | floor | laugh | rofl | rolling | rolling on the floor laughing | rotfl +๐Ÿ˜‚ with tears of joy face | face with tears of joy | joy | laugh | tear +๐Ÿ™‚ smiling face face | slightly smiling face | smile +๐Ÿ™ƒ face face | upside-down | upside down | upside-down face +๐Ÿซ  face disappear | dissolve | liquid | melt | melting face +๐Ÿ˜‰ face face | wink | winking face +๐Ÿ˜Š face with smiling eyes blush | eye | face | smile | smiling face with smiling eyes +๐Ÿ˜‡ face with halo angel | face | fantasy | halo | innocent | smiling face with halo +๐Ÿฅฐ face with hearts adore | crush | hearts | in love | smiling face with hearts +๐Ÿ˜ face with heart-eyes eye | face | love | smile | smiling face with heart-eyes | smiling face with heart eyes +๐Ÿคฉ eyes | face | grinning | star | star-struck +๐Ÿ˜˜ blowing a kiss face | face blowing a kiss | kiss +๐Ÿ˜— face face | kiss | kissing face +โ˜บ๏ธ face +โ˜บ face face | outlined | relaxed | smile | smiling face +๐Ÿ˜š face with closed eyes closed | eye | face | kiss | kissing face with closed eyes +๐Ÿ˜™ face with smiling eyes eye | face | kiss | kissing face with smiling eyes | smile +๐Ÿฅฒ face with tear grateful | proud | relieved | smiling | smiling face with tear | tear | touched +๐Ÿ˜‹ face-tongue savoring food delicious | face | face savoring food | savouring | smile | yum | face savouring food | savoring +๐Ÿ˜› face-tongue with tongue face | face with tongue | tongue +๐Ÿ˜œ face-tongue face with tongue eye | face | joke | tongue | wink | winking face with tongue +๐Ÿคช face-tongue face eye | goofy | large | small | zany face +๐Ÿ˜ face-tongue face with tongue eye | face | horrible | squinting face with tongue | taste | tongue +๐Ÿค‘ face-tongue face face | money | money-mouth face | mouth +๐Ÿค— face with open hands face | hug | hugging | open hands | smiling face | smiling face with open hands +๐Ÿคญ with hand over mouth face with hand over mouth | whoops | embarrassed | oops +๐Ÿซข with open eyes and hand over mouth amazement | awe | disbelief | embarrass | face with open eyes and hand over mouth | scared | surprise +๐Ÿซฃ with peeking eye captivated | face with peeking eye | peep | stare +๐Ÿคซ face quiet | shush | shushing face | shooshing face +๐Ÿค” face face | thinking +๐Ÿซก face OK | salute | saluting face | sunny | troops | yes +๐Ÿค face face | mouth | zip | zipper | zipper-mouth face | zip-mouth face +๐Ÿคจ with raised eyebrow distrust | face with raised eyebrow | skeptic | sceptic +๐Ÿ˜ face deadpan | face | meh | neutral +๐Ÿ˜‘ face expressionless | face | inexpressive | meh | unexpressive +๐Ÿ˜ถ without mouth face | face without mouth | mouth | quiet | silent +๐Ÿซฅ line face depressed | disappear | dotted line face | hide | introvert | invisible | dotted-line face +๐Ÿ˜ถโ€๐ŸŒซ๏ธ in clouds +๐Ÿ˜ถโ€๐ŸŒซ in clouds absentminded | face in clouds | face in the fog | head in clouds | absent-minded +๐Ÿ˜ face face | smirk | smirking face +๐Ÿ˜’ face face | unamused | unhappy +๐Ÿ™„ with rolling eyes eyeroll | eyes | face | face with rolling eyes | rolling +๐Ÿ˜ฌ face face | grimace | grimacing face +๐Ÿ˜ฎโ€๐Ÿ’จ exhaling exhale | face exhaling | gasp | groan | relief | whisper | whistle +๐Ÿคฅ face face | lie | lying face | pinocchio | Pinocchio +๐Ÿซจ face earthquake | face | shaking | shock | vibrate +๐Ÿ™‚โ€โ†”๏ธ shaking horizontally +๐Ÿ™‚โ€โ†” shaking horizontally head shaking horizontally | no | shake +๐Ÿ™‚โ€โ†•๏ธ shaking vertically +๐Ÿ™‚โ€โ†• shaking vertically head shaking vertically | nod | yes +๐Ÿ˜Œ face | relieved +๐Ÿ˜” dejected | face | pensive +๐Ÿ˜ช face | good night | sleep | sleepy face +๐Ÿคค drooling | face +๐Ÿ˜ด face | good night | sleep | sleeping face | ZZZ +๐Ÿ˜ท face-unwell with medical mask cold | doctor | face | face with medical mask | mask | sick | ill | medicine | poorly +๐Ÿค’ face-unwell with thermometer face | face with thermometer | ill | sick | thermometer +๐Ÿค• face-unwell with head-bandage bandage | face | face with head-bandage | hurt | injury | face with head bandage +๐Ÿคข face-unwell face face | nauseated | vomit +๐Ÿคฎ face-unwell vomiting face vomiting | puke | sick | vomit +๐Ÿคง face-unwell face face | gesundheit | sneeze | sneezing face | bless you +๐Ÿฅต face-unwell face feverish | heat stroke | hot | hot face | red-faced | sweating | flushed +๐Ÿฅถ face-unwell face blue-faced | cold | cold face | freezing | frostbite | icicles +๐Ÿฅด face-unwell face dizzy | intoxicated | tipsy | uneven eyes | wavy mouth | woozy face +๐Ÿ˜ต face-unwell with crossed-out eyes crossed-out eyes | dead | face | face with crossed-out eyes | knocked out +๐Ÿ˜ตโ€๐Ÿ’ซ face-unwell with spiral eyes dizzy | face with spiral eyes | hypnotized | spiral | trouble | whoa | hypnotised +๐Ÿคฏ face-unwell head exploding head | mind blown | shocked +๐Ÿค  face-hat hat face cowboy | cowgirl | face | hat | face with cowboy hat +๐Ÿฅณ face-hat face celebration | hat | horn | party | partying face +๐Ÿฅธ face-hat face disguise | disguised face | face | glasses | incognito | nose +๐Ÿ˜Ž face-glasses face with sunglasses bright | cool | face | smiling face with sunglasses | sun | sunglasses +๐Ÿค“ face-glasses face face | geek | nerd +๐Ÿง face-glasses with monocle face | face with monocle | monocle | stuffy +๐Ÿ˜• face-concerned face confused | face | meh +๐Ÿซค face-concerned with diagonal mouth disappointed | face with diagonal mouth | meh | skeptical | unsure | sceptical +๐Ÿ˜Ÿ face-concerned face face | worried +๐Ÿ™ face-concerned frowning face face | frown | slightly frowning face +โ˜น๏ธ face-concerned face +โ˜น face-concerned face face | frown | frowning face +๐Ÿ˜ฎ face-concerned with open mouth face | face with open mouth | mouth | open | sympathy +๐Ÿ˜ฏ face-concerned face face | hushed | stunned | surprised +๐Ÿ˜ฒ face-concerned face astonished | face | shocked | totally +๐Ÿ˜ณ face-concerned face dazed | face | flushed +๐Ÿฅบ face-concerned face begging | mercy | pleading face | puppy eyes +๐Ÿฅน face-concerned holding back tears angry | cry | face holding back tears | proud | resist | sad +๐Ÿ˜ฆ face-concerned face with open mouth face | frown | frowning face with open mouth | mouth | open +๐Ÿ˜ง face-concerned face anguished | face +๐Ÿ˜จ face-concerned face face | fear | fearful | scared +๐Ÿ˜ฐ face-concerned face with sweat anxious face with sweat | blue | cold | face | rushed | sweat +๐Ÿ˜ฅ face-concerned but relieved face disappointed | face | relieved | sad but relieved face | whew +๐Ÿ˜ข face-concerned face cry | crying face | face | sad | tear +๐Ÿ˜ญ face-concerned crying face cry | face | loudly crying face | sad | sob | tear +๐Ÿ˜ฑ face-concerned screaming in fear face | face screaming in fear | fear | munch | scared | scream | Munch +๐Ÿ˜– face-concerned face confounded | face +๐Ÿ˜ฃ face-concerned face face | persevere | persevering face +๐Ÿ˜ž face-concerned face disappointed | face +๐Ÿ˜“ face-concerned face with sweat cold | downcast face with sweat | face | sweat +๐Ÿ˜ฉ face-concerned face face | tired | weary +๐Ÿ˜ซ face-concerned face face | tired +๐Ÿฅฑ face-concerned face bored | tired | yawn | yawning face +๐Ÿ˜ค face-negative with steam from nose face | face with steam from nose | triumph | won | angry | frustration +๐Ÿ˜ก face-negative face angry | enraged | face | mad | pouting | rage | red +๐Ÿ˜  face-negative face anger | angry | face | mad +๐Ÿคฌ face-negative with symbols on mouth face with symbols on mouth | swearing +๐Ÿ˜ˆ face-negative face with horns face | fairy tale | fantasy | horns | smile | smiling face with horns | devil +๐Ÿ‘ฟ face-negative face with horns angry face with horns | demon | devil | face | fantasy | imp +๐Ÿ’€ face-negative death | face | fairy tale | monster | skull +โ˜ ๏ธ face-negative and crossbones +โ˜  face-negative and crossbones crossbones | death | face | monster | skull | skull and crossbones +๐Ÿ’ฉ face-costume of poo dung | face | monster | pile of poo | poo | poop +๐Ÿคก face-costume face clown | face +๐Ÿ‘น face-costume creature | face | fairy tale | fantasy | monster | ogre +๐Ÿ‘บ face-costume creature | face | fairy tale | fantasy | goblin | monster +๐Ÿ‘ป face-costume creature | face | fairy tale | fantasy | ghost | monster +๐Ÿ‘ฝ face-costume alien | creature | extraterrestrial | face | fantasy | ufo | ET | UFO +๐Ÿ‘พ face-costume monster alien | creature | extraterrestrial | face | monster | ufo | ET | UFO +๐Ÿค– face-costume face | monster | robot +๐Ÿ˜บ cat-face cat cat | face | grinning | mouth | open | smile +๐Ÿ˜ธ cat-face cat with smiling eyes cat | eye | face | grin | grinning cat with smiling eyes | smile +๐Ÿ˜น cat-face with tears of joy cat | cat with tears of joy | face | joy | tear +๐Ÿ˜ป cat-face cat with heart-eyes cat | eye | face | heart | love | smile | smiling cat with heart-eyes | smiling cat face with heart eyes +๐Ÿ˜ผ cat-face with wry smile cat | cat with wry smile | face | ironic | smile | wry +๐Ÿ˜ฝ cat-face cat cat | eye | face | kiss | kissing cat +๐Ÿ™€ cat-face cat cat | face | oh | surprised | weary +๐Ÿ˜ฟ cat-face cat cat | cry | crying cat | face | sad | tear +๐Ÿ˜พ cat-face cat cat | face | pouting +๐Ÿ™ˆ monkey-face monkey evil | face | forbidden | monkey | see | see-no-evil monkey +๐Ÿ™‰ monkey-face monkey evil | face | forbidden | hear | hear-no-evil monkey | monkey +๐Ÿ™Š monkey-face monkey evil | face | forbidden | monkey | speak | speak-no-evil monkey +๐Ÿ’Œ heart letter heart | letter | love | mail +๐Ÿ’˜ heart with arrow arrow | cupid | heart with arrow +๐Ÿ’ heart with ribbon heart with ribbon | ribbon | valentine +๐Ÿ’– heart heart excited | sparkle | sparkling heart +๐Ÿ’— heart heart excited | growing | growing heart | nervous | pulse +๐Ÿ’“ heart heart beating | beating heart | heartbeat | pulsating +๐Ÿ’ž heart hearts revolving | revolving hearts +๐Ÿ’• heart hearts love | two hearts +๐Ÿ’Ÿ heart decoration heart | heart decoration +โฃ๏ธ heart exclamation +โฃ heart exclamation exclamation | heart exclamation | mark | punctuation +๐Ÿ’” heart heart break | broken | broken heart +โค๏ธโ€๐Ÿ”ฅ heart on fire +โคโ€๐Ÿ”ฅ heart on fire burn | heart | heart on fire | love | lust | sacred heart +โค๏ธโ€๐Ÿฉน heart heart +โคโ€๐Ÿฉน heart heart healthier | improving | mending | mending heart | recovering | recuperating | well +โค๏ธ heart heart +โค heart heart heart | red heart +๐Ÿฉท heart heart cute | heart | like | love | pink +๐Ÿงก heart heart orange | orange heart +๐Ÿ’› heart heart yellow | yellow heart +๐Ÿ’š heart heart green | green heart +๐Ÿ’™ heart heart blue | blue heart +๐Ÿฉต heart blue heart cyan | heart | light blue | light blue heart | teal +๐Ÿ’œ heart heart purple | purple heart +๐ŸคŽ heart heart brown | heart +๐Ÿ–ค heart heart black | black heart | evil | wicked +๐Ÿฉถ heart heart gray | grey heart | heart | silver | slate | grey +๐Ÿค heart heart heart | white +๐Ÿ’‹ emotion mark kiss | kiss mark | lips +๐Ÿ’ฏ emotion points 100 | full | hundred | hundred points | score | hundred percent | one hundred +๐Ÿ’ข emotion symbol anger symbol | angry | comic | mad +๐Ÿ’ฅ emotion boom | collision | comic +๐Ÿ’ซ emotion comic | dizzy | star +๐Ÿ’ฆ emotion droplets comic | splashing | sweat | sweat droplets +๐Ÿ’จ emotion away comic | dash | dashing away | running +๐Ÿ•ณ๏ธ emotion +๐Ÿ•ณ emotion hole +๐Ÿ’ฌ emotion balloon balloon | bubble | comic | dialog | speech | dialogue +๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ emotion in speech bubble +๐Ÿ‘๏ธโ€๐Ÿ—จ emotion in speech bubble +๐Ÿ‘โ€๐Ÿ—จ emotion in speech bubble balloon | bubble | eye | eye in speech bubble | speech | witness +๐Ÿ—จ๏ธ emotion speech bubble +๐Ÿ—จ emotion speech bubble balloon | bubble | dialog | left speech bubble | speech | dialogue +๐Ÿ—ฏ๏ธ emotion anger bubble +๐Ÿ—ฏ emotion anger bubble angry | balloon | bubble | mad | right anger bubble +๐Ÿ’ญ emotion balloon balloon | bubble | comic | thought +๐Ÿ’ค emotion comic | good night | sleep | ZZZ +๐Ÿ‘‹ hand hand | wave | waving +๐Ÿ‘‹๐Ÿป hand: light skin tone hand | light skin tone | wave | waving | waving hand: light skin tone +๐Ÿ‘‹๐Ÿผ hand: medium-light skin tone hand | medium-light skin tone | wave | waving | waving hand: medium-light skin tone +๐Ÿ‘‹๐Ÿฝ hand: medium skin tone hand | medium skin tone | wave | waving | waving hand: medium skin tone +๐Ÿ‘‹๐Ÿพ hand: medium-dark skin tone hand | medium-dark skin tone | wave | waving | waving hand: medium-dark skin tone +๐Ÿ‘‹๐Ÿฟ hand: dark skin tone dark skin tone | hand | wave | waving | waving hand: dark skin tone +๐Ÿคš back of hand backhand | raised | raised back of hand +๐Ÿคš๐Ÿป back of hand: light skin tone backhand | light skin tone | raised | raised back of hand | raised back of hand: light skin tone +๐Ÿคš๐Ÿผ back of hand: medium-light skin tone backhand | medium-light skin tone | raised | raised back of hand | raised back of hand: medium-light skin tone +๐Ÿคš๐Ÿฝ back of hand: medium skin tone backhand | medium skin tone | raised | raised back of hand | raised back of hand: medium skin tone +๐Ÿคš๐Ÿพ back of hand: medium-dark skin tone backhand | medium-dark skin tone | raised | raised back of hand | raised back of hand: medium-dark skin tone +๐Ÿคš๐Ÿฟ back of hand: dark skin tone backhand | dark skin tone | raised | raised back of hand | raised back of hand: dark skin tone +๐Ÿ–๏ธ with fingers splayed +๐Ÿ– with fingers splayed finger | hand | hand with fingers splayed | splayed +๐Ÿ–๐Ÿป with fingers splayed: light skin tone finger | hand | hand with fingers splayed | hand with fingers splayed: light skin tone | light skin tone | splayed +๐Ÿ–๐Ÿผ with fingers splayed: medium-light skin tone finger | hand | hand with fingers splayed | hand with fingers splayed: medium-light skin tone | medium-light skin tone | splayed +๐Ÿ–๐Ÿฝ with fingers splayed: medium skin tone finger | hand | hand with fingers splayed | hand with fingers splayed: medium skin tone | medium skin tone | splayed +๐Ÿ–๐Ÿพ with fingers splayed: medium-dark skin tone finger | hand | hand with fingers splayed | hand with fingers splayed: medium-dark skin tone | medium-dark skin tone | splayed +๐Ÿ–๐Ÿฟ with fingers splayed: dark skin tone dark skin tone | finger | hand | hand with fingers splayed | hand with fingers splayed: dark skin tone | splayed +โœ‹ hand hand | high 5 | high five | raised hand +โœ‹๐Ÿป hand: light skin tone hand | high 5 | high five | light skin tone | raised hand | raised hand: light skin tone +โœ‹๐Ÿผ hand: medium-light skin tone hand | high 5 | high five | medium-light skin tone | raised hand | raised hand: medium-light skin tone +โœ‹๐Ÿฝ hand: medium skin tone hand | high 5 | high five | medium skin tone | raised hand | raised hand: medium skin tone +โœ‹๐Ÿพ hand: medium-dark skin tone hand | high 5 | high five | medium-dark skin tone | raised hand | raised hand: medium-dark skin tone +โœ‹๐Ÿฟ hand: dark skin tone dark skin tone | hand | high 5 | high five | raised hand | raised hand: dark skin tone +๐Ÿ–– salute finger | hand | spock | vulcan | vulcan salute | Vulcan salute | Spock | Vulcan +๐Ÿ––๐Ÿป salute: light skin tone finger | hand | light skin tone | spock | vulcan | vulcan salute | vulcan salute: light skin tone | Vulcan salute | Vulcan salute: light skin tone | Spock | Vulcan +๐Ÿ––๐Ÿผ salute: medium-light skin tone finger | hand | medium-light skin tone | spock | vulcan | vulcan salute | vulcan salute: medium-light skin tone | Vulcan salute | Vulcan salute: medium-light skin tone | Spock | Vulcan +๐Ÿ––๐Ÿฝ salute: medium skin tone finger | hand | medium skin tone | spock | vulcan | vulcan salute | vulcan salute: medium skin tone | Vulcan salute | Vulcan salute: medium skin tone | Spock | Vulcan +๐Ÿ––๐Ÿพ salute: medium-dark skin tone finger | hand | medium-dark skin tone | spock | vulcan | vulcan salute | vulcan salute: medium-dark skin tone | Vulcan salute | Vulcan salute: medium-dark skin tone | Spock | Vulcan +๐Ÿ––๐Ÿฟ salute: dark skin tone dark skin tone | finger | hand | spock | vulcan | vulcan salute | vulcan salute: dark skin tone | Vulcan salute | Vulcan salute: dark skin tone | Spock | Vulcan +๐Ÿซฑ hand hand | right | rightward | rightwards hand | rightwards +๐Ÿซฑ๐Ÿป hand: light skin tone hand | light skin tone | right | rightward | rightwards hand | rightwards hand: light skin tone | rightward hand: light skin tone | rightwards +๐Ÿซฑ๐Ÿผ hand: medium-light skin tone hand | medium-light skin tone | right | rightward | rightwards hand | rightwards hand: medium-light skin tone | rightward hand: medium-light skin tone | rightwards +๐Ÿซฑ๐Ÿฝ hand: medium skin tone hand | medium skin tone | right | rightward | rightwards hand | rightwards hand: medium skin tone | rightward hand: medium skin tone | rightwards +๐Ÿซฑ๐Ÿพ hand: medium-dark skin tone hand | medium-dark skin tone | right | rightward | rightwards hand | rightwards hand: medium-dark skin tone | rightward hand: medium-dark skin tone | rightwards +๐Ÿซฑ๐Ÿฟ hand: dark skin tone dark skin tone | hand | right | rightward | rightwards hand | rightwards hand: dark skin tone | rightward hand: dark skin tone | rightwards +๐Ÿซฒ hand hand | left | leftward | leftwards hand | leftwards +๐Ÿซฒ๐Ÿป hand: light skin tone hand | left | leftward | leftwards hand | leftwards hand: light skin tone | light skin tone | leftward hand: light skin tone | leftwards +๐Ÿซฒ๐Ÿผ hand: medium-light skin tone hand | left | leftward | leftwards hand | leftwards hand: medium-light skin tone | medium-light skin tone | leftward hand: medium-light skin tone | leftwards +๐Ÿซฒ๐Ÿฝ hand: medium skin tone hand | left | leftward | leftwards hand | leftwards hand: medium skin tone | medium skin tone | leftward hand: medium skin tone | leftwards +๐Ÿซฒ๐Ÿพ hand: medium-dark skin tone hand | left | leftward | leftwards hand | leftwards hand: medium-dark skin tone | medium-dark skin tone | leftward hand: medium-dark skin tone | leftwards +๐Ÿซฒ๐Ÿฟ hand: dark skin tone dark skin tone | hand | left | leftward | leftwards hand | leftwards hand: dark skin tone | leftward hand: dark skin tone | leftwards +๐Ÿซณ down hand dismiss | drop | palm down hand | shoo | palm-down hand +๐Ÿซณ๐Ÿป down hand: light skin tone dismiss | drop | light skin tone | palm down hand | palm down hand: light skin tone | shoo | palm-down hand | palm-down hand: light skin tone +๐Ÿซณ๐Ÿผ down hand: medium-light skin tone dismiss | drop | medium-light skin tone | palm down hand | palm down hand: medium-light skin tone | shoo | palm-down hand | palm-down hand: medium-light skin tone +๐Ÿซณ๐Ÿฝ down hand: medium skin tone dismiss | drop | medium skin tone | palm down hand | palm down hand: medium skin tone | shoo | palm-down hand | palm-down hand: medium skin tone +๐Ÿซณ๐Ÿพ down hand: medium-dark skin tone dismiss | drop | medium-dark skin tone | palm down hand | palm down hand: medium-dark skin tone | shoo | palm-down hand | palm-down hand: medium-dark skin tone +๐Ÿซณ๐Ÿฟ down hand: dark skin tone dark skin tone | dismiss | drop | palm down hand | palm down hand: dark skin tone | shoo | palm-down hand | palm-down hand: dark skin tone +๐Ÿซด up hand beckon | catch | come | offer | palm up hand | palm-up hand +๐Ÿซด๐Ÿป up hand: light skin tone beckon | catch | come | light skin tone | offer | palm up hand | palm up hand: light skin tone | palm-up hand | palm-up hand: light skin tone +๐Ÿซด๐Ÿผ up hand: medium-light skin tone beckon | catch | come | medium-light skin tone | offer | palm up hand | palm up hand: medium-light skin tone | palm-up hand | palm-up hand: medium-light skin tone +๐Ÿซด๐Ÿฝ up hand: medium skin tone beckon | catch | come | medium skin tone | offer | palm up hand | palm up hand: medium skin tone | palm-up hand | palm-up hand: medium skin tone +๐Ÿซด๐Ÿพ up hand: medium-dark skin tone beckon | catch | come | medium-dark skin tone | offer | palm up hand | palm up hand: medium-dark skin tone | palm-up hand | palm-up hand: medium-dark skin tone +๐Ÿซด๐Ÿฟ up hand: dark skin tone beckon | catch | come | dark skin tone | offer | palm up hand | palm up hand: dark skin tone | palm-up hand | palm-up hand: dark skin tone +๐Ÿซท pushing hand high five | leftward | leftwards pushing hand | push | refuse | stop | wait | leftward-pushing hand +๐Ÿซท๐Ÿป pushing hand: light skin tone high five | leftward | leftwards pushing hand | leftwards pushing hand: light skin tone | light skin tone | push | refuse | stop | wait | leftward-pushing hand | leftward-pushing hand: light skin tone +๐Ÿซท๐Ÿผ pushing hand: medium-light skin tone high five | leftward | leftwards pushing hand | leftwards pushing hand: medium-light skin tone | medium-light skin tone | push | refuse | stop | wait | leftward-pushing hand | leftward-pushing hand: medium-light skin tone +๐Ÿซท๐Ÿฝ pushing hand: medium skin tone high five | leftward | leftwards pushing hand | leftwards pushing hand: medium skin tone | medium skin tone | push | refuse | stop | wait | leftward-pushing hand | leftward-pushing hand: medium skin tone +๐Ÿซท๐Ÿพ pushing hand: medium-dark skin tone high five | leftward | leftwards pushing hand | leftwards pushing hand: medium-dark skin tone | medium-dark skin tone | push | refuse | stop | wait | leftward-pushing hand | leftward-pushing hand: medium-dark skin tone +๐Ÿซท๐Ÿฟ pushing hand: dark skin tone dark skin tone | high five | leftward | leftwards pushing hand | leftwards pushing hand: dark skin tone | push | refuse | stop | wait | leftward-pushing hand | leftward-pushing hand: dark skin tone +๐Ÿซธ pushing hand high five | push | refuse | rightward | rightwards pushing hand | stop | wait | rightward-pushing hand +๐Ÿซธ๐Ÿป pushing hand: light skin tone high five | light skin tone | push | refuse | rightward | rightwards pushing hand | rightwards pushing hand: light skin tone | stop | wait | rightward-pushing hand | rightward-pushing hand: light skin tone +๐Ÿซธ๐Ÿผ pushing hand: medium-light skin tone high five | medium-light skin tone | push | refuse | rightward | rightwards pushing hand | rightwards pushing hand: medium-light skin tone | stop | wait | rightward-pushing hand | rightward-pushing hand: medium-light skin tone +๐Ÿซธ๐Ÿฝ pushing hand: medium skin tone high five | medium skin tone | push | refuse | rightward | rightwards pushing hand | rightwards pushing hand: medium skin tone | stop | wait | rightward-pushing hand | rightward-pushing hand: medium skin tone +๐Ÿซธ๐Ÿพ pushing hand: medium-dark skin tone high five | medium-dark skin tone | push | refuse | rightward | rightwards pushing hand | rightwards pushing hand: medium-dark skin tone | stop | wait | rightward-pushing hand | rightward-pushing hand: medium-dark skin tone +๐Ÿซธ๐Ÿฟ pushing hand: dark skin tone dark skin tone | high five | push | refuse | rightward | rightwards pushing hand | rightwards pushing hand: dark skin tone | stop | wait | rightward-pushing hand | rightward-pushing hand: dark skin tone +๐Ÿ‘Œ hand hand | OK | perfect +๐Ÿ‘Œ๐Ÿป hand: light skin tone hand | light skin tone | OK | OK hand: light skin tone | perfect +๐Ÿ‘Œ๐Ÿผ hand: medium-light skin tone hand | medium-light skin tone | OK | OK hand: medium-light skin tone | perfect +๐Ÿ‘Œ๐Ÿฝ hand: medium skin tone hand | medium skin tone | OK | OK hand: medium skin tone | perfect +๐Ÿ‘Œ๐Ÿพ hand: medium-dark skin tone hand | medium-dark skin tone | OK | OK hand: medium-dark skin tone | perfect +๐Ÿ‘Œ๐Ÿฟ hand: dark skin tone dark skin tone | hand | OK | OK hand: dark skin tone | perfect +๐ŸคŒ fingers fingers | hand gesture | interrogation | pinched | sarcastic +๐ŸคŒ๐Ÿป fingers: light skin tone fingers | hand gesture | interrogation | light skin tone | pinched | pinched fingers: light skin tone | sarcastic +๐ŸคŒ๐Ÿผ fingers: medium-light skin tone fingers | hand gesture | interrogation | medium-light skin tone | pinched | pinched fingers: medium-light skin tone | sarcastic +๐ŸคŒ๐Ÿฝ fingers: medium skin tone fingers | hand gesture | interrogation | medium skin tone | pinched | pinched fingers: medium skin tone | sarcastic +๐ŸคŒ๐Ÿพ fingers: medium-dark skin tone fingers | hand gesture | interrogation | medium-dark skin tone | pinched | pinched fingers: medium-dark skin tone | sarcastic +๐ŸคŒ๐Ÿฟ fingers: dark skin tone dark skin tone | fingers | hand gesture | interrogation | pinched | pinched fingers: dark skin tone | sarcastic +๐Ÿค hand pinching hand | small amount +๐Ÿค๐Ÿป hand: light skin tone light skin tone | pinching hand | pinching hand: light skin tone | small amount +๐Ÿค๐Ÿผ hand: medium-light skin tone medium-light skin tone | pinching hand | pinching hand: medium-light skin tone | small amount +๐Ÿค๐Ÿฝ hand: medium skin tone medium skin tone | pinching hand | pinching hand: medium skin tone | small amount +๐Ÿค๐Ÿพ hand: medium-dark skin tone medium-dark skin tone | pinching hand | pinching hand: medium-dark skin tone | small amount +๐Ÿค๐Ÿฟ hand: dark skin tone dark skin tone | pinching hand | pinching hand: dark skin tone | small amount +โœŒ๏ธ hand +โœŒ hand hand | v | victory +โœŒ๐Ÿป hand: light skin tone hand | light skin tone | v | victory | victory hand: light skin tone +โœŒ๐Ÿผ hand: medium-light skin tone hand | medium-light skin tone | v | victory | victory hand: medium-light skin tone +โœŒ๐Ÿฝ hand: medium skin tone hand | medium skin tone | v | victory | victory hand: medium skin tone +โœŒ๐Ÿพ hand: medium-dark skin tone hand | medium-dark skin tone | v | victory | victory hand: medium-dark skin tone +โœŒ๐Ÿฟ hand: dark skin tone dark skin tone | hand | v | victory | victory hand: dark skin tone +๐Ÿคž fingers cross | crossed fingers | finger | hand | luck | good luck +๐Ÿคž๐Ÿป fingers: light skin tone cross | crossed fingers | crossed fingers: light skin tone | finger | hand | light skin tone | luck | good luck +๐Ÿคž๐Ÿผ fingers: medium-light skin tone cross | crossed fingers | crossed fingers: medium-light skin tone | finger | hand | luck | medium-light skin tone | good luck +๐Ÿคž๐Ÿฝ fingers: medium skin tone cross | crossed fingers | crossed fingers: medium skin tone | finger | hand | luck | medium skin tone | good luck +๐Ÿคž๐Ÿพ fingers: medium-dark skin tone cross | crossed fingers | crossed fingers: medium-dark skin tone | finger | hand | luck | medium-dark skin tone | good luck +๐Ÿคž๐Ÿฟ fingers: dark skin tone cross | crossed fingers | crossed fingers: dark skin tone | dark skin tone | finger | hand | luck | good luck +๐Ÿซฐ with index finger and thumb crossed expensive | hand with index finger and thumb crossed | heart | love | money | snap +๐Ÿซฐ๐Ÿป with index finger and thumb crossed: light skin tone expensive | hand with index finger and thumb crossed | hand with index finger and thumb crossed: light skin tone | heart | light skin tone | love | money | snap +๐Ÿซฐ๐Ÿผ with index finger and thumb crossed: medium-light skin tone expensive | hand with index finger and thumb crossed | hand with index finger and thumb crossed: medium-light skin tone | heart | love | medium-light skin tone | money | snap +๐Ÿซฐ๐Ÿฝ with index finger and thumb crossed: medium skin tone expensive | hand with index finger and thumb crossed | hand with index finger and thumb crossed: medium skin tone | heart | love | medium skin tone | money | snap +๐Ÿซฐ๐Ÿพ with index finger and thumb crossed: medium-dark skin tone expensive | hand with index finger and thumb crossed | hand with index finger and thumb crossed: medium-dark skin tone | heart | love | medium-dark skin tone | money | snap +๐Ÿซฐ๐Ÿฟ with index finger and thumb crossed: dark skin tone dark skin tone | expensive | hand with index finger and thumb crossed | hand with index finger and thumb crossed: dark skin tone | heart | love | money | snap +๐ŸคŸ gesture hand | ILY | love-you gesture | love you gesture +๐ŸคŸ๐Ÿป gesture: light skin tone hand | ILY | light skin tone | love-you gesture | love-you gesture: light skin tone | love you gesture +๐ŸคŸ๐Ÿผ gesture: medium-light skin tone hand | ILY | love-you gesture | love-you gesture: medium-light skin tone | medium-light skin tone | love you gesture +๐ŸคŸ๐Ÿฝ gesture: medium skin tone hand | ILY | love-you gesture | love-you gesture: medium skin tone | medium skin tone | love you gesture +๐ŸคŸ๐Ÿพ gesture: medium-dark skin tone hand | ILY | love-you gesture | love-you gesture: medium-dark skin tone | medium-dark skin tone | love you gesture +๐ŸคŸ๐Ÿฟ gesture: dark skin tone dark skin tone | hand | ILY | love-you gesture | love-you gesture: dark skin tone | love you gesture +๐Ÿค˜ of the horns finger | hand | horns | rock-on | sign of the horns | rock on +๐Ÿค˜๐Ÿป of the horns: light skin tone finger | hand | horns | light skin tone | rock-on | sign of the horns | sign of the horns: light skin tone | rock on +๐Ÿค˜๐Ÿผ of the horns: medium-light skin tone finger | hand | horns | medium-light skin tone | rock-on | sign of the horns | sign of the horns: medium-light skin tone | rock on +๐Ÿค˜๐Ÿฝ of the horns: medium skin tone finger | hand | horns | medium skin tone | rock-on | sign of the horns | sign of the horns: medium skin tone | rock on +๐Ÿค˜๐Ÿพ of the horns: medium-dark skin tone finger | hand | horns | medium-dark skin tone | rock-on | sign of the horns | sign of the horns: medium-dark skin tone | rock on +๐Ÿค˜๐Ÿฟ of the horns: dark skin tone dark skin tone | finger | hand | horns | rock-on | sign of the horns | sign of the horns: dark skin tone | rock on +๐Ÿค™ me hand call | call me hand | hand | hang loose | Shaka | call-me hand | shaka +๐Ÿค™๐Ÿป me hand: light skin tone call | call me hand | call me hand: light skin tone | hand | hang loose | light skin tone | Shaka | call-me hand | shaka | call-me hand: light skin tone +๐Ÿค™๐Ÿผ me hand: medium-light skin tone call | call me hand | call me hand: medium-light skin tone | hand | hang loose | medium-light skin tone | Shaka | call-me hand | shaka | call-me hand: medium-light skin tone +๐Ÿค™๐Ÿฝ me hand: medium skin tone call | call me hand | call me hand: medium skin tone | hand | hang loose | medium skin tone | Shaka | call-me hand | shaka | call-me hand: medium skin tone +๐Ÿค™๐Ÿพ me hand: medium-dark skin tone call | call me hand | call me hand: medium-dark skin tone | hand | hang loose | medium-dark skin tone | Shaka | call-me hand | shaka | call-me hand: medium-dark skin tone +๐Ÿค™๐Ÿฟ me hand: dark skin tone call | call me hand | call me hand: dark skin tone | dark skin tone | hand | hang loose | Shaka | call-me hand | shaka | call-me hand: dark skin tone +๐Ÿ‘ˆ index pointing left backhand | backhand index pointing left | finger | hand | index | point +๐Ÿ‘ˆ๐Ÿป index pointing left: light skin tone backhand | backhand index pointing left | backhand index pointing left: light skin tone | finger | hand | index | light skin tone | point +๐Ÿ‘ˆ๐Ÿผ index pointing left: medium-light skin tone backhand | backhand index pointing left | backhand index pointing left: medium-light skin tone | finger | hand | index | medium-light skin tone | point +๐Ÿ‘ˆ๐Ÿฝ index pointing left: medium skin tone backhand | backhand index pointing left | backhand index pointing left: medium skin tone | finger | hand | index | medium skin tone | point +๐Ÿ‘ˆ๐Ÿพ index pointing left: medium-dark skin tone backhand | backhand index pointing left | backhand index pointing left: medium-dark skin tone | finger | hand | index | medium-dark skin tone | point +๐Ÿ‘ˆ๐Ÿฟ index pointing left: dark skin tone backhand | backhand index pointing left | backhand index pointing left: dark skin tone | dark skin tone | finger | hand | index | point +๐Ÿ‘‰ index pointing right backhand | backhand index pointing right | finger | hand | index | point +๐Ÿ‘‰๐Ÿป index pointing right: light skin tone backhand | backhand index pointing right | backhand index pointing right: light skin tone | finger | hand | index | light skin tone | point +๐Ÿ‘‰๐Ÿผ index pointing right: medium-light skin tone backhand | backhand index pointing right | backhand index pointing right: medium-light skin tone | finger | hand | index | medium-light skin tone | point +๐Ÿ‘‰๐Ÿฝ index pointing right: medium skin tone backhand | backhand index pointing right | backhand index pointing right: medium skin tone | finger | hand | index | medium skin tone | point +๐Ÿ‘‰๐Ÿพ index pointing right: medium-dark skin tone backhand | backhand index pointing right | backhand index pointing right: medium-dark skin tone | finger | hand | index | medium-dark skin tone | point +๐Ÿ‘‰๐Ÿฟ index pointing right: dark skin tone backhand | backhand index pointing right | backhand index pointing right: dark skin tone | dark skin tone | finger | hand | index | point +๐Ÿ‘† index pointing up backhand | backhand index pointing up | finger | hand | point | up +๐Ÿ‘†๐Ÿป index pointing up: light skin tone backhand | backhand index pointing up | backhand index pointing up: light skin tone | finger | hand | light skin tone | point | up +๐Ÿ‘†๐Ÿผ index pointing up: medium-light skin tone backhand | backhand index pointing up | backhand index pointing up: medium-light skin tone | finger | hand | medium-light skin tone | point | up +๐Ÿ‘†๐Ÿฝ index pointing up: medium skin tone backhand | backhand index pointing up | backhand index pointing up: medium skin tone | finger | hand | medium skin tone | point | up +๐Ÿ‘†๐Ÿพ index pointing up: medium-dark skin tone backhand | backhand index pointing up | backhand index pointing up: medium-dark skin tone | finger | hand | medium-dark skin tone | point | up +๐Ÿ‘†๐Ÿฟ index pointing up: dark skin tone backhand | backhand index pointing up | backhand index pointing up: dark skin tone | dark skin tone | finger | hand | point | up +๐Ÿ–• finger finger | hand | middle finger +๐Ÿ–•๐Ÿป finger: light skin tone finger | hand | light skin tone | middle finger | middle finger: light skin tone +๐Ÿ–•๐Ÿผ finger: medium-light skin tone finger | hand | medium-light skin tone | middle finger | middle finger: medium-light skin tone +๐Ÿ–•๐Ÿฝ finger: medium skin tone finger | hand | medium skin tone | middle finger | middle finger: medium skin tone +๐Ÿ–•๐Ÿพ finger: medium-dark skin tone finger | hand | medium-dark skin tone | middle finger | middle finger: medium-dark skin tone +๐Ÿ–•๐Ÿฟ finger: dark skin tone dark skin tone | finger | hand | middle finger | middle finger: dark skin tone +๐Ÿ‘‡ index pointing down backhand | backhand index pointing down | down | finger | hand | point +๐Ÿ‘‡๐Ÿป index pointing down: light skin tone backhand | backhand index pointing down | backhand index pointing down: light skin tone | down | finger | hand | light skin tone | point +๐Ÿ‘‡๐Ÿผ index pointing down: medium-light skin tone backhand | backhand index pointing down | backhand index pointing down: medium-light skin tone | down | finger | hand | medium-light skin tone | point +๐Ÿ‘‡๐Ÿฝ index pointing down: medium skin tone backhand | backhand index pointing down | backhand index pointing down: medium skin tone | down | finger | hand | medium skin tone | point +๐Ÿ‘‡๐Ÿพ index pointing down: medium-dark skin tone backhand | backhand index pointing down | backhand index pointing down: medium-dark skin tone | down | finger | hand | medium-dark skin tone | point +๐Ÿ‘‡๐Ÿฟ index pointing down: dark skin tone backhand | backhand index pointing down | backhand index pointing down: dark skin tone | dark skin tone | down | finger | hand | point +โ˜๏ธ pointing up +โ˜ pointing up finger | hand | index | index pointing up | point | up +โ˜๐Ÿป pointing up: light skin tone finger | hand | index | index pointing up | index pointing up: light skin tone | light skin tone | point | up +โ˜๐Ÿผ pointing up: medium-light skin tone finger | hand | index | index pointing up | index pointing up: medium-light skin tone | medium-light skin tone | point | up +โ˜๐Ÿฝ pointing up: medium skin tone finger | hand | index | index pointing up | index pointing up: medium skin tone | medium skin tone | point | up +โ˜๐Ÿพ pointing up: medium-dark skin tone finger | hand | index | index pointing up | index pointing up: medium-dark skin tone | medium-dark skin tone | point | up +โ˜๐Ÿฟ pointing up: dark skin tone dark skin tone | finger | hand | index | index pointing up | index pointing up: dark skin tone | point | up +๐Ÿซต pointing at the viewer index pointing at the viewer | point | you +๐Ÿซต๐Ÿป pointing at the viewer: light skin tone index pointing at the viewer | index pointing at the viewer: light skin tone | light skin tone | point | you +๐Ÿซต๐Ÿผ pointing at the viewer: medium-light skin tone index pointing at the viewer | index pointing at the viewer: medium-light skin tone | medium-light skin tone | point | you +๐Ÿซต๐Ÿฝ pointing at the viewer: medium skin tone index pointing at the viewer | index pointing at the viewer: medium skin tone | medium skin tone | point | you +๐Ÿซต๐Ÿพ pointing at the viewer: medium-dark skin tone index pointing at the viewer | index pointing at the viewer: medium-dark skin tone | medium-dark skin tone | point | you +๐Ÿซต๐Ÿฟ pointing at the viewer: dark skin tone dark skin tone | index pointing at the viewer | index pointing at the viewer: dark skin tone | point | you +๐Ÿ‘ up +1 | hand | thumb | thumbs up | up +๐Ÿ‘๐Ÿป up: light skin tone +1 | hand | light skin tone | thumb | thumbs up | thumbs up: light skin tone | up +๐Ÿ‘๐Ÿผ up: medium-light skin tone +1 | hand | medium-light skin tone | thumb | thumbs up | thumbs up: medium-light skin tone | up +๐Ÿ‘๐Ÿฝ up: medium skin tone +1 | hand | medium skin tone | thumb | thumbs up | thumbs up: medium skin tone | up +๐Ÿ‘๐Ÿพ up: medium-dark skin tone +1 | hand | medium-dark skin tone | thumb | thumbs up | thumbs up: medium-dark skin tone | up +๐Ÿ‘๐Ÿฟ up: dark skin tone +1 | dark skin tone | hand | thumb | thumbs up | thumbs up: dark skin tone | up +๐Ÿ‘Ž down -1 | down | hand | thumb | thumbs down +๐Ÿ‘Ž๐Ÿป down: light skin tone -1 | down | hand | light skin tone | thumb | thumbs down | thumbs down: light skin tone +๐Ÿ‘Ž๐Ÿผ down: medium-light skin tone -1 | down | hand | medium-light skin tone | thumb | thumbs down | thumbs down: medium-light skin tone +๐Ÿ‘Ž๐Ÿฝ down: medium skin tone -1 | down | hand | medium skin tone | thumb | thumbs down | thumbs down: medium skin tone +๐Ÿ‘Ž๐Ÿพ down: medium-dark skin tone -1 | down | hand | medium-dark skin tone | thumb | thumbs down | thumbs down: medium-dark skin tone +๐Ÿ‘Ž๐Ÿฟ down: dark skin tone -1 | dark skin tone | down | hand | thumb | thumbs down | thumbs down: dark skin tone +โœŠ fist clenched | fist | hand | punch | raised fist +โœŠ๐Ÿป fist: light skin tone clenched | fist | hand | light skin tone | punch | raised fist | raised fist: light skin tone +โœŠ๐Ÿผ fist: medium-light skin tone clenched | fist | hand | medium-light skin tone | punch | raised fist | raised fist: medium-light skin tone +โœŠ๐Ÿฝ fist: medium skin tone clenched | fist | hand | medium skin tone | punch | raised fist | raised fist: medium skin tone +โœŠ๐Ÿพ fist: medium-dark skin tone clenched | fist | hand | medium-dark skin tone | punch | raised fist | raised fist: medium-dark skin tone +โœŠ๐Ÿฟ fist: dark skin tone clenched | dark skin tone | fist | hand | punch | raised fist | raised fist: dark skin tone +๐Ÿ‘Š fist clenched | fist | hand | oncoming fist | punch +๐Ÿ‘Š๐Ÿป fist: light skin tone clenched | fist | hand | light skin tone | oncoming fist | oncoming fist: light skin tone | punch +๐Ÿ‘Š๐Ÿผ fist: medium-light skin tone clenched | fist | hand | medium-light skin tone | oncoming fist | oncoming fist: medium-light skin tone | punch +๐Ÿ‘Š๐Ÿฝ fist: medium skin tone clenched | fist | hand | medium skin tone | oncoming fist | oncoming fist: medium skin tone | punch +๐Ÿ‘Š๐Ÿพ fist: medium-dark skin tone clenched | fist | hand | medium-dark skin tone | oncoming fist | oncoming fist: medium-dark skin tone | punch +๐Ÿ‘Š๐Ÿฟ fist: dark skin tone clenched | dark skin tone | fist | hand | oncoming fist | oncoming fist: dark skin tone | punch +๐Ÿค› fist fist | left-facing fist | leftwards | leftward +๐Ÿค›๐Ÿป fist: light skin tone fist | left-facing fist | left-facing fist: light skin tone | leftwards | light skin tone | leftward +๐Ÿค›๐Ÿผ fist: medium-light skin tone fist | left-facing fist | left-facing fist: medium-light skin tone | leftwards | medium-light skin tone | leftward +๐Ÿค›๐Ÿฝ fist: medium skin tone fist | left-facing fist | left-facing fist: medium skin tone | leftwards | medium skin tone | leftward +๐Ÿค›๐Ÿพ fist: medium-dark skin tone fist | left-facing fist | left-facing fist: medium-dark skin tone | leftwards | medium-dark skin tone | leftward +๐Ÿค›๐Ÿฟ fist: dark skin tone dark skin tone | fist | left-facing fist | left-facing fist: dark skin tone | leftwards | leftward +๐Ÿคœ fist fist | right-facing fist | rightwards | rightward +๐Ÿคœ๐Ÿป fist: light skin tone fist | light skin tone | right-facing fist | right-facing fist: light skin tone | rightwards | rightward +๐Ÿคœ๐Ÿผ fist: medium-light skin tone fist | medium-light skin tone | right-facing fist | right-facing fist: medium-light skin tone | rightwards | rightward +๐Ÿคœ๐Ÿฝ fist: medium skin tone fist | medium skin tone | right-facing fist | right-facing fist: medium skin tone | rightwards | rightward +๐Ÿคœ๐Ÿพ fist: medium-dark skin tone fist | medium-dark skin tone | right-facing fist | right-facing fist: medium-dark skin tone | rightwards | rightward +๐Ÿคœ๐Ÿฟ fist: dark skin tone dark skin tone | fist | right-facing fist | right-facing fist: dark skin tone | rightwards | rightward +๐Ÿ‘ hands clap | clapping hands | hand +๐Ÿ‘๐Ÿป hands: light skin tone clap | clapping hands | clapping hands: light skin tone | hand | light skin tone +๐Ÿ‘๐Ÿผ hands: medium-light skin tone clap | clapping hands | clapping hands: medium-light skin tone | hand | medium-light skin tone +๐Ÿ‘๐Ÿฝ hands: medium skin tone clap | clapping hands | clapping hands: medium skin tone | hand | medium skin tone +๐Ÿ‘๐Ÿพ hands: medium-dark skin tone clap | clapping hands | clapping hands: medium-dark skin tone | hand | medium-dark skin tone +๐Ÿ‘๐Ÿฟ hands: dark skin tone clap | clapping hands | clapping hands: dark skin tone | dark skin tone | hand +๐Ÿ™Œ hands celebration | gesture | hand | hooray | raised | raising hands | woo hoo | yay +๐Ÿ™Œ๐Ÿป hands: light skin tone celebration | gesture | hand | hooray | light skin tone | raised | raising hands | raising hands: light skin tone | woo hoo | yay +๐Ÿ™Œ๐Ÿผ hands: medium-light skin tone celebration | gesture | hand | hooray | medium-light skin tone | raised | raising hands | raising hands: medium-light skin tone | woo hoo | yay +๐Ÿ™Œ๐Ÿฝ hands: medium skin tone celebration | gesture | hand | hooray | medium skin tone | raised | raising hands | raising hands: medium skin tone | woo hoo | yay +๐Ÿ™Œ๐Ÿพ hands: medium-dark skin tone celebration | gesture | hand | hooray | medium-dark skin tone | raised | raising hands | raising hands: medium-dark skin tone | woo hoo | yay +๐Ÿ™Œ๐Ÿฟ hands: dark skin tone celebration | dark skin tone | gesture | hand | hooray | raised | raising hands | raising hands: dark skin tone | woo hoo | yay +๐Ÿซถ hands heart hands | love +๐Ÿซถ๐Ÿป hands: light skin tone heart hands | heart hands: light skin tone | light skin tone | love +๐Ÿซถ๐Ÿผ hands: medium-light skin tone heart hands | heart hands: medium-light skin tone | love | medium-light skin tone +๐Ÿซถ๐Ÿฝ hands: medium skin tone heart hands | heart hands: medium skin tone | love | medium skin tone +๐Ÿซถ๐Ÿพ hands: medium-dark skin tone heart hands | heart hands: medium-dark skin tone | love | medium-dark skin tone +๐Ÿซถ๐Ÿฟ hands: dark skin tone dark skin tone | heart hands | heart hands: dark skin tone | love +๐Ÿ‘ hands hand | open | open hands +๐Ÿ‘๐Ÿป hands: light skin tone hand | light skin tone | open | open hands | open hands: light skin tone +๐Ÿ‘๐Ÿผ hands: medium-light skin tone hand | medium-light skin tone | open | open hands | open hands: medium-light skin tone +๐Ÿ‘๐Ÿฝ hands: medium skin tone hand | medium skin tone | open | open hands | open hands: medium skin tone +๐Ÿ‘๐Ÿพ hands: medium-dark skin tone hand | medium-dark skin tone | open | open hands | open hands: medium-dark skin tone +๐Ÿ‘๐Ÿฟ hands: dark skin tone dark skin tone | hand | open | open hands | open hands: dark skin tone +๐Ÿคฒ up together palms up together | prayer +๐Ÿคฒ๐Ÿป up together: light skin tone light skin tone | palms up together | palms up together: light skin tone | prayer +๐Ÿคฒ๐Ÿผ up together: medium-light skin tone medium-light skin tone | palms up together | palms up together: medium-light skin tone | prayer +๐Ÿคฒ๐Ÿฝ up together: medium skin tone medium skin tone | palms up together | palms up together: medium skin tone | prayer +๐Ÿคฒ๐Ÿพ up together: medium-dark skin tone medium-dark skin tone | palms up together | palms up together: medium-dark skin tone | prayer +๐Ÿคฒ๐Ÿฟ up together: dark skin tone dark skin tone | palms up together | palms up together: dark skin tone | prayer +๐Ÿค agreement | hand | handshake | meeting | shake +๐Ÿค๐Ÿป light skin tone agreement | hand | handshake | handshake: light skin tone | light skin tone | meeting | shake +๐Ÿค๐Ÿผ medium-light skin tone agreement | hand | handshake | handshake: medium-light skin tone | medium-light skin tone | meeting | shake +๐Ÿค๐Ÿฝ medium skin tone agreement | hand | handshake | handshake: medium skin tone | medium skin tone | meeting | shake +๐Ÿค๐Ÿพ medium-dark skin tone agreement | hand | handshake | handshake: medium-dark skin tone | medium-dark skin tone | meeting | shake +๐Ÿค๐Ÿฟ dark skin tone agreement | dark skin tone | hand | handshake | handshake: dark skin tone | meeting | shake +๐Ÿซฑ๐Ÿปโ€๐Ÿซฒ๐Ÿผ light skin tone, medium-light skin tone agreement | hand | handshake | handshake: light skin tone, medium-light skin tone | light skin tone | medium-light skin tone | meeting | shake +๐Ÿซฑ๐Ÿปโ€๐Ÿซฒ๐Ÿฝ light skin tone, medium skin tone agreement | hand | handshake | handshake: light skin tone, medium skin tone | light skin tone | medium skin tone | meeting | shake +๐Ÿซฑ๐Ÿปโ€๐Ÿซฒ๐Ÿพ light skin tone, medium-dark skin tone agreement | hand | handshake | handshake: light skin tone, medium-dark skin tone | light skin tone | medium-dark skin tone | meeting | shake +๐Ÿซฑ๐Ÿปโ€๐Ÿซฒ๐Ÿฟ light skin tone, dark skin tone agreement | dark skin tone | hand | handshake | handshake: light skin tone, dark skin tone | light skin tone | meeting | shake +๐Ÿซฑ๐Ÿผโ€๐Ÿซฒ๐Ÿป medium-light skin tone, light skin tone agreement | hand | handshake | handshake: medium-light skin tone, light skin tone | light skin tone | medium-light skin tone | meeting | shake +๐Ÿซฑ๐Ÿผโ€๐Ÿซฒ๐Ÿฝ medium-light skin tone, medium skin tone agreement | hand | handshake | handshake: medium-light skin tone, medium skin tone | medium skin tone | medium-light skin tone | meeting | shake +๐Ÿซฑ๐Ÿผโ€๐Ÿซฒ๐Ÿพ medium-light skin tone, medium-dark skin tone agreement | hand | handshake | handshake: medium-light skin tone, medium-dark skin tone | medium-dark skin tone | medium-light skin tone | meeting | shake +๐Ÿซฑ๐Ÿผโ€๐Ÿซฒ๐Ÿฟ medium-light skin tone, dark skin tone agreement | dark skin tone | hand | handshake | handshake: medium-light skin tone, dark skin tone | medium-light skin tone | meeting | shake +๐Ÿซฑ๐Ÿฝโ€๐Ÿซฒ๐Ÿป medium skin tone, light skin tone agreement | hand | handshake | handshake: medium skin tone, light skin tone | light skin tone | medium skin tone | meeting | shake +๐Ÿซฑ๐Ÿฝโ€๐Ÿซฒ๐Ÿผ medium skin tone, medium-light skin tone agreement | hand | handshake | handshake: medium skin tone, medium-light skin tone | medium skin tone | medium-light skin tone | meeting | shake +๐Ÿซฑ๐Ÿฝโ€๐Ÿซฒ๐Ÿพ medium skin tone, medium-dark skin tone agreement | hand | handshake | handshake: medium skin tone, medium-dark skin tone | medium skin tone | medium-dark skin tone | meeting | shake +๐Ÿซฑ๐Ÿฝโ€๐Ÿซฒ๐Ÿฟ medium skin tone, dark skin tone agreement | dark skin tone | hand | handshake | handshake: medium skin tone, dark skin tone | medium skin tone | meeting | shake +๐Ÿซฑ๐Ÿพโ€๐Ÿซฒ๐Ÿป medium-dark skin tone, light skin tone agreement | hand | handshake | handshake: medium-dark skin tone, light skin tone | light skin tone | medium-dark skin tone | meeting | shake +๐Ÿซฑ๐Ÿพโ€๐Ÿซฒ๐Ÿผ medium-dark skin tone, medium-light skin tone agreement | hand | handshake | handshake: medium-dark skin tone, medium-light skin tone | medium-dark skin tone | medium-light skin tone | meeting | shake +๐Ÿซฑ๐Ÿพโ€๐Ÿซฒ๐Ÿฝ medium-dark skin tone, medium skin tone agreement | hand | handshake | handshake: medium-dark skin tone, medium skin tone | medium skin tone | medium-dark skin tone | meeting | shake +๐Ÿซฑ๐Ÿพโ€๐Ÿซฒ๐Ÿฟ medium-dark skin tone, dark skin tone agreement | dark skin tone | hand | handshake | handshake: medium-dark skin tone, dark skin tone | medium-dark skin tone | meeting | shake +๐Ÿซฑ๐Ÿฟโ€๐Ÿซฒ๐Ÿป dark skin tone, light skin tone agreement | dark skin tone | hand | handshake | handshake: dark skin tone, light skin tone | light skin tone | meeting | shake +๐Ÿซฑ๐Ÿฟโ€๐Ÿซฒ๐Ÿผ dark skin tone, medium-light skin tone agreement | dark skin tone | hand | handshake | handshake: dark skin tone, medium-light skin tone | medium-light skin tone | meeting | shake +๐Ÿซฑ๐Ÿฟโ€๐Ÿซฒ๐Ÿฝ dark skin tone, medium skin tone agreement | dark skin tone | hand | handshake | handshake: dark skin tone, medium skin tone | medium skin tone | meeting | shake +๐Ÿซฑ๐Ÿฟโ€๐Ÿซฒ๐Ÿพ dark skin tone, medium-dark skin tone agreement | dark skin tone | hand | handshake | handshake: dark skin tone, medium-dark skin tone | medium-dark skin tone | meeting | shake +๐Ÿ™ hands ask | folded hands | hand | high 5 | high five | please | pray | thanks +๐Ÿ™๐Ÿป hands: light skin tone ask | folded hands | folded hands: light skin tone | hand | high 5 | high five | light skin tone | please | pray | thanks +๐Ÿ™๐Ÿผ hands: medium-light skin tone ask | folded hands | folded hands: medium-light skin tone | hand | high 5 | high five | medium-light skin tone | please | pray | thanks +๐Ÿ™๐Ÿฝ hands: medium skin tone ask | folded hands | folded hands: medium skin tone | hand | high 5 | high five | medium skin tone | please | pray | thanks +๐Ÿ™๐Ÿพ hands: medium-dark skin tone ask | folded hands | folded hands: medium-dark skin tone | hand | high 5 | high five | medium-dark skin tone | please | pray | thanks +๐Ÿ™๐Ÿฟ hands: dark skin tone ask | dark skin tone | folded hands | folded hands: dark skin tone | hand | high 5 | high five | please | pray | thanks +โœ๏ธ hand +โœ hand hand | write | writing hand +โœ๐Ÿป hand: light skin tone hand | light skin tone | write | writing hand | writing hand: light skin tone +โœ๐Ÿผ hand: medium-light skin tone hand | medium-light skin tone | write | writing hand | writing hand: medium-light skin tone +โœ๐Ÿฝ hand: medium skin tone hand | medium skin tone | write | writing hand | writing hand: medium skin tone +โœ๐Ÿพ hand: medium-dark skin tone hand | medium-dark skin tone | write | writing hand | writing hand: medium-dark skin tone +โœ๐Ÿฟ hand: dark skin tone dark skin tone | hand | write | writing hand | writing hand: dark skin tone +๐Ÿ’… polish care | cosmetics | manicure | nail | polish +๐Ÿ’…๐Ÿป polish: light skin tone care | cosmetics | light skin tone | manicure | nail | nail polish: light skin tone | polish +๐Ÿ’…๐Ÿผ polish: medium-light skin tone care | cosmetics | manicure | medium-light skin tone | nail | nail polish: medium-light skin tone | polish +๐Ÿ’…๐Ÿฝ polish: medium skin tone care | cosmetics | manicure | medium skin tone | nail | nail polish: medium skin tone | polish +๐Ÿ’…๐Ÿพ polish: medium-dark skin tone care | cosmetics | manicure | medium-dark skin tone | nail | nail polish: medium-dark skin tone | polish +๐Ÿ’…๐Ÿฟ polish: dark skin tone care | cosmetics | dark skin tone | manicure | nail | nail polish: dark skin tone | polish +๐Ÿคณ camera | phone | selfie +๐Ÿคณ๐Ÿป light skin tone camera | light skin tone | phone | selfie | selfie: light skin tone +๐Ÿคณ๐Ÿผ medium-light skin tone camera | medium-light skin tone | phone | selfie | selfie: medium-light skin tone +๐Ÿคณ๐Ÿฝ medium skin tone camera | medium skin tone | phone | selfie | selfie: medium skin tone +๐Ÿคณ๐Ÿพ medium-dark skin tone camera | medium-dark skin tone | phone | selfie | selfie: medium-dark skin tone +๐Ÿคณ๐Ÿฟ dark skin tone camera | dark skin tone | phone | selfie | selfie: dark skin tone +๐Ÿ’ช biceps biceps | comic | flex | flexed biceps | muscle | flexed bicep +๐Ÿ’ช๐Ÿป biceps: light skin tone biceps | comic | flex | flexed biceps | flexed biceps: light skin tone | light skin tone | muscle | flexed bicep | flexed bicep: light skin tone +๐Ÿ’ช๐Ÿผ biceps: medium-light skin tone biceps | comic | flex | flexed biceps | flexed biceps: medium-light skin tone | medium-light skin tone | muscle | flexed bicep | flexed bicep: medium-light skin tone +๐Ÿ’ช๐Ÿฝ biceps: medium skin tone biceps | comic | flex | flexed biceps | flexed biceps: medium skin tone | medium skin tone | muscle | flexed bicep | flexed bicep: medium skin tone +๐Ÿ’ช๐Ÿพ biceps: medium-dark skin tone biceps | comic | flex | flexed biceps | flexed biceps: medium-dark skin tone | medium-dark skin tone | muscle | flexed bicep | flexed bicep: medium-dark skin tone +๐Ÿ’ช๐Ÿฟ biceps: dark skin tone biceps | comic | dark skin tone | flex | flexed biceps | flexed biceps: dark skin tone | muscle | flexed bicep | flexed bicep: dark skin tone +๐Ÿฆพ arm accessibility | mechanical arm | prosthetic +๐Ÿฆฟ leg accessibility | mechanical leg | prosthetic +๐Ÿฆต kick | leg | limb +๐Ÿฆต๐Ÿป light skin tone kick | leg | leg: light skin tone | light skin tone | limb +๐Ÿฆต๐Ÿผ medium-light skin tone kick | leg | leg: medium-light skin tone | limb | medium-light skin tone +๐Ÿฆต๐Ÿฝ medium skin tone kick | leg | leg: medium skin tone | limb | medium skin tone +๐Ÿฆต๐Ÿพ medium-dark skin tone kick | leg | leg: medium-dark skin tone | limb | medium-dark skin tone +๐Ÿฆต๐Ÿฟ dark skin tone dark skin tone | kick | leg | leg: dark skin tone | limb +๐Ÿฆถ foot | kick | stomp +๐Ÿฆถ๐Ÿป light skin tone foot | foot: light skin tone | kick | light skin tone | stomp +๐Ÿฆถ๐Ÿผ medium-light skin tone foot | foot: medium-light skin tone | kick | medium-light skin tone | stomp +๐Ÿฆถ๐Ÿฝ medium skin tone foot | foot: medium skin tone | kick | medium skin tone | stomp +๐Ÿฆถ๐Ÿพ medium-dark skin tone foot | foot: medium-dark skin tone | kick | medium-dark skin tone | stomp +๐Ÿฆถ๐Ÿฟ dark skin tone dark skin tone | foot | foot: dark skin tone | kick | stomp +๐Ÿ‘‚ body | ear +๐Ÿ‘‚๐Ÿป light skin tone body | ear | ear: light skin tone | light skin tone +๐Ÿ‘‚๐Ÿผ medium-light skin tone body | ear | ear: medium-light skin tone | medium-light skin tone +๐Ÿ‘‚๐Ÿฝ medium skin tone body | ear | ear: medium skin tone | medium skin tone +๐Ÿ‘‚๐Ÿพ medium-dark skin tone body | ear | ear: medium-dark skin tone | medium-dark skin tone +๐Ÿ‘‚๐Ÿฟ dark skin tone body | dark skin tone | ear | ear: dark skin tone +๐Ÿฆป with hearing aid accessibility | ear with hearing aid | hard of hearing | hearing impaired +๐Ÿฆป๐Ÿป with hearing aid: light skin tone accessibility | ear with hearing aid | ear with hearing aid: light skin tone | hard of hearing | light skin tone | hearing impaired +๐Ÿฆป๐Ÿผ with hearing aid: medium-light skin tone accessibility | ear with hearing aid | ear with hearing aid: medium-light skin tone | hard of hearing | medium-light skin tone | hearing impaired +๐Ÿฆป๐Ÿฝ with hearing aid: medium skin tone accessibility | ear with hearing aid | ear with hearing aid: medium skin tone | hard of hearing | medium skin tone | hearing impaired +๐Ÿฆป๐Ÿพ with hearing aid: medium-dark skin tone accessibility | ear with hearing aid | ear with hearing aid: medium-dark skin tone | hard of hearing | medium-dark skin tone | hearing impaired +๐Ÿฆป๐Ÿฟ with hearing aid: dark skin tone accessibility | dark skin tone | ear with hearing aid | ear with hearing aid: dark skin tone | hard of hearing | hearing impaired +๐Ÿ‘ƒ body | nose +๐Ÿ‘ƒ๐Ÿป light skin tone body | light skin tone | nose | nose: light skin tone +๐Ÿ‘ƒ๐Ÿผ medium-light skin tone body | medium-light skin tone | nose | nose: medium-light skin tone +๐Ÿ‘ƒ๐Ÿฝ medium skin tone body | medium skin tone | nose | nose: medium skin tone +๐Ÿ‘ƒ๐Ÿพ medium-dark skin tone body | medium-dark skin tone | nose | nose: medium-dark skin tone +๐Ÿ‘ƒ๐Ÿฟ dark skin tone body | dark skin tone | nose | nose: dark skin tone +๐Ÿง  brain | intelligent +๐Ÿซ€ heart anatomical | cardiology | heart | organ | pulse | anatomical heart +๐Ÿซ breath | exhalation | inhalation | lungs | organ | respiration +๐Ÿฆท dentist | tooth +๐Ÿฆด bone | skeleton +๐Ÿ‘€ eye | eyes | face +๐Ÿ‘๏ธ brown eyes +๐Ÿ‘ body | eye +๐Ÿ‘… body | tongue +๐Ÿ‘„ lips | mouth +๐Ÿซฆ lip anxious | biting lip | fear | flirting | nervous | uncomfortable | worried +๐Ÿ‘ถ baby | young +๐Ÿ‘ถ๐Ÿป light skin tone baby | baby: light skin tone | light skin tone | young +๐Ÿ‘ถ๐Ÿผ medium-light skin tone baby | baby: medium-light skin tone | medium-light skin tone | young +๐Ÿ‘ถ๐Ÿฝ medium skin tone baby | baby: medium skin tone | medium skin tone | young +๐Ÿ‘ถ๐Ÿพ medium-dark skin tone baby | baby: medium-dark skin tone | medium-dark skin tone | young +๐Ÿ‘ถ๐Ÿฟ dark skin tone baby | baby: dark skin tone | dark skin tone | young +๐Ÿง’ child | gender-neutral | unspecified gender | young +๐Ÿง’๐Ÿป light skin tone child | child: light skin tone | gender-neutral | light skin tone | unspecified gender | young +๐Ÿง’๐Ÿผ medium-light skin tone child | child: medium-light skin tone | gender-neutral | medium-light skin tone | unspecified gender | young +๐Ÿง’๐Ÿฝ medium skin tone child | child: medium skin tone | gender-neutral | medium skin tone | unspecified gender | young +๐Ÿง’๐Ÿพ medium-dark skin tone child | child: medium-dark skin tone | gender-neutral | medium-dark skin tone | unspecified gender | young +๐Ÿง’๐Ÿฟ dark skin tone child | child: dark skin tone | dark skin tone | gender-neutral | unspecified gender | young +๐Ÿ‘ฆ boy | young | young person +๐Ÿ‘ฆ๐Ÿป light skin tone boy | boy: light skin tone | light skin tone | young | young person +๐Ÿ‘ฆ๐Ÿผ medium-light skin tone boy | boy: medium-light skin tone | medium-light skin tone | young | young person +๐Ÿ‘ฆ๐Ÿฝ medium skin tone boy | boy: medium skin tone | medium skin tone | young | young person +๐Ÿ‘ฆ๐Ÿพ medium-dark skin tone boy | boy: medium-dark skin tone | medium-dark skin tone | young | young person +๐Ÿ‘ฆ๐Ÿฟ dark skin tone boy | boy: dark skin tone | dark skin tone | young | young person +๐Ÿ‘ง girl | Virgo | young | zodiac | young person +๐Ÿ‘ง๐Ÿป light skin tone girl | girl: light skin tone | light skin tone | Virgo | young | zodiac | young person +๐Ÿ‘ง๐Ÿผ medium-light skin tone girl | girl: medium-light skin tone | medium-light skin tone | Virgo | young | zodiac | young person +๐Ÿ‘ง๐Ÿฝ medium skin tone girl | girl: medium skin tone | medium skin tone | Virgo | young | zodiac | young person +๐Ÿ‘ง๐Ÿพ medium-dark skin tone girl | girl: medium-dark skin tone | medium-dark skin tone | Virgo | young | zodiac | young person +๐Ÿ‘ง๐Ÿฟ dark skin tone dark skin tone | girl | girl: dark skin tone | Virgo | young | zodiac | young person +๐Ÿง‘ adult | gender-neutral | person | unspecified gender +๐Ÿง‘๐Ÿป light skin tone adult | gender-neutral | light skin tone | person | person: light skin tone | unspecified gender +๐Ÿง‘๐Ÿผ medium-light skin tone adult | gender-neutral | medium-light skin tone | person | person: medium-light skin tone | unspecified gender +๐Ÿง‘๐Ÿฝ medium skin tone adult | gender-neutral | medium skin tone | person | person: medium skin tone | unspecified gender +๐Ÿง‘๐Ÿพ medium-dark skin tone adult | gender-neutral | medium-dark skin tone | person | person: medium-dark skin tone | unspecified gender +๐Ÿง‘๐Ÿฟ dark skin tone adult | dark skin tone | gender-neutral | person | person: dark skin tone | unspecified gender +๐Ÿ‘ฑ blond hair blond | blond-haired person | hair | person: blond hair +๐Ÿ‘ฑ๐Ÿป light skin tone, blond hair blond | blond-haired person | hair | light skin tone | person: blond hair | person: light skin tone, blond hair +๐Ÿ‘ฑ๐Ÿผ medium-light skin tone, blond hair blond | blond-haired person | hair | medium-light skin tone | person: blond hair | person: medium-light skin tone, blond hair +๐Ÿ‘ฑ๐Ÿฝ medium skin tone, blond hair blond | blond-haired person | hair | medium skin tone | person: blond hair | person: medium skin tone, blond hair +๐Ÿ‘ฑ๐Ÿพ medium-dark skin tone, blond hair blond | blond-haired person | hair | medium-dark skin tone | person: blond hair | person: medium-dark skin tone, blond hair +๐Ÿ‘ฑ๐Ÿฟ dark skin tone, blond hair blond | blond-haired person | dark skin tone | hair | person: blond hair | person: dark skin tone, blond hair +๐Ÿ‘จ adult | man +๐Ÿ‘จ๐Ÿป light skin tone adult | light skin tone | man | man: light skin tone +๐Ÿ‘จ๐Ÿผ medium-light skin tone adult | man | man: medium-light skin tone | medium-light skin tone +๐Ÿ‘จ๐Ÿฝ medium skin tone adult | man | man: medium skin tone | medium skin tone +๐Ÿ‘จ๐Ÿพ medium-dark skin tone adult | man | man: medium-dark skin tone | medium-dark skin tone +๐Ÿ‘จ๐Ÿฟ dark skin tone adult | dark skin tone | man | man: dark skin tone +๐Ÿง” beard beard | person | person: beard +๐Ÿง”๐Ÿป light skin tone, beard beard | light skin tone | person | person: beard | person: light skin tone, beard +๐Ÿง”๐Ÿผ medium-light skin tone, beard beard | medium-light skin tone | person | person: beard | person: medium-light skin tone, beard +๐Ÿง”๐Ÿฝ medium skin tone, beard beard | medium skin tone | person | person: beard | person: medium skin tone, beard +๐Ÿง”๐Ÿพ medium-dark skin tone, beard beard | medium-dark skin tone | person | person: beard | person: medium-dark skin tone, beard +๐Ÿง”๐Ÿฟ dark skin tone, beard beard | dark skin tone | person | person: beard | person: dark skin tone, beard +๐Ÿง”โ€โ™‚๏ธ beard +๐Ÿง”โ€โ™‚ beard beard | man | man: beard +๐Ÿง”๐Ÿปโ€โ™‚๏ธ light skin tone, beard +๐Ÿง”๐Ÿปโ€โ™‚ light skin tone, beard beard | light skin tone | man | man: beard | man: light skin tone, beard +๐Ÿง”๐Ÿผโ€โ™‚๏ธ medium-light skin tone, beard +๐Ÿง”๐Ÿผโ€โ™‚ medium-light skin tone, beard beard | man | man: beard | man: medium-light skin tone, beard | medium-light skin tone +๐Ÿง”๐Ÿฝโ€โ™‚๏ธ medium skin tone, beard +๐Ÿง”๐Ÿฝโ€โ™‚ medium skin tone, beard beard | man | man: beard | man: medium skin tone, beard | medium skin tone +๐Ÿง”๐Ÿพโ€โ™‚๏ธ medium-dark skin tone, beard +๐Ÿง”๐Ÿพโ€โ™‚ medium-dark skin tone, beard beard | man | man: beard | man: medium-dark skin tone, beard | medium-dark skin tone +๐Ÿง”๐Ÿฟโ€โ™‚๏ธ dark skin tone, beard +๐Ÿง”๐Ÿฟโ€โ™‚ dark skin tone, beard beard | dark skin tone | man | man: beard | man: dark skin tone, beard +๐Ÿง”โ€โ™€๏ธ beard +๐Ÿง”โ€โ™€ beard beard | woman | woman: beard +๐Ÿง”๐Ÿปโ€โ™€๏ธ light skin tone, beard +๐Ÿง”๐Ÿปโ€โ™€ light skin tone, beard beard | light skin tone | woman | woman: beard | woman: light skin tone, beard +๐Ÿง”๐Ÿผโ€โ™€๏ธ medium-light skin tone, beard +๐Ÿง”๐Ÿผโ€โ™€ medium-light skin tone, beard beard | medium-light skin tone | woman | woman: beard | woman: medium-light skin tone, beard +๐Ÿง”๐Ÿฝโ€โ™€๏ธ medium skin tone, beard +๐Ÿง”๐Ÿฝโ€โ™€ medium skin tone, beard beard | medium skin tone | woman | woman: beard | woman: medium skin tone, beard +๐Ÿง”๐Ÿพโ€โ™€๏ธ medium-dark skin tone, beard +๐Ÿง”๐Ÿพโ€โ™€ medium-dark skin tone, beard beard | medium-dark skin tone | woman | woman: beard | woman: medium-dark skin tone, beard +๐Ÿง”๐Ÿฟโ€โ™€๏ธ dark skin tone, beard +๐Ÿง”๐Ÿฟโ€โ™€ dark skin tone, beard beard | dark skin tone | woman | woman: beard | woman: dark skin tone, beard +๐Ÿ‘จโ€๐Ÿฆฐ red hair adult | man | man: red hair | red hair +๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฐ light skin tone, red hair adult | light skin tone | man | man: light skin tone, red hair | red hair +๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฐ medium-light skin tone, red hair adult | man | man: medium-light skin tone, red hair | medium-light skin tone | red hair +๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฐ medium skin tone, red hair adult | man | man: medium skin tone, red hair | medium skin tone | red hair +๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฐ medium-dark skin tone, red hair adult | man | man: medium-dark skin tone, red hair | medium-dark skin tone | red hair +๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฐ dark skin tone, red hair adult | dark skin tone | man | man: dark skin tone, red hair | red hair +๐Ÿ‘จโ€๐Ÿฆฑ curly hair adult | curly hair | man | man: curly hair +๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฑ light skin tone, curly hair adult | curly hair | light skin tone | man | man: light skin tone, curly hair +๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฑ medium-light skin tone, curly hair adult | curly hair | man | man: medium-light skin tone, curly hair | medium-light skin tone +๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฑ medium skin tone, curly hair adult | curly hair | man | man: medium skin tone, curly hair | medium skin tone +๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฑ medium-dark skin tone, curly hair adult | curly hair | man | man: medium-dark skin tone, curly hair | medium-dark skin tone +๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฑ dark skin tone, curly hair adult | curly hair | dark skin tone | man | man: dark skin tone, curly hair +๐Ÿ‘จโ€๐Ÿฆณ white hair adult | man | man: white hair | white hair +๐Ÿ‘จ๐Ÿปโ€๐Ÿฆณ light skin tone, white hair adult | light skin tone | man | man: light skin tone, white hair | white hair +๐Ÿ‘จ๐Ÿผโ€๐Ÿฆณ medium-light skin tone, white hair adult | man | man: medium-light skin tone, white hair | medium-light skin tone | white hair +๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆณ medium skin tone, white hair adult | man | man: medium skin tone, white hair | medium skin tone | white hair +๐Ÿ‘จ๐Ÿพโ€๐Ÿฆณ medium-dark skin tone, white hair adult | man | man: medium-dark skin tone, white hair | medium-dark skin tone | white hair +๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆณ dark skin tone, white hair adult | dark skin tone | man | man: dark skin tone, white hair | white hair +๐Ÿ‘จโ€๐Ÿฆฒ bald adult | bald | man | man: bald +๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฒ light skin tone, bald adult | bald | light skin tone | man | man: light skin tone, bald +๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฒ medium-light skin tone, bald adult | bald | man | man: medium-light skin tone, bald | medium-light skin tone +๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฒ medium skin tone, bald adult | bald | man | man: medium skin tone, bald | medium skin tone +๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฒ medium-dark skin tone, bald adult | bald | man | man: medium-dark skin tone, bald | medium-dark skin tone +๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฒ dark skin tone, bald adult | bald | dark skin tone | man | man: dark skin tone, bald +๐Ÿ‘ฉ adult | woman +๐Ÿ‘ฉ๐Ÿป light skin tone adult | light skin tone | woman | woman: light skin tone +๐Ÿ‘ฉ๐Ÿผ medium-light skin tone adult | medium-light skin tone | woman | woman: medium-light skin tone +๐Ÿ‘ฉ๐Ÿฝ medium skin tone adult | medium skin tone | woman | woman: medium skin tone +๐Ÿ‘ฉ๐Ÿพ medium-dark skin tone adult | medium-dark skin tone | woman | woman: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฟ dark skin tone adult | dark skin tone | woman | woman: dark skin tone +๐Ÿ‘ฉโ€๐Ÿฆฐ red hair adult | red hair | woman | woman: red hair +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฐ light skin tone, red hair adult | light skin tone | red hair | woman | woman: light skin tone, red hair +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฐ medium-light skin tone, red hair adult | medium-light skin tone | red hair | woman | woman: medium-light skin tone, red hair +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฐ medium skin tone, red hair adult | medium skin tone | red hair | woman | woman: medium skin tone, red hair +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฐ medium-dark skin tone, red hair adult | medium-dark skin tone | red hair | woman | woman: medium-dark skin tone, red hair +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฐ dark skin tone, red hair adult | dark skin tone | red hair | woman | woman: dark skin tone, red hair +๐Ÿง‘โ€๐Ÿฆฐ red hair adult | gender-neutral | person | person: red hair | red hair | unspecified gender +๐Ÿง‘๐Ÿปโ€๐Ÿฆฐ light skin tone, red hair adult | gender-neutral | light skin tone | person | person: light skin tone, red hair | red hair | unspecified gender +๐Ÿง‘๐Ÿผโ€๐Ÿฆฐ medium-light skin tone, red hair adult | gender-neutral | medium-light skin tone | person | person: medium-light skin tone, red hair | red hair | unspecified gender +๐Ÿง‘๐Ÿฝโ€๐Ÿฆฐ medium skin tone, red hair adult | gender-neutral | medium skin tone | person | person: medium skin tone, red hair | red hair | unspecified gender +๐Ÿง‘๐Ÿพโ€๐Ÿฆฐ medium-dark skin tone, red hair adult | gender-neutral | medium-dark skin tone | person | person: medium-dark skin tone, red hair | red hair | unspecified gender +๐Ÿง‘๐Ÿฟโ€๐Ÿฆฐ dark skin tone, red hair adult | dark skin tone | gender-neutral | person | person: dark skin tone, red hair | red hair | unspecified gender +๐Ÿ‘ฉโ€๐Ÿฆฑ curly hair adult | curly hair | woman | woman: curly hair +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฑ light skin tone, curly hair adult | curly hair | light skin tone | woman | woman: light skin tone, curly hair +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฑ medium-light skin tone, curly hair adult | curly hair | medium-light skin tone | woman | woman: medium-light skin tone, curly hair +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฑ medium skin tone, curly hair adult | curly hair | medium skin tone | woman | woman: medium skin tone, curly hair +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฑ medium-dark skin tone, curly hair adult | curly hair | medium-dark skin tone | woman | woman: medium-dark skin tone, curly hair +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฑ dark skin tone, curly hair adult | curly hair | dark skin tone | woman | woman: dark skin tone, curly hair +๐Ÿง‘โ€๐Ÿฆฑ curly hair adult | curly hair | gender-neutral | person | person: curly hair | unspecified gender +๐Ÿง‘๐Ÿปโ€๐Ÿฆฑ light skin tone, curly hair adult | curly hair | gender-neutral | light skin tone | person | person: light skin tone, curly hair | unspecified gender +๐Ÿง‘๐Ÿผโ€๐Ÿฆฑ medium-light skin tone, curly hair adult | curly hair | gender-neutral | medium-light skin tone | person | person: medium-light skin tone, curly hair | unspecified gender +๐Ÿง‘๐Ÿฝโ€๐Ÿฆฑ medium skin tone, curly hair adult | curly hair | gender-neutral | medium skin tone | person | person: medium skin tone, curly hair | unspecified gender +๐Ÿง‘๐Ÿพโ€๐Ÿฆฑ medium-dark skin tone, curly hair adult | curly hair | gender-neutral | medium-dark skin tone | person | person: medium-dark skin tone, curly hair | unspecified gender +๐Ÿง‘๐Ÿฟโ€๐Ÿฆฑ dark skin tone, curly hair adult | curly hair | dark skin tone | gender-neutral | person | person: dark skin tone, curly hair | unspecified gender +๐Ÿ‘ฉโ€๐Ÿฆณ white hair adult | white hair | woman | woman: white hair +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆณ light skin tone, white hair adult | light skin tone | white hair | woman | woman: light skin tone, white hair +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆณ medium-light skin tone, white hair adult | medium-light skin tone | white hair | woman | woman: medium-light skin tone, white hair +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆณ medium skin tone, white hair adult | medium skin tone | white hair | woman | woman: medium skin tone, white hair +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆณ medium-dark skin tone, white hair adult | medium-dark skin tone | white hair | woman | woman: medium-dark skin tone, white hair +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆณ dark skin tone, white hair adult | dark skin tone | white hair | woman | woman: dark skin tone, white hair +๐Ÿง‘โ€๐Ÿฆณ white hair adult | gender-neutral | person | person: white hair | unspecified gender | white hair +๐Ÿง‘๐Ÿปโ€๐Ÿฆณ light skin tone, white hair adult | gender-neutral | light skin tone | person | person: light skin tone, white hair | unspecified gender | white hair +๐Ÿง‘๐Ÿผโ€๐Ÿฆณ medium-light skin tone, white hair adult | gender-neutral | medium-light skin tone | person | person: medium-light skin tone, white hair | unspecified gender | white hair +๐Ÿง‘๐Ÿฝโ€๐Ÿฆณ medium skin tone, white hair adult | gender-neutral | medium skin tone | person | person: medium skin tone, white hair | unspecified gender | white hair +๐Ÿง‘๐Ÿพโ€๐Ÿฆณ medium-dark skin tone, white hair adult | gender-neutral | medium-dark skin tone | person | person: medium-dark skin tone, white hair | unspecified gender | white hair +๐Ÿง‘๐Ÿฟโ€๐Ÿฆณ dark skin tone, white hair adult | dark skin tone | gender-neutral | person | person: dark skin tone, white hair | unspecified gender | white hair +๐Ÿ‘ฉโ€๐Ÿฆฒ bald adult | bald | woman | woman: bald +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฒ light skin tone, bald adult | bald | light skin tone | woman | woman: light skin tone, bald +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฒ medium-light skin tone, bald adult | bald | medium-light skin tone | woman | woman: medium-light skin tone, bald +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฒ medium skin tone, bald adult | bald | medium skin tone | woman | woman: medium skin tone, bald +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฒ medium-dark skin tone, bald adult | bald | medium-dark skin tone | woman | woman: medium-dark skin tone, bald +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฒ dark skin tone, bald adult | bald | dark skin tone | woman | woman: dark skin tone, bald +๐Ÿง‘โ€๐Ÿฆฒ bald adult | bald | gender-neutral | person | person: bald | unspecified gender +๐Ÿง‘๐Ÿปโ€๐Ÿฆฒ light skin tone, bald adult | bald | gender-neutral | light skin tone | person | person: light skin tone, bald | unspecified gender +๐Ÿง‘๐Ÿผโ€๐Ÿฆฒ medium-light skin tone, bald adult | bald | gender-neutral | medium-light skin tone | person | person: medium-light skin tone, bald | unspecified gender +๐Ÿง‘๐Ÿฝโ€๐Ÿฆฒ medium skin tone, bald adult | bald | gender-neutral | medium skin tone | person | person: medium skin tone, bald | unspecified gender +๐Ÿง‘๐Ÿพโ€๐Ÿฆฒ medium-dark skin tone, bald adult | bald | gender-neutral | medium-dark skin tone | person | person: medium-dark skin tone, bald | unspecified gender +๐Ÿง‘๐Ÿฟโ€๐Ÿฆฒ dark skin tone, bald adult | bald | dark skin tone | gender-neutral | person | person: dark skin tone, bald | unspecified gender +๐Ÿ‘ฑโ€โ™€๏ธ blond hair +๐Ÿ‘ฑโ€โ™€ blond hair blond-haired woman | blonde | hair | woman | woman: blond hair +๐Ÿ‘ฑ๐Ÿปโ€โ™€๏ธ light skin tone, blond hair +๐Ÿ‘ฑ๐Ÿปโ€โ™€ light skin tone, blond hair blond hair | blond-haired woman | blonde | hair | light skin tone | woman | woman: blond hair | woman: light skin tone, blond hair +๐Ÿ‘ฑ๐Ÿผโ€โ™€๏ธ medium-light skin tone, blond hair +๐Ÿ‘ฑ๐Ÿผโ€โ™€ medium-light skin tone, blond hair blond hair | blond-haired woman | blonde | hair | medium-light skin tone | woman | woman: blond hair | woman: medium-light skin tone, blond hair +๐Ÿ‘ฑ๐Ÿฝโ€โ™€๏ธ medium skin tone, blond hair +๐Ÿ‘ฑ๐Ÿฝโ€โ™€ medium skin tone, blond hair blond hair | blond-haired woman | blonde | hair | medium skin tone | woman | woman: blond hair | woman: medium skin tone, blond hair +๐Ÿ‘ฑ๐Ÿพโ€โ™€๏ธ medium-dark skin tone, blond hair +๐Ÿ‘ฑ๐Ÿพโ€โ™€ medium-dark skin tone, blond hair blond hair | blond-haired woman | blonde | hair | medium-dark skin tone | woman | woman: blond hair | woman: medium-dark skin tone, blond hair +๐Ÿ‘ฑ๐Ÿฟโ€โ™€๏ธ dark skin tone, blond hair +๐Ÿ‘ฑ๐Ÿฟโ€โ™€ dark skin tone, blond hair blond hair | blond-haired woman | blonde | dark skin tone | hair | woman | woman: blond hair | woman: dark skin tone, blond hair +๐Ÿ‘ฑโ€โ™‚๏ธ blond hair +๐Ÿ‘ฑโ€โ™‚ blond hair blond | blond-haired man | hair | man | man: blond hair +๐Ÿ‘ฑ๐Ÿปโ€โ™‚๏ธ light skin tone, blond hair +๐Ÿ‘ฑ๐Ÿปโ€โ™‚ light skin tone, blond hair blond | blond-haired man | hair | light skin tone | man | man: blond hair | man: light skin tone, blond hair +๐Ÿ‘ฑ๐Ÿผโ€โ™‚๏ธ medium-light skin tone, blond hair +๐Ÿ‘ฑ๐Ÿผโ€โ™‚ medium-light skin tone, blond hair blond | blond-haired man | hair | man | man: blond hair | man: medium-light skin tone, blond hair | medium-light skin tone +๐Ÿ‘ฑ๐Ÿฝโ€โ™‚๏ธ medium skin tone, blond hair +๐Ÿ‘ฑ๐Ÿฝโ€โ™‚ medium skin tone, blond hair blond | blond-haired man | hair | man | man: blond hair | man: medium skin tone, blond hair | medium skin tone +๐Ÿ‘ฑ๐Ÿพโ€โ™‚๏ธ medium-dark skin tone, blond hair +๐Ÿ‘ฑ๐Ÿพโ€โ™‚ medium-dark skin tone, blond hair blond | blond-haired man | hair | man | man: blond hair | man: medium-dark skin tone, blond hair | medium-dark skin tone +๐Ÿ‘ฑ๐Ÿฟโ€โ™‚๏ธ dark skin tone, blond hair +๐Ÿ‘ฑ๐Ÿฟโ€โ™‚ dark skin tone, blond hair blond | blond-haired man | dark skin tone | hair | man | man: blond hair | man: dark skin tone, blond hair +๐Ÿง“ person adult | gender-neutral | old | older person | unspecified gender +๐Ÿง“๐Ÿป person: light skin tone adult | gender-neutral | light skin tone | old | older person | older person: light skin tone | unspecified gender +๐Ÿง“๐Ÿผ person: medium-light skin tone adult | gender-neutral | medium-light skin tone | old | older person | older person: medium-light skin tone | unspecified gender +๐Ÿง“๐Ÿฝ person: medium skin tone adult | gender-neutral | medium skin tone | old | older person | older person: medium skin tone | unspecified gender +๐Ÿง“๐Ÿพ person: medium-dark skin tone adult | gender-neutral | medium-dark skin tone | old | older person | older person: medium-dark skin tone | unspecified gender +๐Ÿง“๐Ÿฟ person: dark skin tone adult | dark skin tone | gender-neutral | old | older person | older person: dark skin tone | unspecified gender +๐Ÿ‘ด man adult | man | old +๐Ÿ‘ด๐Ÿป man: light skin tone adult | light skin tone | man | old | old man: light skin tone +๐Ÿ‘ด๐Ÿผ man: medium-light skin tone adult | man | medium-light skin tone | old | old man: medium-light skin tone +๐Ÿ‘ด๐Ÿฝ man: medium skin tone adult | man | medium skin tone | old | old man: medium skin tone +๐Ÿ‘ด๐Ÿพ man: medium-dark skin tone adult | man | medium-dark skin tone | old | old man: medium-dark skin tone +๐Ÿ‘ด๐Ÿฟ man: dark skin tone adult | dark skin tone | man | old | old man: dark skin tone +๐Ÿ‘ต woman adult | old | woman +๐Ÿ‘ต๐Ÿป woman: light skin tone adult | light skin tone | old | old woman: light skin tone | woman +๐Ÿ‘ต๐Ÿผ woman: medium-light skin tone adult | medium-light skin tone | old | old woman: medium-light skin tone | woman +๐Ÿ‘ต๐Ÿฝ woman: medium skin tone adult | medium skin tone | old | old woman: medium skin tone | woman +๐Ÿ‘ต๐Ÿพ woman: medium-dark skin tone adult | medium-dark skin tone | old | old woman: medium-dark skin tone | woman +๐Ÿ‘ต๐Ÿฟ woman: dark skin tone adult | dark skin tone | old | old woman: dark skin tone | woman +๐Ÿ™ frowning frown | gesture | person frowning +๐Ÿ™๐Ÿป frowning: light skin tone frown | gesture | light skin tone | person frowning | person frowning: light skin tone +๐Ÿ™๐Ÿผ frowning: medium-light skin tone frown | gesture | medium-light skin tone | person frowning | person frowning: medium-light skin tone +๐Ÿ™๐Ÿฝ frowning: medium skin tone frown | gesture | medium skin tone | person frowning | person frowning: medium skin tone +๐Ÿ™๐Ÿพ frowning: medium-dark skin tone frown | gesture | medium-dark skin tone | person frowning | person frowning: medium-dark skin tone +๐Ÿ™๐Ÿฟ frowning: dark skin tone dark skin tone | frown | gesture | person frowning | person frowning: dark skin tone +๐Ÿ™โ€โ™‚๏ธ frowning +๐Ÿ™โ€โ™‚ frowning frowning | gesture | man +๐Ÿ™๐Ÿปโ€โ™‚๏ธ frowning: light skin tone +๐Ÿ™๐Ÿปโ€โ™‚ frowning: light skin tone frowning | gesture | light skin tone | man | man frowning: light skin tone +๐Ÿ™๐Ÿผโ€โ™‚๏ธ frowning: medium-light skin tone +๐Ÿ™๐Ÿผโ€โ™‚ frowning: medium-light skin tone frowning | gesture | man | man frowning: medium-light skin tone | medium-light skin tone +๐Ÿ™๐Ÿฝโ€โ™‚๏ธ frowning: medium skin tone +๐Ÿ™๐Ÿฝโ€โ™‚ frowning: medium skin tone frowning | gesture | man | man frowning: medium skin tone | medium skin tone +๐Ÿ™๐Ÿพโ€โ™‚๏ธ frowning: medium-dark skin tone +๐Ÿ™๐Ÿพโ€โ™‚ frowning: medium-dark skin tone frowning | gesture | man | man frowning: medium-dark skin tone | medium-dark skin tone +๐Ÿ™๐Ÿฟโ€โ™‚๏ธ frowning: dark skin tone +๐Ÿ™๐Ÿฟโ€โ™‚ frowning: dark skin tone dark skin tone | frowning | gesture | man | man frowning: dark skin tone +๐Ÿ™โ€โ™€๏ธ frowning +๐Ÿ™โ€โ™€ frowning frowning | gesture | woman +๐Ÿ™๐Ÿปโ€โ™€๏ธ frowning: light skin tone +๐Ÿ™๐Ÿปโ€โ™€ frowning: light skin tone frowning | gesture | light skin tone | woman | woman frowning: light skin tone +๐Ÿ™๐Ÿผโ€โ™€๏ธ frowning: medium-light skin tone +๐Ÿ™๐Ÿผโ€โ™€ frowning: medium-light skin tone frowning | gesture | medium-light skin tone | woman | woman frowning: medium-light skin tone +๐Ÿ™๐Ÿฝโ€โ™€๏ธ frowning: medium skin tone +๐Ÿ™๐Ÿฝโ€โ™€ frowning: medium skin tone frowning | gesture | medium skin tone | woman | woman frowning: medium skin tone +๐Ÿ™๐Ÿพโ€โ™€๏ธ frowning: medium-dark skin tone +๐Ÿ™๐Ÿพโ€โ™€ frowning: medium-dark skin tone frowning | gesture | medium-dark skin tone | woman | woman frowning: medium-dark skin tone +๐Ÿ™๐Ÿฟโ€โ™€๏ธ frowning: dark skin tone +๐Ÿ™๐Ÿฟโ€โ™€ frowning: dark skin tone dark skin tone | frowning | gesture | woman | woman frowning: dark skin tone +๐Ÿ™Ž pouting gesture | person pouting | pouting | facial expression +๐Ÿ™Ž๐Ÿป pouting: light skin tone gesture | light skin tone | person pouting | person pouting: light skin tone | pouting | facial expression +๐Ÿ™Ž๐Ÿผ pouting: medium-light skin tone gesture | medium-light skin tone | person pouting | person pouting: medium-light skin tone | pouting | facial expression +๐Ÿ™Ž๐Ÿฝ pouting: medium skin tone gesture | medium skin tone | person pouting | person pouting: medium skin tone | pouting | facial expression +๐Ÿ™Ž๐Ÿพ pouting: medium-dark skin tone gesture | medium-dark skin tone | person pouting | person pouting: medium-dark skin tone | pouting | facial expression +๐Ÿ™Ž๐Ÿฟ pouting: dark skin tone dark skin tone | gesture | person pouting | person pouting: dark skin tone | pouting | facial expression +๐Ÿ™Žโ€โ™‚๏ธ pouting +๐Ÿ™Žโ€โ™‚ pouting gesture | man | pouting +๐Ÿ™Ž๐Ÿปโ€โ™‚๏ธ pouting: light skin tone +๐Ÿ™Ž๐Ÿปโ€โ™‚ pouting: light skin tone gesture | light skin tone | man | man pouting: light skin tone | pouting +๐Ÿ™Ž๐Ÿผโ€โ™‚๏ธ pouting: medium-light skin tone +๐Ÿ™Ž๐Ÿผโ€โ™‚ pouting: medium-light skin tone gesture | man | man pouting: medium-light skin tone | medium-light skin tone | pouting +๐Ÿ™Ž๐Ÿฝโ€โ™‚๏ธ pouting: medium skin tone +๐Ÿ™Ž๐Ÿฝโ€โ™‚ pouting: medium skin tone gesture | man | man pouting: medium skin tone | medium skin tone | pouting +๐Ÿ™Ž๐Ÿพโ€โ™‚๏ธ pouting: medium-dark skin tone +๐Ÿ™Ž๐Ÿพโ€โ™‚ pouting: medium-dark skin tone gesture | man | man pouting: medium-dark skin tone | medium-dark skin tone | pouting +๐Ÿ™Ž๐Ÿฟโ€โ™‚๏ธ pouting: dark skin tone +๐Ÿ™Ž๐Ÿฟโ€โ™‚ pouting: dark skin tone dark skin tone | gesture | man | man pouting: dark skin tone | pouting +๐Ÿ™Žโ€โ™€๏ธ pouting +๐Ÿ™Žโ€โ™€ pouting gesture | pouting | woman +๐Ÿ™Ž๐Ÿปโ€โ™€๏ธ pouting: light skin tone +๐Ÿ™Ž๐Ÿปโ€โ™€ pouting: light skin tone gesture | light skin tone | pouting | woman | woman pouting: light skin tone +๐Ÿ™Ž๐Ÿผโ€โ™€๏ธ pouting: medium-light skin tone +๐Ÿ™Ž๐Ÿผโ€โ™€ pouting: medium-light skin tone gesture | medium-light skin tone | pouting | woman | woman pouting: medium-light skin tone +๐Ÿ™Ž๐Ÿฝโ€โ™€๏ธ pouting: medium skin tone +๐Ÿ™Ž๐Ÿฝโ€โ™€ pouting: medium skin tone gesture | medium skin tone | pouting | woman | woman pouting: medium skin tone +๐Ÿ™Ž๐Ÿพโ€โ™€๏ธ pouting: medium-dark skin tone +๐Ÿ™Ž๐Ÿพโ€โ™€ pouting: medium-dark skin tone gesture | medium-dark skin tone | pouting | woman | woman pouting: medium-dark skin tone +๐Ÿ™Ž๐Ÿฟโ€โ™€๏ธ pouting: dark skin tone +๐Ÿ™Ž๐Ÿฟโ€โ™€ pouting: dark skin tone dark skin tone | gesture | pouting | woman | woman pouting: dark skin tone +๐Ÿ™… gesturing NO forbidden | gesture | hand | person gesturing NO | prohibited +๐Ÿ™…๐Ÿป gesturing NO: light skin tone forbidden | gesture | hand | light skin tone | person gesturing NO | person gesturing NO: light skin tone | prohibited +๐Ÿ™…๐Ÿผ gesturing NO: medium-light skin tone forbidden | gesture | hand | medium-light skin tone | person gesturing NO | person gesturing NO: medium-light skin tone | prohibited +๐Ÿ™…๐Ÿฝ gesturing NO: medium skin tone forbidden | gesture | hand | medium skin tone | person gesturing NO | person gesturing NO: medium skin tone | prohibited +๐Ÿ™…๐Ÿพ gesturing NO: medium-dark skin tone forbidden | gesture | hand | medium-dark skin tone | person gesturing NO | person gesturing NO: medium-dark skin tone | prohibited +๐Ÿ™…๐Ÿฟ gesturing NO: dark skin tone dark skin tone | forbidden | gesture | hand | person gesturing NO | person gesturing NO: dark skin tone | prohibited +๐Ÿ™…โ€โ™‚๏ธ gesturing NO +๐Ÿ™…โ€โ™‚ gesturing NO forbidden | gesture | hand | man | man gesturing NO | prohibited +๐Ÿ™…๐Ÿปโ€โ™‚๏ธ gesturing NO: light skin tone +๐Ÿ™…๐Ÿปโ€โ™‚ gesturing NO: light skin tone forbidden | gesture | hand | light skin tone | man | man gesturing NO | man gesturing NO: light skin tone | prohibited +๐Ÿ™…๐Ÿผโ€โ™‚๏ธ gesturing NO: medium-light skin tone +๐Ÿ™…๐Ÿผโ€โ™‚ gesturing NO: medium-light skin tone forbidden | gesture | hand | man | man gesturing NO | man gesturing NO: medium-light skin tone | medium-light skin tone | prohibited +๐Ÿ™…๐Ÿฝโ€โ™‚๏ธ gesturing NO: medium skin tone +๐Ÿ™…๐Ÿฝโ€โ™‚ gesturing NO: medium skin tone forbidden | gesture | hand | man | man gesturing NO | man gesturing NO: medium skin tone | medium skin tone | prohibited +๐Ÿ™…๐Ÿพโ€โ™‚๏ธ gesturing NO: medium-dark skin tone +๐Ÿ™…๐Ÿพโ€โ™‚ gesturing NO: medium-dark skin tone forbidden | gesture | hand | man | man gesturing NO | man gesturing NO: medium-dark skin tone | medium-dark skin tone | prohibited +๐Ÿ™…๐Ÿฟโ€โ™‚๏ธ gesturing NO: dark skin tone +๐Ÿ™…๐Ÿฟโ€โ™‚ gesturing NO: dark skin tone dark skin tone | forbidden | gesture | hand | man | man gesturing NO | man gesturing NO: dark skin tone | prohibited +๐Ÿ™…โ€โ™€๏ธ gesturing NO +๐Ÿ™…โ€โ™€ gesturing NO forbidden | gesture | hand | prohibited | woman | woman gesturing NO +๐Ÿ™…๐Ÿปโ€โ™€๏ธ gesturing NO: light skin tone +๐Ÿ™…๐Ÿปโ€โ™€ gesturing NO: light skin tone forbidden | gesture | hand | light skin tone | prohibited | woman | woman gesturing NO | woman gesturing NO: light skin tone +๐Ÿ™…๐Ÿผโ€โ™€๏ธ gesturing NO: medium-light skin tone +๐Ÿ™…๐Ÿผโ€โ™€ gesturing NO: medium-light skin tone forbidden | gesture | hand | medium-light skin tone | prohibited | woman | woman gesturing NO | woman gesturing NO: medium-light skin tone +๐Ÿ™…๐Ÿฝโ€โ™€๏ธ gesturing NO: medium skin tone +๐Ÿ™…๐Ÿฝโ€โ™€ gesturing NO: medium skin tone forbidden | gesture | hand | medium skin tone | prohibited | woman | woman gesturing NO | woman gesturing NO: medium skin tone +๐Ÿ™…๐Ÿพโ€โ™€๏ธ gesturing NO: medium-dark skin tone +๐Ÿ™…๐Ÿพโ€โ™€ gesturing NO: medium-dark skin tone forbidden | gesture | hand | medium-dark skin tone | prohibited | woman | woman gesturing NO | woman gesturing NO: medium-dark skin tone +๐Ÿ™…๐Ÿฟโ€โ™€๏ธ gesturing NO: dark skin tone +๐Ÿ™…๐Ÿฟโ€โ™€ gesturing NO: dark skin tone dark skin tone | forbidden | gesture | hand | prohibited | woman | woman gesturing NO | woman gesturing NO: dark skin tone +๐Ÿ™† gesturing OK gesture | hand | OK | person gesturing OK +๐Ÿ™†๐Ÿป gesturing OK: light skin tone gesture | hand | light skin tone | OK | person gesturing OK | person gesturing OK: light skin tone +๐Ÿ™†๐Ÿผ gesturing OK: medium-light skin tone gesture | hand | medium-light skin tone | OK | person gesturing OK | person gesturing OK: medium-light skin tone +๐Ÿ™†๐Ÿฝ gesturing OK: medium skin tone gesture | hand | medium skin tone | OK | person gesturing OK | person gesturing OK: medium skin tone +๐Ÿ™†๐Ÿพ gesturing OK: medium-dark skin tone gesture | hand | medium-dark skin tone | OK | person gesturing OK | person gesturing OK: medium-dark skin tone +๐Ÿ™†๐Ÿฟ gesturing OK: dark skin tone dark skin tone | gesture | hand | OK | person gesturing OK | person gesturing OK: dark skin tone +๐Ÿ™†โ€โ™‚๏ธ gesturing OK +๐Ÿ™†โ€โ™‚ gesturing OK gesture | hand | man | man gesturing OK | OK +๐Ÿ™†๐Ÿปโ€โ™‚๏ธ gesturing OK: light skin tone +๐Ÿ™†๐Ÿปโ€โ™‚ gesturing OK: light skin tone gesture | hand | light skin tone | man | man gesturing OK | man gesturing OK: light skin tone | OK +๐Ÿ™†๐Ÿผโ€โ™‚๏ธ gesturing OK: medium-light skin tone +๐Ÿ™†๐Ÿผโ€โ™‚ gesturing OK: medium-light skin tone gesture | hand | man | man gesturing OK | man gesturing OK: medium-light skin tone | medium-light skin tone | OK +๐Ÿ™†๐Ÿฝโ€โ™‚๏ธ gesturing OK: medium skin tone +๐Ÿ™†๐Ÿฝโ€โ™‚ gesturing OK: medium skin tone gesture | hand | man | man gesturing OK | man gesturing OK: medium skin tone | medium skin tone | OK +๐Ÿ™†๐Ÿพโ€โ™‚๏ธ gesturing OK: medium-dark skin tone +๐Ÿ™†๐Ÿพโ€โ™‚ gesturing OK: medium-dark skin tone gesture | hand | man | man gesturing OK | man gesturing OK: medium-dark skin tone | medium-dark skin tone | OK +๐Ÿ™†๐Ÿฟโ€โ™‚๏ธ gesturing OK: dark skin tone +๐Ÿ™†๐Ÿฟโ€โ™‚ gesturing OK: dark skin tone dark skin tone | gesture | hand | man | man gesturing OK | man gesturing OK: dark skin tone | OK +๐Ÿ™†โ€โ™€๏ธ gesturing OK +๐Ÿ™†โ€โ™€ gesturing OK gesture | hand | OK | woman | woman gesturing OK +๐Ÿ™†๐Ÿปโ€โ™€๏ธ gesturing OK: light skin tone +๐Ÿ™†๐Ÿปโ€โ™€ gesturing OK: light skin tone gesture | hand | light skin tone | OK | woman | woman gesturing OK | woman gesturing OK: light skin tone +๐Ÿ™†๐Ÿผโ€โ™€๏ธ gesturing OK: medium-light skin tone +๐Ÿ™†๐Ÿผโ€โ™€ gesturing OK: medium-light skin tone gesture | hand | medium-light skin tone | OK | woman | woman gesturing OK | woman gesturing OK: medium-light skin tone +๐Ÿ™†๐Ÿฝโ€โ™€๏ธ gesturing OK: medium skin tone +๐Ÿ™†๐Ÿฝโ€โ™€ gesturing OK: medium skin tone gesture | hand | medium skin tone | OK | woman | woman gesturing OK | woman gesturing OK: medium skin tone +๐Ÿ™†๐Ÿพโ€โ™€๏ธ gesturing OK: medium-dark skin tone +๐Ÿ™†๐Ÿพโ€โ™€ gesturing OK: medium-dark skin tone gesture | hand | medium-dark skin tone | OK | woman | woman gesturing OK | woman gesturing OK: medium-dark skin tone +๐Ÿ™†๐Ÿฟโ€โ™€๏ธ gesturing OK: dark skin tone +๐Ÿ™†๐Ÿฟโ€โ™€ gesturing OK: dark skin tone dark skin tone | gesture | hand | OK | woman | woman gesturing OK | woman gesturing OK: dark skin tone +๐Ÿ’ tipping hand hand | help | information | person tipping hand | sassy | tipping +๐Ÿ’๐Ÿป tipping hand: light skin tone hand | help | information | light skin tone | person tipping hand | person tipping hand: light skin tone | sassy | tipping +๐Ÿ’๐Ÿผ tipping hand: medium-light skin tone hand | help | information | medium-light skin tone | person tipping hand | person tipping hand: medium-light skin tone | sassy | tipping +๐Ÿ’๐Ÿฝ tipping hand: medium skin tone hand | help | information | medium skin tone | person tipping hand | person tipping hand: medium skin tone | sassy | tipping +๐Ÿ’๐Ÿพ tipping hand: medium-dark skin tone hand | help | information | medium-dark skin tone | person tipping hand | person tipping hand: medium-dark skin tone | sassy | tipping +๐Ÿ’๐Ÿฟ tipping hand: dark skin tone dark skin tone | hand | help | information | person tipping hand | person tipping hand: dark skin tone | sassy | tipping +๐Ÿ’โ€โ™‚๏ธ tipping hand +๐Ÿ’โ€โ™‚ tipping hand man | man tipping hand | sassy | tipping hand +๐Ÿ’๐Ÿปโ€โ™‚๏ธ tipping hand: light skin tone +๐Ÿ’๐Ÿปโ€โ™‚ tipping hand: light skin tone light skin tone | man | man tipping hand | man tipping hand: light skin tone | sassy | tipping hand +๐Ÿ’๐Ÿผโ€โ™‚๏ธ tipping hand: medium-light skin tone +๐Ÿ’๐Ÿผโ€โ™‚ tipping hand: medium-light skin tone man | man tipping hand | man tipping hand: medium-light skin tone | medium-light skin tone | sassy | tipping hand +๐Ÿ’๐Ÿฝโ€โ™‚๏ธ tipping hand: medium skin tone +๐Ÿ’๐Ÿฝโ€โ™‚ tipping hand: medium skin tone man | man tipping hand | man tipping hand: medium skin tone | medium skin tone | sassy | tipping hand +๐Ÿ’๐Ÿพโ€โ™‚๏ธ tipping hand: medium-dark skin tone +๐Ÿ’๐Ÿพโ€โ™‚ tipping hand: medium-dark skin tone man | man tipping hand | man tipping hand: medium-dark skin tone | medium-dark skin tone | sassy | tipping hand +๐Ÿ’๐Ÿฟโ€โ™‚๏ธ tipping hand: dark skin tone +๐Ÿ’๐Ÿฟโ€โ™‚ tipping hand: dark skin tone dark skin tone | man | man tipping hand | man tipping hand: dark skin tone | sassy | tipping hand +๐Ÿ’โ€โ™€๏ธ tipping hand +๐Ÿ’โ€โ™€ tipping hand sassy | tipping hand | woman | woman tipping hand +๐Ÿ’๐Ÿปโ€โ™€๏ธ tipping hand: light skin tone +๐Ÿ’๐Ÿปโ€โ™€ tipping hand: light skin tone light skin tone | sassy | tipping hand | woman | woman tipping hand | woman tipping hand: light skin tone +๐Ÿ’๐Ÿผโ€โ™€๏ธ tipping hand: medium-light skin tone +๐Ÿ’๐Ÿผโ€โ™€ tipping hand: medium-light skin tone medium-light skin tone | sassy | tipping hand | woman | woman tipping hand | woman tipping hand: medium-light skin tone +๐Ÿ’๐Ÿฝโ€โ™€๏ธ tipping hand: medium skin tone +๐Ÿ’๐Ÿฝโ€โ™€ tipping hand: medium skin tone medium skin tone | sassy | tipping hand | woman | woman tipping hand | woman tipping hand: medium skin tone +๐Ÿ’๐Ÿพโ€โ™€๏ธ tipping hand: medium-dark skin tone +๐Ÿ’๐Ÿพโ€โ™€ tipping hand: medium-dark skin tone medium-dark skin tone | sassy | tipping hand | woman | woman tipping hand | woman tipping hand: medium-dark skin tone +๐Ÿ’๐Ÿฟโ€โ™€๏ธ tipping hand: dark skin tone +๐Ÿ’๐Ÿฟโ€โ™€ tipping hand: dark skin tone dark skin tone | sassy | tipping hand | woman | woman tipping hand | woman tipping hand: dark skin tone +๐Ÿ™‹ raising hand gesture | hand | happy | person raising hand | raised +๐Ÿ™‹๐Ÿป raising hand: light skin tone gesture | hand | happy | light skin tone | person raising hand | person raising hand: light skin tone | raised +๐Ÿ™‹๐Ÿผ raising hand: medium-light skin tone gesture | hand | happy | medium-light skin tone | person raising hand | person raising hand: medium-light skin tone | raised +๐Ÿ™‹๐Ÿฝ raising hand: medium skin tone gesture | hand | happy | medium skin tone | person raising hand | person raising hand: medium skin tone | raised +๐Ÿ™‹๐Ÿพ raising hand: medium-dark skin tone gesture | hand | happy | medium-dark skin tone | person raising hand | person raising hand: medium-dark skin tone | raised +๐Ÿ™‹๐Ÿฟ raising hand: dark skin tone dark skin tone | gesture | hand | happy | person raising hand | person raising hand: dark skin tone | raised +๐Ÿ™‹โ€โ™‚๏ธ raising hand +๐Ÿ™‹โ€โ™‚ raising hand gesture | man | man raising hand | raising hand +๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ raising hand: light skin tone +๐Ÿ™‹๐Ÿปโ€โ™‚ raising hand: light skin tone gesture | light skin tone | man | man raising hand | man raising hand: light skin tone | raising hand +๐Ÿ™‹๐Ÿผโ€โ™‚๏ธ raising hand: medium-light skin tone +๐Ÿ™‹๐Ÿผโ€โ™‚ raising hand: medium-light skin tone gesture | man | man raising hand | man raising hand: medium-light skin tone | medium-light skin tone | raising hand +๐Ÿ™‹๐Ÿฝโ€โ™‚๏ธ raising hand: medium skin tone +๐Ÿ™‹๐Ÿฝโ€โ™‚ raising hand: medium skin tone gesture | man | man raising hand | man raising hand: medium skin tone | medium skin tone | raising hand +๐Ÿ™‹๐Ÿพโ€โ™‚๏ธ raising hand: medium-dark skin tone +๐Ÿ™‹๐Ÿพโ€โ™‚ raising hand: medium-dark skin tone gesture | man | man raising hand | man raising hand: medium-dark skin tone | medium-dark skin tone | raising hand +๐Ÿ™‹๐Ÿฟโ€โ™‚๏ธ raising hand: dark skin tone +๐Ÿ™‹๐Ÿฟโ€โ™‚ raising hand: dark skin tone dark skin tone | gesture | man | man raising hand | man raising hand: dark skin tone | raising hand +๐Ÿ™‹โ€โ™€๏ธ raising hand +๐Ÿ™‹โ€โ™€ raising hand gesture | raising hand | woman | woman raising hand +๐Ÿ™‹๐Ÿปโ€โ™€๏ธ raising hand: light skin tone +๐Ÿ™‹๐Ÿปโ€โ™€ raising hand: light skin tone gesture | light skin tone | raising hand | woman | woman raising hand | woman raising hand: light skin tone +๐Ÿ™‹๐Ÿผโ€โ™€๏ธ raising hand: medium-light skin tone +๐Ÿ™‹๐Ÿผโ€โ™€ raising hand: medium-light skin tone gesture | medium-light skin tone | raising hand | woman | woman raising hand | woman raising hand: medium-light skin tone +๐Ÿ™‹๐Ÿฝโ€โ™€๏ธ raising hand: medium skin tone +๐Ÿ™‹๐Ÿฝโ€โ™€ raising hand: medium skin tone gesture | medium skin tone | raising hand | woman | woman raising hand | woman raising hand: medium skin tone +๐Ÿ™‹๐Ÿพโ€โ™€๏ธ raising hand: medium-dark skin tone +๐Ÿ™‹๐Ÿพโ€โ™€ raising hand: medium-dark skin tone gesture | medium-dark skin tone | raising hand | woman | woman raising hand | woman raising hand: medium-dark skin tone +๐Ÿ™‹๐Ÿฟโ€โ™€๏ธ raising hand: dark skin tone +๐Ÿ™‹๐Ÿฟโ€โ™€ raising hand: dark skin tone dark skin tone | gesture | raising hand | woman | woman raising hand | woman raising hand: dark skin tone +๐Ÿง person accessibility | deaf | deaf person | ear | hear | hard of hearing | hearing impaired +๐Ÿง๐Ÿป person: light skin tone accessibility | deaf | deaf person | deaf person: light skin tone | ear | hear | light skin tone | hard of hearing | hearing impaired +๐Ÿง๐Ÿผ person: medium-light skin tone accessibility | deaf | deaf person | deaf person: medium-light skin tone | ear | hear | medium-light skin tone | hard of hearing | hearing impaired +๐Ÿง๐Ÿฝ person: medium skin tone accessibility | deaf | deaf person | deaf person: medium skin tone | ear | hear | medium skin tone | hard of hearing | hearing impaired +๐Ÿง๐Ÿพ person: medium-dark skin tone accessibility | deaf | deaf person | deaf person: medium-dark skin tone | ear | hear | medium-dark skin tone | hard of hearing | hearing impaired +๐Ÿง๐Ÿฟ person: dark skin tone accessibility | dark skin tone | deaf | deaf person | deaf person: dark skin tone | ear | hear | hard of hearing | hearing impaired +๐Ÿงโ€โ™‚๏ธ man +๐Ÿงโ€โ™‚ man deaf | man +๐Ÿง๐Ÿปโ€โ™‚๏ธ man: light skin tone +๐Ÿง๐Ÿปโ€โ™‚ man: light skin tone deaf | deaf man: light skin tone | light skin tone | man +๐Ÿง๐Ÿผโ€โ™‚๏ธ man: medium-light skin tone +๐Ÿง๐Ÿผโ€โ™‚ man: medium-light skin tone deaf | deaf man: medium-light skin tone | man | medium-light skin tone +๐Ÿง๐Ÿฝโ€โ™‚๏ธ man: medium skin tone +๐Ÿง๐Ÿฝโ€โ™‚ man: medium skin tone deaf | deaf man: medium skin tone | man | medium skin tone +๐Ÿง๐Ÿพโ€โ™‚๏ธ man: medium-dark skin tone +๐Ÿง๐Ÿพโ€โ™‚ man: medium-dark skin tone deaf | deaf man: medium-dark skin tone | man | medium-dark skin tone +๐Ÿง๐Ÿฟโ€โ™‚๏ธ man: dark skin tone +๐Ÿง๐Ÿฟโ€โ™‚ man: dark skin tone dark skin tone | deaf | deaf man: dark skin tone | man +๐Ÿงโ€โ™€๏ธ woman +๐Ÿงโ€โ™€ woman deaf | woman +๐Ÿง๐Ÿปโ€โ™€๏ธ woman: light skin tone +๐Ÿง๐Ÿปโ€โ™€ woman: light skin tone deaf | deaf woman: light skin tone | light skin tone | woman +๐Ÿง๐Ÿผโ€โ™€๏ธ woman: medium-light skin tone +๐Ÿง๐Ÿผโ€โ™€ woman: medium-light skin tone deaf | deaf woman: medium-light skin tone | medium-light skin tone | woman +๐Ÿง๐Ÿฝโ€โ™€๏ธ woman: medium skin tone +๐Ÿง๐Ÿฝโ€โ™€ woman: medium skin tone deaf | deaf woman: medium skin tone | medium skin tone | woman +๐Ÿง๐Ÿพโ€โ™€๏ธ woman: medium-dark skin tone +๐Ÿง๐Ÿพโ€โ™€ woman: medium-dark skin tone deaf | deaf woman: medium-dark skin tone | medium-dark skin tone | woman +๐Ÿง๐Ÿฟโ€โ™€๏ธ woman: dark skin tone +๐Ÿง๐Ÿฟโ€โ™€ woman: dark skin tone dark skin tone | deaf | deaf woman: dark skin tone | woman +๐Ÿ™‡ bowing apology | bow | gesture | person bowing | sorry +๐Ÿ™‡๐Ÿป bowing: light skin tone apology | bow | gesture | light skin tone | person bowing | person bowing: light skin tone | sorry +๐Ÿ™‡๐Ÿผ bowing: medium-light skin tone apology | bow | gesture | medium-light skin tone | person bowing | person bowing: medium-light skin tone | sorry +๐Ÿ™‡๐Ÿฝ bowing: medium skin tone apology | bow | gesture | medium skin tone | person bowing | person bowing: medium skin tone | sorry +๐Ÿ™‡๐Ÿพ bowing: medium-dark skin tone apology | bow | gesture | medium-dark skin tone | person bowing | person bowing: medium-dark skin tone | sorry +๐Ÿ™‡๐Ÿฟ bowing: dark skin tone apology | bow | dark skin tone | gesture | person bowing | person bowing: dark skin tone | sorry +๐Ÿ™‡โ€โ™‚๏ธ bowing +๐Ÿ™‡โ€โ™‚ bowing apology | bowing | favor | gesture | man | sorry | favour +๐Ÿ™‡๐Ÿปโ€โ™‚๏ธ bowing: light skin tone +๐Ÿ™‡๐Ÿปโ€โ™‚ bowing: light skin tone apology | bowing | favor | gesture | light skin tone | man | man bowing: light skin tone | sorry | favour +๐Ÿ™‡๐Ÿผโ€โ™‚๏ธ bowing: medium-light skin tone +๐Ÿ™‡๐Ÿผโ€โ™‚ bowing: medium-light skin tone apology | bowing | favor | gesture | man | man bowing: medium-light skin tone | medium-light skin tone | sorry | favour +๐Ÿ™‡๐Ÿฝโ€โ™‚๏ธ bowing: medium skin tone +๐Ÿ™‡๐Ÿฝโ€โ™‚ bowing: medium skin tone apology | bowing | favor | gesture | man | man bowing: medium skin tone | medium skin tone | sorry | favour +๐Ÿ™‡๐Ÿพโ€โ™‚๏ธ bowing: medium-dark skin tone +๐Ÿ™‡๐Ÿพโ€โ™‚ bowing: medium-dark skin tone apology | bowing | favor | gesture | man | man bowing: medium-dark skin tone | medium-dark skin tone | sorry | favour +๐Ÿ™‡๐Ÿฟโ€โ™‚๏ธ bowing: dark skin tone +๐Ÿ™‡๐Ÿฟโ€โ™‚ bowing: dark skin tone apology | bowing | dark skin tone | favor | gesture | man | man bowing: dark skin tone | sorry | favour +๐Ÿ™‡โ€โ™€๏ธ bowing +๐Ÿ™‡โ€โ™€ bowing apology | bowing | favor | gesture | sorry | woman | favour +๐Ÿ™‡๐Ÿปโ€โ™€๏ธ bowing: light skin tone +๐Ÿ™‡๐Ÿปโ€โ™€ bowing: light skin tone apology | bowing | favor | gesture | light skin tone | sorry | woman | woman bowing: light skin tone | favour +๐Ÿ™‡๐Ÿผโ€โ™€๏ธ bowing: medium-light skin tone +๐Ÿ™‡๐Ÿผโ€โ™€ bowing: medium-light skin tone apology | bowing | favor | gesture | medium-light skin tone | sorry | woman | woman bowing: medium-light skin tone | favour +๐Ÿ™‡๐Ÿฝโ€โ™€๏ธ bowing: medium skin tone +๐Ÿ™‡๐Ÿฝโ€โ™€ bowing: medium skin tone apology | bowing | favor | gesture | medium skin tone | sorry | woman | woman bowing: medium skin tone | favour +๐Ÿ™‡๐Ÿพโ€โ™€๏ธ bowing: medium-dark skin tone +๐Ÿ™‡๐Ÿพโ€โ™€ bowing: medium-dark skin tone apology | bowing | favor | gesture | medium-dark skin tone | sorry | woman | woman bowing: medium-dark skin tone | favour +๐Ÿ™‡๐Ÿฟโ€โ™€๏ธ bowing: dark skin tone +๐Ÿ™‡๐Ÿฟโ€โ™€ bowing: dark skin tone apology | bowing | dark skin tone | favor | gesture | sorry | woman | woman bowing: dark skin tone | favour +๐Ÿคฆ facepalming disbelief | exasperation | face | palm | person facepalming +๐Ÿคฆ๐Ÿป facepalming: light skin tone disbelief | exasperation | face | light skin tone | palm | person facepalming | person facepalming: light skin tone +๐Ÿคฆ๐Ÿผ facepalming: medium-light skin tone disbelief | exasperation | face | medium-light skin tone | palm | person facepalming | person facepalming: medium-light skin tone +๐Ÿคฆ๐Ÿฝ facepalming: medium skin tone disbelief | exasperation | face | medium skin tone | palm | person facepalming | person facepalming: medium skin tone +๐Ÿคฆ๐Ÿพ facepalming: medium-dark skin tone disbelief | exasperation | face | medium-dark skin tone | palm | person facepalming | person facepalming: medium-dark skin tone +๐Ÿคฆ๐Ÿฟ facepalming: dark skin tone dark skin tone | disbelief | exasperation | face | palm | person facepalming | person facepalming: dark skin tone +๐Ÿคฆโ€โ™‚๏ธ facepalming +๐Ÿคฆโ€โ™‚ facepalming disbelief | exasperation | facepalm | man | man facepalming +๐Ÿคฆ๐Ÿปโ€โ™‚๏ธ facepalming: light skin tone +๐Ÿคฆ๐Ÿปโ€โ™‚ facepalming: light skin tone disbelief | exasperation | facepalm | light skin tone | man | man facepalming | man facepalming: light skin tone +๐Ÿคฆ๐Ÿผโ€โ™‚๏ธ facepalming: medium-light skin tone +๐Ÿคฆ๐Ÿผโ€โ™‚ facepalming: medium-light skin tone disbelief | exasperation | facepalm | man | man facepalming | man facepalming: medium-light skin tone | medium-light skin tone +๐Ÿคฆ๐Ÿฝโ€โ™‚๏ธ facepalming: medium skin tone +๐Ÿคฆ๐Ÿฝโ€โ™‚ facepalming: medium skin tone disbelief | exasperation | facepalm | man | man facepalming | man facepalming: medium skin tone | medium skin tone +๐Ÿคฆ๐Ÿพโ€โ™‚๏ธ facepalming: medium-dark skin tone +๐Ÿคฆ๐Ÿพโ€โ™‚ facepalming: medium-dark skin tone disbelief | exasperation | facepalm | man | man facepalming | man facepalming: medium-dark skin tone | medium-dark skin tone +๐Ÿคฆ๐Ÿฟโ€โ™‚๏ธ facepalming: dark skin tone +๐Ÿคฆ๐Ÿฟโ€โ™‚ facepalming: dark skin tone dark skin tone | disbelief | exasperation | facepalm | man | man facepalming | man facepalming: dark skin tone +๐Ÿคฆโ€โ™€๏ธ facepalming +๐Ÿคฆโ€โ™€ facepalming disbelief | exasperation | facepalm | woman | woman facepalming +๐Ÿคฆ๐Ÿปโ€โ™€๏ธ facepalming: light skin tone +๐Ÿคฆ๐Ÿปโ€โ™€ facepalming: light skin tone disbelief | exasperation | facepalm | light skin tone | woman | woman facepalming | woman facepalming: light skin tone +๐Ÿคฆ๐Ÿผโ€โ™€๏ธ facepalming: medium-light skin tone +๐Ÿคฆ๐Ÿผโ€โ™€ facepalming: medium-light skin tone disbelief | exasperation | facepalm | medium-light skin tone | woman | woman facepalming | woman facepalming: medium-light skin tone +๐Ÿคฆ๐Ÿฝโ€โ™€๏ธ facepalming: medium skin tone +๐Ÿคฆ๐Ÿฝโ€โ™€ facepalming: medium skin tone disbelief | exasperation | facepalm | medium skin tone | woman | woman facepalming | woman facepalming: medium skin tone +๐Ÿคฆ๐Ÿพโ€โ™€๏ธ facepalming: medium-dark skin tone +๐Ÿคฆ๐Ÿพโ€โ™€ facepalming: medium-dark skin tone disbelief | exasperation | facepalm | medium-dark skin tone | woman | woman facepalming | woman facepalming: medium-dark skin tone +๐Ÿคฆ๐Ÿฟโ€โ™€๏ธ facepalming: dark skin tone +๐Ÿคฆ๐Ÿฟโ€โ™€ facepalming: dark skin tone dark skin tone | disbelief | exasperation | facepalm | woman | woman facepalming | woman facepalming: dark skin tone +๐Ÿคท shrugging doubt | ignorance | indifference | person shrugging | shrug +๐Ÿคท๐Ÿป shrugging: light skin tone doubt | ignorance | indifference | light skin tone | person shrugging | person shrugging: light skin tone | shrug +๐Ÿคท๐Ÿผ shrugging: medium-light skin tone doubt | ignorance | indifference | medium-light skin tone | person shrugging | person shrugging: medium-light skin tone | shrug +๐Ÿคท๐Ÿฝ shrugging: medium skin tone doubt | ignorance | indifference | medium skin tone | person shrugging | person shrugging: medium skin tone | shrug +๐Ÿคท๐Ÿพ shrugging: medium-dark skin tone doubt | ignorance | indifference | medium-dark skin tone | person shrugging | person shrugging: medium-dark skin tone | shrug +๐Ÿคท๐Ÿฟ shrugging: dark skin tone dark skin tone | doubt | ignorance | indifference | person shrugging | person shrugging: dark skin tone | shrug +๐Ÿคทโ€โ™‚๏ธ shrugging +๐Ÿคทโ€โ™‚ shrugging doubt | ignorance | indifference | man | man shrugging | shrug +๐Ÿคท๐Ÿปโ€โ™‚๏ธ shrugging: light skin tone +๐Ÿคท๐Ÿปโ€โ™‚ shrugging: light skin tone doubt | ignorance | indifference | light skin tone | man | man shrugging | man shrugging: light skin tone | shrug +๐Ÿคท๐Ÿผโ€โ™‚๏ธ shrugging: medium-light skin tone +๐Ÿคท๐Ÿผโ€โ™‚ shrugging: medium-light skin tone doubt | ignorance | indifference | man | man shrugging | man shrugging: medium-light skin tone | medium-light skin tone | shrug +๐Ÿคท๐Ÿฝโ€โ™‚๏ธ shrugging: medium skin tone +๐Ÿคท๐Ÿฝโ€โ™‚ shrugging: medium skin tone doubt | ignorance | indifference | man | man shrugging | man shrugging: medium skin tone | medium skin tone | shrug +๐Ÿคท๐Ÿพโ€โ™‚๏ธ shrugging: medium-dark skin tone +๐Ÿคท๐Ÿพโ€โ™‚ shrugging: medium-dark skin tone doubt | ignorance | indifference | man | man shrugging | man shrugging: medium-dark skin tone | medium-dark skin tone | shrug +๐Ÿคท๐Ÿฟโ€โ™‚๏ธ shrugging: dark skin tone +๐Ÿคท๐Ÿฟโ€โ™‚ shrugging: dark skin tone dark skin tone | doubt | ignorance | indifference | man | man shrugging | man shrugging: dark skin tone | shrug +๐Ÿคทโ€โ™€๏ธ shrugging +๐Ÿคทโ€โ™€ shrugging doubt | ignorance | indifference | shrug | woman | woman shrugging +๐Ÿคท๐Ÿปโ€โ™€๏ธ shrugging: light skin tone +๐Ÿคท๐Ÿปโ€โ™€ shrugging: light skin tone doubt | ignorance | indifference | light skin tone | shrug | woman | woman shrugging | woman shrugging: light skin tone +๐Ÿคท๐Ÿผโ€โ™€๏ธ shrugging: medium-light skin tone +๐Ÿคท๐Ÿผโ€โ™€ shrugging: medium-light skin tone doubt | ignorance | indifference | medium-light skin tone | shrug | woman | woman shrugging | woman shrugging: medium-light skin tone +๐Ÿคท๐Ÿฝโ€โ™€๏ธ shrugging: medium skin tone +๐Ÿคท๐Ÿฝโ€โ™€ shrugging: medium skin tone doubt | ignorance | indifference | medium skin tone | shrug | woman | woman shrugging | woman shrugging: medium skin tone +๐Ÿคท๐Ÿพโ€โ™€๏ธ shrugging: medium-dark skin tone +๐Ÿคท๐Ÿพโ€โ™€ shrugging: medium-dark skin tone doubt | ignorance | indifference | medium-dark skin tone | shrug | woman | woman shrugging | woman shrugging: medium-dark skin tone +๐Ÿคท๐Ÿฟโ€โ™€๏ธ shrugging: dark skin tone +๐Ÿคท๐Ÿฟโ€โ™€ shrugging: dark skin tone dark skin tone | doubt | ignorance | indifference | shrug | woman | woman shrugging | woman shrugging: dark skin tone +๐Ÿง‘โ€โš•๏ธ worker +๐Ÿง‘โ€โš• worker doctor | health worker | healthcare | nurse | therapist | health care +๐Ÿง‘๐Ÿปโ€โš•๏ธ worker: light skin tone +๐Ÿง‘๐Ÿปโ€โš• worker: light skin tone doctor | health worker | health worker: light skin tone | healthcare | light skin tone | nurse | therapist | health care +๐Ÿง‘๐Ÿผโ€โš•๏ธ worker: medium-light skin tone +๐Ÿง‘๐Ÿผโ€โš• worker: medium-light skin tone doctor | health worker | health worker: medium-light skin tone | healthcare | medium-light skin tone | nurse | therapist | health care +๐Ÿง‘๐Ÿฝโ€โš•๏ธ worker: medium skin tone +๐Ÿง‘๐Ÿฝโ€โš• worker: medium skin tone doctor | health worker | health worker: medium skin tone | healthcare | medium skin tone | nurse | therapist | health care +๐Ÿง‘๐Ÿพโ€โš•๏ธ worker: medium-dark skin tone +๐Ÿง‘๐Ÿพโ€โš• worker: medium-dark skin tone doctor | health worker | health worker: medium-dark skin tone | healthcare | medium-dark skin tone | nurse | therapist | health care +๐Ÿง‘๐Ÿฟโ€โš•๏ธ worker: dark skin tone +๐Ÿง‘๐Ÿฟโ€โš• worker: dark skin tone dark skin tone | doctor | health worker | health worker: dark skin tone | healthcare | nurse | therapist | health care +๐Ÿ‘จโ€โš•๏ธ health worker +๐Ÿ‘จโ€โš• health worker doctor | healthcare | man | man health worker | nurse | therapist | health care +๐Ÿ‘จ๐Ÿปโ€โš•๏ธ health worker: light skin tone +๐Ÿ‘จ๐Ÿปโ€โš• health worker: light skin tone doctor | healthcare | light skin tone | man | man health worker | man health worker: light skin tone | nurse | therapist | health care +๐Ÿ‘จ๐Ÿผโ€โš•๏ธ health worker: medium-light skin tone +๐Ÿ‘จ๐Ÿผโ€โš• health worker: medium-light skin tone doctor | healthcare | man | man health worker | man health worker: medium-light skin tone | medium-light skin tone | nurse | therapist | health care +๐Ÿ‘จ๐Ÿฝโ€โš•๏ธ health worker: medium skin tone +๐Ÿ‘จ๐Ÿฝโ€โš• health worker: medium skin tone doctor | healthcare | man | man health worker | man health worker: medium skin tone | medium skin tone | nurse | therapist | health care +๐Ÿ‘จ๐Ÿพโ€โš•๏ธ health worker: medium-dark skin tone +๐Ÿ‘จ๐Ÿพโ€โš• health worker: medium-dark skin tone doctor | healthcare | man | man health worker | man health worker: medium-dark skin tone | medium-dark skin tone | nurse | therapist | health care +๐Ÿ‘จ๐Ÿฟโ€โš•๏ธ health worker: dark skin tone +๐Ÿ‘จ๐Ÿฟโ€โš• health worker: dark skin tone dark skin tone | doctor | healthcare | man | man health worker | man health worker: dark skin tone | nurse | therapist | health care +๐Ÿ‘ฉโ€โš•๏ธ health worker +๐Ÿ‘ฉโ€โš• health worker doctor | healthcare | nurse | therapist | woman | woman health worker | health care +๐Ÿ‘ฉ๐Ÿปโ€โš•๏ธ health worker: light skin tone +๐Ÿ‘ฉ๐Ÿปโ€โš• health worker: light skin tone doctor | healthcare | light skin tone | nurse | therapist | woman | woman health worker | woman health worker: light skin tone | health care +๐Ÿ‘ฉ๐Ÿผโ€โš•๏ธ health worker: medium-light skin tone +๐Ÿ‘ฉ๐Ÿผโ€โš• health worker: medium-light skin tone doctor | healthcare | medium-light skin tone | nurse | therapist | woman | woman health worker | woman health worker: medium-light skin tone | health care +๐Ÿ‘ฉ๐Ÿฝโ€โš•๏ธ health worker: medium skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โš• health worker: medium skin tone doctor | healthcare | medium skin tone | nurse | therapist | woman | woman health worker | woman health worker: medium skin tone | health care +๐Ÿ‘ฉ๐Ÿพโ€โš•๏ธ health worker: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿพโ€โš• health worker: medium-dark skin tone doctor | healthcare | medium-dark skin tone | nurse | therapist | woman | woman health worker | woman health worker: medium-dark skin tone | health care +๐Ÿ‘ฉ๐Ÿฟโ€โš•๏ธ health worker: dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โš• health worker: dark skin tone dark skin tone | doctor | healthcare | nurse | therapist | woman | woman health worker | woman health worker: dark skin tone | health care +๐Ÿง‘โ€๐ŸŽ“ graduate | student +๐Ÿง‘๐Ÿปโ€๐ŸŽ“ light skin tone graduate | light skin tone | student | student: light skin tone +๐Ÿง‘๐Ÿผโ€๐ŸŽ“ medium-light skin tone graduate | medium-light skin tone | student | student: medium-light skin tone +๐Ÿง‘๐Ÿฝโ€๐ŸŽ“ medium skin tone graduate | medium skin tone | student | student: medium skin tone +๐Ÿง‘๐Ÿพโ€๐ŸŽ“ medium-dark skin tone graduate | medium-dark skin tone | student | student: medium-dark skin tone +๐Ÿง‘๐Ÿฟโ€๐ŸŽ“ dark skin tone dark skin tone | graduate | student | student: dark skin tone +๐Ÿ‘จโ€๐ŸŽ“ student graduate | man | student +๐Ÿ‘จ๐Ÿปโ€๐ŸŽ“ student: light skin tone graduate | light skin tone | man | man student: light skin tone | student +๐Ÿ‘จ๐Ÿผโ€๐ŸŽ“ student: medium-light skin tone graduate | man | man student: medium-light skin tone | medium-light skin tone | student +๐Ÿ‘จ๐Ÿฝโ€๐ŸŽ“ student: medium skin tone graduate | man | man student: medium skin tone | medium skin tone | student +๐Ÿ‘จ๐Ÿพโ€๐ŸŽ“ student: medium-dark skin tone graduate | man | man student: medium-dark skin tone | medium-dark skin tone | student +๐Ÿ‘จ๐Ÿฟโ€๐ŸŽ“ student: dark skin tone dark skin tone | graduate | man | man student: dark skin tone | student +๐Ÿ‘ฉโ€๐ŸŽ“ student graduate | student | woman +๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽ“ student: light skin tone graduate | light skin tone | student | woman | woman student: light skin tone +๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽ“ student: medium-light skin tone graduate | medium-light skin tone | student | woman | woman student: medium-light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽ“ student: medium skin tone graduate | medium skin tone | student | woman | woman student: medium skin tone +๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽ“ student: medium-dark skin tone graduate | medium-dark skin tone | student | woman | woman student: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽ“ student: dark skin tone dark skin tone | graduate | student | woman | woman student: dark skin tone +๐Ÿง‘โ€๐Ÿซ instructor | lecturer | professor | teacher +๐Ÿง‘๐Ÿปโ€๐Ÿซ light skin tone instructor | lecturer | light skin tone | professor | teacher | teacher: light skin tone +๐Ÿง‘๐Ÿผโ€๐Ÿซ medium-light skin tone instructor | lecturer | medium-light skin tone | professor | teacher | teacher: medium-light skin tone +๐Ÿง‘๐Ÿฝโ€๐Ÿซ medium skin tone instructor | lecturer | medium skin tone | professor | teacher | teacher: medium skin tone +๐Ÿง‘๐Ÿพโ€๐Ÿซ medium-dark skin tone instructor | lecturer | medium-dark skin tone | professor | teacher | teacher: medium-dark skin tone +๐Ÿง‘๐Ÿฟโ€๐Ÿซ dark skin tone dark skin tone | instructor | lecturer | professor | teacher | teacher: dark skin tone +๐Ÿ‘จโ€๐Ÿซ teacher instructor | lecturer | man | professor | teacher +๐Ÿ‘จ๐Ÿปโ€๐Ÿซ teacher: light skin tone instructor | lecturer | light skin tone | man | man teacher: light skin tone | professor | teacher +๐Ÿ‘จ๐Ÿผโ€๐Ÿซ teacher: medium-light skin tone instructor | lecturer | man | man teacher: medium-light skin tone | medium-light skin tone | professor | teacher +๐Ÿ‘จ๐Ÿฝโ€๐Ÿซ teacher: medium skin tone instructor | lecturer | man | man teacher: medium skin tone | medium skin tone | professor | teacher +๐Ÿ‘จ๐Ÿพโ€๐Ÿซ teacher: medium-dark skin tone instructor | lecturer | man | man teacher: medium-dark skin tone | medium-dark skin tone | professor | teacher +๐Ÿ‘จ๐Ÿฟโ€๐Ÿซ teacher: dark skin tone dark skin tone | instructor | lecturer | man | man teacher: dark skin tone | professor | teacher +๐Ÿ‘ฉโ€๐Ÿซ teacher instructor | lecturer | professor | teacher | woman +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿซ teacher: light skin tone instructor | lecturer | light skin tone | professor | teacher | woman | woman teacher: light skin tone +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿซ teacher: medium-light skin tone instructor | lecturer | medium-light skin tone | professor | teacher | woman | woman teacher: medium-light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿซ teacher: medium skin tone instructor | lecturer | medium skin tone | professor | teacher | woman | woman teacher: medium skin tone +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿซ teacher: medium-dark skin tone instructor | lecturer | medium-dark skin tone | professor | teacher | woman | woman teacher: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿซ teacher: dark skin tone dark skin tone | instructor | lecturer | professor | teacher | woman | woman teacher: dark skin tone +๐Ÿง‘โ€โš– judge | justice | law | scales +๐Ÿง‘๐Ÿปโ€โš–๏ธ light skin tone +๐Ÿง‘๐Ÿปโ€โš– light skin tone judge | judge: light skin tone | justice | law | light skin tone | scales +๐Ÿง‘๐Ÿผโ€โš–๏ธ medium-light skin tone +๐Ÿง‘๐Ÿผโ€โš– medium-light skin tone judge | judge: medium-light skin tone | justice | law | medium-light skin tone | scales +๐Ÿง‘๐Ÿฝโ€โš–๏ธ medium skin tone +๐Ÿง‘๐Ÿฝโ€โš– medium skin tone judge | judge: medium skin tone | justice | law | medium skin tone | scales +๐Ÿง‘๐Ÿพโ€โš–๏ธ medium-dark skin tone +๐Ÿง‘๐Ÿพโ€โš– medium-dark skin tone judge | judge: medium-dark skin tone | justice | law | medium-dark skin tone | scales +๐Ÿง‘๐Ÿฟโ€โš–๏ธ dark skin tone +๐Ÿง‘๐Ÿฟโ€โš– dark skin tone dark skin tone | judge | judge: dark skin tone | justice | law | scales +๐Ÿ‘จโ€โš–๏ธ judge +๐Ÿ‘จโ€โš– judge judge | justice | law | man | scales +๐Ÿ‘จ๐Ÿปโ€โš–๏ธ judge: light skin tone +๐Ÿ‘จ๐Ÿปโ€โš– judge: light skin tone judge | justice | law | light skin tone | man | man judge: light skin tone | scales +๐Ÿ‘จ๐Ÿผโ€โš–๏ธ judge: medium-light skin tone +๐Ÿ‘จ๐Ÿผโ€โš– judge: medium-light skin tone judge | justice | law | man | man judge: medium-light skin tone | medium-light skin tone | scales +๐Ÿ‘จ๐Ÿฝโ€โš–๏ธ judge: medium skin tone +๐Ÿ‘จ๐Ÿฝโ€โš– judge: medium skin tone judge | justice | law | man | man judge: medium skin tone | medium skin tone | scales +๐Ÿ‘จ๐Ÿพโ€โš–๏ธ judge: medium-dark skin tone +๐Ÿ‘จ๐Ÿพโ€โš– judge: medium-dark skin tone judge | justice | law | man | man judge: medium-dark skin tone | medium-dark skin tone | scales +๐Ÿ‘จ๐Ÿฟโ€โš–๏ธ judge: dark skin tone +๐Ÿ‘จ๐Ÿฟโ€โš– judge: dark skin tone dark skin tone | judge | justice | law | man | man judge: dark skin tone | scales +๐Ÿ‘ฉโ€โš–๏ธ judge +๐Ÿ‘ฉโ€โš– judge judge | justice | law | scales | woman +๐Ÿ‘ฉ๐Ÿปโ€โš–๏ธ judge: light skin tone +๐Ÿ‘ฉ๐Ÿปโ€โš– judge: light skin tone judge | justice | law | light skin tone | scales | woman | woman judge: light skin tone +๐Ÿ‘ฉ๐Ÿผโ€โš–๏ธ judge: medium-light skin tone +๐Ÿ‘ฉ๐Ÿผโ€โš– judge: medium-light skin tone judge | justice | law | medium-light skin tone | scales | woman | woman judge: medium-light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โš–๏ธ judge: medium skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โš– judge: medium skin tone judge | justice | law | medium skin tone | scales | woman | woman judge: medium skin tone +๐Ÿ‘ฉ๐Ÿพโ€โš–๏ธ judge: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿพโ€โš– judge: medium-dark skin tone judge | justice | law | medium-dark skin tone | scales | woman | woman judge: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โš–๏ธ judge: dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โš– judge: dark skin tone dark skin tone | judge | justice | law | scales | woman | woman judge: dark skin tone +๐Ÿง‘โ€๐ŸŒพ farmer | gardener | rancher +๐Ÿง‘๐Ÿปโ€๐ŸŒพ light skin tone farmer | farmer: light skin tone | gardener | light skin tone | rancher +๐Ÿง‘๐Ÿผโ€๐ŸŒพ medium-light skin tone farmer | farmer: medium-light skin tone | gardener | medium-light skin tone | rancher +๐Ÿง‘๐Ÿฝโ€๐ŸŒพ medium skin tone farmer | farmer: medium skin tone | gardener | medium skin tone | rancher +๐Ÿง‘๐Ÿพโ€๐ŸŒพ medium-dark skin tone farmer | farmer: medium-dark skin tone | gardener | medium-dark skin tone | rancher +๐Ÿง‘๐Ÿฟโ€๐ŸŒพ dark skin tone dark skin tone | farmer | farmer: dark skin tone | gardener | rancher +๐Ÿ‘จโ€๐ŸŒพ farmer farmer | gardener | man | rancher +๐Ÿ‘จ๐Ÿปโ€๐ŸŒพ farmer: light skin tone farmer | gardener | light skin tone | man | man farmer: light skin tone | rancher +๐Ÿ‘จ๐Ÿผโ€๐ŸŒพ farmer: medium-light skin tone farmer | gardener | man | man farmer: medium-light skin tone | medium-light skin tone | rancher +๐Ÿ‘จ๐Ÿฝโ€๐ŸŒพ farmer: medium skin tone farmer | gardener | man | man farmer: medium skin tone | medium skin tone | rancher +๐Ÿ‘จ๐Ÿพโ€๐ŸŒพ farmer: medium-dark skin tone farmer | gardener | man | man farmer: medium-dark skin tone | medium-dark skin tone | rancher +๐Ÿ‘จ๐Ÿฟโ€๐ŸŒพ farmer: dark skin tone dark skin tone | farmer | gardener | man | man farmer: dark skin tone | rancher +๐Ÿ‘ฉโ€๐ŸŒพ farmer farmer | gardener | rancher | woman +๐Ÿ‘ฉ๐Ÿปโ€๐ŸŒพ farmer: light skin tone farmer | gardener | light skin tone | rancher | woman | woman farmer: light skin tone +๐Ÿ‘ฉ๐Ÿผโ€๐ŸŒพ farmer: medium-light skin tone farmer | gardener | medium-light skin tone | rancher | woman | woman farmer: medium-light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŒพ farmer: medium skin tone farmer | gardener | medium skin tone | rancher | woman | woman farmer: medium skin tone +๐Ÿ‘ฉ๐Ÿพโ€๐ŸŒพ farmer: medium-dark skin tone farmer | gardener | medium-dark skin tone | rancher | woman | woman farmer: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŒพ farmer: dark skin tone dark skin tone | farmer | gardener | rancher | woman | woman farmer: dark skin tone +๐Ÿง‘โ€๐Ÿณ chef | cook +๐Ÿง‘๐Ÿปโ€๐Ÿณ light skin tone chef | cook | cook: light skin tone | light skin tone +๐Ÿง‘๐Ÿผโ€๐Ÿณ medium-light skin tone chef | cook | cook: medium-light skin tone | medium-light skin tone +๐Ÿง‘๐Ÿฝโ€๐Ÿณ medium skin tone chef | cook | cook: medium skin tone | medium skin tone +๐Ÿง‘๐Ÿพโ€๐Ÿณ medium-dark skin tone chef | cook | cook: medium-dark skin tone | medium-dark skin tone +๐Ÿง‘๐Ÿฟโ€๐Ÿณ dark skin tone chef | cook | cook: dark skin tone | dark skin tone +๐Ÿ‘จโ€๐Ÿณ cook chef | cook | man +๐Ÿ‘จ๐Ÿปโ€๐Ÿณ cook: light skin tone chef | cook | light skin tone | man | man cook: light skin tone +๐Ÿ‘จ๐Ÿผโ€๐Ÿณ cook: medium-light skin tone chef | cook | man | man cook: medium-light skin tone | medium-light skin tone +๐Ÿ‘จ๐Ÿฝโ€๐Ÿณ cook: medium skin tone chef | cook | man | man cook: medium skin tone | medium skin tone +๐Ÿ‘จ๐Ÿพโ€๐Ÿณ cook: medium-dark skin tone chef | cook | man | man cook: medium-dark skin tone | medium-dark skin tone +๐Ÿ‘จ๐Ÿฟโ€๐Ÿณ cook: dark skin tone chef | cook | dark skin tone | man | man cook: dark skin tone +๐Ÿ‘ฉโ€๐Ÿณ cook chef | cook | woman +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿณ cook: light skin tone chef | cook | light skin tone | woman | woman cook: light skin tone +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿณ cook: medium-light skin tone chef | cook | medium-light skin tone | woman | woman cook: medium-light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿณ cook: medium skin tone chef | cook | medium skin tone | woman | woman cook: medium skin tone +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿณ cook: medium-dark skin tone chef | cook | medium-dark skin tone | woman | woman cook: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿณ cook: dark skin tone chef | cook | dark skin tone | woman | woman cook: dark skin tone +๐Ÿง‘โ€๐Ÿ”ง electrician | mechanic | plumber | tradesperson | tradie +๐Ÿง‘๐Ÿปโ€๐Ÿ”ง light skin tone electrician | light skin tone | mechanic | mechanic: light skin tone | plumber | tradesperson | tradie +๐Ÿง‘๐Ÿผโ€๐Ÿ”ง medium-light skin tone electrician | mechanic | mechanic: medium-light skin tone | medium-light skin tone | plumber | tradesperson | tradie +๐Ÿง‘๐Ÿฝโ€๐Ÿ”ง medium skin tone electrician | mechanic | mechanic: medium skin tone | medium skin tone | plumber | tradesperson | tradie +๐Ÿง‘๐Ÿพโ€๐Ÿ”ง medium-dark skin tone electrician | mechanic | mechanic: medium-dark skin tone | medium-dark skin tone | plumber | tradesperson | tradie +๐Ÿง‘๐Ÿฟโ€๐Ÿ”ง dark skin tone dark skin tone | electrician | mechanic | mechanic: dark skin tone | plumber | tradesperson | tradie +๐Ÿ‘จโ€๐Ÿ”ง mechanic electrician | man | mechanic | plumber | tradesperson +๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ง mechanic: light skin tone electrician | light skin tone | man | man mechanic: light skin tone | mechanic | plumber | tradesperson +๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ง mechanic: medium-light skin tone electrician | man | man mechanic: medium-light skin tone | mechanic | medium-light skin tone | plumber | tradesperson +๐Ÿ‘จ๐Ÿฝโ€๐Ÿ”ง mechanic: medium skin tone electrician | man | man mechanic: medium skin tone | mechanic | medium skin tone | plumber | tradesperson +๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ง mechanic: medium-dark skin tone electrician | man | man mechanic: medium-dark skin tone | mechanic | medium-dark skin tone | plumber | tradesperson +๐Ÿ‘จ๐Ÿฟโ€๐Ÿ”ง mechanic: dark skin tone dark skin tone | electrician | man | man mechanic: dark skin tone | mechanic | plumber | tradesperson +๐Ÿ‘ฉโ€๐Ÿ”ง mechanic electrician | mechanic | plumber | tradesperson | woman +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ง mechanic: light skin tone electrician | light skin tone | mechanic | plumber | tradesperson | woman | woman mechanic: light skin tone +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ”ง mechanic: medium-light skin tone electrician | mechanic | medium-light skin tone | plumber | tradesperson | woman | woman mechanic: medium-light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ง mechanic: medium skin tone electrician | mechanic | medium skin tone | plumber | tradesperson | woman | woman mechanic: medium skin tone +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ง mechanic: medium-dark skin tone electrician | mechanic | medium-dark skin tone | plumber | tradesperson | woman | woman mechanic: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ง mechanic: dark skin tone dark skin tone | electrician | mechanic | plumber | tradesperson | woman | woman mechanic: dark skin tone +๐Ÿง‘โ€๐Ÿญ worker assembly | factory | industrial | worker +๐Ÿง‘๐Ÿปโ€๐Ÿญ worker: light skin tone assembly | factory | factory worker: light skin tone | industrial | light skin tone | worker +๐Ÿง‘๐Ÿผโ€๐Ÿญ worker: medium-light skin tone assembly | factory | factory worker: medium-light skin tone | industrial | medium-light skin tone | worker +๐Ÿง‘๐Ÿฝโ€๐Ÿญ worker: medium skin tone assembly | factory | factory worker: medium skin tone | industrial | medium skin tone | worker +๐Ÿง‘๐Ÿพโ€๐Ÿญ worker: medium-dark skin tone assembly | factory | factory worker: medium-dark skin tone | industrial | medium-dark skin tone | worker +๐Ÿง‘๐Ÿฟโ€๐Ÿญ worker: dark skin tone assembly | dark skin tone | factory | factory worker: dark skin tone | industrial | worker +๐Ÿ‘จโ€๐Ÿญ factory worker assembly | factory | industrial | man | worker +๐Ÿ‘จ๐Ÿปโ€๐Ÿญ factory worker: light skin tone assembly | factory | industrial | light skin tone | man | man factory worker: light skin tone | worker +๐Ÿ‘จ๐Ÿผโ€๐Ÿญ factory worker: medium-light skin tone assembly | factory | industrial | man | man factory worker: medium-light skin tone | medium-light skin tone | worker +๐Ÿ‘จ๐Ÿฝโ€๐Ÿญ factory worker: medium skin tone assembly | factory | industrial | man | man factory worker: medium skin tone | medium skin tone | worker +๐Ÿ‘จ๐Ÿพโ€๐Ÿญ factory worker: medium-dark skin tone assembly | factory | industrial | man | man factory worker: medium-dark skin tone | medium-dark skin tone | worker +๐Ÿ‘จ๐Ÿฟโ€๐Ÿญ factory worker: dark skin tone assembly | dark skin tone | factory | industrial | man | man factory worker: dark skin tone | worker +๐Ÿ‘ฉโ€๐Ÿญ factory worker assembly | factory | industrial | woman | worker +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿญ factory worker: light skin tone assembly | factory | industrial | light skin tone | woman | woman factory worker: light skin tone | worker +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿญ factory worker: medium-light skin tone assembly | factory | industrial | medium-light skin tone | woman | woman factory worker: medium-light skin tone | worker +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿญ factory worker: medium skin tone assembly | factory | industrial | medium skin tone | woman | woman factory worker: medium skin tone | worker +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿญ factory worker: medium-dark skin tone assembly | factory | industrial | medium-dark skin tone | woman | woman factory worker: medium-dark skin tone | worker +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿญ factory worker: dark skin tone assembly | dark skin tone | factory | industrial | woman | woman factory worker: dark skin tone | worker +๐Ÿง‘โ€๐Ÿ’ผ worker architect | business | manager | office worker | white-collar +๐Ÿง‘๐Ÿปโ€๐Ÿ’ผ worker: light skin tone architect | business | light skin tone | manager | office worker | office worker: light skin tone | white-collar +๐Ÿง‘๐Ÿผโ€๐Ÿ’ผ worker: medium-light skin tone architect | business | manager | medium-light skin tone | office worker | office worker: medium-light skin tone | white-collar +๐Ÿง‘๐Ÿฝโ€๐Ÿ’ผ worker: medium skin tone architect | business | manager | medium skin tone | office worker | office worker: medium skin tone | white-collar +๐Ÿง‘๐Ÿพโ€๐Ÿ’ผ worker: medium-dark skin tone architect | business | manager | medium-dark skin tone | office worker | office worker: medium-dark skin tone | white-collar +๐Ÿง‘๐Ÿฟโ€๐Ÿ’ผ worker: dark skin tone architect | business | dark skin tone | manager | office worker | office worker: dark skin tone | white-collar +๐Ÿ‘จโ€๐Ÿ’ผ office worker architect | business | man | man office worker | manager | white-collar | business man | office worker | white collar +๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ผ office worker: light skin tone architect | business | light skin tone | man | man office worker | man office worker: light skin tone | manager | white-collar | business man | office worker | white collar +๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ผ office worker: medium-light skin tone architect | business | man | man office worker | man office worker: medium-light skin tone | manager | medium-light skin tone | white-collar | business man | office worker | white collar +๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ผ office worker: medium skin tone architect | business | man | man office worker | man office worker: medium skin tone | manager | medium skin tone | white-collar | business man | office worker | white collar +๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ผ office worker: medium-dark skin tone architect | business | man | man office worker | man office worker: medium-dark skin tone | manager | medium-dark skin tone | white-collar | business man | office worker | white collar +๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ผ office worker: dark skin tone architect | business | dark skin tone | man | man office worker | man office worker: dark skin tone | manager | white-collar | business man | office worker | white collar +๐Ÿ‘ฉโ€๐Ÿ’ผ office worker architect | business | manager | white-collar | woman | woman office worker | business woman | office worker | white collar +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ผ office worker: light skin tone architect | business | light skin tone | manager | white-collar | woman | woman office worker | woman office worker: light skin tone | business woman | office worker | white collar +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ผ office worker: medium-light skin tone architect | business | manager | medium-light skin tone | white-collar | woman | woman office worker | woman office worker: medium-light skin tone | business woman | office worker | white collar +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ผ office worker: medium skin tone architect | business | manager | medium skin tone | white-collar | woman | woman office worker | woman office worker: medium skin tone | business woman | office worker | white collar +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ผ office worker: medium-dark skin tone architect | business | manager | medium-dark skin tone | white-collar | woman | woman office worker | woman office worker: medium-dark skin tone | business woman | office worker | white collar +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ผ office worker: dark skin tone architect | business | dark skin tone | manager | white-collar | woman | woman office worker | woman office worker: dark skin tone | business woman | office worker | white collar +๐Ÿง‘โ€๐Ÿ”ฌ biologist | chemist | engineer | physicist | scientist +๐Ÿง‘๐Ÿปโ€๐Ÿ”ฌ light skin tone biologist | chemist | engineer | light skin tone | physicist | scientist | scientist: light skin tone +๐Ÿง‘๐Ÿผโ€๐Ÿ”ฌ medium-light skin tone biologist | chemist | engineer | medium-light skin tone | physicist | scientist | scientist: medium-light skin tone +๐Ÿง‘๐Ÿฝโ€๐Ÿ”ฌ medium skin tone biologist | chemist | engineer | medium skin tone | physicist | scientist | scientist: medium skin tone +๐Ÿง‘๐Ÿพโ€๐Ÿ”ฌ medium-dark skin tone biologist | chemist | engineer | medium-dark skin tone | physicist | scientist | scientist: medium-dark skin tone +๐Ÿง‘๐Ÿฟโ€๐Ÿ”ฌ dark skin tone biologist | chemist | dark skin tone | engineer | physicist | scientist | scientist: dark skin tone +๐Ÿ‘จโ€๐Ÿ”ฌ scientist biologist | chemist | engineer | man | physicist | scientist +๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ฌ scientist: light skin tone biologist | chemist | engineer | light skin tone | man | man scientist: light skin tone | physicist | scientist +๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ scientist: medium-light skin tone biologist | chemist | engineer | man | man scientist: medium-light skin tone | medium-light skin tone | physicist | scientist +๐Ÿ‘จ๐Ÿฝโ€๐Ÿ”ฌ scientist: medium skin tone biologist | chemist | engineer | man | man scientist: medium skin tone | medium skin tone | physicist | scientist +๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ฌ scientist: medium-dark skin tone biologist | chemist | engineer | man | man scientist: medium-dark skin tone | medium-dark skin tone | physicist | scientist +๐Ÿ‘จ๐Ÿฟโ€๐Ÿ”ฌ scientist: dark skin tone biologist | chemist | dark skin tone | engineer | man | man scientist: dark skin tone | physicist | scientist +๐Ÿ‘ฉโ€๐Ÿ”ฌ scientist biologist | chemist | engineer | physicist | scientist | woman +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ฌ scientist: light skin tone biologist | chemist | engineer | light skin tone | physicist | scientist | woman | woman scientist: light skin tone +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ”ฌ scientist: medium-light skin tone biologist | chemist | engineer | medium-light skin tone | physicist | scientist | woman | woman scientist: medium-light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ฌ scientist: medium skin tone biologist | chemist | engineer | medium skin tone | physicist | scientist | woman | woman scientist: medium skin tone +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ฌ scientist: medium-dark skin tone biologist | chemist | engineer | medium-dark skin tone | physicist | scientist | woman | woman scientist: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ฌ scientist: dark skin tone biologist | chemist | dark skin tone | engineer | physicist | scientist | woman | woman scientist: dark skin tone +๐Ÿง‘โ€๐Ÿ’ป coder | developer | inventor | software | technologist +๐Ÿง‘๐Ÿปโ€๐Ÿ’ป light skin tone coder | developer | inventor | light skin tone | software | technologist | technologist: light skin tone +๐Ÿง‘๐Ÿผโ€๐Ÿ’ป medium-light skin tone coder | developer | inventor | medium-light skin tone | software | technologist | technologist: medium-light skin tone +๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป medium skin tone coder | developer | inventor | medium skin tone | software | technologist | technologist: medium skin tone +๐Ÿง‘๐Ÿพโ€๐Ÿ’ป medium-dark skin tone coder | developer | inventor | medium-dark skin tone | software | technologist | technologist: medium-dark skin tone +๐Ÿง‘๐Ÿฟโ€๐Ÿ’ป dark skin tone coder | dark skin tone | developer | inventor | software | technologist | technologist: dark skin tone +๐Ÿ‘จโ€๐Ÿ’ป technologist coder | developer | inventor | man | software | technologist +๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป technologist: light skin tone coder | developer | inventor | light skin tone | man | man technologist: light skin tone | software | technologist +๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ป technologist: medium-light skin tone coder | developer | inventor | man | man technologist: medium-light skin tone | medium-light skin tone | software | technologist +๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป technologist: medium skin tone coder | developer | inventor | man | man technologist: medium skin tone | medium skin tone | software | technologist +๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป technologist: medium-dark skin tone coder | developer | inventor | man | man technologist: medium-dark skin tone | medium-dark skin tone | software | technologist +๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ป technologist: dark skin tone coder | dark skin tone | developer | inventor | man | man technologist: dark skin tone | software | technologist +๐Ÿ‘ฉโ€๐Ÿ’ป technologist coder | developer | inventor | software | technologist | woman +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป technologist: light skin tone coder | developer | inventor | light skin tone | software | technologist | woman | woman technologist: light skin tone +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ป technologist: medium-light skin tone coder | developer | inventor | medium-light skin tone | software | technologist | woman | woman technologist: medium-light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป technologist: medium skin tone coder | developer | inventor | medium skin tone | software | technologist | woman | woman technologist: medium skin tone +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ป technologist: medium-dark skin tone coder | developer | inventor | medium-dark skin tone | software | technologist | woman | woman technologist: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ป technologist: dark skin tone coder | dark skin tone | developer | inventor | software | technologist | woman | woman technologist: dark skin tone +๐Ÿง‘โ€๐ŸŽค actor | entertainer | rock | singer | star +๐Ÿง‘๐Ÿปโ€๐ŸŽค light skin tone actor | entertainer | light skin tone | rock | singer | singer: light skin tone | star +๐Ÿง‘๐Ÿผโ€๐ŸŽค medium-light skin tone actor | entertainer | medium-light skin tone | rock | singer | singer: medium-light skin tone | star +๐Ÿง‘๐Ÿฝโ€๐ŸŽค medium skin tone actor | entertainer | medium skin tone | rock | singer | singer: medium skin tone | star +๐Ÿง‘๐Ÿพโ€๐ŸŽค medium-dark skin tone actor | entertainer | medium-dark skin tone | rock | singer | singer: medium-dark skin tone | star +๐Ÿง‘๐Ÿฟโ€๐ŸŽค dark skin tone actor | dark skin tone | entertainer | rock | singer | singer: dark skin tone | star +๐Ÿ‘จโ€๐ŸŽค singer actor | entertainer | man | rock | singer | star +๐Ÿ‘จ๐Ÿปโ€๐ŸŽค singer: light skin tone actor | entertainer | light skin tone | man | man singer: light skin tone | rock | singer | star +๐Ÿ‘จ๐Ÿผโ€๐ŸŽค singer: medium-light skin tone actor | entertainer | man | man singer: medium-light skin tone | medium-light skin tone | rock | singer | star +๐Ÿ‘จ๐Ÿฝโ€๐ŸŽค singer: medium skin tone actor | entertainer | man | man singer: medium skin tone | medium skin tone | rock | singer | star +๐Ÿ‘จ๐Ÿพโ€๐ŸŽค singer: medium-dark skin tone actor | entertainer | man | man singer: medium-dark skin tone | medium-dark skin tone | rock | singer | star +๐Ÿ‘จ๐Ÿฟโ€๐ŸŽค singer: dark skin tone actor | dark skin tone | entertainer | man | man singer: dark skin tone | rock | singer | star +๐Ÿ‘ฉโ€๐ŸŽค singer actor | entertainer | rock | singer | star | woman +๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽค singer: light skin tone actor | entertainer | light skin tone | rock | singer | star | woman | woman singer: light skin tone +๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽค singer: medium-light skin tone actor | entertainer | medium-light skin tone | rock | singer | star | woman | woman singer: medium-light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽค singer: medium skin tone actor | entertainer | medium skin tone | rock | singer | star | woman | woman singer: medium skin tone +๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽค singer: medium-dark skin tone actor | entertainer | medium-dark skin tone | rock | singer | star | woman | woman singer: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽค singer: dark skin tone actor | dark skin tone | entertainer | rock | singer | star | woman | woman singer: dark skin tone +๐Ÿง‘โ€๐ŸŽจ artist | palette +๐Ÿง‘๐Ÿปโ€๐ŸŽจ light skin tone artist | artist: light skin tone | light skin tone | palette +๐Ÿง‘๐Ÿผโ€๐ŸŽจ medium-light skin tone artist | artist: medium-light skin tone | medium-light skin tone | palette +๐Ÿง‘๐Ÿฝโ€๐ŸŽจ medium skin tone artist | artist: medium skin tone | medium skin tone | palette +๐Ÿง‘๐Ÿพโ€๐ŸŽจ medium-dark skin tone artist | artist: medium-dark skin tone | medium-dark skin tone | palette +๐Ÿง‘๐Ÿฟโ€๐ŸŽจ dark skin tone artist | artist: dark skin tone | dark skin tone | palette +๐Ÿ‘จโ€๐ŸŽจ artist artist | man | palette | painter +๐Ÿ‘จ๐Ÿปโ€๐ŸŽจ artist: light skin tone artist | light skin tone | man | man artist: light skin tone | palette | painter +๐Ÿ‘จ๐Ÿผโ€๐ŸŽจ artist: medium-light skin tone artist | man | man artist: medium-light skin tone | medium-light skin tone | palette | painter +๐Ÿ‘จ๐Ÿฝโ€๐ŸŽจ artist: medium skin tone artist | man | man artist: medium skin tone | medium skin tone | palette | painter +๐Ÿ‘จ๐Ÿพโ€๐ŸŽจ artist: medium-dark skin tone artist | man | man artist: medium-dark skin tone | medium-dark skin tone | palette | painter +๐Ÿ‘จ๐Ÿฟโ€๐ŸŽจ artist: dark skin tone artist | dark skin tone | man | man artist: dark skin tone | palette | painter +๐Ÿ‘ฉโ€๐ŸŽจ artist artist | palette | woman | painter +๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽจ artist: light skin tone artist | light skin tone | palette | woman | woman artist: light skin tone | painter +๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽจ artist: medium-light skin tone artist | medium-light skin tone | palette | woman | woman artist: medium-light skin tone | painter +๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽจ artist: medium skin tone artist | medium skin tone | palette | woman | woman artist: medium skin tone | painter +๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽจ artist: medium-dark skin tone artist | medium-dark skin tone | palette | woman | woman artist: medium-dark skin tone | painter +๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽจ artist: dark skin tone artist | dark skin tone | palette | woman | woman artist: dark skin tone | painter +๐Ÿง‘โ€โœˆ pilot | plane +๐Ÿง‘๐Ÿปโ€โœˆ๏ธ light skin tone +๐Ÿง‘๐Ÿปโ€โœˆ light skin tone light skin tone | pilot | pilot: light skin tone | plane +๐Ÿง‘๐Ÿผโ€โœˆ๏ธ medium-light skin tone +๐Ÿง‘๐Ÿผโ€โœˆ medium-light skin tone medium-light skin tone | pilot | pilot: medium-light skin tone | plane +๐Ÿง‘๐Ÿฝโ€โœˆ๏ธ medium skin tone +๐Ÿง‘๐Ÿฝโ€โœˆ medium skin tone medium skin tone | pilot | pilot: medium skin tone | plane +๐Ÿง‘๐Ÿพโ€โœˆ๏ธ medium-dark skin tone +๐Ÿง‘๐Ÿพโ€โœˆ medium-dark skin tone medium-dark skin tone | pilot | pilot: medium-dark skin tone | plane +๐Ÿง‘๐Ÿฟโ€โœˆ๏ธ dark skin tone +๐Ÿง‘๐Ÿฟโ€โœˆ dark skin tone dark skin tone | pilot | pilot: dark skin tone | plane +๐Ÿ‘จโ€โœˆ๏ธ pilot +๐Ÿ‘จโ€โœˆ pilot man | pilot | plane +๐Ÿ‘จ๐Ÿปโ€โœˆ๏ธ pilot: light skin tone +๐Ÿ‘จ๐Ÿปโ€โœˆ pilot: light skin tone light skin tone | man | man pilot: light skin tone | pilot | plane +๐Ÿ‘จ๐Ÿผโ€โœˆ๏ธ pilot: medium-light skin tone +๐Ÿ‘จ๐Ÿผโ€โœˆ pilot: medium-light skin tone man | man pilot: medium-light skin tone | medium-light skin tone | pilot | plane +๐Ÿ‘จ๐Ÿฝโ€โœˆ๏ธ pilot: medium skin tone +๐Ÿ‘จ๐Ÿฝโ€โœˆ pilot: medium skin tone man | man pilot: medium skin tone | medium skin tone | pilot | plane +๐Ÿ‘จ๐Ÿพโ€โœˆ๏ธ pilot: medium-dark skin tone +๐Ÿ‘จ๐Ÿพโ€โœˆ pilot: medium-dark skin tone man | man pilot: medium-dark skin tone | medium-dark skin tone | pilot | plane +๐Ÿ‘จ๐Ÿฟโ€โœˆ๏ธ pilot: dark skin tone +๐Ÿ‘จ๐Ÿฟโ€โœˆ pilot: dark skin tone dark skin tone | man | man pilot: dark skin tone | pilot | plane +๐Ÿ‘ฉโ€โœˆ๏ธ pilot +๐Ÿ‘ฉโ€โœˆ pilot pilot | plane | woman +๐Ÿ‘ฉ๐Ÿปโ€โœˆ๏ธ pilot: light skin tone +๐Ÿ‘ฉ๐Ÿปโ€โœˆ pilot: light skin tone light skin tone | pilot | plane | woman | woman pilot: light skin tone +๐Ÿ‘ฉ๐Ÿผโ€โœˆ๏ธ pilot: medium-light skin tone +๐Ÿ‘ฉ๐Ÿผโ€โœˆ pilot: medium-light skin tone medium-light skin tone | pilot | plane | woman | woman pilot: medium-light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โœˆ๏ธ pilot: medium skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โœˆ pilot: medium skin tone medium skin tone | pilot | plane | woman | woman pilot: medium skin tone +๐Ÿ‘ฉ๐Ÿพโ€โœˆ๏ธ pilot: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿพโ€โœˆ pilot: medium-dark skin tone medium-dark skin tone | pilot | plane | woman | woman pilot: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โœˆ๏ธ pilot: dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โœˆ pilot: dark skin tone dark skin tone | pilot | plane | woman | woman pilot: dark skin tone +๐Ÿง‘โ€๐Ÿš€ astronaut | rocket +๐Ÿง‘๐Ÿปโ€๐Ÿš€ light skin tone astronaut | astronaut: light skin tone | light skin tone | rocket +๐Ÿง‘๐Ÿผโ€๐Ÿš€ medium-light skin tone astronaut | astronaut: medium-light skin tone | medium-light skin tone | rocket +๐Ÿง‘๐Ÿฝโ€๐Ÿš€ medium skin tone astronaut | astronaut: medium skin tone | medium skin tone | rocket +๐Ÿง‘๐Ÿพโ€๐Ÿš€ medium-dark skin tone astronaut | astronaut: medium-dark skin tone | medium-dark skin tone | rocket +๐Ÿง‘๐Ÿฟโ€๐Ÿš€ dark skin tone astronaut | astronaut: dark skin tone | dark skin tone | rocket +๐Ÿ‘จโ€๐Ÿš€ astronaut astronaut | man | rocket +๐Ÿ‘จ๐Ÿปโ€๐Ÿš€ astronaut: light skin tone astronaut | light skin tone | man | man astronaut: light skin tone | rocket +๐Ÿ‘จ๐Ÿผโ€๐Ÿš€ astronaut: medium-light skin tone astronaut | man | man astronaut: medium-light skin tone | medium-light skin tone | rocket +๐Ÿ‘จ๐Ÿฝโ€๐Ÿš€ astronaut: medium skin tone astronaut | man | man astronaut: medium skin tone | medium skin tone | rocket +๐Ÿ‘จ๐Ÿพโ€๐Ÿš€ astronaut: medium-dark skin tone astronaut | man | man astronaut: medium-dark skin tone | medium-dark skin tone | rocket +๐Ÿ‘จ๐Ÿฟโ€๐Ÿš€ astronaut: dark skin tone astronaut | dark skin tone | man | man astronaut: dark skin tone | rocket +๐Ÿ‘ฉโ€๐Ÿš€ astronaut astronaut | rocket | woman +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿš€ astronaut: light skin tone astronaut | light skin tone | rocket | woman | woman astronaut: light skin tone +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿš€ astronaut: medium-light skin tone astronaut | medium-light skin tone | rocket | woman | woman astronaut: medium-light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿš€ astronaut: medium skin tone astronaut | medium skin tone | rocket | woman | woman astronaut: medium skin tone +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿš€ astronaut: medium-dark skin tone astronaut | medium-dark skin tone | rocket | woman | woman astronaut: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿš€ astronaut: dark skin tone astronaut | dark skin tone | rocket | woman | woman astronaut: dark skin tone +๐Ÿง‘โ€๐Ÿš’ fire | firefighter | firetruck | fire engine | fire truck | engine | truck +๐Ÿง‘๐Ÿปโ€๐Ÿš’ light skin tone fire | firefighter | firefighter: light skin tone | firetruck | light skin tone | fire engine | fire truck | engine | truck +๐Ÿง‘๐Ÿผโ€๐Ÿš’ medium-light skin tone fire | firefighter | firefighter: medium-light skin tone | firetruck | medium-light skin tone | fire engine | fire truck | engine | truck +๐Ÿง‘๐Ÿฝโ€๐Ÿš’ medium skin tone fire | firefighter | firefighter: medium skin tone | firetruck | medium skin tone | fire engine | fire truck | engine | truck +๐Ÿง‘๐Ÿพโ€๐Ÿš’ medium-dark skin tone fire | firefighter | firefighter: medium-dark skin tone | firetruck | medium-dark skin tone | fire engine | fire truck | engine | truck +๐Ÿง‘๐Ÿฟโ€๐Ÿš’ dark skin tone dark skin tone | fire | firefighter | firefighter: dark skin tone | firetruck | fire engine | fire truck | engine | truck +๐Ÿ‘จโ€๐Ÿš’ firefighter firefighter | firetruck | man | fire | fire truck | fireman +๐Ÿ‘จ๐Ÿปโ€๐Ÿš’ firefighter: light skin tone firefighter | firetruck | light skin tone | man | man firefighter: light skin tone | fire | fire truck | fireman +๐Ÿ‘จ๐Ÿผโ€๐Ÿš’ firefighter: medium-light skin tone firefighter | firetruck | man | man firefighter: medium-light skin tone | medium-light skin tone | fire | fire truck | fireman +๐Ÿ‘จ๐Ÿฝโ€๐Ÿš’ firefighter: medium skin tone firefighter | firetruck | man | man firefighter: medium skin tone | medium skin tone | fire | fire truck | fireman +๐Ÿ‘จ๐Ÿพโ€๐Ÿš’ firefighter: medium-dark skin tone firefighter | firetruck | man | man firefighter: medium-dark skin tone | medium-dark skin tone | fire | fire truck | fireman +๐Ÿ‘จ๐Ÿฟโ€๐Ÿš’ firefighter: dark skin tone dark skin tone | firefighter | firetruck | man | man firefighter: dark skin tone | fire | fire truck | fireman +๐Ÿ‘ฉโ€๐Ÿš’ firefighter firefighter | firetruck | woman | fire | fire truck | engine | firewoman | truck +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿš’ firefighter: light skin tone firefighter | firetruck | light skin tone | woman | woman firefighter: light skin tone | fire | fire truck | engine | firewoman | truck +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿš’ firefighter: medium-light skin tone firefighter | firetruck | medium-light skin tone | woman | woman firefighter: medium-light skin tone | fire | fire truck | engine | firewoman | truck +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿš’ firefighter: medium skin tone firefighter | firetruck | medium skin tone | woman | woman firefighter: medium skin tone | fire | fire truck | engine | firewoman | truck +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿš’ firefighter: medium-dark skin tone firefighter | firetruck | medium-dark skin tone | woman | woman firefighter: medium-dark skin tone | fire | fire truck | engine | firewoman | truck +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿš’ firefighter: dark skin tone dark skin tone | firefighter | firetruck | woman | woman firefighter: dark skin tone | fire | fire truck | engine | firewoman | truck +๐Ÿ‘ฎ officer cop | officer | police +๐Ÿ‘ฎ๐Ÿป officer: light skin tone cop | light skin tone | officer | police | police officer: light skin tone +๐Ÿ‘ฎ๐Ÿผ officer: medium-light skin tone cop | medium-light skin tone | officer | police | police officer: medium-light skin tone +๐Ÿ‘ฎ๐Ÿฝ officer: medium skin tone cop | medium skin tone | officer | police | police officer: medium skin tone +๐Ÿ‘ฎ๐Ÿพ officer: medium-dark skin tone cop | medium-dark skin tone | officer | police | police officer: medium-dark skin tone +๐Ÿ‘ฎ๐Ÿฟ officer: dark skin tone cop | dark skin tone | officer | police | police officer: dark skin tone +๐Ÿ‘ฎโ€โ™‚๏ธ police officer +๐Ÿ‘ฎโ€โ™‚ police officer cop | man | officer | police +๐Ÿ‘ฎ๐Ÿปโ€โ™‚๏ธ police officer: light skin tone +๐Ÿ‘ฎ๐Ÿปโ€โ™‚ police officer: light skin tone cop | light skin tone | man | man police officer: light skin tone | officer | police +๐Ÿ‘ฎ๐Ÿผโ€โ™‚๏ธ police officer: medium-light skin tone +๐Ÿ‘ฎ๐Ÿผโ€โ™‚ police officer: medium-light skin tone cop | man | man police officer: medium-light skin tone | medium-light skin tone | officer | police +๐Ÿ‘ฎ๐Ÿฝโ€โ™‚๏ธ police officer: medium skin tone +๐Ÿ‘ฎ๐Ÿฝโ€โ™‚ police officer: medium skin tone cop | man | man police officer: medium skin tone | medium skin tone | officer | police +๐Ÿ‘ฎ๐Ÿพโ€โ™‚๏ธ police officer: medium-dark skin tone +๐Ÿ‘ฎ๐Ÿพโ€โ™‚ police officer: medium-dark skin tone cop | man | man police officer: medium-dark skin tone | medium-dark skin tone | officer | police +๐Ÿ‘ฎ๐Ÿฟโ€โ™‚๏ธ police officer: dark skin tone +๐Ÿ‘ฎ๐Ÿฟโ€โ™‚ police officer: dark skin tone cop | dark skin tone | man | man police officer: dark skin tone | officer | police +๐Ÿ‘ฎโ€โ™€๏ธ police officer +๐Ÿ‘ฎโ€โ™€ police officer cop | officer | police | woman +๐Ÿ‘ฎ๐Ÿปโ€โ™€๏ธ police officer: light skin tone +๐Ÿ‘ฎ๐Ÿปโ€โ™€ police officer: light skin tone cop | light skin tone | officer | police | woman | woman police officer: light skin tone +๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ police officer: medium-light skin tone +๐Ÿ‘ฎ๐Ÿผโ€โ™€ police officer: medium-light skin tone cop | medium-light skin tone | officer | police | woman | woman police officer: medium-light skin tone +๐Ÿ‘ฎ๐Ÿฝโ€โ™€๏ธ police officer: medium skin tone +๐Ÿ‘ฎ๐Ÿฝโ€โ™€ police officer: medium skin tone cop | medium skin tone | officer | police | woman | woman police officer: medium skin tone +๐Ÿ‘ฎ๐Ÿพโ€โ™€๏ธ police officer: medium-dark skin tone +๐Ÿ‘ฎ๐Ÿพโ€โ™€ police officer: medium-dark skin tone cop | medium-dark skin tone | officer | police | woman | woman police officer: medium-dark skin tone +๐Ÿ‘ฎ๐Ÿฟโ€โ™€๏ธ police officer: dark skin tone +๐Ÿ‘ฎ๐Ÿฟโ€โ™€ police officer: dark skin tone cop | dark skin tone | officer | police | woman | woman police officer: dark skin tone +๐Ÿ•ต detective | sleuth | spy | investigator | private eye +๐Ÿ•ต๐Ÿป light skin tone detective | detective: light skin tone | light skin tone | sleuth | spy | investigator | private eye +๐Ÿ•ต๐Ÿผ medium-light skin tone detective | detective: medium-light skin tone | medium-light skin tone | sleuth | spy | investigator | private eye +๐Ÿ•ต๐Ÿฝ medium skin tone detective | detective: medium skin tone | medium skin tone | sleuth | spy | investigator | private eye +๐Ÿ•ต๐Ÿพ medium-dark skin tone detective | detective: medium-dark skin tone | medium-dark skin tone | sleuth | spy | investigator | private eye +๐Ÿ•ต๐Ÿฟ dark skin tone dark skin tone | detective | detective: dark skin tone | sleuth | spy | investigator | private eye +๐Ÿ•ต๏ธโ€โ™‚๏ธ detective +๐Ÿ•ต๏ธโ€โ™‚ detective +๐Ÿ•ตโ€โ™‚ detective detective | man | sleuth | spy | investigator +๐Ÿ•ต๐Ÿปโ€โ™‚๏ธ detective: light skin tone +๐Ÿ•ต๐Ÿปโ€โ™‚ detective: light skin tone detective | light skin tone | man | man detective: light skin tone | sleuth | spy | investigator +๐Ÿ•ต๐Ÿผโ€โ™‚๏ธ detective: medium-light skin tone +๐Ÿ•ต๐Ÿผโ€โ™‚ detective: medium-light skin tone detective | man | man detective: medium-light skin tone | medium-light skin tone | sleuth | spy | investigator +๐Ÿ•ต๐Ÿฝโ€โ™‚๏ธ detective: medium skin tone +๐Ÿ•ต๐Ÿฝโ€โ™‚ detective: medium skin tone detective | man | man detective: medium skin tone | medium skin tone | sleuth | spy | investigator +๐Ÿ•ต๐Ÿพโ€โ™‚๏ธ detective: medium-dark skin tone +๐Ÿ•ต๐Ÿพโ€โ™‚ detective: medium-dark skin tone detective | man | man detective: medium-dark skin tone | medium-dark skin tone | sleuth | spy | investigator +๐Ÿ•ต๐Ÿฟโ€โ™‚๏ธ detective: dark skin tone +๐Ÿ•ต๐Ÿฟโ€โ™‚ detective: dark skin tone dark skin tone | detective | man | man detective: dark skin tone | sleuth | spy | investigator +๐Ÿ•ตโ€โ™€ detective detective | sleuth | spy | woman | investigator +๐Ÿ•ต๐Ÿปโ€โ™€๏ธ detective: light skin tone +๐Ÿ•ต๐Ÿปโ€โ™€ detective: light skin tone detective | light skin tone | sleuth | spy | woman | woman detective: light skin tone | investigator +๐Ÿ•ต๐Ÿผโ€โ™€๏ธ detective: medium-light skin tone +๐Ÿ•ต๐Ÿผโ€โ™€ detective: medium-light skin tone detective | medium-light skin tone | sleuth | spy | woman | woman detective: medium-light skin tone | investigator +๐Ÿ•ต๐Ÿฝโ€โ™€๏ธ detective: medium skin tone +๐Ÿ•ต๐Ÿฝโ€โ™€ detective: medium skin tone detective | medium skin tone | sleuth | spy | woman | woman detective: medium skin tone | investigator +๐Ÿ•ต๐Ÿพโ€โ™€๏ธ detective: medium-dark skin tone +๐Ÿ•ต๐Ÿพโ€โ™€ detective: medium-dark skin tone detective | medium-dark skin tone | sleuth | spy | woman | woman detective: medium-dark skin tone | investigator +๐Ÿ•ต๐Ÿฟโ€โ™€๏ธ detective: dark skin tone +๐Ÿ•ต๐Ÿฟโ€โ™€ detective: dark skin tone dark skin tone | detective | sleuth | spy | woman | woman detective: dark skin tone | investigator +๐Ÿ’‚ guard +๐Ÿ’‚๐Ÿป light skin tone guard | guard: light skin tone | light skin tone +๐Ÿ’‚๐Ÿผ medium-light skin tone guard | guard: medium-light skin tone | medium-light skin tone +๐Ÿ’‚๐Ÿฝ medium skin tone guard | guard: medium skin tone | medium skin tone +๐Ÿ’‚๐Ÿพ medium-dark skin tone guard | guard: medium-dark skin tone | medium-dark skin tone +๐Ÿ’‚๐Ÿฟ dark skin tone dark skin tone | guard | guard: dark skin tone +๐Ÿ’‚โ€โ™‚ guard guard | man +๐Ÿ’‚๐Ÿปโ€โ™‚๏ธ guard: light skin tone +๐Ÿ’‚๐Ÿปโ€โ™‚ guard: light skin tone guard | light skin tone | man | man guard: light skin tone +๐Ÿ’‚๐Ÿผโ€โ™‚๏ธ guard: medium-light skin tone +๐Ÿ’‚๐Ÿผโ€โ™‚ guard: medium-light skin tone guard | man | man guard: medium-light skin tone | medium-light skin tone +๐Ÿ’‚๐Ÿฝโ€โ™‚๏ธ guard: medium skin tone +๐Ÿ’‚๐Ÿฝโ€โ™‚ guard: medium skin tone guard | man | man guard: medium skin tone | medium skin tone +๐Ÿ’‚๐Ÿพโ€โ™‚๏ธ guard: medium-dark skin tone +๐Ÿ’‚๐Ÿพโ€โ™‚ guard: medium-dark skin tone guard | man | man guard: medium-dark skin tone | medium-dark skin tone +๐Ÿ’‚๐Ÿฟโ€โ™‚๏ธ guard: dark skin tone +๐Ÿ’‚๐Ÿฟโ€โ™‚ guard: dark skin tone dark skin tone | guard | man | man guard: dark skin tone +๐Ÿ’‚โ€โ™€๏ธ guard +๐Ÿ’‚โ€โ™€ guard guard | woman +๐Ÿ’‚๐Ÿปโ€โ™€๏ธ guard: light skin tone +๐Ÿ’‚๐Ÿปโ€โ™€ guard: light skin tone guard | light skin tone | woman | woman guard: light skin tone +๐Ÿ’‚๐Ÿผโ€โ™€๏ธ guard: medium-light skin tone +๐Ÿ’‚๐Ÿผโ€โ™€ guard: medium-light skin tone guard | medium-light skin tone | woman | woman guard: medium-light skin tone +๐Ÿ’‚๐Ÿฝโ€โ™€๏ธ guard: medium skin tone +๐Ÿ’‚๐Ÿฝโ€โ™€ guard: medium skin tone guard | medium skin tone | woman | woman guard: medium skin tone +๐Ÿ’‚๐Ÿพโ€โ™€๏ธ guard: medium-dark skin tone +๐Ÿ’‚๐Ÿพโ€โ™€ guard: medium-dark skin tone guard | medium-dark skin tone | woman | woman guard: medium-dark skin tone +๐Ÿ’‚๐Ÿฟโ€โ™€๏ธ guard: dark skin tone +๐Ÿ’‚๐Ÿฟโ€โ™€ guard: dark skin tone dark skin tone | guard | woman | woman guard: dark skin tone +๐Ÿฅท fighter | hidden | ninja | stealth +๐Ÿฅท๐Ÿป light skin tone fighter | hidden | light skin tone | ninja | ninja: light skin tone | stealth +๐Ÿฅท๐Ÿผ medium-light skin tone fighter | hidden | medium-light skin tone | ninja | ninja: medium-light skin tone | stealth +๐Ÿฅท๐Ÿฝ medium skin tone fighter | hidden | medium skin tone | ninja | ninja: medium skin tone | stealth +๐Ÿฅท๐Ÿพ medium-dark skin tone fighter | hidden | medium-dark skin tone | ninja | ninja: medium-dark skin tone | stealth +๐Ÿฅท๐Ÿฟ dark skin tone dark skin tone | fighter | hidden | ninja | ninja: dark skin tone | stealth +๐Ÿ‘ท worker construction | hat | worker +๐Ÿ‘ท๐Ÿป worker: light skin tone construction | construction worker: light skin tone | hat | light skin tone | worker +๐Ÿ‘ท๐Ÿผ worker: medium-light skin tone construction | construction worker: medium-light skin tone | hat | medium-light skin tone | worker +๐Ÿ‘ท๐Ÿฝ worker: medium skin tone construction | construction worker: medium skin tone | hat | medium skin tone | worker +๐Ÿ‘ท๐Ÿพ worker: medium-dark skin tone construction | construction worker: medium-dark skin tone | hat | medium-dark skin tone | worker +๐Ÿ‘ท๐Ÿฟ worker: dark skin tone construction | construction worker: dark skin tone | dark skin tone | hat | worker +๐Ÿ‘ทโ€โ™‚๏ธ construction worker +๐Ÿ‘ทโ€โ™‚ construction worker construction | man | worker +๐Ÿ‘ท๐Ÿปโ€โ™‚๏ธ construction worker: light skin tone +๐Ÿ‘ท๐Ÿปโ€โ™‚ construction worker: light skin tone construction | light skin tone | man | man construction worker: light skin tone | worker +๐Ÿ‘ท๐Ÿผโ€โ™‚๏ธ construction worker: medium-light skin tone +๐Ÿ‘ท๐Ÿผโ€โ™‚ construction worker: medium-light skin tone construction | man | man construction worker: medium-light skin tone | medium-light skin tone | worker +๐Ÿ‘ท๐Ÿฝโ€โ™‚๏ธ construction worker: medium skin tone +๐Ÿ‘ท๐Ÿฝโ€โ™‚ construction worker: medium skin tone construction | man | man construction worker: medium skin tone | medium skin tone | worker +๐Ÿ‘ท๐Ÿพโ€โ™‚๏ธ construction worker: medium-dark skin tone +๐Ÿ‘ท๐Ÿพโ€โ™‚ construction worker: medium-dark skin tone construction | man | man construction worker: medium-dark skin tone | medium-dark skin tone | worker +๐Ÿ‘ท๐Ÿฟโ€โ™‚๏ธ construction worker: dark skin tone +๐Ÿ‘ท๐Ÿฟโ€โ™‚ construction worker: dark skin tone construction | dark skin tone | man | man construction worker: dark skin tone | worker +๐Ÿ‘ทโ€โ™€๏ธ construction worker +๐Ÿ‘ทโ€โ™€ construction worker construction | woman | worker +๐Ÿ‘ท๐Ÿปโ€โ™€๏ธ construction worker: light skin tone +๐Ÿ‘ท๐Ÿปโ€โ™€ construction worker: light skin tone construction | light skin tone | woman | woman construction worker: light skin tone | worker +๐Ÿ‘ท๐Ÿผโ€โ™€๏ธ construction worker: medium-light skin tone +๐Ÿ‘ท๐Ÿผโ€โ™€ construction worker: medium-light skin tone construction | medium-light skin tone | woman | woman construction worker: medium-light skin tone | worker +๐Ÿ‘ท๐Ÿฝโ€โ™€๏ธ construction worker: medium skin tone +๐Ÿ‘ท๐Ÿฝโ€โ™€ construction worker: medium skin tone construction | medium skin tone | woman | woman construction worker: medium skin tone | worker +๐Ÿ‘ท๐Ÿพโ€โ™€๏ธ construction worker: medium-dark skin tone +๐Ÿ‘ท๐Ÿพโ€โ™€ construction worker: medium-dark skin tone construction | medium-dark skin tone | woman | woman construction worker: medium-dark skin tone | worker +๐Ÿ‘ท๐Ÿฟโ€โ™€๏ธ construction worker: dark skin tone +๐Ÿ‘ท๐Ÿฟโ€โ™€ construction worker: dark skin tone construction | dark skin tone | woman | woman construction worker: dark skin tone | worker +๐Ÿซ… with crown monarch | noble | person with crown | regal | royalty | king | queen +๐Ÿซ…๐Ÿป with crown: light skin tone light skin tone | monarch | noble | person with crown | person with crown: light skin tone | regal | royalty | king | queen +๐Ÿซ…๐Ÿผ with crown: medium-light skin tone medium-light skin tone | monarch | noble | person with crown | person with crown: medium-light skin tone | regal | royalty | king | queen +๐Ÿซ…๐Ÿฝ with crown: medium skin tone medium skin tone | monarch | noble | person with crown | person with crown: medium skin tone | regal | royalty | king | queen +๐Ÿซ…๐Ÿพ with crown: medium-dark skin tone medium-dark skin tone | monarch | noble | person with crown | person with crown: medium-dark skin tone | regal | royalty | king | queen +๐Ÿซ…๐Ÿฟ with crown: dark skin tone dark skin tone | monarch | noble | person with crown | person with crown: dark skin tone | regal | royalty | king | queen +๐Ÿคด prince | fairy tale | fantasy +๐Ÿคด๐Ÿป light skin tone light skin tone | prince | prince: light skin tone | fairy tale | fantasy +๐Ÿคด๐Ÿผ medium-light skin tone medium-light skin tone | prince | prince: medium-light skin tone | fairy tale | fantasy +๐Ÿคด๐Ÿฝ medium skin tone medium skin tone | prince | prince: medium skin tone | fairy tale | fantasy +๐Ÿคด๐Ÿพ medium-dark skin tone medium-dark skin tone | prince | prince: medium-dark skin tone | fairy tale | fantasy +๐Ÿคด๐Ÿฟ dark skin tone dark skin tone | prince | prince: dark skin tone | fairy tale | fantasy +๐Ÿ‘ธ fairy tale | fantasy | princess +๐Ÿ‘ธ๐Ÿป light skin tone fairy tale | fantasy | light skin tone | princess | princess: light skin tone +๐Ÿ‘ธ๐Ÿผ medium-light skin tone fairy tale | fantasy | medium-light skin tone | princess | princess: medium-light skin tone +๐Ÿ‘ธ๐Ÿฝ medium skin tone fairy tale | fantasy | medium skin tone | princess | princess: medium skin tone +๐Ÿ‘ธ๐Ÿพ medium-dark skin tone fairy tale | fantasy | medium-dark skin tone | princess | princess: medium-dark skin tone +๐Ÿ‘ธ๐Ÿฟ dark skin tone dark skin tone | fairy tale | fantasy | princess | princess: dark skin tone +๐Ÿ‘ณ wearing turban person wearing turban | turban +๐Ÿ‘ณ๐Ÿป wearing turban: light skin tone light skin tone | person wearing turban | person wearing turban: light skin tone | turban +๐Ÿ‘ณ๐Ÿผ wearing turban: medium-light skin tone medium-light skin tone | person wearing turban | person wearing turban: medium-light skin tone | turban +๐Ÿ‘ณ๐Ÿฝ wearing turban: medium skin tone medium skin tone | person wearing turban | person wearing turban: medium skin tone | turban +๐Ÿ‘ณ๐Ÿพ wearing turban: medium-dark skin tone medium-dark skin tone | person wearing turban | person wearing turban: medium-dark skin tone | turban +๐Ÿ‘ณ๐Ÿฟ wearing turban: dark skin tone dark skin tone | person wearing turban | person wearing turban: dark skin tone | turban +๐Ÿ‘ณโ€โ™‚๏ธ wearing turban +๐Ÿ‘ณโ€โ™‚ wearing turban man | man wearing turban | turban +๐Ÿ‘ณ๐Ÿปโ€โ™‚๏ธ wearing turban: light skin tone +๐Ÿ‘ณ๐Ÿปโ€โ™‚ wearing turban: light skin tone light skin tone | man | man wearing turban | man wearing turban: light skin tone | turban +๐Ÿ‘ณ๐Ÿผโ€โ™‚๏ธ wearing turban: medium-light skin tone +๐Ÿ‘ณ๐Ÿผโ€โ™‚ wearing turban: medium-light skin tone man | man wearing turban | man wearing turban: medium-light skin tone | medium-light skin tone | turban +๐Ÿ‘ณ๐Ÿฝโ€โ™‚๏ธ wearing turban: medium skin tone +๐Ÿ‘ณ๐Ÿฝโ€โ™‚ wearing turban: medium skin tone man | man wearing turban | man wearing turban: medium skin tone | medium skin tone | turban +๐Ÿ‘ณ๐Ÿพโ€โ™‚๏ธ wearing turban: medium-dark skin tone +๐Ÿ‘ณ๐Ÿพโ€โ™‚ wearing turban: medium-dark skin tone man | man wearing turban | man wearing turban: medium-dark skin tone | medium-dark skin tone | turban +๐Ÿ‘ณ๐Ÿฟโ€โ™‚๏ธ wearing turban: dark skin tone +๐Ÿ‘ณ๐Ÿฟโ€โ™‚ wearing turban: dark skin tone dark skin tone | man | man wearing turban | man wearing turban: dark skin tone | turban +๐Ÿ‘ณโ€โ™€๏ธ wearing turban +๐Ÿ‘ณโ€โ™€ wearing turban turban | woman | woman wearing turban +๐Ÿ‘ณ๐Ÿปโ€โ™€๏ธ wearing turban: light skin tone +๐Ÿ‘ณ๐Ÿปโ€โ™€ wearing turban: light skin tone light skin tone | turban | woman | woman wearing turban | woman wearing turban: light skin tone +๐Ÿ‘ณ๐Ÿผโ€โ™€๏ธ wearing turban: medium-light skin tone +๐Ÿ‘ณ๐Ÿผโ€โ™€ wearing turban: medium-light skin tone medium-light skin tone | turban | woman | woman wearing turban | woman wearing turban: medium-light skin tone +๐Ÿ‘ณ๐Ÿฝโ€โ™€๏ธ wearing turban: medium skin tone +๐Ÿ‘ณ๐Ÿฝโ€โ™€ wearing turban: medium skin tone medium skin tone | turban | woman | woman wearing turban | woman wearing turban: medium skin tone +๐Ÿ‘ณ๐Ÿพโ€โ™€๏ธ wearing turban: medium-dark skin tone +๐Ÿ‘ณ๐Ÿพโ€โ™€ wearing turban: medium-dark skin tone medium-dark skin tone | turban | woman | woman wearing turban | woman wearing turban: medium-dark skin tone +๐Ÿ‘ณ๐Ÿฟโ€โ™€๏ธ wearing turban: dark skin tone +๐Ÿ‘ณ๐Ÿฟโ€โ™€ wearing turban: dark skin tone dark skin tone | turban | woman | woman wearing turban | woman wearing turban: dark skin tone +๐Ÿ‘ฒ with skullcap cap | gua pi mao | hat | person | person with skullcap | skullcap +๐Ÿ‘ฒ๐Ÿป with skullcap: light skin tone cap | gua pi mao | hat | light skin tone | person | person with skullcap | person with skullcap: light skin tone | skullcap +๐Ÿ‘ฒ๐Ÿผ with skullcap: medium-light skin tone cap | gua pi mao | hat | medium-light skin tone | person | person with skullcap | person with skullcap: medium-light skin tone | skullcap +๐Ÿ‘ฒ๐Ÿฝ with skullcap: medium skin tone cap | gua pi mao | hat | medium skin tone | person | person with skullcap | person with skullcap: medium skin tone | skullcap +๐Ÿ‘ฒ๐Ÿพ with skullcap: medium-dark skin tone cap | gua pi mao | hat | medium-dark skin tone | person | person with skullcap | person with skullcap: medium-dark skin tone | skullcap +๐Ÿ‘ฒ๐Ÿฟ with skullcap: dark skin tone cap | dark skin tone | gua pi mao | hat | person | person with skullcap | person with skullcap: dark skin tone | skullcap +๐Ÿง• with headscarf headscarf | hijab | mantilla | tichel | woman with headscarf +๐Ÿง•๐Ÿป with headscarf: light skin tone headscarf | hijab | light skin tone | mantilla | tichel | woman with headscarf | woman with headscarf: light skin tone +๐Ÿง•๐Ÿผ with headscarf: medium-light skin tone headscarf | hijab | mantilla | medium-light skin tone | tichel | woman with headscarf | woman with headscarf: medium-light skin tone +๐Ÿง•๐Ÿฝ with headscarf: medium skin tone headscarf | hijab | mantilla | medium skin tone | tichel | woman with headscarf | woman with headscarf: medium skin tone +๐Ÿง•๐Ÿพ with headscarf: medium-dark skin tone headscarf | hijab | mantilla | medium-dark skin tone | tichel | woman with headscarf | woman with headscarf: medium-dark skin tone +๐Ÿง•๐Ÿฟ with headscarf: dark skin tone dark skin tone | headscarf | hijab | mantilla | tichel | woman with headscarf | woman with headscarf: dark skin tone +๐Ÿคต in tuxedo groom | person | person in tuxedo | tuxedo | person in tux +๐Ÿคต๐Ÿป in tuxedo: light skin tone groom | light skin tone | person | person in tuxedo | person in tuxedo: light skin tone | tuxedo | person in tux +๐Ÿคต๐Ÿผ in tuxedo: medium-light skin tone groom | medium-light skin tone | person | person in tuxedo | person in tuxedo: medium-light skin tone | tuxedo | person in tux +๐Ÿคต๐Ÿฝ in tuxedo: medium skin tone groom | medium skin tone | person | person in tuxedo | person in tuxedo: medium skin tone | tuxedo | person in tux +๐Ÿคต๐Ÿพ in tuxedo: medium-dark skin tone groom | medium-dark skin tone | person | person in tuxedo | person in tuxedo: medium-dark skin tone | tuxedo | person in tux +๐Ÿคต๐Ÿฟ in tuxedo: dark skin tone dark skin tone | groom | person | person in tuxedo | person in tuxedo: dark skin tone | tuxedo | person in tux +๐Ÿคตโ€โ™‚๏ธ in tuxedo +๐Ÿคตโ€โ™‚ in tuxedo man | man in tuxedo | tuxedo | man in tux | tux +๐Ÿคต๐Ÿปโ€โ™‚๏ธ in tuxedo: light skin tone +๐Ÿคต๐Ÿปโ€โ™‚ in tuxedo: light skin tone light skin tone | man | man in tuxedo | man in tuxedo: light skin tone | tuxedo | man in tux | tux +๐Ÿคต๐Ÿผโ€โ™‚๏ธ in tuxedo: medium-light skin tone +๐Ÿคต๐Ÿผโ€โ™‚ in tuxedo: medium-light skin tone man | man in tuxedo | man in tuxedo: medium-light skin tone | medium-light skin tone | tuxedo | man in tux | tux +๐Ÿคต๐Ÿฝโ€โ™‚๏ธ in tuxedo: medium skin tone +๐Ÿคต๐Ÿฝโ€โ™‚ in tuxedo: medium skin tone man | man in tuxedo | man in tuxedo: medium skin tone | medium skin tone | tuxedo | man in tux | tux +๐Ÿคต๐Ÿพโ€โ™‚๏ธ in tuxedo: medium-dark skin tone +๐Ÿคต๐Ÿพโ€โ™‚ in tuxedo: medium-dark skin tone man | man in tuxedo | man in tuxedo: medium-dark skin tone | medium-dark skin tone | tuxedo | man in tux | tux +๐Ÿคต๐Ÿฟโ€โ™‚๏ธ in tuxedo: dark skin tone +๐Ÿคต๐Ÿฟโ€โ™‚ in tuxedo: dark skin tone dark skin tone | man | man in tuxedo | man in tuxedo: dark skin tone | tuxedo | man in tux | tux +๐Ÿคตโ€โ™€๏ธ in tuxedo +๐Ÿคตโ€โ™€ in tuxedo tuxedo | woman | woman in tuxedo | woman in tux +๐Ÿคต๐Ÿปโ€โ™€๏ธ in tuxedo: light skin tone +๐Ÿคต๐Ÿปโ€โ™€ in tuxedo: light skin tone light skin tone | tuxedo | woman | woman in tuxedo | woman in tuxedo: light skin tone | woman in tux +๐Ÿคต๐Ÿผโ€โ™€๏ธ in tuxedo: medium-light skin tone +๐Ÿคต๐Ÿผโ€โ™€ in tuxedo: medium-light skin tone medium-light skin tone | tuxedo | woman | woman in tuxedo | woman in tuxedo: medium-light skin tone | woman in tux +๐Ÿคต๐Ÿฝโ€โ™€๏ธ in tuxedo: medium skin tone +๐Ÿคต๐Ÿฝโ€โ™€ in tuxedo: medium skin tone medium skin tone | tuxedo | woman | woman in tuxedo | woman in tuxedo: medium skin tone | woman in tux +๐Ÿคต๐Ÿพโ€โ™€๏ธ in tuxedo: medium-dark skin tone +๐Ÿคต๐Ÿพโ€โ™€ in tuxedo: medium-dark skin tone medium-dark skin tone | tuxedo | woman | woman in tuxedo | woman in tuxedo: medium-dark skin tone | woman in tux +๐Ÿคต๐Ÿฟโ€โ™€๏ธ in tuxedo: dark skin tone +๐Ÿคต๐Ÿฟโ€โ™€ in tuxedo: dark skin tone dark skin tone | tuxedo | woman | woman in tuxedo | woman in tuxedo: dark skin tone | woman in tux +๐Ÿ‘ฐ with veil bride | person | person with veil | veil | wedding +๐Ÿ‘ฐ๐Ÿป with veil: light skin tone bride | light skin tone | person | person with veil | person with veil: light skin tone | veil | wedding +๐Ÿ‘ฐ๐Ÿผ with veil: medium-light skin tone bride | medium-light skin tone | person | person with veil | person with veil: medium-light skin tone | veil | wedding +๐Ÿ‘ฐ๐Ÿฝ with veil: medium skin tone bride | medium skin tone | person | person with veil | person with veil: medium skin tone | veil | wedding +๐Ÿ‘ฐ๐Ÿพ with veil: medium-dark skin tone bride | medium-dark skin tone | person | person with veil | person with veil: medium-dark skin tone | veil | wedding +๐Ÿ‘ฐ๐Ÿฟ with veil: dark skin tone bride | dark skin tone | person | person with veil | person with veil: dark skin tone | veil | wedding +๐Ÿ‘ฐโ€โ™‚๏ธ with veil +๐Ÿ‘ฐโ€โ™‚ with veil man | man with veil | veil +๐Ÿ‘ฐ๐Ÿปโ€โ™‚๏ธ with veil: light skin tone +๐Ÿ‘ฐ๐Ÿปโ€โ™‚ with veil: light skin tone light skin tone | man | man with veil | man with veil: light skin tone | veil +๐Ÿ‘ฐ๐Ÿผโ€โ™‚๏ธ with veil: medium-light skin tone +๐Ÿ‘ฐ๐Ÿผโ€โ™‚ with veil: medium-light skin tone man | man with veil | man with veil: medium-light skin tone | medium-light skin tone | veil +๐Ÿ‘ฐ๐Ÿฝโ€โ™‚๏ธ with veil: medium skin tone +๐Ÿ‘ฐ๐Ÿฝโ€โ™‚ with veil: medium skin tone man | man with veil | man with veil: medium skin tone | medium skin tone | veil +๐Ÿ‘ฐ๐Ÿพโ€โ™‚๏ธ with veil: medium-dark skin tone +๐Ÿ‘ฐ๐Ÿพโ€โ™‚ with veil: medium-dark skin tone man | man with veil | man with veil: medium-dark skin tone | medium-dark skin tone | veil +๐Ÿ‘ฐ๐Ÿฟโ€โ™‚๏ธ with veil: dark skin tone +๐Ÿ‘ฐ๐Ÿฟโ€โ™‚ with veil: dark skin tone dark skin tone | man | man with veil | man with veil: dark skin tone | veil +๐Ÿ‘ฐโ€โ™€๏ธ with veil +๐Ÿ‘ฐโ€โ™€ with veil veil | woman | woman with veil | bride +๐Ÿ‘ฐ๐Ÿปโ€โ™€๏ธ with veil: light skin tone +๐Ÿ‘ฐ๐Ÿปโ€โ™€ with veil: light skin tone light skin tone | veil | woman | woman with veil | woman with veil: light skin tone | bride +๐Ÿ‘ฐ๐Ÿผโ€โ™€๏ธ with veil: medium-light skin tone +๐Ÿ‘ฐ๐Ÿผโ€โ™€ with veil: medium-light skin tone medium-light skin tone | veil | woman | woman with veil | woman with veil: medium-light skin tone | bride +๐Ÿ‘ฐ๐Ÿฝโ€โ™€๏ธ with veil: medium skin tone +๐Ÿ‘ฐ๐Ÿฝโ€โ™€ with veil: medium skin tone medium skin tone | veil | woman | woman with veil | woman with veil: medium skin tone | bride +๐Ÿ‘ฐ๐Ÿพโ€โ™€๏ธ with veil: medium-dark skin tone +๐Ÿ‘ฐ๐Ÿพโ€โ™€ with veil: medium-dark skin tone medium-dark skin tone | veil | woman | woman with veil | woman with veil: medium-dark skin tone | bride +๐Ÿ‘ฐ๐Ÿฟโ€โ™€๏ธ with veil: dark skin tone +๐Ÿ‘ฐ๐Ÿฟโ€โ™€ with veil: dark skin tone dark skin tone | veil | woman | woman with veil | woman with veil: dark skin tone | bride +๐Ÿคฐ woman pregnant | woman +๐Ÿคฐ๐Ÿป woman: light skin tone light skin tone | pregnant | pregnant woman: light skin tone | woman +๐Ÿคฐ๐Ÿผ woman: medium-light skin tone medium-light skin tone | pregnant | pregnant woman: medium-light skin tone | woman +๐Ÿคฐ๐Ÿฝ woman: medium skin tone medium skin tone | pregnant | pregnant woman: medium skin tone | woman +๐Ÿคฐ๐Ÿพ woman: medium-dark skin tone medium-dark skin tone | pregnant | pregnant woman: medium-dark skin tone | woman +๐Ÿคฐ๐Ÿฟ woman: dark skin tone dark skin tone | pregnant | pregnant woman: dark skin tone | woman +๐Ÿซƒ man belly | bloated | full | pregnant | pregnant man +๐Ÿซƒ๐Ÿป man: light skin tone belly | bloated | full | light skin tone | pregnant | pregnant man | pregnant man: light skin tone +๐Ÿซƒ๐Ÿผ man: medium-light skin tone belly | bloated | full | medium-light skin tone | pregnant | pregnant man | pregnant man: medium-light skin tone +๐Ÿซƒ๐Ÿฝ man: medium skin tone belly | bloated | full | medium skin tone | pregnant | pregnant man | pregnant man: medium skin tone +๐Ÿซƒ๐Ÿพ man: medium-dark skin tone belly | bloated | full | medium-dark skin tone | pregnant | pregnant man | pregnant man: medium-dark skin tone +๐Ÿซƒ๐Ÿฟ man: dark skin tone belly | bloated | dark skin tone | full | pregnant | pregnant man | pregnant man: dark skin tone +๐Ÿซ„ person belly | bloated | full | pregnant | pregnant person +๐Ÿซ„๐Ÿป person: light skin tone belly | bloated | full | light skin tone | pregnant | pregnant person | pregnant person: light skin tone +๐Ÿซ„๐Ÿผ person: medium-light skin tone belly | bloated | full | medium-light skin tone | pregnant | pregnant person | pregnant person: medium-light skin tone +๐Ÿซ„๐Ÿฝ person: medium skin tone belly | bloated | full | medium skin tone | pregnant | pregnant person | pregnant person: medium skin tone +๐Ÿซ„๐Ÿพ person: medium-dark skin tone belly | bloated | full | medium-dark skin tone | pregnant | pregnant person | pregnant person: medium-dark skin tone +๐Ÿซ„๐Ÿฟ person: dark skin tone belly | bloated | dark skin tone | full | pregnant | pregnant person | pregnant person: dark skin tone +๐Ÿคฑ baby | breast | breast-feeding | nursing +๐Ÿคฑ๐Ÿป light skin tone baby | breast | breast-feeding | breast-feeding: light skin tone | light skin tone | nursing +๐Ÿคฑ๐Ÿผ medium-light skin tone baby | breast | breast-feeding | breast-feeding: medium-light skin tone | medium-light skin tone | nursing +๐Ÿคฑ๐Ÿฝ medium skin tone baby | breast | breast-feeding | breast-feeding: medium skin tone | medium skin tone | nursing +๐Ÿคฑ๐Ÿพ medium-dark skin tone baby | breast | breast-feeding | breast-feeding: medium-dark skin tone | medium-dark skin tone | nursing +๐Ÿคฑ๐Ÿฟ dark skin tone baby | breast | breast-feeding | breast-feeding: dark skin tone | dark skin tone | nursing +๐Ÿ‘ฉโ€๐Ÿผ feeding baby baby | feeding | nursing | woman +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿผ feeding baby: light skin tone baby | feeding | light skin tone | nursing | woman | woman feeding baby: light skin tone +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿผ feeding baby: medium-light skin tone baby | feeding | medium-light skin tone | nursing | woman | woman feeding baby: medium-light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿผ feeding baby: medium skin tone baby | feeding | medium skin tone | nursing | woman | woman feeding baby: medium skin tone +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿผ feeding baby: medium-dark skin tone baby | feeding | medium-dark skin tone | nursing | woman | woman feeding baby: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿผ feeding baby: dark skin tone baby | dark skin tone | feeding | nursing | woman | woman feeding baby: dark skin tone +๐Ÿ‘จโ€๐Ÿผ feeding baby baby | feeding | man | nursing +๐Ÿ‘จ๐Ÿปโ€๐Ÿผ feeding baby: light skin tone baby | feeding | light skin tone | man | man feeding baby: light skin tone | nursing +๐Ÿ‘จ๐Ÿผโ€๐Ÿผ feeding baby: medium-light skin tone baby | feeding | man | man feeding baby: medium-light skin tone | medium-light skin tone | nursing +๐Ÿ‘จ๐Ÿฝโ€๐Ÿผ feeding baby: medium skin tone baby | feeding | man | man feeding baby: medium skin tone | medium skin tone | nursing +๐Ÿ‘จ๐Ÿพโ€๐Ÿผ feeding baby: medium-dark skin tone baby | feeding | man | man feeding baby: medium-dark skin tone | medium-dark skin tone | nursing +๐Ÿ‘จ๐Ÿฟโ€๐Ÿผ feeding baby: dark skin tone baby | dark skin tone | feeding | man | man feeding baby: dark skin tone | nursing +๐Ÿง‘โ€๐Ÿผ feeding baby baby | feeding | nursing | person +๐Ÿง‘๐Ÿปโ€๐Ÿผ feeding baby: light skin tone baby | feeding | light skin tone | nursing | person | person feeding baby: light skin tone +๐Ÿง‘๐Ÿผโ€๐Ÿผ feeding baby: medium-light skin tone baby | feeding | medium-light skin tone | nursing | person | person feeding baby: medium-light skin tone +๐Ÿง‘๐Ÿฝโ€๐Ÿผ feeding baby: medium skin tone baby | feeding | medium skin tone | nursing | person | person feeding baby: medium skin tone +๐Ÿง‘๐Ÿพโ€๐Ÿผ feeding baby: medium-dark skin tone baby | feeding | medium-dark skin tone | nursing | person | person feeding baby: medium-dark skin tone +๐Ÿง‘๐Ÿฟโ€๐Ÿผ feeding baby: dark skin tone baby | dark skin tone | feeding | nursing | person | person feeding baby: dark skin tone +๐Ÿ‘ผ angel angel | baby | face | fairy tale | fantasy +๐Ÿ‘ผ๐Ÿป angel: light skin tone angel | baby | baby angel: light skin tone | face | fairy tale | fantasy | light skin tone +๐Ÿ‘ผ๐Ÿผ angel: medium-light skin tone angel | baby | baby angel: medium-light skin tone | face | fairy tale | fantasy | medium-light skin tone +๐Ÿ‘ผ๐Ÿฝ angel: medium skin tone angel | baby | baby angel: medium skin tone | face | fairy tale | fantasy | medium skin tone +๐Ÿ‘ผ๐Ÿพ angel: medium-dark skin tone angel | baby | baby angel: medium-dark skin tone | face | fairy tale | fantasy | medium-dark skin tone +๐Ÿ‘ผ๐Ÿฟ angel: dark skin tone angel | baby | baby angel: dark skin tone | dark skin tone | face | fairy tale | fantasy +๐ŸŽ… Claus celebration | Christmas | claus | father | santa | Father Christmas | Santa | Santa Claus | Claus | Father +๐ŸŽ…๐Ÿป Claus: light skin tone celebration | Christmas | claus | father | light skin tone | santa | Santa Claus: light skin tone | Father Christmas | Santa | Santa Claus | Santa: light skin tone | Claus | Father +๐ŸŽ…๐Ÿผ Claus: medium-light skin tone celebration | Christmas | claus | father | medium-light skin tone | santa | Santa Claus: medium-light skin tone | Father Christmas | Santa | Santa Claus | Santa: medium-light skin tone | Claus | Father +๐ŸŽ…๐Ÿฝ Claus: medium skin tone celebration | Christmas | claus | father | medium skin tone | santa | Santa Claus: medium skin tone | Father Christmas | Santa | Santa Claus | Santa: medium skin tone | Claus | Father +๐ŸŽ…๐Ÿพ Claus: medium-dark skin tone celebration | Christmas | claus | father | medium-dark skin tone | santa | Santa Claus: medium-dark skin tone | Father Christmas | Santa | Santa Claus | Santa: medium-dark skin tone | Claus | Father +๐ŸŽ…๐Ÿฟ Claus: dark skin tone celebration | Christmas | claus | dark skin tone | father | santa | Santa Claus: dark skin tone | Father Christmas | Santa | Santa Claus | Santa: dark skin tone | Claus | Father +๐Ÿคถ Claus celebration | Christmas | claus | mother | Mrs. | Mrs Claus | Mrs Santa Claus | Mrs. Claus | Claus | Mother | Mrs +๐Ÿคถ๐Ÿป Claus: light skin tone celebration | Christmas | claus | light skin tone | mother | Mrs. | Mrs. Claus: light skin tone | Mrs Claus | Mrs Santa Claus | Mrs. Claus | Claus | Mother | Mrs | Mrs Claus: light skin tone +๐Ÿคถ๐Ÿผ Claus: medium-light skin tone celebration | Christmas | claus | medium-light skin tone | mother | Mrs. | Mrs. Claus: medium-light skin tone | Mrs Claus | Mrs Santa Claus | Mrs. Claus | Claus | Mother | Mrs | Mrs Claus: medium-light skin tone +๐Ÿคถ๐Ÿฝ Claus: medium skin tone celebration | Christmas | claus | medium skin tone | mother | Mrs. | Mrs. Claus: medium skin tone | Mrs Claus | Mrs Santa Claus | Mrs. Claus | Claus | Mother | Mrs | Mrs Claus: medium skin tone +๐Ÿคถ๐Ÿพ Claus: medium-dark skin tone celebration | Christmas | claus | medium-dark skin tone | mother | Mrs. | Mrs. Claus: medium-dark skin tone | Mrs Claus | Mrs Santa Claus | Mrs. Claus | Claus | Mother | Mrs | Mrs Claus: medium-dark skin tone +๐Ÿคถ๐Ÿฟ Claus: dark skin tone celebration | Christmas | claus | dark skin tone | mother | Mrs. | Mrs. Claus: dark skin tone | Mrs Claus | Mrs Santa Claus | Mrs. Claus | Claus | Mother | Mrs | Mrs Claus: dark skin tone +๐Ÿง‘โ€๐ŸŽ„ claus christmas | claus | mx claus | Christmas | Claus | Mx. Claus +๐Ÿง‘๐Ÿปโ€๐ŸŽ„ claus: light skin tone christmas | claus | light skin tone | mx claus | mx claus: light skin tone | Christmas | Claus | Mx. Claus | Mx. Claus: light skin tone +๐Ÿง‘๐Ÿผโ€๐ŸŽ„ claus: medium-light skin tone christmas | claus | medium-light skin tone | mx claus | mx claus: medium-light skin tone | Christmas | Claus | Mx. Claus | Mx. Claus: medium-light skin tone +๐Ÿง‘๐Ÿฝโ€๐ŸŽ„ claus: medium skin tone christmas | claus | medium skin tone | mx claus | mx claus: medium skin tone | Christmas | Claus | Mx. Claus | Mx. Claus: medium skin tone +๐Ÿง‘๐Ÿพโ€๐ŸŽ„ claus: medium-dark skin tone christmas | claus | medium-dark skin tone | mx claus | mx claus: medium-dark skin tone | Christmas | Claus | Mx. Claus | Mx. Claus: medium-dark skin tone +๐Ÿง‘๐Ÿฟโ€๐ŸŽ„ claus: dark skin tone christmas | claus | dark skin tone | mx claus | mx claus: dark skin tone | Christmas | Claus | Mx. Claus | Mx. Claus: dark skin tone +๐Ÿฆธ good | hero | heroine | superhero | superpower +๐Ÿฆธ๐Ÿป light skin tone good | hero | heroine | light skin tone | superhero | superhero: light skin tone | superpower +๐Ÿฆธ๐Ÿผ medium-light skin tone good | hero | heroine | medium-light skin tone | superhero | superhero: medium-light skin tone | superpower +๐Ÿฆธ๐Ÿฝ medium skin tone good | hero | heroine | medium skin tone | superhero | superhero: medium skin tone | superpower +๐Ÿฆธ๐Ÿพ medium-dark skin tone good | hero | heroine | medium-dark skin tone | superhero | superhero: medium-dark skin tone | superpower +๐Ÿฆธ๐Ÿฟ dark skin tone dark skin tone | good | hero | heroine | superhero | superhero: dark skin tone | superpower +๐Ÿฆธโ€โ™‚๏ธ superhero +๐Ÿฆธโ€โ™‚ superhero good | hero | man | man superhero | superpower +๐Ÿฆธ๐Ÿปโ€โ™‚๏ธ superhero: light skin tone +๐Ÿฆธ๐Ÿปโ€โ™‚ superhero: light skin tone good | hero | light skin tone | man | man superhero | man superhero: light skin tone | superpower +๐Ÿฆธ๐Ÿผโ€โ™‚๏ธ superhero: medium-light skin tone +๐Ÿฆธ๐Ÿผโ€โ™‚ superhero: medium-light skin tone good | hero | man | man superhero | man superhero: medium-light skin tone | medium-light skin tone | superpower +๐Ÿฆธ๐Ÿฝโ€โ™‚๏ธ superhero: medium skin tone +๐Ÿฆธ๐Ÿฝโ€โ™‚ superhero: medium skin tone good | hero | man | man superhero | man superhero: medium skin tone | medium skin tone | superpower +๐Ÿฆธ๐Ÿพโ€โ™‚๏ธ superhero: medium-dark skin tone +๐Ÿฆธ๐Ÿพโ€โ™‚ superhero: medium-dark skin tone good | hero | man | man superhero | man superhero: medium-dark skin tone | medium-dark skin tone | superpower +๐Ÿฆธ๐Ÿฟโ€โ™‚๏ธ superhero: dark skin tone +๐Ÿฆธ๐Ÿฟโ€โ™‚ superhero: dark skin tone dark skin tone | good | hero | man | man superhero | man superhero: dark skin tone | superpower +๐Ÿฆธโ€โ™€ superhero good | hero | heroine | superpower | woman | woman superhero +๐Ÿฆธ๐Ÿปโ€โ™€๏ธ superhero: light skin tone +๐Ÿฆธ๐Ÿปโ€โ™€ superhero: light skin tone good | hero | heroine | light skin tone | superpower | woman | woman superhero | woman superhero: light skin tone +๐Ÿฆธ๐Ÿผโ€โ™€๏ธ superhero: medium-light skin tone +๐Ÿฆธ๐Ÿผโ€โ™€ superhero: medium-light skin tone good | hero | heroine | medium-light skin tone | superpower | woman | woman superhero | woman superhero: medium-light skin tone +๐Ÿฆธ๐Ÿฝโ€โ™€๏ธ superhero: medium skin tone +๐Ÿฆธ๐Ÿฝโ€โ™€ superhero: medium skin tone good | hero | heroine | medium skin tone | superpower | woman | woman superhero | woman superhero: medium skin tone +๐Ÿฆธ๐Ÿพโ€โ™€๏ธ superhero: medium-dark skin tone +๐Ÿฆธ๐Ÿพโ€โ™€ superhero: medium-dark skin tone good | hero | heroine | medium-dark skin tone | superpower | woman | woman superhero | woman superhero: medium-dark skin tone +๐Ÿฆธ๐Ÿฟโ€โ™€๏ธ superhero: dark skin tone +๐Ÿฆธ๐Ÿฟโ€โ™€ superhero: dark skin tone dark skin tone | good | hero | heroine | superpower | woman | woman superhero | woman superhero: dark skin tone +๐Ÿฆน criminal | evil | superpower | supervillain | villain +๐Ÿฆน๐Ÿป light skin tone criminal | evil | light skin tone | superpower | supervillain | supervillain: light skin tone | villain +๐Ÿฆน๐Ÿผ medium-light skin tone criminal | evil | medium-light skin tone | superpower | supervillain | supervillain: medium-light skin tone | villain +๐Ÿฆน๐Ÿฝ medium skin tone criminal | evil | medium skin tone | superpower | supervillain | supervillain: medium skin tone | villain +๐Ÿฆน๐Ÿพ medium-dark skin tone criminal | evil | medium-dark skin tone | superpower | supervillain | supervillain: medium-dark skin tone | villain +๐Ÿฆน๐Ÿฟ dark skin tone criminal | dark skin tone | evil | superpower | supervillain | supervillain: dark skin tone | villain +๐Ÿฆนโ€โ™‚๏ธ supervillain +๐Ÿฆนโ€โ™‚ supervillain criminal | evil | man | man supervillain | superpower | villain +๐Ÿฆน๐Ÿปโ€โ™‚๏ธ supervillain: light skin tone +๐Ÿฆน๐Ÿปโ€โ™‚ supervillain: light skin tone criminal | evil | light skin tone | man | man supervillain | man supervillain: light skin tone | superpower | villain +๐Ÿฆน๐Ÿผโ€โ™‚๏ธ supervillain: medium-light skin tone +๐Ÿฆน๐Ÿผโ€โ™‚ supervillain: medium-light skin tone criminal | evil | man | man supervillain | man supervillain: medium-light skin tone | medium-light skin tone | superpower | villain +๐Ÿฆน๐Ÿฝโ€โ™‚๏ธ supervillain: medium skin tone +๐Ÿฆน๐Ÿฝโ€โ™‚ supervillain: medium skin tone criminal | evil | man | man supervillain | man supervillain: medium skin tone | medium skin tone | superpower | villain +๐Ÿฆน๐Ÿพโ€โ™‚๏ธ supervillain: medium-dark skin tone +๐Ÿฆน๐Ÿพโ€โ™‚ supervillain: medium-dark skin tone criminal | evil | man | man supervillain | man supervillain: medium-dark skin tone | medium-dark skin tone | superpower | villain +๐Ÿฆน๐Ÿฟโ€โ™‚๏ธ supervillain: dark skin tone +๐Ÿฆน๐Ÿฟโ€โ™‚ supervillain: dark skin tone criminal | dark skin tone | evil | man | man supervillain | man supervillain: dark skin tone | superpower | villain +๐Ÿฆนโ€โ™€๏ธ supervillain +๐Ÿฆนโ€โ™€ supervillain criminal | evil | superpower | villain | woman | woman supervillain +๐Ÿฆน๐Ÿปโ€โ™€๏ธ supervillain: light skin tone +๐Ÿฆน๐Ÿปโ€โ™€ supervillain: light skin tone criminal | evil | light skin tone | superpower | villain | woman | woman supervillain | woman supervillain: light skin tone +๐Ÿฆน๐Ÿผโ€โ™€๏ธ supervillain: medium-light skin tone +๐Ÿฆน๐Ÿผโ€โ™€ supervillain: medium-light skin tone criminal | evil | medium-light skin tone | superpower | villain | woman | woman supervillain | woman supervillain: medium-light skin tone +๐Ÿฆน๐Ÿฝโ€โ™€๏ธ supervillain: medium skin tone +๐Ÿฆน๐Ÿฝโ€โ™€ supervillain: medium skin tone criminal | evil | medium skin tone | superpower | villain | woman | woman supervillain | woman supervillain: medium skin tone +๐Ÿฆน๐Ÿพโ€โ™€๏ธ supervillain: medium-dark skin tone +๐Ÿฆน๐Ÿพโ€โ™€ supervillain: medium-dark skin tone criminal | evil | medium-dark skin tone | superpower | villain | woman | woman supervillain | woman supervillain: medium-dark skin tone +๐Ÿฆน๐Ÿฟโ€โ™€๏ธ supervillain: dark skin tone +๐Ÿฆน๐Ÿฟโ€โ™€ supervillain: dark skin tone criminal | dark skin tone | evil | superpower | villain | woman | woman supervillain | woman supervillain: dark skin tone +๐Ÿง™ mage | sorcerer | sorceress | witch | wizard +๐Ÿง™๐Ÿป light skin tone light skin tone | mage | mage: light skin tone | sorcerer | sorceress | witch | wizard +๐Ÿง™๐Ÿผ medium-light skin tone mage | mage: medium-light skin tone | medium-light skin tone | sorcerer | sorceress | witch | wizard +๐Ÿง™๐Ÿฝ medium skin tone mage | mage: medium skin tone | medium skin tone | sorcerer | sorceress | witch | wizard +๐Ÿง™๐Ÿพ medium-dark skin tone mage | mage: medium-dark skin tone | medium-dark skin tone | sorcerer | sorceress | witch | wizard +๐Ÿง™๐Ÿฟ dark skin tone dark skin tone | mage | mage: dark skin tone | sorcerer | sorceress | witch | wizard +๐Ÿง™โ€โ™‚๏ธ mage +๐Ÿง™โ€โ™‚ mage man mage | sorcerer | wizard +๐Ÿง™๐Ÿปโ€โ™‚๏ธ mage: light skin tone +๐Ÿง™๐Ÿปโ€โ™‚ mage: light skin tone light skin tone | man mage | man mage: light skin tone | sorcerer | wizard +๐Ÿง™๐Ÿผโ€โ™‚๏ธ mage: medium-light skin tone +๐Ÿง™๐Ÿผโ€โ™‚ mage: medium-light skin tone man mage | man mage: medium-light skin tone | medium-light skin tone | sorcerer | wizard +๐Ÿง™๐Ÿฝโ€โ™‚๏ธ mage: medium skin tone +๐Ÿง™๐Ÿฝโ€โ™‚ mage: medium skin tone man mage | man mage: medium skin tone | medium skin tone | sorcerer | wizard +๐Ÿง™๐Ÿพโ€โ™‚๏ธ mage: medium-dark skin tone +๐Ÿง™๐Ÿพโ€โ™‚ mage: medium-dark skin tone man mage | man mage: medium-dark skin tone | medium-dark skin tone | sorcerer | wizard +๐Ÿง™๐Ÿฟโ€โ™‚๏ธ mage: dark skin tone +๐Ÿง™๐Ÿฟโ€โ™‚ mage: dark skin tone dark skin tone | man mage | man mage: dark skin tone | sorcerer | wizard +๐Ÿง™โ€โ™€ mage sorceress | witch | woman mage +๐Ÿง™๐Ÿปโ€โ™€๏ธ mage: light skin tone +๐Ÿง™๐Ÿปโ€โ™€ mage: light skin tone light skin tone | sorceress | witch | woman mage | woman mage: light skin tone +๐Ÿง™๐Ÿผโ€โ™€๏ธ mage: medium-light skin tone +๐Ÿง™๐Ÿผโ€โ™€ mage: medium-light skin tone medium-light skin tone | sorceress | witch | woman mage | woman mage: medium-light skin tone +๐Ÿง™๐Ÿฝโ€โ™€๏ธ mage: medium skin tone +๐Ÿง™๐Ÿฝโ€โ™€ mage: medium skin tone medium skin tone | sorceress | witch | woman mage | woman mage: medium skin tone +๐Ÿง™๐Ÿพโ€โ™€๏ธ mage: medium-dark skin tone +๐Ÿง™๐Ÿพโ€โ™€ mage: medium-dark skin tone medium-dark skin tone | sorceress | witch | woman mage | woman mage: medium-dark skin tone +๐Ÿง™๐Ÿฟโ€โ™€๏ธ mage: dark skin tone +๐Ÿง™๐Ÿฟโ€โ™€ mage: dark skin tone dark skin tone | sorceress | witch | woman mage | woman mage: dark skin tone +๐Ÿงš fairy | Oberon | Puck | Titania +๐Ÿงš๐Ÿป light skin tone fairy | fairy: light skin tone | light skin tone | Oberon | Puck | Titania +๐Ÿงš๐Ÿผ medium-light skin tone fairy | fairy: medium-light skin tone | medium-light skin tone | Oberon | Puck | Titania +๐Ÿงš๐Ÿฝ medium skin tone fairy | fairy: medium skin tone | medium skin tone | Oberon | Puck | Titania +๐Ÿงš๐Ÿพ medium-dark skin tone fairy | fairy: medium-dark skin tone | medium-dark skin tone | Oberon | Puck | Titania +๐Ÿงš๐Ÿฟ dark skin tone dark skin tone | fairy | fairy: dark skin tone | Oberon | Puck | Titania +๐Ÿงšโ€โ™‚๏ธ fairy +๐Ÿงšโ€โ™‚ fairy man fairy | Oberon | Puck +๐Ÿงš๐Ÿปโ€โ™‚๏ธ fairy: light skin tone +๐Ÿงš๐Ÿปโ€โ™‚ fairy: light skin tone light skin tone | man fairy | man fairy: light skin tone | Oberon | Puck +๐Ÿงš๐Ÿผโ€โ™‚๏ธ fairy: medium-light skin tone +๐Ÿงš๐Ÿผโ€โ™‚ fairy: medium-light skin tone man fairy | man fairy: medium-light skin tone | medium-light skin tone | Oberon | Puck +๐Ÿงš๐Ÿฝโ€โ™‚๏ธ fairy: medium skin tone +๐Ÿงš๐Ÿฝโ€โ™‚ fairy: medium skin tone man fairy | man fairy: medium skin tone | medium skin tone | Oberon | Puck +๐Ÿงš๐Ÿพโ€โ™‚๏ธ fairy: medium-dark skin tone +๐Ÿงš๐Ÿพโ€โ™‚ fairy: medium-dark skin tone man fairy | man fairy: medium-dark skin tone | medium-dark skin tone | Oberon | Puck +๐Ÿงš๐Ÿฟโ€โ™‚๏ธ fairy: dark skin tone +๐Ÿงš๐Ÿฟโ€โ™‚ fairy: dark skin tone dark skin tone | man fairy | man fairy: dark skin tone | Oberon | Puck +๐Ÿงšโ€โ™€ fairy Titania | woman fairy +๐Ÿงš๐Ÿปโ€โ™€๏ธ fairy: light skin tone +๐Ÿงš๐Ÿปโ€โ™€ fairy: light skin tone light skin tone | Titania | woman fairy | woman fairy: light skin tone +๐Ÿงš๐Ÿผโ€โ™€๏ธ fairy: medium-light skin tone +๐Ÿงš๐Ÿผโ€โ™€ fairy: medium-light skin tone medium-light skin tone | Titania | woman fairy | woman fairy: medium-light skin tone +๐Ÿงš๐Ÿฝโ€โ™€๏ธ fairy: medium skin tone +๐Ÿงš๐Ÿฝโ€โ™€ fairy: medium skin tone medium skin tone | Titania | woman fairy | woman fairy: medium skin tone +๐Ÿงš๐Ÿพโ€โ™€๏ธ fairy: medium-dark skin tone +๐Ÿงš๐Ÿพโ€โ™€ fairy: medium-dark skin tone medium-dark skin tone | Titania | woman fairy | woman fairy: medium-dark skin tone +๐Ÿงš๐Ÿฟโ€โ™€๏ธ fairy: dark skin tone +๐Ÿงš๐Ÿฟโ€โ™€ fairy: dark skin tone dark skin tone | Titania | woman fairy | woman fairy: dark skin tone +๐Ÿง› Dracula | undead | vampire +๐Ÿง›๐Ÿป light skin tone Dracula | light skin tone | undead | vampire | vampire: light skin tone +๐Ÿง›๐Ÿผ medium-light skin tone Dracula | medium-light skin tone | undead | vampire | vampire: medium-light skin tone +๐Ÿง›๐Ÿฝ medium skin tone Dracula | medium skin tone | undead | vampire | vampire: medium skin tone +๐Ÿง›๐Ÿพ medium-dark skin tone Dracula | medium-dark skin tone | undead | vampire | vampire: medium-dark skin tone +๐Ÿง›๐Ÿฟ dark skin tone dark skin tone | Dracula | undead | vampire | vampire: dark skin tone +๐Ÿง›โ€โ™‚๏ธ vampire +๐Ÿง›โ€โ™‚ vampire Dracula | man vampire | undead +๐Ÿง›๐Ÿปโ€โ™‚๏ธ vampire: light skin tone +๐Ÿง›๐Ÿปโ€โ™‚ vampire: light skin tone Dracula | light skin tone | man vampire | man vampire: light skin tone | undead +๐Ÿง›๐Ÿผโ€โ™‚๏ธ vampire: medium-light skin tone +๐Ÿง›๐Ÿผโ€โ™‚ vampire: medium-light skin tone Dracula | man vampire | man vampire: medium-light skin tone | medium-light skin tone | undead +๐Ÿง›๐Ÿฝโ€โ™‚๏ธ vampire: medium skin tone +๐Ÿง›๐Ÿฝโ€โ™‚ vampire: medium skin tone Dracula | man vampire | man vampire: medium skin tone | medium skin tone | undead +๐Ÿง›๐Ÿพโ€โ™‚๏ธ vampire: medium-dark skin tone +๐Ÿง›๐Ÿพโ€โ™‚ vampire: medium-dark skin tone Dracula | man vampire | man vampire: medium-dark skin tone | medium-dark skin tone | undead +๐Ÿง›๐Ÿฟโ€โ™‚๏ธ vampire: dark skin tone +๐Ÿง›๐Ÿฟโ€โ™‚ vampire: dark skin tone dark skin tone | Dracula | man vampire | man vampire: dark skin tone | undead +๐Ÿง›โ€โ™€ vampire undead | woman vampire +๐Ÿง›๐Ÿปโ€โ™€๏ธ vampire: light skin tone +๐Ÿง›๐Ÿปโ€โ™€ vampire: light skin tone light skin tone | undead | woman vampire | woman vampire: light skin tone +๐Ÿง›๐Ÿผโ€โ™€๏ธ vampire: medium-light skin tone +๐Ÿง›๐Ÿผโ€โ™€ vampire: medium-light skin tone medium-light skin tone | undead | woman vampire | woman vampire: medium-light skin tone +๐Ÿง›๐Ÿฝโ€โ™€๏ธ vampire: medium skin tone +๐Ÿง›๐Ÿฝโ€โ™€ vampire: medium skin tone medium skin tone | undead | woman vampire | woman vampire: medium skin tone +๐Ÿง›๐Ÿพโ€โ™€๏ธ vampire: medium-dark skin tone +๐Ÿง›๐Ÿพโ€โ™€ vampire: medium-dark skin tone medium-dark skin tone | undead | woman vampire | woman vampire: medium-dark skin tone +๐Ÿง›๐Ÿฟโ€โ™€๏ธ vampire: dark skin tone +๐Ÿง›๐Ÿฟโ€โ™€ vampire: dark skin tone dark skin tone | undead | woman vampire | woman vampire: dark skin tone +๐Ÿงœ mermaid | merman | merperson | merwoman +๐Ÿงœ๐Ÿป light skin tone light skin tone | mermaid | merman | merperson | merperson: light skin tone | merwoman +๐Ÿงœ๐Ÿผ medium-light skin tone medium-light skin tone | mermaid | merman | merperson | merperson: medium-light skin tone | merwoman +๐Ÿงœ๐Ÿฝ medium skin tone medium skin tone | mermaid | merman | merperson | merperson: medium skin tone | merwoman +๐Ÿงœ๐Ÿพ medium-dark skin tone medium-dark skin tone | mermaid | merman | merperson | merperson: medium-dark skin tone | merwoman +๐Ÿงœ๐Ÿฟ dark skin tone dark skin tone | mermaid | merman | merperson | merperson: dark skin tone | merwoman +๐Ÿงœโ€โ™‚ merman | Triton +๐Ÿงœ๐Ÿปโ€โ™‚๏ธ light skin tone +๐Ÿงœ๐Ÿปโ€โ™‚ light skin tone light skin tone | merman | merman: light skin tone | Triton +๐Ÿงœ๐Ÿผโ€โ™‚๏ธ medium-light skin tone +๐Ÿงœ๐Ÿผโ€โ™‚ medium-light skin tone medium-light skin tone | merman | merman: medium-light skin tone | Triton +๐Ÿงœ๐Ÿฝโ€โ™‚๏ธ medium skin tone +๐Ÿงœ๐Ÿฝโ€โ™‚ medium skin tone medium skin tone | merman | merman: medium skin tone | Triton +๐Ÿงœ๐Ÿพโ€โ™‚๏ธ medium-dark skin tone +๐Ÿงœ๐Ÿพโ€โ™‚ medium-dark skin tone medium-dark skin tone | merman | merman: medium-dark skin tone | Triton +๐Ÿงœ๐Ÿฟโ€โ™‚๏ธ dark skin tone +๐Ÿงœ๐Ÿฟโ€โ™‚ dark skin tone dark skin tone | merman | merman: dark skin tone | Triton +๐Ÿงœโ€โ™€ mermaid | merwoman +๐Ÿงœ๐Ÿปโ€โ™€๏ธ light skin tone +๐Ÿงœ๐Ÿปโ€โ™€ light skin tone light skin tone | mermaid | mermaid: light skin tone | merwoman +๐Ÿงœ๐Ÿผโ€โ™€๏ธ medium-light skin tone +๐Ÿงœ๐Ÿผโ€โ™€ medium-light skin tone medium-light skin tone | mermaid | mermaid: medium-light skin tone | merwoman +๐Ÿงœ๐Ÿฝโ€โ™€๏ธ medium skin tone +๐Ÿงœ๐Ÿฝโ€โ™€ medium skin tone medium skin tone | mermaid | mermaid: medium skin tone | merwoman +๐Ÿงœ๐Ÿพโ€โ™€๏ธ medium-dark skin tone +๐Ÿงœ๐Ÿพโ€โ™€ medium-dark skin tone medium-dark skin tone | mermaid | mermaid: medium-dark skin tone | merwoman +๐Ÿงœ๐Ÿฟโ€โ™€๏ธ dark skin tone +๐Ÿงœ๐Ÿฟโ€โ™€ dark skin tone dark skin tone | mermaid | mermaid: dark skin tone | merwoman +๐Ÿง elf | magical +๐Ÿง๐Ÿป light skin tone elf | elf: light skin tone | light skin tone | magical +๐Ÿง๐Ÿผ medium-light skin tone elf | elf: medium-light skin tone | magical | medium-light skin tone +๐Ÿง๐Ÿฝ medium skin tone elf | elf: medium skin tone | magical | medium skin tone +๐Ÿง๐Ÿพ medium-dark skin tone elf | elf: medium-dark skin tone | magical | medium-dark skin tone +๐Ÿง๐Ÿฟ dark skin tone dark skin tone | elf | elf: dark skin tone | magical +๐Ÿงโ€โ™‚๏ธ elf +๐Ÿงโ€โ™‚ elf magical | man elf +๐Ÿง๐Ÿปโ€โ™‚๏ธ elf: light skin tone +๐Ÿง๐Ÿปโ€โ™‚ elf: light skin tone light skin tone | magical | man elf | man elf: light skin tone +๐Ÿง๐Ÿผโ€โ™‚๏ธ elf: medium-light skin tone +๐Ÿง๐Ÿผโ€โ™‚ elf: medium-light skin tone magical | man elf | man elf: medium-light skin tone | medium-light skin tone +๐Ÿง๐Ÿฝโ€โ™‚๏ธ elf: medium skin tone +๐Ÿง๐Ÿฝโ€โ™‚ elf: medium skin tone magical | man elf | man elf: medium skin tone | medium skin tone +๐Ÿง๐Ÿพโ€โ™‚๏ธ elf: medium-dark skin tone +๐Ÿง๐Ÿพโ€โ™‚ elf: medium-dark skin tone magical | man elf | man elf: medium-dark skin tone | medium-dark skin tone +๐Ÿง๐Ÿฟโ€โ™‚๏ธ elf: dark skin tone +๐Ÿง๐Ÿฟโ€โ™‚ elf: dark skin tone dark skin tone | magical | man elf | man elf: dark skin tone +๐Ÿงโ€โ™€ elf magical | woman elf +๐Ÿง๐Ÿปโ€โ™€๏ธ elf: light skin tone +๐Ÿง๐Ÿปโ€โ™€ elf: light skin tone light skin tone | magical | woman elf | woman elf: light skin tone +๐Ÿง๐Ÿผโ€โ™€๏ธ elf: medium-light skin tone +๐Ÿง๐Ÿผโ€โ™€ elf: medium-light skin tone magical | medium-light skin tone | woman elf | woman elf: medium-light skin tone +๐Ÿง๐Ÿฝโ€โ™€๏ธ elf: medium skin tone +๐Ÿง๐Ÿฝโ€โ™€ elf: medium skin tone magical | medium skin tone | woman elf | woman elf: medium skin tone +๐Ÿง๐Ÿพโ€โ™€๏ธ elf: medium-dark skin tone +๐Ÿง๐Ÿพโ€โ™€ elf: medium-dark skin tone magical | medium-dark skin tone | woman elf | woman elf: medium-dark skin tone +๐Ÿง๐Ÿฟโ€โ™€๏ธ elf: dark skin tone +๐Ÿง๐Ÿฟโ€โ™€ elf: dark skin tone dark skin tone | magical | woman elf | woman elf: dark skin tone +๐Ÿงž djinn | genie +๐Ÿงžโ€โ™‚๏ธ genie +๐Ÿงžโ€โ™‚ genie djinn | man genie +๐Ÿงžโ€โ™€๏ธ genie +๐Ÿงžโ€โ™€ genie djinn | woman genie +๐ŸงŸ undead | walking dead | zombie +๐ŸงŸโ€โ™‚๏ธ zombie +๐ŸงŸโ€โ™‚ zombie man zombie | undead | walking dead +๐ŸงŸโ€โ™€๏ธ zombie +๐ŸงŸโ€โ™€ zombie undead | walking dead | woman zombie +๐ŸงŒ fairy tale | fantasy | monster | troll +๐Ÿ’† getting massage face | massage | person getting massage | salon +๐Ÿ’†๐Ÿป getting massage: light skin tone face | light skin tone | massage | person getting massage | person getting massage: light skin tone | salon +๐Ÿ’†๐Ÿผ getting massage: medium-light skin tone face | massage | medium-light skin tone | person getting massage | person getting massage: medium-light skin tone | salon +๐Ÿ’†๐Ÿฝ getting massage: medium skin tone face | massage | medium skin tone | person getting massage | person getting massage: medium skin tone | salon +๐Ÿ’†๐Ÿพ getting massage: medium-dark skin tone face | massage | medium-dark skin tone | person getting massage | person getting massage: medium-dark skin tone | salon +๐Ÿ’†๐Ÿฟ getting massage: dark skin tone dark skin tone | face | massage | person getting massage | person getting massage: dark skin tone | salon +๐Ÿ’†โ€โ™‚๏ธ getting massage +๐Ÿ’†โ€โ™‚ getting massage face | man | man getting massage | massage +๐Ÿ’†๐Ÿปโ€โ™‚๏ธ getting massage: light skin tone +๐Ÿ’†๐Ÿปโ€โ™‚ getting massage: light skin tone face | light skin tone | man | man getting massage | man getting massage: light skin tone | massage +๐Ÿ’†๐Ÿผโ€โ™‚๏ธ getting massage: medium-light skin tone +๐Ÿ’†๐Ÿผโ€โ™‚ getting massage: medium-light skin tone face | man | man getting massage | man getting massage: medium-light skin tone | massage | medium-light skin tone +๐Ÿ’†๐Ÿฝโ€โ™‚๏ธ getting massage: medium skin tone +๐Ÿ’†๐Ÿฝโ€โ™‚ getting massage: medium skin tone face | man | man getting massage | man getting massage: medium skin tone | massage | medium skin tone +๐Ÿ’†๐Ÿพโ€โ™‚๏ธ getting massage: medium-dark skin tone +๐Ÿ’†๐Ÿพโ€โ™‚ getting massage: medium-dark skin tone face | man | man getting massage | man getting massage: medium-dark skin tone | massage | medium-dark skin tone +๐Ÿ’†๐Ÿฟโ€โ™‚๏ธ getting massage: dark skin tone +๐Ÿ’†๐Ÿฟโ€โ™‚ getting massage: dark skin tone dark skin tone | face | man | man getting massage | man getting massage: dark skin tone | massage +๐Ÿ’†โ€โ™€๏ธ getting massage +๐Ÿ’†โ€โ™€ getting massage face | massage | woman | woman getting massage +๐Ÿ’†๐Ÿปโ€โ™€๏ธ getting massage: light skin tone +๐Ÿ’†๐Ÿปโ€โ™€ getting massage: light skin tone face | light skin tone | massage | woman | woman getting massage | woman getting massage: light skin tone +๐Ÿ’†๐Ÿผโ€โ™€๏ธ getting massage: medium-light skin tone +๐Ÿ’†๐Ÿผโ€โ™€ getting massage: medium-light skin tone face | massage | medium-light skin tone | woman | woman getting massage | woman getting massage: medium-light skin tone +๐Ÿ’†๐Ÿฝโ€โ™€๏ธ getting massage: medium skin tone +๐Ÿ’†๐Ÿฝโ€โ™€ getting massage: medium skin tone face | massage | medium skin tone | woman | woman getting massage | woman getting massage: medium skin tone +๐Ÿ’†๐Ÿพโ€โ™€๏ธ getting massage: medium-dark skin tone +๐Ÿ’†๐Ÿพโ€โ™€ getting massage: medium-dark skin tone face | massage | medium-dark skin tone | woman | woman getting massage | woman getting massage: medium-dark skin tone +๐Ÿ’†๐Ÿฟโ€โ™€๏ธ getting massage: dark skin tone +๐Ÿ’†๐Ÿฟโ€โ™€ getting massage: dark skin tone dark skin tone | face | massage | woman | woman getting massage | woman getting massage: dark skin tone +๐Ÿ’‡ getting haircut barber | beauty | haircut | parlor | person getting haircut | parlour | salon +๐Ÿ’‡๐Ÿป getting haircut: light skin tone barber | beauty | haircut | light skin tone | parlor | person getting haircut | person getting haircut: light skin tone | parlour | salon +๐Ÿ’‡๐Ÿผ getting haircut: medium-light skin tone barber | beauty | haircut | medium-light skin tone | parlor | person getting haircut | person getting haircut: medium-light skin tone | parlour | salon +๐Ÿ’‡๐Ÿฝ getting haircut: medium skin tone barber | beauty | haircut | medium skin tone | parlor | person getting haircut | person getting haircut: medium skin tone | parlour | salon +๐Ÿ’‡๐Ÿพ getting haircut: medium-dark skin tone barber | beauty | haircut | medium-dark skin tone | parlor | person getting haircut | person getting haircut: medium-dark skin tone | parlour | salon +๐Ÿ’‡๐Ÿฟ getting haircut: dark skin tone barber | beauty | dark skin tone | haircut | parlor | person getting haircut | person getting haircut: dark skin tone | parlour | salon +๐Ÿ’‡โ€โ™‚๏ธ getting haircut +๐Ÿ’‡โ€โ™‚ getting haircut haircut | man | man getting haircut | hairdresser +๐Ÿ’‡๐Ÿปโ€โ™‚๏ธ getting haircut: light skin tone +๐Ÿ’‡๐Ÿปโ€โ™‚ getting haircut: light skin tone haircut | light skin tone | man | man getting haircut | man getting haircut: light skin tone | hairdresser +๐Ÿ’‡๐Ÿผโ€โ™‚๏ธ getting haircut: medium-light skin tone +๐Ÿ’‡๐Ÿผโ€โ™‚ getting haircut: medium-light skin tone haircut | man | man getting haircut | man getting haircut: medium-light skin tone | medium-light skin tone | hairdresser +๐Ÿ’‡๐Ÿฝโ€โ™‚๏ธ getting haircut: medium skin tone +๐Ÿ’‡๐Ÿฝโ€โ™‚ getting haircut: medium skin tone haircut | man | man getting haircut | man getting haircut: medium skin tone | medium skin tone | hairdresser +๐Ÿ’‡๐Ÿพโ€โ™‚๏ธ getting haircut: medium-dark skin tone +๐Ÿ’‡๐Ÿพโ€โ™‚ getting haircut: medium-dark skin tone haircut | man | man getting haircut | man getting haircut: medium-dark skin tone | medium-dark skin tone | hairdresser +๐Ÿ’‡๐Ÿฟโ€โ™‚๏ธ getting haircut: dark skin tone +๐Ÿ’‡๐Ÿฟโ€โ™‚ getting haircut: dark skin tone dark skin tone | haircut | man | man getting haircut | man getting haircut: dark skin tone | hairdresser +๐Ÿ’‡โ€โ™€๏ธ getting haircut +๐Ÿ’‡โ€โ™€ getting haircut haircut | woman | woman getting haircut | hairdresser +๐Ÿ’‡๐Ÿปโ€โ™€๏ธ getting haircut: light skin tone +๐Ÿ’‡๐Ÿปโ€โ™€ getting haircut: light skin tone haircut | light skin tone | woman | woman getting haircut | woman getting haircut: light skin tone | hairdresser +๐Ÿ’‡๐Ÿผโ€โ™€๏ธ getting haircut: medium-light skin tone +๐Ÿ’‡๐Ÿผโ€โ™€ getting haircut: medium-light skin tone haircut | medium-light skin tone | woman | woman getting haircut | woman getting haircut: medium-light skin tone | hairdresser +๐Ÿ’‡๐Ÿฝโ€โ™€๏ธ getting haircut: medium skin tone +๐Ÿ’‡๐Ÿฝโ€โ™€ getting haircut: medium skin tone haircut | medium skin tone | woman | woman getting haircut | woman getting haircut: medium skin tone | hairdresser +๐Ÿ’‡๐Ÿพโ€โ™€๏ธ getting haircut: medium-dark skin tone +๐Ÿ’‡๐Ÿพโ€โ™€ getting haircut: medium-dark skin tone haircut | medium-dark skin tone | woman | woman getting haircut | woman getting haircut: medium-dark skin tone | hairdresser +๐Ÿ’‡๐Ÿฟโ€โ™€๏ธ getting haircut: dark skin tone +๐Ÿ’‡๐Ÿฟโ€โ™€ getting haircut: dark skin tone dark skin tone | haircut | woman | woman getting haircut | woman getting haircut: dark skin tone | hairdresser +๐Ÿšถ walking hike | person walking | walk | walking +๐Ÿšถ๐Ÿป walking: light skin tone hike | light skin tone | person walking | person walking: light skin tone | walk | walking +๐Ÿšถ๐Ÿผ walking: medium-light skin tone hike | medium-light skin tone | person walking | person walking: medium-light skin tone | walk | walking +๐Ÿšถ๐Ÿฝ walking: medium skin tone hike | medium skin tone | person walking | person walking: medium skin tone | walk | walking +๐Ÿšถ๐Ÿพ walking: medium-dark skin tone hike | medium-dark skin tone | person walking | person walking: medium-dark skin tone | walk | walking +๐Ÿšถ๐Ÿฟ walking: dark skin tone dark skin tone | hike | person walking | person walking: dark skin tone | walk | walking +๐Ÿšถโ€โ™‚๏ธ walking +๐Ÿšถโ€โ™‚ walking hike | man | man walking | walk +๐Ÿšถ๐Ÿปโ€โ™‚๏ธ walking: light skin tone +๐Ÿšถ๐Ÿปโ€โ™‚ walking: light skin tone hike | light skin tone | man | man walking | man walking: light skin tone | walk +๐Ÿšถ๐Ÿผโ€โ™‚๏ธ walking: medium-light skin tone +๐Ÿšถ๐Ÿผโ€โ™‚ walking: medium-light skin tone hike | man | man walking | man walking: medium-light skin tone | medium-light skin tone | walk +๐Ÿšถ๐Ÿฝโ€โ™‚๏ธ walking: medium skin tone +๐Ÿšถ๐Ÿฝโ€โ™‚ walking: medium skin tone hike | man | man walking | man walking: medium skin tone | medium skin tone | walk +๐Ÿšถ๐Ÿพโ€โ™‚๏ธ walking: medium-dark skin tone +๐Ÿšถ๐Ÿพโ€โ™‚ walking: medium-dark skin tone hike | man | man walking | man walking: medium-dark skin tone | medium-dark skin tone | walk +๐Ÿšถ๐Ÿฟโ€โ™‚๏ธ walking: dark skin tone +๐Ÿšถ๐Ÿฟโ€โ™‚ walking: dark skin tone dark skin tone | hike | man | man walking | man walking: dark skin tone | walk +๐Ÿšถโ€โ™€๏ธ walking +๐Ÿšถโ€โ™€ walking hike | walk | woman | woman walking +๐Ÿšถ๐Ÿปโ€โ™€๏ธ walking: light skin tone +๐Ÿšถ๐Ÿปโ€โ™€ walking: light skin tone hike | light skin tone | walk | woman | woman walking | woman walking: light skin tone +๐Ÿšถ๐Ÿผโ€โ™€๏ธ walking: medium-light skin tone +๐Ÿšถ๐Ÿผโ€โ™€ walking: medium-light skin tone hike | medium-light skin tone | walk | woman | woman walking | woman walking: medium-light skin tone +๐Ÿšถ๐Ÿฝโ€โ™€๏ธ walking: medium skin tone +๐Ÿšถ๐Ÿฝโ€โ™€ walking: medium skin tone hike | medium skin tone | walk | woman | woman walking | woman walking: medium skin tone +๐Ÿšถ๐Ÿพโ€โ™€๏ธ walking: medium-dark skin tone +๐Ÿšถ๐Ÿพโ€โ™€ walking: medium-dark skin tone hike | medium-dark skin tone | walk | woman | woman walking | woman walking: medium-dark skin tone +๐Ÿšถ๐Ÿฟโ€โ™€๏ธ walking: dark skin tone +๐Ÿšถ๐Ÿฟโ€โ™€ walking: dark skin tone dark skin tone | hike | walk | woman | woman walking | woman walking: dark skin tone +๐Ÿšถโ€โžก๏ธ walking facing right +๐Ÿšถโ€โžก walking facing right hike | person walking | person walking facing right | walk | walking +๐Ÿšถ๐Ÿปโ€โžก๏ธ walking facing right: light skin tone +๐Ÿšถ๐Ÿปโ€โžก walking facing right: light skin tone hike | person walking | person walking facing right | walk | walking +๐Ÿšถ๐Ÿผโ€โžก๏ธ walking facing right: medium-light skin tone +๐Ÿšถ๐Ÿผโ€โžก walking facing right: medium-light skin tone hike | person walking | person walking facing right | walk | walking +๐Ÿšถ๐Ÿฝโ€โžก๏ธ walking facing right: medium skin tone +๐Ÿšถ๐Ÿฝโ€โžก walking facing right: medium skin tone hike | person walking | person walking facing right | walk | walking +๐Ÿšถ๐Ÿพโ€โžก๏ธ walking facing right: medium-dark skin tone +๐Ÿšถ๐Ÿพโ€โžก walking facing right: medium-dark skin tone hike | person walking | person walking facing right | walk | walking +๐Ÿšถ๐Ÿฟโ€โžก๏ธ walking facing right: dark skin tone +๐Ÿšถ๐Ÿฟโ€โžก walking facing right: dark skin tone hike | person walking | person walking facing right | walk | walking +๐Ÿšถโ€โ™€๏ธโ€โžก๏ธ walking facing right +๐Ÿšถโ€โ™€โ€โžก walking facing right hike | walk | woman | woman walking | woman walking facing right +๐Ÿšถ๐Ÿปโ€โ™€๏ธโ€โžก๏ธ walking facing right: light skin tone +๐Ÿšถ๐Ÿปโ€โ™€โ€โžก walking facing right: light skin tone hike | walk | woman | woman walking | woman walking facing right +๐Ÿšถ๐Ÿผโ€โ™€๏ธโ€โžก๏ธ walking facing right: medium-light skin tone +๐Ÿšถ๐Ÿผโ€โ™€โ€โžก walking facing right: medium-light skin tone hike | walk | woman | woman walking | woman walking facing right +๐Ÿšถ๐Ÿฝโ€โ™€๏ธโ€โžก๏ธ walking facing right: medium skin tone +๐Ÿšถ๐Ÿฝโ€โ™€โ€โžก walking facing right: medium skin tone hike | walk | woman | woman walking | woman walking facing right +๐Ÿšถ๐Ÿพโ€โ™€๏ธโ€โžก๏ธ walking facing right: medium-dark skin tone +๐Ÿšถ๐Ÿพโ€โ™€โ€โžก walking facing right: medium-dark skin tone hike | walk | woman | woman walking | woman walking facing right +๐Ÿšถ๐Ÿฟโ€โ™€๏ธโ€โžก๏ธ walking facing right: dark skin tone +๐Ÿšถ๐Ÿฟโ€โ™€โ€โžก walking facing right: dark skin tone hike | walk | woman | woman walking | woman walking facing right +๐Ÿšถโ€โ™‚๏ธโ€โžก๏ธ walking facing right +๐Ÿšถโ€โ™‚โ€โžก walking facing right hike | man | man walking | man walking facing right | walk +๐Ÿšถ๐Ÿปโ€โ™‚๏ธโ€โžก๏ธ walking facing right: light skin tone +๐Ÿšถ๐Ÿปโ€โ™‚โ€โžก walking facing right: light skin tone hike | man | man walking | man walking facing right | walk +๐Ÿšถ๐Ÿผโ€โ™‚๏ธโ€โžก๏ธ walking facing right: medium-light skin tone +๐Ÿšถ๐Ÿผโ€โ™‚โ€โžก walking facing right: medium-light skin tone hike | man | man walking | man walking facing right | walk +๐Ÿšถ๐Ÿฝโ€โ™‚๏ธโ€โžก๏ธ walking facing right: medium skin tone +๐Ÿšถ๐Ÿฝโ€โ™‚โ€โžก walking facing right: medium skin tone hike | man | man walking | man walking facing right | walk +๐Ÿšถ๐Ÿพโ€โ™‚๏ธโ€โžก๏ธ walking facing right: medium-dark skin tone +๐Ÿšถ๐Ÿพโ€โ™‚โ€โžก walking facing right: medium-dark skin tone hike | man | man walking | man walking facing right | walk +๐Ÿšถ๐Ÿฟโ€โ™‚๏ธโ€โžก๏ธ walking facing right: dark skin tone +๐Ÿšถ๐Ÿฟโ€โ™‚โ€โžก walking facing right: dark skin tone hike | man | man walking | man walking facing right | walk +๐Ÿง standing person standing | stand | standing +๐Ÿง๐Ÿป standing: light skin tone light skin tone | person standing | person standing: light skin tone | stand | standing +๐Ÿง๐Ÿผ standing: medium-light skin tone medium-light skin tone | person standing | person standing: medium-light skin tone | stand | standing +๐Ÿง๐Ÿฝ standing: medium skin tone medium skin tone | person standing | person standing: medium skin tone | stand | standing +๐Ÿง๐Ÿพ standing: medium-dark skin tone medium-dark skin tone | person standing | person standing: medium-dark skin tone | stand | standing +๐Ÿง๐Ÿฟ standing: dark skin tone dark skin tone | person standing | person standing: dark skin tone | stand | standing +๐Ÿงโ€โ™‚๏ธ standing +๐Ÿงโ€โ™‚ standing man | standing +๐Ÿง๐Ÿปโ€โ™‚๏ธ standing: light skin tone +๐Ÿง๐Ÿปโ€โ™‚ standing: light skin tone light skin tone | man | man standing: light skin tone | standing +๐Ÿง๐Ÿผโ€โ™‚๏ธ standing: medium-light skin tone +๐Ÿง๐Ÿผโ€โ™‚ standing: medium-light skin tone man | man standing: medium-light skin tone | medium-light skin tone | standing +๐Ÿง๐Ÿฝโ€โ™‚๏ธ standing: medium skin tone +๐Ÿง๐Ÿฝโ€โ™‚ standing: medium skin tone man | man standing: medium skin tone | medium skin tone | standing +๐Ÿง๐Ÿพโ€โ™‚๏ธ standing: medium-dark skin tone +๐Ÿง๐Ÿพโ€โ™‚ standing: medium-dark skin tone man | man standing: medium-dark skin tone | medium-dark skin tone | standing +๐Ÿง๐Ÿฟโ€โ™‚๏ธ standing: dark skin tone +๐Ÿง๐Ÿฟโ€โ™‚ standing: dark skin tone dark skin tone | man | man standing: dark skin tone | standing +๐Ÿงโ€โ™€๏ธ standing +๐Ÿงโ€โ™€ standing standing | woman +๐Ÿง๐Ÿปโ€โ™€๏ธ standing: light skin tone +๐Ÿง๐Ÿปโ€โ™€ standing: light skin tone light skin tone | standing | woman | woman standing: light skin tone +๐Ÿง๐Ÿผโ€โ™€๏ธ standing: medium-light skin tone +๐Ÿง๐Ÿผโ€โ™€ standing: medium-light skin tone medium-light skin tone | standing | woman | woman standing: medium-light skin tone +๐Ÿง๐Ÿฝโ€โ™€๏ธ standing: medium skin tone +๐Ÿง๐Ÿฝโ€โ™€ standing: medium skin tone medium skin tone | standing | woman | woman standing: medium skin tone +๐Ÿง๐Ÿพโ€โ™€๏ธ standing: medium-dark skin tone +๐Ÿง๐Ÿพโ€โ™€ standing: medium-dark skin tone medium-dark skin tone | standing | woman | woman standing: medium-dark skin tone +๐Ÿง๐Ÿฟโ€โ™€๏ธ standing: dark skin tone +๐Ÿง๐Ÿฟโ€โ™€ standing: dark skin tone dark skin tone | standing | woman | woman standing: dark skin tone +๐ŸงŽ kneeling kneel | kneeling | person kneeling +๐ŸงŽ๐Ÿป kneeling: light skin tone kneel | kneeling | light skin tone | person kneeling | person kneeling: light skin tone +๐ŸงŽ๐Ÿผ kneeling: medium-light skin tone kneel | kneeling | medium-light skin tone | person kneeling | person kneeling: medium-light skin tone +๐ŸงŽ๐Ÿฝ kneeling: medium skin tone kneel | kneeling | medium skin tone | person kneeling | person kneeling: medium skin tone +๐ŸงŽ๐Ÿพ kneeling: medium-dark skin tone kneel | kneeling | medium-dark skin tone | person kneeling | person kneeling: medium-dark skin tone +๐ŸงŽ๐Ÿฟ kneeling: dark skin tone dark skin tone | kneel | kneeling | person kneeling | person kneeling: dark skin tone +๐ŸงŽโ€โ™‚๏ธ kneeling +๐ŸงŽโ€โ™‚ kneeling kneeling | man +๐ŸงŽ๐Ÿปโ€โ™‚๏ธ kneeling: light skin tone +๐ŸงŽ๐Ÿปโ€โ™‚ kneeling: light skin tone kneeling | light skin tone | man | man kneeling: light skin tone +๐ŸงŽ๐Ÿผโ€โ™‚๏ธ kneeling: medium-light skin tone +๐ŸงŽ๐Ÿผโ€โ™‚ kneeling: medium-light skin tone kneeling | man | man kneeling: medium-light skin tone | medium-light skin tone +๐ŸงŽ๐Ÿฝโ€โ™‚๏ธ kneeling: medium skin tone +๐ŸงŽ๐Ÿฝโ€โ™‚ kneeling: medium skin tone kneeling | man | man kneeling: medium skin tone | medium skin tone +๐ŸงŽ๐Ÿพโ€โ™‚๏ธ kneeling: medium-dark skin tone +๐ŸงŽ๐Ÿพโ€โ™‚ kneeling: medium-dark skin tone kneeling | man | man kneeling: medium-dark skin tone | medium-dark skin tone +๐ŸงŽ๐Ÿฟโ€โ™‚๏ธ kneeling: dark skin tone +๐ŸงŽ๐Ÿฟโ€โ™‚ kneeling: dark skin tone dark skin tone | kneeling | man | man kneeling: dark skin tone +๐ŸงŽโ€โ™€๏ธ kneeling +๐ŸงŽโ€โ™€ kneeling kneeling | woman +๐ŸงŽ๐Ÿปโ€โ™€๏ธ kneeling: light skin tone +๐ŸงŽ๐Ÿปโ€โ™€ kneeling: light skin tone kneeling | light skin tone | woman | woman kneeling: light skin tone +๐ŸงŽ๐Ÿผโ€โ™€๏ธ kneeling: medium-light skin tone +๐ŸงŽ๐Ÿผโ€โ™€ kneeling: medium-light skin tone kneeling | medium-light skin tone | woman | woman kneeling: medium-light skin tone +๐ŸงŽ๐Ÿฝโ€โ™€๏ธ kneeling: medium skin tone +๐ŸงŽ๐Ÿฝโ€โ™€ kneeling: medium skin tone kneeling | medium skin tone | woman | woman kneeling: medium skin tone +๐ŸงŽ๐Ÿพโ€โ™€๏ธ kneeling: medium-dark skin tone +๐ŸงŽ๐Ÿพโ€โ™€ kneeling: medium-dark skin tone kneeling | medium-dark skin tone | woman | woman kneeling: medium-dark skin tone +๐ŸงŽ๐Ÿฟโ€โ™€๏ธ kneeling: dark skin tone +๐ŸงŽ๐Ÿฟโ€โ™€ kneeling: dark skin tone dark skin tone | kneeling | woman | woman kneeling: dark skin tone +๐ŸงŽโ€โžก๏ธ kneeling facing right +๐ŸงŽโ€โžก kneeling facing right kneel | kneeling | person kneeling | person kneeling facing right +๐ŸงŽ๐Ÿปโ€โžก๏ธ kneeling facing right: light skin tone +๐ŸงŽ๐Ÿปโ€โžก kneeling facing right: light skin tone kneel | kneeling | person kneeling | person kneeling facing right +๐ŸงŽ๐Ÿผโ€โžก๏ธ kneeling facing right: medium-light skin tone +๐ŸงŽ๐Ÿผโ€โžก kneeling facing right: medium-light skin tone kneel | kneeling | person kneeling | person kneeling facing right +๐ŸงŽ๐Ÿฝโ€โžก๏ธ kneeling facing right: medium skin tone +๐ŸงŽ๐Ÿฝโ€โžก kneeling facing right: medium skin tone kneel | kneeling | person kneeling | person kneeling facing right +๐ŸงŽ๐Ÿพโ€โžก๏ธ kneeling facing right: medium-dark skin tone +๐ŸงŽ๐Ÿพโ€โžก kneeling facing right: medium-dark skin tone kneel | kneeling | person kneeling | person kneeling facing right +๐ŸงŽ๐Ÿฟโ€โžก๏ธ kneeling facing right: dark skin tone +๐ŸงŽ๐Ÿฟโ€โžก kneeling facing right: dark skin tone kneel | kneeling | person kneeling | person kneeling facing right +๐ŸงŽโ€โ™€๏ธโ€โžก๏ธ kneeling facing right +๐ŸงŽโ€โ™€โ€โžก kneeling facing right kneeling | woman | woman kneeling facing right +๐ŸงŽ๐Ÿปโ€โ™€๏ธโ€โžก๏ธ kneeling facing right: light skin tone +๐ŸงŽ๐Ÿปโ€โ™€โ€โžก kneeling facing right: light skin tone kneeling | woman | woman kneeling facing right +๐ŸงŽ๐Ÿผโ€โ™€๏ธโ€โžก๏ธ kneeling facing right: medium-light skin tone +๐ŸงŽ๐Ÿผโ€โ™€โ€โžก kneeling facing right: medium-light skin tone kneeling | woman | woman kneeling facing right +๐ŸงŽ๐Ÿฝโ€โ™€๏ธโ€โžก๏ธ kneeling facing right: medium skin tone +๐ŸงŽ๐Ÿฝโ€โ™€โ€โžก kneeling facing right: medium skin tone kneeling | woman | woman kneeling facing right +๐ŸงŽ๐Ÿพโ€โ™€๏ธโ€โžก๏ธ kneeling facing right: medium-dark skin tone +๐ŸงŽ๐Ÿพโ€โ™€โ€โžก kneeling facing right: medium-dark skin tone kneeling | woman | woman kneeling facing right +๐ŸงŽ๐Ÿฟโ€โ™€๏ธโ€โžก๏ธ kneeling facing right: dark skin tone +๐ŸงŽ๐Ÿฟโ€โ™€โ€โžก kneeling facing right: dark skin tone kneeling | woman | woman kneeling facing right +๐ŸงŽโ€โ™‚๏ธโ€โžก๏ธ kneeling facing right +๐ŸงŽโ€โ™‚โ€โžก kneeling facing right kneeling | man | man kneeling facing right +๐ŸงŽ๐Ÿปโ€โ™‚๏ธโ€โžก๏ธ kneeling facing right: light skin tone +๐ŸงŽ๐Ÿปโ€โ™‚โ€โžก kneeling facing right: light skin tone kneeling | man | man kneeling facing right +๐ŸงŽ๐Ÿผโ€โ™‚๏ธโ€โžก๏ธ kneeling facing right: medium-light skin tone +๐ŸงŽ๐Ÿผโ€โ™‚โ€โžก kneeling facing right: medium-light skin tone kneeling | man | man kneeling facing right +๐ŸงŽ๐Ÿฝโ€โ™‚๏ธโ€โžก๏ธ kneeling facing right: medium skin tone +๐ŸงŽ๐Ÿฝโ€โ™‚โ€โžก kneeling facing right: medium skin tone kneeling | man | man kneeling facing right +๐ŸงŽ๐Ÿพโ€โ™‚๏ธโ€โžก๏ธ kneeling facing right: medium-dark skin tone +๐ŸงŽ๐Ÿพโ€โ™‚โ€โžก kneeling facing right: medium-dark skin tone kneeling | man | man kneeling facing right +๐ŸงŽ๐Ÿฟโ€โ™‚๏ธโ€โžก๏ธ kneeling facing right: dark skin tone +๐ŸงŽ๐Ÿฟโ€โ™‚โ€โžก kneeling facing right: dark skin tone kneeling | man | man kneeling facing right +๐Ÿง‘โ€๐Ÿฆฏ with white cane accessibility | blind | person with white cane | person with guide cane | person with long mobility cane +๐Ÿง‘๐Ÿปโ€๐Ÿฆฏ with white cane: light skin tone accessibility | blind | light skin tone | person with white cane | person with white cane: light skin tone | person with guide cane | person with guide cane: light skin tone | person with long mobility cane | person with long mobility cane: light skin tone +๐Ÿง‘๐Ÿผโ€๐Ÿฆฏ with white cane: medium-light skin tone accessibility | blind | medium-light skin tone | person with white cane | person with white cane: medium-light skin tone | person with guide cane | person with guide cane: medium-light skin tone | person with long mobility cane | person with long mobility cane: medium-light skin tone +๐Ÿง‘๐Ÿฝโ€๐Ÿฆฏ with white cane: medium skin tone accessibility | blind | medium skin tone | person with white cane | person with white cane: medium skin tone | person with guide cane | person with guide cane: medium skin tone | person with long mobility cane | person with long mobility cane: medium skin tone +๐Ÿง‘๐Ÿพโ€๐Ÿฆฏ with white cane: medium-dark skin tone accessibility | blind | medium-dark skin tone | person with white cane | person with white cane: medium-dark skin tone | person with guide cane | person with guide cane: medium-dark skin tone | person with long mobility cane | person with long mobility cane: medium-dark skin tone +๐Ÿง‘๐Ÿฟโ€๐Ÿฆฏ with white cane: dark skin tone accessibility | blind | dark skin tone | person with white cane | person with white cane: dark skin tone | person with guide cane | person with guide cane: dark skin tone | person with long mobility cane | person with long mobility cane: dark skin tone +๐Ÿง‘โ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right +๐Ÿง‘โ€๐Ÿฆฏโ€โžก with white cane facing right accessibility | blind | person with white cane | person with white cane facing right | person with guide cane | person with guide cane facing right | person with long mobility cane | person with long mobility cane facing right +๐Ÿง‘๐Ÿปโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: light skin tone +๐Ÿง‘๐Ÿปโ€๐Ÿฆฏโ€โžก with white cane facing right: light skin tone accessibility | blind | person with white cane | person with white cane facing right | person with guide cane | person with guide cane facing right | person with long mobility cane | person with long mobility cane facing right +๐Ÿง‘๐Ÿผโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: medium-light skin tone +๐Ÿง‘๐Ÿผโ€๐Ÿฆฏโ€โžก with white cane facing right: medium-light skin tone accessibility | blind | person with white cane | person with white cane facing right | person with guide cane | person with guide cane facing right | person with long mobility cane | person with long mobility cane facing right +๐Ÿง‘๐Ÿฝโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: medium skin tone +๐Ÿง‘๐Ÿฝโ€๐Ÿฆฏโ€โžก with white cane facing right: medium skin tone accessibility | blind | person with white cane | person with white cane facing right | person with guide cane | person with guide cane facing right | person with long mobility cane | person with long mobility cane facing right +๐Ÿง‘๐Ÿพโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: medium-dark skin tone +๐Ÿง‘๐Ÿพโ€๐Ÿฆฏโ€โžก with white cane facing right: medium-dark skin tone accessibility | blind | person with white cane | person with white cane facing right | person with guide cane | person with guide cane facing right | person with long mobility cane | person with long mobility cane facing right +๐Ÿง‘๐Ÿฟโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: dark skin tone +๐Ÿง‘๐Ÿฟโ€๐Ÿฆฏโ€โžก with white cane facing right: dark skin tone accessibility | blind | person with white cane | person with white cane facing right | person with guide cane | person with guide cane facing right | person with long mobility cane | person with long mobility cane facing right +๐Ÿ‘จโ€๐Ÿฆฏ with white cane accessibility | blind | man | man with white cane | man with guide cane +๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฏ with white cane: light skin tone accessibility | blind | light skin tone | man | man with white cane | man with white cane: light skin tone | man with guide cane | man with guide cane: light skin tone +๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฏ with white cane: medium-light skin tone accessibility | blind | man | man with white cane | man with white cane: medium-light skin tone | medium-light skin tone | man with guide cane | man with guide cane: medium-light skin tone +๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฏ with white cane: medium skin tone accessibility | blind | man | man with white cane | man with white cane: medium skin tone | medium skin tone | man with guide cane | man with guide cane: medium skin tone +๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฏ with white cane: medium-dark skin tone accessibility | blind | man | man with white cane | man with white cane: medium-dark skin tone | medium-dark skin tone | man with guide cane | man with guide cane: medium-dark skin tone +๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฏ with white cane: dark skin tone accessibility | blind | dark skin tone | man | man with white cane | man with white cane: dark skin tone | man with guide cane | man with guide cane: dark skin tone +๐Ÿ‘จโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right +๐Ÿ‘จโ€๐Ÿฆฏโ€โžก with white cane facing right accessibility | blind | man | man with white cane | man with white cane facing right | man with guide cane | man with guide cane facing right +๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: light skin tone +๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฏโ€โžก with white cane facing right: light skin tone accessibility | blind | man | man with white cane | man with white cane facing right | man with guide cane | man with guide cane facing right +๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: medium-light skin tone +๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฏโ€โžก with white cane facing right: medium-light skin tone accessibility | blind | man | man with white cane | man with white cane facing right | man with guide cane | man with guide cane facing right +๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: medium skin tone +๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฏโ€โžก with white cane facing right: medium skin tone accessibility | blind | man | man with white cane | man with white cane facing right | man with guide cane | man with guide cane facing right +๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: medium-dark skin tone +๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฏโ€โžก with white cane facing right: medium-dark skin tone accessibility | blind | man | man with white cane | man with white cane facing right | man with guide cane | man with guide cane facing right +๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: dark skin tone +๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฏโ€โžก with white cane facing right: dark skin tone accessibility | blind | man | man with white cane | man with white cane facing right | man with guide cane | man with guide cane facing right +๐Ÿ‘ฉโ€๐Ÿฆฏ with white cane accessibility | blind | woman | woman with white cane | woman with guide cane +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฏ with white cane: light skin tone accessibility | blind | light skin tone | woman | woman with white cane | woman with white cane: light skin tone | woman with guide cane | woman with guide cane: light skin tone +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฏ with white cane: medium-light skin tone accessibility | blind | medium-light skin tone | woman | woman with white cane | woman with white cane: medium-light skin tone | woman with guide cane | woman with guide cane: medium-light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฏ with white cane: medium skin tone accessibility | blind | medium skin tone | woman | woman with white cane | woman with white cane: medium skin tone | woman with guide cane | woman with guide cane: medium skin tone +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฏ with white cane: medium-dark skin tone accessibility | blind | medium-dark skin tone | woman | woman with white cane | woman with white cane: medium-dark skin tone | woman with guide cane | woman with guide cane: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฏ with white cane: dark skin tone accessibility | blind | dark skin tone | woman | woman with white cane | woman with white cane: dark skin tone | woman with guide cane | woman with guide cane: dark skin tone +๐Ÿ‘ฉโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right +๐Ÿ‘ฉโ€๐Ÿฆฏโ€โžก with white cane facing right accessibility | blind | woman | woman with white cane | woman with white cane facing right | woman with guide cane | woman with guide cane facing right +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: light skin tone +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฏโ€โžก with white cane facing right: light skin tone accessibility | blind | woman | woman with white cane | woman with white cane facing right | woman with guide cane | woman with guide cane facing right +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: medium-light skin tone +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฏโ€โžก with white cane facing right: medium-light skin tone accessibility | blind | woman | woman with white cane | woman with white cane facing right | woman with guide cane | woman with guide cane facing right +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: medium skin tone +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฏโ€โžก with white cane facing right: medium skin tone accessibility | blind | woman | woman with white cane | woman with white cane facing right | woman with guide cane | woman with guide cane facing right +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฏโ€โžก with white cane facing right: medium-dark skin tone accessibility | blind | woman | woman with white cane | woman with white cane facing right | woman with guide cane | woman with guide cane facing right +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฏโ€โžก with white cane facing right: dark skin tone accessibility | blind | woman | woman with white cane | woman with white cane facing right | woman with guide cane | woman with guide cane facing right +๐Ÿง‘โ€๐Ÿฆผ in motorized wheelchair accessibility | person in motorized wheelchair | wheelchair | person in powered wheelchair | electric wheelchair | person in motorised wheelchair +๐Ÿง‘๐Ÿปโ€๐Ÿฆผ in motorized wheelchair: light skin tone accessibility | light skin tone | person in motorized wheelchair | person in motorized wheelchair: light skin tone | wheelchair | person in powered wheelchair | person in powered wheelchair: light skin tone | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair: light skin tone +๐Ÿง‘๐Ÿผโ€๐Ÿฆผ in motorized wheelchair: medium-light skin tone accessibility | medium-light skin tone | person in motorized wheelchair | person in motorized wheelchair: medium-light skin tone | wheelchair | person in powered wheelchair | person in powered wheelchair: medium-light skin tone | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair: medium-light skin tone +๐Ÿง‘๐Ÿฝโ€๐Ÿฆผ in motorized wheelchair: medium skin tone accessibility | medium skin tone | person in motorized wheelchair | person in motorized wheelchair: medium skin tone | wheelchair | person in powered wheelchair | person in powered wheelchair: medium skin tone | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair: medium skin tone +๐Ÿง‘๐Ÿพโ€๐Ÿฆผ in motorized wheelchair: medium-dark skin tone accessibility | medium-dark skin tone | person in motorized wheelchair | person in motorized wheelchair: medium-dark skin tone | wheelchair | person in powered wheelchair | person in powered wheelchair: medium-dark skin tone | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair: medium-dark skin tone +๐Ÿง‘๐Ÿฟโ€๐Ÿฆผ in motorized wheelchair: dark skin tone accessibility | dark skin tone | person in motorized wheelchair | person in motorized wheelchair: dark skin tone | wheelchair | person in powered wheelchair | person in powered wheelchair: dark skin tone | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair: dark skin tone +๐Ÿง‘โ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right +๐Ÿง‘โ€๐Ÿฆผโ€โžก in motorized wheelchair facing right accessibility | person in motorized wheelchair | person in motorized wheelchair facing right | wheelchair | person in powered wheelchair | person in powered wheelchair facing right | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair facing right +๐Ÿง‘๐Ÿปโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: light skin tone +๐Ÿง‘๐Ÿปโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: light skin tone accessibility | person in motorized wheelchair | person in motorized wheelchair facing right | wheelchair | person in powered wheelchair | person in powered wheelchair facing right | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair facing right +๐Ÿง‘๐Ÿผโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: medium-light skin tone +๐Ÿง‘๐Ÿผโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: medium-light skin tone accessibility | person in motorized wheelchair | person in motorized wheelchair facing right | wheelchair | person in powered wheelchair | person in powered wheelchair facing right | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair facing right +๐Ÿง‘๐Ÿฝโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: medium skin tone +๐Ÿง‘๐Ÿฝโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: medium skin tone accessibility | person in motorized wheelchair | person in motorized wheelchair facing right | wheelchair | person in powered wheelchair | person in powered wheelchair facing right | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair facing right +๐Ÿง‘๐Ÿพโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: medium-dark skin tone +๐Ÿง‘๐Ÿพโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: medium-dark skin tone accessibility | person in motorized wheelchair | person in motorized wheelchair facing right | wheelchair | person in powered wheelchair | person in powered wheelchair facing right | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair facing right +๐Ÿง‘๐Ÿฟโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: dark skin tone +๐Ÿง‘๐Ÿฟโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: dark skin tone accessibility | person in motorized wheelchair | person in motorized wheelchair facing right | wheelchair | person in powered wheelchair | person in powered wheelchair facing right | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair facing right +๐Ÿ‘จโ€๐Ÿฆผ in motorized wheelchair accessibility | man | man in motorized wheelchair | wheelchair | man in powered wheelchair | electric wheelchair | man in motorised wheelchair +๐Ÿ‘จ๐Ÿปโ€๐Ÿฆผ in motorized wheelchair: light skin tone accessibility | light skin tone | man | man in motorized wheelchair | man in motorized wheelchair: light skin tone | wheelchair | man in powered wheelchair | man in powered wheelchair: light skin tone | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair: light skin tone +๐Ÿ‘จ๐Ÿผโ€๐Ÿฆผ in motorized wheelchair: medium-light skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair: medium-light skin tone | medium-light skin tone | wheelchair | man in powered wheelchair | man in powered wheelchair: medium-light skin tone | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair: medium-light skin tone +๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆผ in motorized wheelchair: medium skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair: medium skin tone | medium skin tone | wheelchair | man in powered wheelchair | man in powered wheelchair: medium skin tone | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair: medium skin tone +๐Ÿ‘จ๐Ÿพโ€๐Ÿฆผ in motorized wheelchair: medium-dark skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair: medium-dark skin tone | medium-dark skin tone | wheelchair | man in powered wheelchair | man in powered wheelchair: medium-dark skin tone | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair: medium-dark skin tone +๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆผ in motorized wheelchair: dark skin tone accessibility | dark skin tone | man | man in motorized wheelchair | man in motorized wheelchair: dark skin tone | wheelchair | man in powered wheelchair | man in powered wheelchair: dark skin tone | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair: dark skin tone +๐Ÿ‘จโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right +๐Ÿ‘จโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right accessibility | man | man in motorized wheelchair | man in motorized wheelchair facing right | wheelchair | man in powered wheelchair | man in powered wheelchair facing right | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair facing right +๐Ÿ‘จ๐Ÿปโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: light skin tone +๐Ÿ‘จ๐Ÿปโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: light skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair facing right | wheelchair | man in powered wheelchair | man in powered wheelchair facing right | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair facing right +๐Ÿ‘จ๐Ÿผโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: medium-light skin tone +๐Ÿ‘จ๐Ÿผโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: medium-light skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair facing right | wheelchair | man in powered wheelchair | man in powered wheelchair facing right | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair facing right +๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: medium skin tone +๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: medium skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair facing right | wheelchair | man in powered wheelchair | man in powered wheelchair facing right | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair facing right +๐Ÿ‘จ๐Ÿพโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: medium-dark skin tone +๐Ÿ‘จ๐Ÿพโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: medium-dark skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair facing right | wheelchair | man in powered wheelchair | man in powered wheelchair facing right | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair facing right +๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: dark skin tone +๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: dark skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair facing right | wheelchair | man in powered wheelchair | man in powered wheelchair facing right | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair facing right +๐Ÿ‘ฉโ€๐Ÿฆผ in motorized wheelchair accessibility | wheelchair | woman | woman in motorized wheelchair | woman in powered wheelchair | electric wheelchair | woman in motorised wheelchair +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆผ in motorized wheelchair: light skin tone accessibility | light skin tone | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair: light skin tone | woman in powered wheelchair | woman in powered wheelchair: light skin tone | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair: light skin tone +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆผ in motorized wheelchair: medium-light skin tone accessibility | medium-light skin tone | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair: medium-light skin tone | woman in powered wheelchair | woman in powered wheelchair: medium-light skin tone | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair: medium-light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆผ in motorized wheelchair: medium skin tone accessibility | medium skin tone | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair: medium skin tone | woman in powered wheelchair | woman in powered wheelchair: medium skin tone | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair: medium skin tone +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆผ in motorized wheelchair: medium-dark skin tone accessibility | medium-dark skin tone | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair: medium-dark skin tone | woman in powered wheelchair | woman in powered wheelchair: medium-dark skin tone | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆผ in motorized wheelchair: dark skin tone accessibility | dark skin tone | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair: dark skin tone | woman in powered wheelchair | woman in powered wheelchair: dark skin tone | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair: dark skin tone +๐Ÿ‘ฉโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right +๐Ÿ‘ฉโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right accessibility | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair facing right | woman in powered wheelchair | woman in powered wheelchair facing right | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair facing right +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: light skin tone +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: light skin tone accessibility | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair facing right | woman in powered wheelchair | woman in powered wheelchair facing right | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair facing right +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: medium-light skin tone +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: medium-light skin tone accessibility | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair facing right | woman in powered wheelchair | woman in powered wheelchair facing right | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair facing right +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: medium skin tone +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: medium skin tone accessibility | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair facing right | woman in powered wheelchair | woman in powered wheelchair facing right | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair facing right +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: medium-dark skin tone accessibility | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair facing right | woman in powered wheelchair | woman in powered wheelchair facing right | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair facing right +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: dark skin tone accessibility | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair facing right | woman in powered wheelchair | woman in powered wheelchair facing right | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair facing right +๐Ÿง‘โ€๐Ÿฆฝ in manual wheelchair accessibility | person in manual wheelchair | wheelchair +๐Ÿง‘๐Ÿปโ€๐Ÿฆฝ in manual wheelchair: light skin tone accessibility | light skin tone | person in manual wheelchair | person in manual wheelchair: light skin tone | wheelchair +๐Ÿง‘๐Ÿผโ€๐Ÿฆฝ in manual wheelchair: medium-light skin tone accessibility | medium-light skin tone | person in manual wheelchair | person in manual wheelchair: medium-light skin tone | wheelchair +๐Ÿง‘๐Ÿฝโ€๐Ÿฆฝ in manual wheelchair: medium skin tone accessibility | medium skin tone | person in manual wheelchair | person in manual wheelchair: medium skin tone | wheelchair +๐Ÿง‘๐Ÿพโ€๐Ÿฆฝ in manual wheelchair: medium-dark skin tone accessibility | medium-dark skin tone | person in manual wheelchair | person in manual wheelchair: medium-dark skin tone | wheelchair +๐Ÿง‘๐Ÿฟโ€๐Ÿฆฝ in manual wheelchair: dark skin tone accessibility | dark skin tone | person in manual wheelchair | person in manual wheelchair: dark skin tone | wheelchair +๐Ÿง‘โ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right +๐Ÿง‘โ€๐Ÿฆฝโ€โžก in manual wheelchair facing right accessibility | person in manual wheelchair | person in manual wheelchair facing right | wheelchair +๐Ÿง‘๐Ÿปโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: light skin tone +๐Ÿง‘๐Ÿปโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: light skin tone accessibility | person in manual wheelchair | person in manual wheelchair facing right | wheelchair +๐Ÿง‘๐Ÿผโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: medium-light skin tone +๐Ÿง‘๐Ÿผโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: medium-light skin tone accessibility | person in manual wheelchair | person in manual wheelchair facing right | wheelchair +๐Ÿง‘๐Ÿฝโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: medium skin tone +๐Ÿง‘๐Ÿฝโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: medium skin tone accessibility | person in manual wheelchair | person in manual wheelchair facing right | wheelchair +๐Ÿง‘๐Ÿพโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: medium-dark skin tone +๐Ÿง‘๐Ÿพโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: medium-dark skin tone accessibility | person in manual wheelchair | person in manual wheelchair facing right | wheelchair +๐Ÿง‘๐Ÿฟโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: dark skin tone +๐Ÿง‘๐Ÿฟโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: dark skin tone accessibility | person in manual wheelchair | person in manual wheelchair facing right | wheelchair +๐Ÿ‘จโ€๐Ÿฆฝ in manual wheelchair accessibility | man | man in manual wheelchair | wheelchair +๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฝ in manual wheelchair: light skin tone accessibility | light skin tone | man | man in manual wheelchair | man in manual wheelchair: light skin tone | wheelchair +๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฝ in manual wheelchair: medium-light skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair: medium-light skin tone | medium-light skin tone | wheelchair +๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฝ in manual wheelchair: medium skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair: medium skin tone | medium skin tone | wheelchair +๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฝ in manual wheelchair: medium-dark skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair: medium-dark skin tone | medium-dark skin tone | wheelchair +๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฝ in manual wheelchair: dark skin tone accessibility | dark skin tone | man | man in manual wheelchair | man in manual wheelchair: dark skin tone | wheelchair +๐Ÿ‘จโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right +๐Ÿ‘จโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right accessibility | man | man in manual wheelchair | man in manual wheelchair facing right | wheelchair +๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: light skin tone +๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: light skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair facing right | wheelchair +๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: medium-light skin tone +๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: medium-light skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair facing right | wheelchair +๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: medium skin tone +๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: medium skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair facing right | wheelchair +๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: medium-dark skin tone +๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: medium-dark skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair facing right | wheelchair +๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: dark skin tone +๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: dark skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair facing right | wheelchair +๐Ÿ‘ฉโ€๐Ÿฆฝ in manual wheelchair accessibility | wheelchair | woman | woman in manual wheelchair +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฝ in manual wheelchair: light skin tone accessibility | light skin tone | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair: light skin tone +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฝ in manual wheelchair: medium-light skin tone accessibility | medium-light skin tone | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair: medium-light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฝ in manual wheelchair: medium skin tone accessibility | medium skin tone | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair: medium skin tone +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฝ in manual wheelchair: medium-dark skin tone accessibility | medium-dark skin tone | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฝ in manual wheelchair: dark skin tone accessibility | dark skin tone | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair: dark skin tone +๐Ÿ‘ฉโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right +๐Ÿ‘ฉโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right accessibility | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair facing right +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: light skin tone +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: light skin tone accessibility | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair facing right +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: medium-light skin tone +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: medium-light skin tone accessibility | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair facing right +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: medium skin tone +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: medium skin tone accessibility | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair facing right +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: medium-dark skin tone +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: medium-dark skin tone accessibility | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair facing right +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: dark skin tone accessibility | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair facing right +๐Ÿƒ running marathon | person running | running +๐Ÿƒ๐Ÿป running: light skin tone light skin tone | marathon | person running | person running: light skin tone | running +๐Ÿƒ๐Ÿผ running: medium-light skin tone marathon | medium-light skin tone | person running | person running: medium-light skin tone | running +๐Ÿƒ๐Ÿฝ running: medium skin tone marathon | medium skin tone | person running | person running: medium skin tone | running +๐Ÿƒ๐Ÿพ running: medium-dark skin tone marathon | medium-dark skin tone | person running | person running: medium-dark skin tone | running +๐Ÿƒ๐Ÿฟ running: dark skin tone dark skin tone | marathon | person running | person running: dark skin tone | running +๐Ÿƒโ€โ™‚๏ธ running +๐Ÿƒโ€โ™‚ running man | marathon | racing | running +๐Ÿƒ๐Ÿปโ€โ™‚๏ธ running: light skin tone +๐Ÿƒ๐Ÿปโ€โ™‚ running: light skin tone light skin tone | man | man running: light skin tone | marathon | racing | running +๐Ÿƒ๐Ÿผโ€โ™‚๏ธ running: medium-light skin tone +๐Ÿƒ๐Ÿผโ€โ™‚ running: medium-light skin tone man | man running: medium-light skin tone | marathon | medium-light skin tone | racing | running +๐Ÿƒ๐Ÿฝโ€โ™‚๏ธ running: medium skin tone +๐Ÿƒ๐Ÿฝโ€โ™‚ running: medium skin tone man | man running: medium skin tone | marathon | medium skin tone | racing | running +๐Ÿƒ๐Ÿพโ€โ™‚๏ธ running: medium-dark skin tone +๐Ÿƒ๐Ÿพโ€โ™‚ running: medium-dark skin tone man | man running: medium-dark skin tone | marathon | medium-dark skin tone | racing | running +๐Ÿƒ๐Ÿฟโ€โ™‚๏ธ running: dark skin tone +๐Ÿƒ๐Ÿฟโ€โ™‚ running: dark skin tone dark skin tone | man | man running: dark skin tone | marathon | racing | running +๐Ÿƒโ€โ™€๏ธ running +๐Ÿƒโ€โ™€ running marathon | racing | running | woman +๐Ÿƒ๐Ÿปโ€โ™€๏ธ running: light skin tone +๐Ÿƒ๐Ÿปโ€โ™€ running: light skin tone light skin tone | marathon | racing | running | woman | woman running: light skin tone +๐Ÿƒ๐Ÿผโ€โ™€๏ธ running: medium-light skin tone +๐Ÿƒ๐Ÿผโ€โ™€ running: medium-light skin tone marathon | medium-light skin tone | racing | running | woman | woman running: medium-light skin tone +๐Ÿƒ๐Ÿฝโ€โ™€๏ธ running: medium skin tone +๐Ÿƒ๐Ÿฝโ€โ™€ running: medium skin tone marathon | medium skin tone | racing | running | woman | woman running: medium skin tone +๐Ÿƒ๐Ÿพโ€โ™€๏ธ running: medium-dark skin tone +๐Ÿƒ๐Ÿพโ€โ™€ running: medium-dark skin tone marathon | medium-dark skin tone | racing | running | woman | woman running: medium-dark skin tone +๐Ÿƒ๐Ÿฟโ€โ™€๏ธ running: dark skin tone +๐Ÿƒ๐Ÿฟโ€โ™€ running: dark skin tone dark skin tone | marathon | racing | running | woman | woman running: dark skin tone +๐Ÿƒโ€โžก๏ธ running facing right +๐Ÿƒโ€โžก running facing right marathon | person running | person running facing right | running +๐Ÿƒ๐Ÿปโ€โžก๏ธ running facing right: light skin tone +๐Ÿƒ๐Ÿปโ€โžก running facing right: light skin tone marathon | person running | person running facing right | running +๐Ÿƒ๐Ÿผโ€โžก๏ธ running facing right: medium-light skin tone +๐Ÿƒ๐Ÿผโ€โžก running facing right: medium-light skin tone marathon | person running | person running facing right | running +๐Ÿƒ๐Ÿฝโ€โžก๏ธ running facing right: medium skin tone +๐Ÿƒ๐Ÿฝโ€โžก running facing right: medium skin tone marathon | person running | person running facing right | running +๐Ÿƒ๐Ÿพโ€โžก๏ธ running facing right: medium-dark skin tone +๐Ÿƒ๐Ÿพโ€โžก running facing right: medium-dark skin tone marathon | person running | person running facing right | running +๐Ÿƒ๐Ÿฟโ€โžก๏ธ running facing right: dark skin tone +๐Ÿƒ๐Ÿฟโ€โžก running facing right: dark skin tone marathon | person running | person running facing right | running +๐Ÿƒโ€โ™€๏ธโ€โžก๏ธ running facing right +๐Ÿƒโ€โ™€โ€โžก running facing right marathon | racing | running | woman | woman running facing right +๐Ÿƒ๐Ÿปโ€โ™€๏ธโ€โžก๏ธ running facing right: light skin tone +๐Ÿƒ๐Ÿปโ€โ™€โ€โžก running facing right: light skin tone marathon | racing | running | woman | woman running facing right +๐Ÿƒ๐Ÿผโ€โ™€๏ธโ€โžก๏ธ running facing right: medium-light skin tone +๐Ÿƒ๐Ÿผโ€โ™€โ€โžก running facing right: medium-light skin tone marathon | racing | running | woman | woman running facing right +๐Ÿƒ๐Ÿฝโ€โ™€๏ธโ€โžก๏ธ running facing right: medium skin tone +๐Ÿƒ๐Ÿฝโ€โ™€โ€โžก running facing right: medium skin tone marathon | racing | running | woman | woman running facing right +๐Ÿƒ๐Ÿพโ€โ™€๏ธโ€โžก๏ธ running facing right: medium-dark skin tone +๐Ÿƒ๐Ÿพโ€โ™€โ€โžก running facing right: medium-dark skin tone marathon | racing | running | woman | woman running facing right +๐Ÿƒ๐Ÿฟโ€โ™€๏ธโ€โžก๏ธ running facing right: dark skin tone +๐Ÿƒ๐Ÿฟโ€โ™€โ€โžก running facing right: dark skin tone marathon | racing | running | woman | woman running facing right +๐Ÿƒโ€โ™‚๏ธโ€โžก๏ธ running facing right +๐Ÿƒโ€โ™‚โ€โžก running facing right man | man running facing right | marathon | racing | running +๐Ÿƒ๐Ÿปโ€โ™‚๏ธโ€โžก๏ธ running facing right: light skin tone +๐Ÿƒ๐Ÿปโ€โ™‚โ€โžก running facing right: light skin tone man | man running facing right | marathon | racing | running +๐Ÿƒ๐Ÿผโ€โ™‚๏ธโ€โžก๏ธ running facing right: medium-light skin tone +๐Ÿƒ๐Ÿผโ€โ™‚โ€โžก running facing right: medium-light skin tone man | man running facing right | marathon | racing | running +๐Ÿƒ๐Ÿฝโ€โ™‚๏ธโ€โžก๏ธ running facing right: medium skin tone +๐Ÿƒ๐Ÿฝโ€โ™‚โ€โžก running facing right: medium skin tone man | man running facing right | marathon | racing | running +๐Ÿƒ๐Ÿพโ€โ™‚๏ธโ€โžก๏ธ running facing right: medium-dark skin tone +๐Ÿƒ๐Ÿพโ€โ™‚โ€โžก running facing right: medium-dark skin tone man | man running facing right | marathon | racing | running +๐Ÿƒ๐Ÿฟโ€โ™‚๏ธโ€โžก๏ธ running facing right: dark skin tone +๐Ÿƒ๐Ÿฟโ€โ™‚โ€โžก running facing right: dark skin tone man | man running facing right | marathon | racing | running +๐Ÿ’ƒ dancing dance | dancing | woman +๐Ÿ’ƒ๐Ÿป dancing: light skin tone dance | dancing | light skin tone | woman | woman dancing: light skin tone +๐Ÿ’ƒ๐Ÿผ dancing: medium-light skin tone dance | dancing | medium-light skin tone | woman | woman dancing: medium-light skin tone +๐Ÿ’ƒ๐Ÿฝ dancing: medium skin tone dance | dancing | medium skin tone | woman | woman dancing: medium skin tone +๐Ÿ’ƒ๐Ÿพ dancing: medium-dark skin tone dance | dancing | medium-dark skin tone | woman | woman dancing: medium-dark skin tone +๐Ÿ’ƒ๐Ÿฟ dancing: dark skin tone dance | dancing | dark skin tone | woman | woman dancing: dark skin tone +๐Ÿ•บ dancing dance | dancing | man +๐Ÿ•บ๐Ÿป dancing: light skin tone dance | dancing | light skin tone | man | man dancing: light skin tone +๐Ÿ•บ๐Ÿผ dancing: medium-light skin tone dance | dancing | man | man dancing: medium-light skin tone | medium-light skin tone +๐Ÿ•บ๐Ÿฝ dancing: medium skin tone dance | dancing | man | man dancing: medium skin tone | medium skin tone +๐Ÿ•บ๐Ÿพ dancing: medium-dark skin tone dance | dancing | man | man dancing: medium-dark skin tone | medium-dark skin tone +๐Ÿ•บ๐Ÿฟ dancing: dark skin tone dance | dancing | dark skin tone | man | man dancing: dark skin tone +๐Ÿ•ด๏ธ in suit levitating +๐Ÿ•ด in suit levitating business | person | person in suit levitating | suit +๐Ÿ•ด๐Ÿป in suit levitating: light skin tone business | light skin tone | person | person in suit levitating | person in suit levitating: light skin tone | suit +๐Ÿ•ด๐Ÿผ in suit levitating: medium-light skin tone business | medium-light skin tone | person | person in suit levitating | person in suit levitating: medium-light skin tone | suit +๐Ÿ•ด๐Ÿฝ in suit levitating: medium skin tone business | medium skin tone | person | person in suit levitating | person in suit levitating: medium skin tone | suit +๐Ÿ•ด๐Ÿพ in suit levitating: medium-dark skin tone business | medium-dark skin tone | person | person in suit levitating | person in suit levitating: medium-dark skin tone | suit +๐Ÿ•ด๐Ÿฟ in suit levitating: dark skin tone business | dark skin tone | person | person in suit levitating | person in suit levitating: dark skin tone | suit +๐Ÿ‘ฏ with bunny ears bunny ear | dancer | partying | people with bunny ears +๐Ÿ‘ฏโ€โ™‚๏ธ with bunny ears +๐Ÿ‘ฏโ€โ™‚ with bunny ears bunny ear | dancer | men | men with bunny ears | partying +๐Ÿ‘ฏโ€โ™€๏ธ with bunny ears +๐Ÿ‘ฏโ€โ™€ with bunny ears bunny ear | dancer | partying | women | women with bunny ears +๐Ÿง– in steamy room person in steamy room | sauna | steam room +๐Ÿง–๐Ÿป in steamy room: light skin tone light skin tone | person in steamy room | person in steamy room: light skin tone | sauna | steam room +๐Ÿง–๐Ÿผ in steamy room: medium-light skin tone medium-light skin tone | person in steamy room | person in steamy room: medium-light skin tone | sauna | steam room +๐Ÿง–๐Ÿฝ in steamy room: medium skin tone medium skin tone | person in steamy room | person in steamy room: medium skin tone | sauna | steam room +๐Ÿง–๐Ÿพ in steamy room: medium-dark skin tone medium-dark skin tone | person in steamy room | person in steamy room: medium-dark skin tone | sauna | steam room +๐Ÿง–๐Ÿฟ in steamy room: dark skin tone dark skin tone | person in steamy room | person in steamy room: dark skin tone | sauna | steam room +๐Ÿง–โ€โ™‚๏ธ in steamy room +๐Ÿง–โ€โ™‚ in steamy room man in steamy room | sauna | steam room | man in steam room +๐Ÿง–๐Ÿปโ€โ™‚๏ธ in steamy room: light skin tone +๐Ÿง–๐Ÿปโ€โ™‚ in steamy room: light skin tone light skin tone | man in steamy room | man in steamy room: light skin tone | sauna | steam room | man in steam room | man in steam room: light skin tone +๐Ÿง–๐Ÿผโ€โ™‚๏ธ in steamy room: medium-light skin tone +๐Ÿง–๐Ÿผโ€โ™‚ in steamy room: medium-light skin tone man in steamy room | man in steamy room: medium-light skin tone | medium-light skin tone | sauna | steam room | man in steam room | man in steam room: medium-light skin tone +๐Ÿง–๐Ÿฝโ€โ™‚๏ธ in steamy room: medium skin tone +๐Ÿง–๐Ÿฝโ€โ™‚ in steamy room: medium skin tone man in steamy room | man in steamy room: medium skin tone | medium skin tone | sauna | steam room | man in steam room | man in steam room: medium skin tone +๐Ÿง–๐Ÿพโ€โ™‚๏ธ in steamy room: medium-dark skin tone +๐Ÿง–๐Ÿพโ€โ™‚ in steamy room: medium-dark skin tone man in steamy room | man in steamy room: medium-dark skin tone | medium-dark skin tone | sauna | steam room | man in steam room | man in steam room: medium-dark skin tone +๐Ÿง–๐Ÿฟโ€โ™‚๏ธ in steamy room: dark skin tone +๐Ÿง–๐Ÿฟโ€โ™‚ in steamy room: dark skin tone dark skin tone | man in steamy room | man in steamy room: dark skin tone | sauna | steam room | man in steam room | man in steam room: dark skin tone +๐Ÿง–โ€โ™€๏ธ in steamy room +๐Ÿง–โ€โ™€ in steamy room sauna | steam room | woman in steamy room | woman in steam room +๐Ÿง–๐Ÿปโ€โ™€๏ธ in steamy room: light skin tone +๐Ÿง–๐Ÿปโ€โ™€ in steamy room: light skin tone light skin tone | sauna | steam room | woman in steamy room | woman in steamy room: light skin tone | woman in steam room | woman in steam room: light skin tone +๐Ÿง–๐Ÿผโ€โ™€๏ธ in steamy room: medium-light skin tone +๐Ÿง–๐Ÿผโ€โ™€ in steamy room: medium-light skin tone medium-light skin tone | sauna | steam room | woman in steamy room | woman in steamy room: medium-light skin tone | woman in steam room | woman in steam room: medium-light skin tone +๐Ÿง–๐Ÿฝโ€โ™€๏ธ in steamy room: medium skin tone +๐Ÿง–๐Ÿฝโ€โ™€ in steamy room: medium skin tone medium skin tone | sauna | steam room | woman in steamy room | woman in steamy room: medium skin tone | woman in steam room | woman in steam room: medium skin tone +๐Ÿง–๐Ÿพโ€โ™€๏ธ in steamy room: medium-dark skin tone +๐Ÿง–๐Ÿพโ€โ™€ in steamy room: medium-dark skin tone medium-dark skin tone | sauna | steam room | woman in steamy room | woman in steamy room: medium-dark skin tone | woman in steam room | woman in steam room: medium-dark skin tone +๐Ÿง–๐Ÿฟโ€โ™€๏ธ in steamy room: dark skin tone +๐Ÿง–๐Ÿฟโ€โ™€ in steamy room: dark skin tone dark skin tone | sauna | steam room | woman in steamy room | woman in steamy room: dark skin tone | woman in steam room | woman in steam room: dark skin tone +๐Ÿง— climbing climber | person climbing +๐Ÿง—๐Ÿป climbing: light skin tone climber | light skin tone | person climbing | person climbing: light skin tone +๐Ÿง—๐Ÿผ climbing: medium-light skin tone climber | medium-light skin tone | person climbing | person climbing: medium-light skin tone +๐Ÿง—๐Ÿฝ climbing: medium skin tone climber | medium skin tone | person climbing | person climbing: medium skin tone +๐Ÿง—๐Ÿพ climbing: medium-dark skin tone climber | medium-dark skin tone | person climbing | person climbing: medium-dark skin tone +๐Ÿง—๐Ÿฟ climbing: dark skin tone climber | dark skin tone | person climbing | person climbing: dark skin tone +๐Ÿง—โ€โ™‚๏ธ climbing +๐Ÿง—โ€โ™‚ climbing climber | man climbing +๐Ÿง—๐Ÿปโ€โ™‚๏ธ climbing: light skin tone +๐Ÿง—๐Ÿปโ€โ™‚ climbing: light skin tone climber | light skin tone | man climbing | man climbing: light skin tone +๐Ÿง—๐Ÿผโ€โ™‚๏ธ climbing: medium-light skin tone +๐Ÿง—๐Ÿผโ€โ™‚ climbing: medium-light skin tone climber | man climbing | man climbing: medium-light skin tone | medium-light skin tone +๐Ÿง—๐Ÿฝโ€โ™‚๏ธ climbing: medium skin tone +๐Ÿง—๐Ÿฝโ€โ™‚ climbing: medium skin tone climber | man climbing | man climbing: medium skin tone | medium skin tone +๐Ÿง—๐Ÿพโ€โ™‚๏ธ climbing: medium-dark skin tone +๐Ÿง—๐Ÿพโ€โ™‚ climbing: medium-dark skin tone climber | man climbing | man climbing: medium-dark skin tone | medium-dark skin tone +๐Ÿง—๐Ÿฟโ€โ™‚๏ธ climbing: dark skin tone +๐Ÿง—๐Ÿฟโ€โ™‚ climbing: dark skin tone climber | dark skin tone | man climbing | man climbing: dark skin tone +๐Ÿง—โ€โ™€๏ธ climbing +๐Ÿง—โ€โ™€ climbing climber | woman climbing +๐Ÿง—๐Ÿปโ€โ™€๏ธ climbing: light skin tone +๐Ÿง—๐Ÿปโ€โ™€ climbing: light skin tone climber | light skin tone | woman climbing | woman climbing: light skin tone +๐Ÿง—๐Ÿผโ€โ™€๏ธ climbing: medium-light skin tone +๐Ÿง—๐Ÿผโ€โ™€ climbing: medium-light skin tone climber | medium-light skin tone | woman climbing | woman climbing: medium-light skin tone +๐Ÿง—๐Ÿฝโ€โ™€๏ธ climbing: medium skin tone +๐Ÿง—๐Ÿฝโ€โ™€ climbing: medium skin tone climber | medium skin tone | woman climbing | woman climbing: medium skin tone +๐Ÿง—๐Ÿพโ€โ™€๏ธ climbing: medium-dark skin tone +๐Ÿง—๐Ÿพโ€โ™€ climbing: medium-dark skin tone climber | medium-dark skin tone | woman climbing | woman climbing: medium-dark skin tone +๐Ÿง—๐Ÿฟโ€โ™€๏ธ climbing: dark skin tone +๐Ÿง—๐Ÿฟโ€โ™€ climbing: dark skin tone climber | dark skin tone | woman climbing | woman climbing: dark skin tone +๐Ÿคบ fencing fencer | fencing | person fencing | sword +๐Ÿ‡ racing horse | jockey | racehorse | racing +๐Ÿ‡๐Ÿป racing: light skin tone horse | horse racing: light skin tone | jockey | light skin tone | racehorse | racing +๐Ÿ‡๐Ÿผ racing: medium-light skin tone horse | horse racing: medium-light skin tone | jockey | medium-light skin tone | racehorse | racing +๐Ÿ‡๐Ÿฝ racing: medium skin tone horse | horse racing: medium skin tone | jockey | medium skin tone | racehorse | racing +๐Ÿ‡๐Ÿพ racing: medium-dark skin tone horse | horse racing: medium-dark skin tone | jockey | medium-dark skin tone | racehorse | racing +๐Ÿ‡๐Ÿฟ racing: dark skin tone dark skin tone | horse | horse racing: dark skin tone | jockey | racehorse | racing +โ›ท ski | skier | snow +๐Ÿ‚ ki | snow | snowboard | snowboarder +๐Ÿ‚๐Ÿป light skin tone light skin tone | ski | snow | snowboard | snowboarder | snowboarder: light skin tone +๐Ÿ‚๐Ÿผ medium-light skin tone medium-light skin tone | ski | snow | snowboard | snowboarder | snowboarder: medium-light skin tone +๐Ÿ‚๐Ÿฝ medium skin tone medium skin tone | ski | snow | snowboard | snowboarder | snowboarder: medium skin tone +๐Ÿ‚๐Ÿพ medium-dark skin tone medium-dark skin tone | ski | snow | snowboard | snowboarder | snowboarder: medium-dark skin tone +๐Ÿ‚๐Ÿฟ dark skin tone dark skin tone | ski | snow | snowboard | snowboarder | snowboarder: dark skin tone +๐ŸŒ๏ธ golfing +๐ŸŒ golfing ball | golf | person golfing | golfer +๐ŸŒ๐Ÿป golfing: light skin tone ball | golf | light skin tone | person golfing | person golfing: light skin tone | golfer +๐ŸŒ๐Ÿผ golfing: medium-light skin tone ball | golf | medium-light skin tone | person golfing | person golfing: medium-light skin tone | golfer +๐ŸŒ๐Ÿฝ golfing: medium skin tone ball | golf | medium skin tone | person golfing | person golfing: medium skin tone | golfer +๐ŸŒ๐Ÿพ golfing: medium-dark skin tone ball | golf | medium-dark skin tone | person golfing | person golfing: medium-dark skin tone | golfer +๐ŸŒ๐Ÿฟ golfing: dark skin tone ball | dark skin tone | golf | person golfing | person golfing: dark skin tone | golfer +๐ŸŒ๏ธโ€โ™‚๏ธ golfing +๐ŸŒ๏ธโ€โ™‚ golfing +๐ŸŒโ€โ™‚ golfing golf | man | man golfing | golfer +๐ŸŒ๐Ÿปโ€โ™‚๏ธ golfing: light skin tone +๐ŸŒ๐Ÿปโ€โ™‚ golfing: light skin tone golf | light skin tone | man | man golfing | man golfing: light skin tone | golfer +๐ŸŒ๐Ÿผโ€โ™‚๏ธ golfing: medium-light skin tone +๐ŸŒ๐Ÿผโ€โ™‚ golfing: medium-light skin tone golf | man | man golfing | man golfing: medium-light skin tone | medium-light skin tone | golfer +๐ŸŒ๐Ÿฝโ€โ™‚๏ธ golfing: medium skin tone +๐ŸŒ๐Ÿฝโ€โ™‚ golfing: medium skin tone golf | man | man golfing | man golfing: medium skin tone | medium skin tone | golfer +๐ŸŒ๐Ÿพโ€โ™‚๏ธ golfing: medium-dark skin tone +๐ŸŒ๐Ÿพโ€โ™‚ golfing: medium-dark skin tone golf | man | man golfing | man golfing: medium-dark skin tone | medium-dark skin tone | golfer +๐ŸŒ๐Ÿฟโ€โ™‚๏ธ golfing: dark skin tone +๐ŸŒ๐Ÿฟโ€โ™‚ golfing: dark skin tone dark skin tone | golf | man | man golfing | man golfing: dark skin tone | golfer +๐ŸŒ๏ธโ€โ™€๏ธ golfing +๐ŸŒ๏ธโ€โ™€ golfing +๐ŸŒโ€โ™€ golfing golf | woman | woman golfing | golfer +๐ŸŒ๐Ÿปโ€โ™€๏ธ golfing: light skin tone +๐ŸŒ๐Ÿปโ€โ™€ golfing: light skin tone golf | light skin tone | woman | woman golfing | woman golfing: light skin tone | golfer +๐ŸŒ๐Ÿผโ€โ™€๏ธ golfing: medium-light skin tone +๐ŸŒ๐Ÿผโ€โ™€ golfing: medium-light skin tone golf | medium-light skin tone | woman | woman golfing | woman golfing: medium-light skin tone | golfer +๐ŸŒ๐Ÿฝโ€โ™€๏ธ golfing: medium skin tone +๐ŸŒ๐Ÿฝโ€โ™€ golfing: medium skin tone golf | medium skin tone | woman | woman golfing | woman golfing: medium skin tone | golfer +๐ŸŒ๐Ÿพโ€โ™€๏ธ golfing: medium-dark skin tone +๐ŸŒ๐Ÿพโ€โ™€ golfing: medium-dark skin tone golf | medium-dark skin tone | woman | woman golfing | woman golfing: medium-dark skin tone | golfer +๐ŸŒ๐Ÿฟโ€โ™€๏ธ golfing: dark skin tone +๐ŸŒ๐Ÿฟโ€โ™€ golfing: dark skin tone dark skin tone | golf | woman | woman golfing | woman golfing: dark skin tone | golfer +๐Ÿ„ surfing person surfing | surfing | surfer +๐Ÿ„๐Ÿป surfing: light skin tone light skin tone | person surfing | person surfing: light skin tone | surfing | surfer +๐Ÿ„๐Ÿผ surfing: medium-light skin tone medium-light skin tone | person surfing | person surfing: medium-light skin tone | surfing | surfer +๐Ÿ„๐Ÿฝ surfing: medium skin tone medium skin tone | person surfing | person surfing: medium skin tone | surfing | surfer +๐Ÿ„๐Ÿพ surfing: medium-dark skin tone medium-dark skin tone | person surfing | person surfing: medium-dark skin tone | surfing | surfer +๐Ÿ„๐Ÿฟ surfing: dark skin tone dark skin tone | person surfing | person surfing: dark skin tone | surfing | surfer +๐Ÿ„โ€โ™‚๏ธ surfing +๐Ÿ„โ€โ™‚ surfing man | surfing | surfer +๐Ÿ„๐Ÿปโ€โ™‚๏ธ surfing: light skin tone +๐Ÿ„๐Ÿปโ€โ™‚ surfing: light skin tone light skin tone | man | man surfing: light skin tone | surfing | surfer +๐Ÿ„๐Ÿผโ€โ™‚๏ธ surfing: medium-light skin tone +๐Ÿ„๐Ÿผโ€โ™‚ surfing: medium-light skin tone man | man surfing: medium-light skin tone | medium-light skin tone | surfing | surfer +๐Ÿ„๐Ÿฝโ€โ™‚๏ธ surfing: medium skin tone +๐Ÿ„๐Ÿฝโ€โ™‚ surfing: medium skin tone man | man surfing: medium skin tone | medium skin tone | surfing | surfer +๐Ÿ„๐Ÿพโ€โ™‚๏ธ surfing: medium-dark skin tone +๐Ÿ„๐Ÿพโ€โ™‚ surfing: medium-dark skin tone man | man surfing: medium-dark skin tone | medium-dark skin tone | surfing | surfer +๐Ÿ„๐Ÿฟโ€โ™‚๏ธ surfing: dark skin tone +๐Ÿ„๐Ÿฟโ€โ™‚ surfing: dark skin tone dark skin tone | man | man surfing: dark skin tone | surfing | surfer +๐Ÿ„โ€โ™€๏ธ surfing +๐Ÿ„โ€โ™€ surfing surfing | woman | surfer +๐Ÿ„๐Ÿปโ€โ™€๏ธ surfing: light skin tone +๐Ÿ„๐Ÿปโ€โ™€ surfing: light skin tone light skin tone | surfing | woman | woman surfing: light skin tone | surfer +๐Ÿ„๐Ÿผโ€โ™€๏ธ surfing: medium-light skin tone +๐Ÿ„๐Ÿผโ€โ™€ surfing: medium-light skin tone medium-light skin tone | surfing | woman | woman surfing: medium-light skin tone | surfer +๐Ÿ„๐Ÿฝโ€โ™€๏ธ surfing: medium skin tone +๐Ÿ„๐Ÿฝโ€โ™€ surfing: medium skin tone medium skin tone | surfing | woman | woman surfing: medium skin tone | surfer +๐Ÿ„๐Ÿพโ€โ™€๏ธ surfing: medium-dark skin tone +๐Ÿ„๐Ÿพโ€โ™€ surfing: medium-dark skin tone medium-dark skin tone | surfing | woman | woman surfing: medium-dark skin tone | surfer +๐Ÿ„๐Ÿฟโ€โ™€๏ธ surfing: dark skin tone +๐Ÿ„๐Ÿฟโ€โ™€ surfing: dark skin tone dark skin tone | surfing | woman | woman surfing: dark skin tone | surfer +๐Ÿšฃ rowing boat boat | person rowing boat | rowboat | person +๐Ÿšฃ๐Ÿป rowing boat: light skin tone boat | light skin tone | person rowing boat | person rowing boat: light skin tone | rowboat | person +๐Ÿšฃ๐Ÿผ rowing boat: medium-light skin tone boat | medium-light skin tone | person rowing boat | person rowing boat: medium-light skin tone | rowboat | person +๐Ÿšฃ๐Ÿฝ rowing boat: medium skin tone boat | medium skin tone | person rowing boat | person rowing boat: medium skin tone | rowboat | person +๐Ÿšฃ๐Ÿพ rowing boat: medium-dark skin tone boat | medium-dark skin tone | person rowing boat | person rowing boat: medium-dark skin tone | rowboat | person +๐Ÿšฃ๐Ÿฟ rowing boat: dark skin tone boat | dark skin tone | person rowing boat | person rowing boat: dark skin tone | rowboat | person +๐Ÿšฃโ€โ™‚๏ธ rowing boat +๐Ÿšฃโ€โ™‚ rowing boat boat | man | man rowing boat | rowboat +๐Ÿšฃ๐Ÿปโ€โ™‚๏ธ rowing boat: light skin tone +๐Ÿšฃ๐Ÿปโ€โ™‚ rowing boat: light skin tone boat | light skin tone | man | man rowing boat | man rowing boat: light skin tone | rowboat +๐Ÿšฃ๐Ÿผโ€โ™‚๏ธ rowing boat: medium-light skin tone +๐Ÿšฃ๐Ÿผโ€โ™‚ rowing boat: medium-light skin tone boat | man | man rowing boat | man rowing boat: medium-light skin tone | medium-light skin tone | rowboat +๐Ÿšฃ๐Ÿฝโ€โ™‚๏ธ rowing boat: medium skin tone +๐Ÿšฃ๐Ÿฝโ€โ™‚ rowing boat: medium skin tone boat | man | man rowing boat | man rowing boat: medium skin tone | medium skin tone | rowboat +๐Ÿšฃ๐Ÿพโ€โ™‚๏ธ rowing boat: medium-dark skin tone +๐Ÿšฃ๐Ÿพโ€โ™‚ rowing boat: medium-dark skin tone boat | man | man rowing boat | man rowing boat: medium-dark skin tone | medium-dark skin tone | rowboat +๐Ÿšฃ๐Ÿฟโ€โ™‚๏ธ rowing boat: dark skin tone +๐Ÿšฃ๐Ÿฟโ€โ™‚ rowing boat: dark skin tone boat | dark skin tone | man | man rowing boat | man rowing boat: dark skin tone | rowboat +๐Ÿšฃโ€โ™€๏ธ rowing boat +๐Ÿšฃโ€โ™€ rowing boat boat | rowboat | woman | woman rowing boat +๐Ÿšฃ๐Ÿปโ€โ™€๏ธ rowing boat: light skin tone +๐Ÿšฃ๐Ÿปโ€โ™€ rowing boat: light skin tone boat | light skin tone | rowboat | woman | woman rowing boat | woman rowing boat: light skin tone +๐Ÿšฃ๐Ÿผโ€โ™€๏ธ rowing boat: medium-light skin tone +๐Ÿšฃ๐Ÿผโ€โ™€ rowing boat: medium-light skin tone boat | medium-light skin tone | rowboat | woman | woman rowing boat | woman rowing boat: medium-light skin tone +๐Ÿšฃ๐Ÿฝโ€โ™€๏ธ rowing boat: medium skin tone +๐Ÿšฃ๐Ÿฝโ€โ™€ rowing boat: medium skin tone boat | medium skin tone | rowboat | woman | woman rowing boat | woman rowing boat: medium skin tone +๐Ÿšฃ๐Ÿพโ€โ™€๏ธ rowing boat: medium-dark skin tone +๐Ÿšฃ๐Ÿพโ€โ™€ rowing boat: medium-dark skin tone boat | medium-dark skin tone | rowboat | woman | woman rowing boat | woman rowing boat: medium-dark skin tone +๐Ÿšฃ๐Ÿฟโ€โ™€๏ธ rowing boat: dark skin tone +๐Ÿšฃ๐Ÿฟโ€โ™€ rowing boat: dark skin tone boat | dark skin tone | rowboat | woman | woman rowing boat | woman rowing boat: dark skin tone +๐ŸŠ swimming person swimming | swim | swimmer +๐ŸŠ๐Ÿป swimming: light skin tone light skin tone | person swimming | person swimming: light skin tone | swim | swimmer +๐ŸŠ๐Ÿผ swimming: medium-light skin tone medium-light skin tone | person swimming | person swimming: medium-light skin tone | swim | swimmer +๐ŸŠ๐Ÿฝ swimming: medium skin tone medium skin tone | person swimming | person swimming: medium skin tone | swim | swimmer +๐ŸŠ๐Ÿพ swimming: medium-dark skin tone medium-dark skin tone | person swimming | person swimming: medium-dark skin tone | swim | swimmer +๐ŸŠ๐Ÿฟ swimming: dark skin tone dark skin tone | person swimming | person swimming: dark skin tone | swim | swimmer +๐ŸŠโ€โ™‚๏ธ swimming +๐ŸŠโ€โ™‚ swimming man | man swimming | swim | swimmer +๐ŸŠ๐Ÿปโ€โ™‚๏ธ swimming: light skin tone +๐ŸŠ๐Ÿปโ€โ™‚ swimming: light skin tone light skin tone | man | man swimming | man swimming: light skin tone | swim | swimmer +๐ŸŠ๐Ÿผโ€โ™‚๏ธ swimming: medium-light skin tone +๐ŸŠ๐Ÿผโ€โ™‚ swimming: medium-light skin tone man | man swimming | man swimming: medium-light skin tone | medium-light skin tone | swim | swimmer +๐ŸŠ๐Ÿฝโ€โ™‚๏ธ swimming: medium skin tone +๐ŸŠ๐Ÿฝโ€โ™‚ swimming: medium skin tone man | man swimming | man swimming: medium skin tone | medium skin tone | swim | swimmer +๐ŸŠ๐Ÿพโ€โ™‚๏ธ swimming: medium-dark skin tone +๐ŸŠ๐Ÿพโ€โ™‚ swimming: medium-dark skin tone man | man swimming | man swimming: medium-dark skin tone | medium-dark skin tone | swim | swimmer +๐ŸŠ๐Ÿฟโ€โ™‚๏ธ swimming: dark skin tone +๐ŸŠ๐Ÿฟโ€โ™‚ swimming: dark skin tone dark skin tone | man | man swimming | man swimming: dark skin tone | swim | swimmer +๐ŸŠโ€โ™€๏ธ swimming +๐ŸŠโ€โ™€ swimming swim | woman | woman swimming | swimmer +๐ŸŠ๐Ÿปโ€โ™€๏ธ swimming: light skin tone +๐ŸŠ๐Ÿปโ€โ™€ swimming: light skin tone light skin tone | swim | woman | woman swimming | woman swimming: light skin tone | swimmer +๐ŸŠ๐Ÿผโ€โ™€๏ธ swimming: medium-light skin tone +๐ŸŠ๐Ÿผโ€โ™€ swimming: medium-light skin tone medium-light skin tone | swim | woman | woman swimming | woman swimming: medium-light skin tone | swimmer +๐ŸŠ๐Ÿฝโ€โ™€๏ธ swimming: medium skin tone +๐ŸŠ๐Ÿฝโ€โ™€ swimming: medium skin tone medium skin tone | swim | woman | woman swimming | woman swimming: medium skin tone | swimmer +๐ŸŠ๐Ÿพโ€โ™€๏ธ swimming: medium-dark skin tone +๐ŸŠ๐Ÿพโ€โ™€ swimming: medium-dark skin tone medium-dark skin tone | swim | woman | woman swimming | woman swimming: medium-dark skin tone | swimmer +๐ŸŠ๐Ÿฟโ€โ™€๏ธ swimming: dark skin tone +๐ŸŠ๐Ÿฟโ€โ™€ swimming: dark skin tone dark skin tone | swim | woman | woman swimming | woman swimming: dark skin tone | swimmer +โ›น๏ธ bouncing ball +โ›น bouncing ball ball | person bouncing ball +โ›น๐Ÿป bouncing ball: light skin tone ball | light skin tone | person bouncing ball | person bouncing ball: light skin tone +โ›น๐Ÿผ bouncing ball: medium-light skin tone ball | medium-light skin tone | person bouncing ball | person bouncing ball: medium-light skin tone +โ›น๐Ÿฝ bouncing ball: medium skin tone ball | medium skin tone | person bouncing ball | person bouncing ball: medium skin tone +โ›น๐Ÿพ bouncing ball: medium-dark skin tone ball | medium-dark skin tone | person bouncing ball | person bouncing ball: medium-dark skin tone +โ›น๐Ÿฟ bouncing ball: dark skin tone ball | dark skin tone | person bouncing ball | person bouncing ball: dark skin tone +โ›น๏ธโ€โ™‚๏ธ bouncing ball +โ›น๏ธโ€โ™‚ bouncing ball +โ›นโ€โ™‚ bouncing ball ball | man | man bouncing ball +โ›น๐Ÿปโ€โ™‚๏ธ bouncing ball: light skin tone +โ›น๐Ÿปโ€โ™‚ bouncing ball: light skin tone ball | light skin tone | man | man bouncing ball | man bouncing ball: light skin tone +โ›น๐Ÿผโ€โ™‚๏ธ bouncing ball: medium-light skin tone +โ›น๐Ÿผโ€โ™‚ bouncing ball: medium-light skin tone ball | man | man bouncing ball | man bouncing ball: medium-light skin tone | medium-light skin tone +โ›น๐Ÿฝโ€โ™‚๏ธ bouncing ball: medium skin tone +โ›น๐Ÿฝโ€โ™‚ bouncing ball: medium skin tone ball | man | man bouncing ball | man bouncing ball: medium skin tone | medium skin tone +โ›น๐Ÿพโ€โ™‚๏ธ bouncing ball: medium-dark skin tone +โ›น๐Ÿพโ€โ™‚ bouncing ball: medium-dark skin tone ball | man | man bouncing ball | man bouncing ball: medium-dark skin tone | medium-dark skin tone +โ›น๐Ÿฟโ€โ™‚๏ธ bouncing ball: dark skin tone +โ›น๐Ÿฟโ€โ™‚ bouncing ball: dark skin tone ball | dark skin tone | man | man bouncing ball | man bouncing ball: dark skin tone +โ›น๏ธโ€โ™€๏ธ bouncing ball +โ›น๏ธโ€โ™€ bouncing ball +โ›นโ€โ™€ bouncing ball ball | woman | woman bouncing ball +โ›น๐Ÿปโ€โ™€๏ธ bouncing ball: light skin tone +โ›น๐Ÿปโ€โ™€ bouncing ball: light skin tone ball | light skin tone | woman | woman bouncing ball | woman bouncing ball: light skin tone +โ›น๐Ÿผโ€โ™€๏ธ bouncing ball: medium-light skin tone +โ›น๐Ÿผโ€โ™€ bouncing ball: medium-light skin tone ball | medium-light skin tone | woman | woman bouncing ball | woman bouncing ball: medium-light skin tone +โ›น๐Ÿฝโ€โ™€๏ธ bouncing ball: medium skin tone +โ›น๐Ÿฝโ€โ™€ bouncing ball: medium skin tone ball | medium skin tone | woman | woman bouncing ball | woman bouncing ball: medium skin tone +โ›น๐Ÿพโ€โ™€๏ธ bouncing ball: medium-dark skin tone +โ›น๐Ÿพโ€โ™€ bouncing ball: medium-dark skin tone ball | medium-dark skin tone | woman | woman bouncing ball | woman bouncing ball: medium-dark skin tone +โ›น๐Ÿฟโ€โ™€๏ธ bouncing ball: dark skin tone +โ›น๐Ÿฟโ€โ™€ bouncing ball: dark skin tone ball | dark skin tone | woman | woman bouncing ball | woman bouncing ball: dark skin tone +๐Ÿ‹๏ธ lifting weights +๐Ÿ‹ lifting weights lifter | person lifting weights | weight | weightlifter +๐Ÿ‹๐Ÿป lifting weights: light skin tone lifter | light skin tone | person lifting weights | person lifting weights: light skin tone | weight | weightlifter +๐Ÿ‹๐Ÿผ lifting weights: medium-light skin tone lifter | medium-light skin tone | person lifting weights | person lifting weights: medium-light skin tone | weight | weightlifter +๐Ÿ‹๐Ÿฝ lifting weights: medium skin tone lifter | medium skin tone | person lifting weights | person lifting weights: medium skin tone | weight | weightlifter +๐Ÿ‹๐Ÿพ lifting weights: medium-dark skin tone lifter | medium-dark skin tone | person lifting weights | person lifting weights: medium-dark skin tone | weight | weightlifter +๐Ÿ‹๐Ÿฟ lifting weights: dark skin tone dark skin tone | lifter | person lifting weights | person lifting weights: dark skin tone | weight | weightlifter +๐Ÿ‹๏ธโ€โ™‚๏ธ lifting weights +๐Ÿ‹๏ธโ€โ™‚ lifting weights +๐Ÿ‹โ€โ™‚ lifting weights man | man lifting weights | weight lifter +๐Ÿ‹๐Ÿปโ€โ™‚๏ธ lifting weights: light skin tone +๐Ÿ‹๐Ÿปโ€โ™‚ lifting weights: light skin tone light skin tone | man | man lifting weights | man lifting weights: light skin tone | weight lifter +๐Ÿ‹๐Ÿผโ€โ™‚๏ธ lifting weights: medium-light skin tone +๐Ÿ‹๐Ÿผโ€โ™‚ lifting weights: medium-light skin tone man | man lifting weights | man lifting weights: medium-light skin tone | medium-light skin tone | weight lifter +๐Ÿ‹๐Ÿฝโ€โ™‚๏ธ lifting weights: medium skin tone +๐Ÿ‹๐Ÿฝโ€โ™‚ lifting weights: medium skin tone man | man lifting weights | man lifting weights: medium skin tone | medium skin tone | weight lifter +๐Ÿ‹๐Ÿพโ€โ™‚๏ธ lifting weights: medium-dark skin tone +๐Ÿ‹๐Ÿพโ€โ™‚ lifting weights: medium-dark skin tone man | man lifting weights | man lifting weights: medium-dark skin tone | medium-dark skin tone | weight lifter +๐Ÿ‹๐Ÿฟโ€โ™‚๏ธ lifting weights: dark skin tone +๐Ÿ‹๐Ÿฟโ€โ™‚ lifting weights: dark skin tone dark skin tone | man | man lifting weights | man lifting weights: dark skin tone | weight lifter +๐Ÿ‹๏ธโ€โ™€๏ธ lifting weights +๐Ÿ‹๏ธโ€โ™€ lifting weights +๐Ÿ‹โ€โ™€ lifting weights weight lifter | woman | woman lifting weights +๐Ÿ‹๐Ÿปโ€โ™€๏ธ lifting weights: light skin tone +๐Ÿ‹๐Ÿปโ€โ™€ lifting weights: light skin tone light skin tone | weight lifter | woman | woman lifting weights | woman lifting weights: light skin tone +๐Ÿ‹๐Ÿผโ€โ™€๏ธ lifting weights: medium-light skin tone +๐Ÿ‹๐Ÿผโ€โ™€ lifting weights: medium-light skin tone medium-light skin tone | weight lifter | woman | woman lifting weights | woman lifting weights: medium-light skin tone +๐Ÿ‹๐Ÿฝโ€โ™€๏ธ lifting weights: medium skin tone +๐Ÿ‹๐Ÿฝโ€โ™€ lifting weights: medium skin tone medium skin tone | weight lifter | woman | woman lifting weights | woman lifting weights: medium skin tone +๐Ÿ‹๐Ÿพโ€โ™€๏ธ lifting weights: medium-dark skin tone +๐Ÿ‹๐Ÿพโ€โ™€ lifting weights: medium-dark skin tone medium-dark skin tone | weight lifter | woman | woman lifting weights | woman lifting weights: medium-dark skin tone +๐Ÿ‹๐Ÿฟโ€โ™€๏ธ lifting weights: dark skin tone +๐Ÿ‹๐Ÿฟโ€โ™€ lifting weights: dark skin tone dark skin tone | weight lifter | woman | woman lifting weights | woman lifting weights: dark skin tone +๐Ÿšด biking bicycle | biking | cyclist | person biking | person riding a bike +๐Ÿšด๐Ÿป biking: light skin tone bicycle | biking | cyclist | light skin tone | person biking | person biking: light skin tone | person riding a bike | person riding a bike: light skin tone +๐Ÿšด๐Ÿผ biking: medium-light skin tone bicycle | biking | cyclist | medium-light skin tone | person biking | person biking: medium-light skin tone | person riding a bike | person riding a bike: medium-light skin tone +๐Ÿšด๐Ÿฝ biking: medium skin tone bicycle | biking | cyclist | medium skin tone | person biking | person biking: medium skin tone | person riding a bike | person riding a bike: medium skin tone +๐Ÿšด๐Ÿพ biking: medium-dark skin tone bicycle | biking | cyclist | medium-dark skin tone | person biking | person biking: medium-dark skin tone | person riding a bike | person riding a bike: medium-dark skin tone +๐Ÿšด๐Ÿฟ biking: dark skin tone bicycle | biking | cyclist | dark skin tone | person biking | person biking: dark skin tone | person riding a bike | person riding a bike: dark skin tone +๐Ÿšดโ€โ™‚๏ธ biking +๐Ÿšดโ€โ™‚ biking bicycle | biking | cyclist | man | cycling | man riding a bike +๐Ÿšด๐Ÿปโ€โ™‚๏ธ biking: light skin tone +๐Ÿšด๐Ÿปโ€โ™‚ biking: light skin tone bicycle | biking | cyclist | light skin tone | man | man biking: light skin tone | cycling | man riding a bike | man riding a bike: light skin tone +๐Ÿšด๐Ÿผโ€โ™‚๏ธ biking: medium-light skin tone +๐Ÿšด๐Ÿผโ€โ™‚ biking: medium-light skin tone bicycle | biking | cyclist | man | man biking: medium-light skin tone | medium-light skin tone | cycling | man riding a bike | man riding a bike: medium-light skin tone +๐Ÿšด๐Ÿฝโ€โ™‚๏ธ biking: medium skin tone +๐Ÿšด๐Ÿฝโ€โ™‚ biking: medium skin tone bicycle | biking | cyclist | man | man biking: medium skin tone | medium skin tone | cycling | man riding a bike | man riding a bike: medium skin tone +๐Ÿšด๐Ÿพโ€โ™‚๏ธ biking: medium-dark skin tone +๐Ÿšด๐Ÿพโ€โ™‚ biking: medium-dark skin tone bicycle | biking | cyclist | man | man biking: medium-dark skin tone | medium-dark skin tone | cycling | man riding a bike | man riding a bike: medium-dark skin tone +๐Ÿšด๐Ÿฟโ€โ™‚๏ธ biking: dark skin tone +๐Ÿšด๐Ÿฟโ€โ™‚ biking: dark skin tone bicycle | biking | cyclist | dark skin tone | man | man biking: dark skin tone | cycling | man riding a bike | man riding a bike: dark skin tone +๐Ÿšดโ€โ™€๏ธ biking +๐Ÿšดโ€โ™€ biking bicycle | biking | cyclist | woman | cycling | woman riding a bike +๐Ÿšด๐Ÿปโ€โ™€๏ธ biking: light skin tone +๐Ÿšด๐Ÿปโ€โ™€ biking: light skin tone bicycle | biking | cyclist | light skin tone | woman | woman biking: light skin tone | cycling | woman riding a bike | woman riding a bike: light skin tone +๐Ÿšด๐Ÿผโ€โ™€๏ธ biking: medium-light skin tone +๐Ÿšด๐Ÿผโ€โ™€ biking: medium-light skin tone bicycle | biking | cyclist | medium-light skin tone | woman | woman biking: medium-light skin tone | cycling | woman riding a bike | woman riding a bike: medium-light skin tone +๐Ÿšด๐Ÿฝโ€โ™€๏ธ biking: medium skin tone +๐Ÿšด๐Ÿฝโ€โ™€ biking: medium skin tone bicycle | biking | cyclist | medium skin tone | woman | woman biking: medium skin tone | cycling | woman riding a bike | woman riding a bike: medium skin tone +๐Ÿšด๐Ÿพโ€โ™€๏ธ biking: medium-dark skin tone +๐Ÿšด๐Ÿพโ€โ™€ biking: medium-dark skin tone bicycle | biking | cyclist | medium-dark skin tone | woman | woman biking: medium-dark skin tone | cycling | woman riding a bike | woman riding a bike: medium-dark skin tone +๐Ÿšด๐Ÿฟโ€โ™€๏ธ biking: dark skin tone +๐Ÿšด๐Ÿฟโ€โ™€ biking: dark skin tone bicycle | biking | cyclist | dark skin tone | woman | woman biking: dark skin tone | cycling | woman riding a bike | woman riding a bike: dark skin tone +๐Ÿšต mountain biking bicycle | bicyclist | bike | cyclist | mountain | person mountain biking +๐Ÿšต๐Ÿป mountain biking: light skin tone bicycle | bicyclist | bike | cyclist | light skin tone | mountain | person mountain biking | person mountain biking: light skin tone +๐Ÿšต๐Ÿผ mountain biking: medium-light skin tone bicycle | bicyclist | bike | cyclist | medium-light skin tone | mountain | person mountain biking | person mountain biking: medium-light skin tone +๐Ÿšต๐Ÿฝ mountain biking: medium skin tone bicycle | bicyclist | bike | cyclist | medium skin tone | mountain | person mountain biking | person mountain biking: medium skin tone +๐Ÿšต๐Ÿพ mountain biking: medium-dark skin tone bicycle | bicyclist | bike | cyclist | medium-dark skin tone | mountain | person mountain biking | person mountain biking: medium-dark skin tone +๐Ÿšต๐Ÿฟ mountain biking: dark skin tone bicycle | bicyclist | bike | cyclist | dark skin tone | mountain | person mountain biking | person mountain biking: dark skin tone +๐Ÿšตโ€โ™‚๏ธ mountain biking +๐Ÿšตโ€โ™‚ mountain biking bicycle | bike | cyclist | man | man mountain biking | mountain +๐Ÿšต๐Ÿปโ€โ™‚๏ธ mountain biking: light skin tone +๐Ÿšต๐Ÿปโ€โ™‚ mountain biking: light skin tone bicycle | bike | cyclist | light skin tone | man | man mountain biking | man mountain biking: light skin tone | mountain +๐Ÿšต๐Ÿผโ€โ™‚๏ธ mountain biking: medium-light skin tone +๐Ÿšต๐Ÿผโ€โ™‚ mountain biking: medium-light skin tone bicycle | bike | cyclist | man | man mountain biking | man mountain biking: medium-light skin tone | medium-light skin tone | mountain +๐Ÿšต๐Ÿฝโ€โ™‚๏ธ mountain biking: medium skin tone +๐Ÿšต๐Ÿฝโ€โ™‚ mountain biking: medium skin tone bicycle | bike | cyclist | man | man mountain biking | man mountain biking: medium skin tone | medium skin tone | mountain +๐Ÿšต๐Ÿพโ€โ™‚๏ธ mountain biking: medium-dark skin tone +๐Ÿšต๐Ÿพโ€โ™‚ mountain biking: medium-dark skin tone bicycle | bike | cyclist | man | man mountain biking | man mountain biking: medium-dark skin tone | medium-dark skin tone | mountain +๐Ÿšต๐Ÿฟโ€โ™‚๏ธ mountain biking: dark skin tone +๐Ÿšต๐Ÿฟโ€โ™‚ mountain biking: dark skin tone bicycle | bike | cyclist | dark skin tone | man | man mountain biking | man mountain biking: dark skin tone | mountain +๐Ÿšตโ€โ™€๏ธ mountain biking +๐Ÿšตโ€โ™€ mountain biking bicycle | bike | biking | cyclist | mountain | woman +๐Ÿšต๐Ÿปโ€โ™€๏ธ mountain biking: light skin tone +๐Ÿšต๐Ÿปโ€โ™€ mountain biking: light skin tone bicycle | bike | biking | cyclist | light skin tone | mountain | woman | woman mountain biking: light skin tone +๐Ÿšต๐Ÿผโ€โ™€๏ธ mountain biking: medium-light skin tone +๐Ÿšต๐Ÿผโ€โ™€ mountain biking: medium-light skin tone bicycle | bike | biking | cyclist | medium-light skin tone | mountain | woman | woman mountain biking: medium-light skin tone +๐Ÿšต๐Ÿฝโ€โ™€๏ธ mountain biking: medium skin tone +๐Ÿšต๐Ÿฝโ€โ™€ mountain biking: medium skin tone bicycle | bike | biking | cyclist | medium skin tone | mountain | woman | woman mountain biking: medium skin tone +๐Ÿšต๐Ÿพโ€โ™€๏ธ mountain biking: medium-dark skin tone +๐Ÿšต๐Ÿพโ€โ™€ mountain biking: medium-dark skin tone bicycle | bike | biking | cyclist | medium-dark skin tone | mountain | woman | woman mountain biking: medium-dark skin tone +๐Ÿšต๐Ÿฟโ€โ™€๏ธ mountain biking: dark skin tone +๐Ÿšต๐Ÿฟโ€โ™€ mountain biking: dark skin tone bicycle | bike | biking | cyclist | dark skin tone | mountain | woman | woman mountain biking: dark skin tone +๐Ÿคธ cartwheeling cartwheel | gymnastics | person cartwheeling +๐Ÿคธ๐Ÿป cartwheeling: light skin tone cartwheel | gymnastics | light skin tone | person cartwheeling | person cartwheeling: light skin tone +๐Ÿคธ๐Ÿผ cartwheeling: medium-light skin tone cartwheel | gymnastics | medium-light skin tone | person cartwheeling | person cartwheeling: medium-light skin tone +๐Ÿคธ๐Ÿฝ cartwheeling: medium skin tone cartwheel | gymnastics | medium skin tone | person cartwheeling | person cartwheeling: medium skin tone +๐Ÿคธ๐Ÿพ cartwheeling: medium-dark skin tone cartwheel | gymnastics | medium-dark skin tone | person cartwheeling | person cartwheeling: medium-dark skin tone +๐Ÿคธ๐Ÿฟ cartwheeling: dark skin tone cartwheel | dark skin tone | gymnastics | person cartwheeling | person cartwheeling: dark skin tone +๐Ÿคธโ€โ™‚๏ธ cartwheeling +๐Ÿคธโ€โ™‚ cartwheeling cartwheel | gymnastics | man | man cartwheeling +๐Ÿคธ๐Ÿปโ€โ™‚๏ธ cartwheeling: light skin tone +๐Ÿคธ๐Ÿปโ€โ™‚ cartwheeling: light skin tone cartwheel | gymnastics | light skin tone | man | man cartwheeling | man cartwheeling: light skin tone +๐Ÿคธ๐Ÿผโ€โ™‚๏ธ cartwheeling: medium-light skin tone +๐Ÿคธ๐Ÿผโ€โ™‚ cartwheeling: medium-light skin tone cartwheel | gymnastics | man | man cartwheeling | man cartwheeling: medium-light skin tone | medium-light skin tone +๐Ÿคธ๐Ÿฝโ€โ™‚๏ธ cartwheeling: medium skin tone +๐Ÿคธ๐Ÿฝโ€โ™‚ cartwheeling: medium skin tone cartwheel | gymnastics | man | man cartwheeling | man cartwheeling: medium skin tone | medium skin tone +๐Ÿคธ๐Ÿพโ€โ™‚๏ธ cartwheeling: medium-dark skin tone +๐Ÿคธ๐Ÿพโ€โ™‚ cartwheeling: medium-dark skin tone cartwheel | gymnastics | man | man cartwheeling | man cartwheeling: medium-dark skin tone | medium-dark skin tone +๐Ÿคธ๐Ÿฟโ€โ™‚๏ธ cartwheeling: dark skin tone +๐Ÿคธ๐Ÿฟโ€โ™‚ cartwheeling: dark skin tone cartwheel | dark skin tone | gymnastics | man | man cartwheeling | man cartwheeling: dark skin tone +๐Ÿคธโ€โ™€๏ธ cartwheeling +๐Ÿคธโ€โ™€ cartwheeling cartwheel | gymnastics | woman | woman cartwheeling +๐Ÿคธ๐Ÿปโ€โ™€๏ธ cartwheeling: light skin tone +๐Ÿคธ๐Ÿปโ€โ™€ cartwheeling: light skin tone cartwheel | gymnastics | light skin tone | woman | woman cartwheeling | woman cartwheeling: light skin tone +๐Ÿคธ๐Ÿผโ€โ™€๏ธ cartwheeling: medium-light skin tone +๐Ÿคธ๐Ÿผโ€โ™€ cartwheeling: medium-light skin tone cartwheel | gymnastics | medium-light skin tone | woman | woman cartwheeling | woman cartwheeling: medium-light skin tone +๐Ÿคธ๐Ÿฝโ€โ™€๏ธ cartwheeling: medium skin tone +๐Ÿคธ๐Ÿฝโ€โ™€ cartwheeling: medium skin tone cartwheel | gymnastics | medium skin tone | woman | woman cartwheeling | woman cartwheeling: medium skin tone +๐Ÿคธ๐Ÿพโ€โ™€๏ธ cartwheeling: medium-dark skin tone +๐Ÿคธ๐Ÿพโ€โ™€ cartwheeling: medium-dark skin tone cartwheel | gymnastics | medium-dark skin tone | woman | woman cartwheeling | woman cartwheeling: medium-dark skin tone +๐Ÿคธ๐Ÿฟโ€โ™€๏ธ cartwheeling: dark skin tone +๐Ÿคธ๐Ÿฟโ€โ™€ cartwheeling: dark skin tone cartwheel | dark skin tone | gymnastics | woman | woman cartwheeling | woman cartwheeling: dark skin tone +๐Ÿคผ wrestling people wrestling | wrestle | wrestler +๐Ÿคผโ€โ™‚๏ธ wrestling +๐Ÿคผโ€โ™‚ wrestling men | men wrestling | wrestle +๐Ÿคผโ€โ™€๏ธ wrestling +๐Ÿคผโ€โ™€ wrestling women | women wrestling | wrestle +๐Ÿคฝ playing water polo person playing water polo | polo | water +๐Ÿคฝ๐Ÿป playing water polo: light skin tone light skin tone | person playing water polo | person playing water polo: light skin tone | polo | water +๐Ÿคฝ๐Ÿผ playing water polo: medium-light skin tone medium-light skin tone | person playing water polo | person playing water polo: medium-light skin tone | polo | water +๐Ÿคฝ๐Ÿฝ playing water polo: medium skin tone medium skin tone | person playing water polo | person playing water polo: medium skin tone | polo | water +๐Ÿคฝ๐Ÿพ playing water polo: medium-dark skin tone medium-dark skin tone | person playing water polo | person playing water polo: medium-dark skin tone | polo | water +๐Ÿคฝ๐Ÿฟ playing water polo: dark skin tone dark skin tone | person playing water polo | person playing water polo: dark skin tone | polo | water +๐Ÿคฝโ€โ™‚๏ธ playing water polo +๐Ÿคฝโ€โ™‚ playing water polo man | man playing water polo | water polo +๐Ÿคฝ๐Ÿปโ€โ™‚๏ธ playing water polo: light skin tone +๐Ÿคฝ๐Ÿปโ€โ™‚ playing water polo: light skin tone light skin tone | man | man playing water polo | man playing water polo: light skin tone | water polo +๐Ÿคฝ๐Ÿผโ€โ™‚๏ธ playing water polo: medium-light skin tone +๐Ÿคฝ๐Ÿผโ€โ™‚ playing water polo: medium-light skin tone man | man playing water polo | man playing water polo: medium-light skin tone | medium-light skin tone | water polo +๐Ÿคฝ๐Ÿฝโ€โ™‚๏ธ playing water polo: medium skin tone +๐Ÿคฝ๐Ÿฝโ€โ™‚ playing water polo: medium skin tone man | man playing water polo | man playing water polo: medium skin tone | medium skin tone | water polo +๐Ÿคฝ๐Ÿพโ€โ™‚๏ธ playing water polo: medium-dark skin tone +๐Ÿคฝ๐Ÿพโ€โ™‚ playing water polo: medium-dark skin tone man | man playing water polo | man playing water polo: medium-dark skin tone | medium-dark skin tone | water polo +๐Ÿคฝ๐Ÿฟโ€โ™‚๏ธ playing water polo: dark skin tone +๐Ÿคฝ๐Ÿฟโ€โ™‚ playing water polo: dark skin tone dark skin tone | man | man playing water polo | man playing water polo: dark skin tone | water polo +๐Ÿคฝโ€โ™€๏ธ playing water polo +๐Ÿคฝโ€โ™€ playing water polo water polo | woman | woman playing water polo +๐Ÿคฝ๐Ÿปโ€โ™€๏ธ playing water polo: light skin tone +๐Ÿคฝ๐Ÿปโ€โ™€ playing water polo: light skin tone light skin tone | water polo | woman | woman playing water polo | woman playing water polo: light skin tone +๐Ÿคฝ๐Ÿผโ€โ™€๏ธ playing water polo: medium-light skin tone +๐Ÿคฝ๐Ÿผโ€โ™€ playing water polo: medium-light skin tone medium-light skin tone | water polo | woman | woman playing water polo | woman playing water polo: medium-light skin tone +๐Ÿคฝ๐Ÿฝโ€โ™€๏ธ playing water polo: medium skin tone +๐Ÿคฝ๐Ÿฝโ€โ™€ playing water polo: medium skin tone medium skin tone | water polo | woman | woman playing water polo | woman playing water polo: medium skin tone +๐Ÿคฝ๐Ÿพโ€โ™€๏ธ playing water polo: medium-dark skin tone +๐Ÿคฝ๐Ÿพโ€โ™€ playing water polo: medium-dark skin tone medium-dark skin tone | water polo | woman | woman playing water polo | woman playing water polo: medium-dark skin tone +๐Ÿคฝ๐Ÿฟโ€โ™€๏ธ playing water polo: dark skin tone +๐Ÿคฝ๐Ÿฟโ€โ™€ playing water polo: dark skin tone dark skin tone | water polo | woman | woman playing water polo | woman playing water polo: dark skin tone +๐Ÿคพ playing handball ball | handball | person playing handball +๐Ÿคพ๐Ÿป playing handball: light skin tone ball | handball | light skin tone | person playing handball | person playing handball: light skin tone +๐Ÿคพ๐Ÿผ playing handball: medium-light skin tone ball | handball | medium-light skin tone | person playing handball | person playing handball: medium-light skin tone +๐Ÿคพ๐Ÿฝ playing handball: medium skin tone ball | handball | medium skin tone | person playing handball | person playing handball: medium skin tone +๐Ÿคพ๐Ÿพ playing handball: medium-dark skin tone ball | handball | medium-dark skin tone | person playing handball | person playing handball: medium-dark skin tone +๐Ÿคพ๐Ÿฟ playing handball: dark skin tone ball | dark skin tone | handball | person playing handball | person playing handball: dark skin tone +๐Ÿคพโ€โ™‚๏ธ playing handball +๐Ÿคพโ€โ™‚ playing handball handball | man | man playing handball +๐Ÿคพ๐Ÿปโ€โ™‚๏ธ playing handball: light skin tone +๐Ÿคพ๐Ÿปโ€โ™‚ playing handball: light skin tone handball | light skin tone | man | man playing handball | man playing handball: light skin tone +๐Ÿคพ๐Ÿผโ€โ™‚๏ธ playing handball: medium-light skin tone +๐Ÿคพ๐Ÿผโ€โ™‚ playing handball: medium-light skin tone handball | man | man playing handball | man playing handball: medium-light skin tone | medium-light skin tone +๐Ÿคพ๐Ÿฝโ€โ™‚๏ธ playing handball: medium skin tone +๐Ÿคพ๐Ÿฝโ€โ™‚ playing handball: medium skin tone handball | man | man playing handball | man playing handball: medium skin tone | medium skin tone +๐Ÿคพ๐Ÿพโ€โ™‚๏ธ playing handball: medium-dark skin tone +๐Ÿคพ๐Ÿพโ€โ™‚ playing handball: medium-dark skin tone handball | man | man playing handball | man playing handball: medium-dark skin tone | medium-dark skin tone +๐Ÿคพ๐Ÿฟโ€โ™‚๏ธ playing handball: dark skin tone +๐Ÿคพ๐Ÿฟโ€โ™‚ playing handball: dark skin tone dark skin tone | handball | man | man playing handball | man playing handball: dark skin tone +๐Ÿคพโ€โ™€๏ธ playing handball +๐Ÿคพโ€โ™€ playing handball handball | woman | woman playing handball +๐Ÿคพ๐Ÿปโ€โ™€๏ธ playing handball: light skin tone +๐Ÿคพ๐Ÿปโ€โ™€ playing handball: light skin tone handball | light skin tone | woman | woman playing handball | woman playing handball: light skin tone +๐Ÿคพ๐Ÿผโ€โ™€๏ธ playing handball: medium-light skin tone +๐Ÿคพ๐Ÿผโ€โ™€ playing handball: medium-light skin tone handball | medium-light skin tone | woman | woman playing handball | woman playing handball: medium-light skin tone +๐Ÿคพ๐Ÿฝโ€โ™€๏ธ playing handball: medium skin tone +๐Ÿคพ๐Ÿฝโ€โ™€ playing handball: medium skin tone handball | medium skin tone | woman | woman playing handball | woman playing handball: medium skin tone +๐Ÿคพ๐Ÿพโ€โ™€๏ธ playing handball: medium-dark skin tone +๐Ÿคพ๐Ÿพโ€โ™€ playing handball: medium-dark skin tone handball | medium-dark skin tone | woman | woman playing handball | woman playing handball: medium-dark skin tone +๐Ÿคพ๐Ÿฟโ€โ™€๏ธ playing handball: dark skin tone +๐Ÿคพ๐Ÿฟโ€โ™€ playing handball: dark skin tone dark skin tone | handball | woman | woman playing handball | woman playing handball: dark skin tone +๐Ÿคน juggling balance | juggle | multitask | person juggling | skill | multi-task +๐Ÿคน๐Ÿป juggling: light skin tone balance | juggle | light skin tone | multitask | person juggling | person juggling: light skin tone | skill | multi-task +๐Ÿคน๐Ÿผ juggling: medium-light skin tone balance | juggle | medium-light skin tone | multitask | person juggling | person juggling: medium-light skin tone | skill | multi-task +๐Ÿคน๐Ÿฝ juggling: medium skin tone balance | juggle | medium skin tone | multitask | person juggling | person juggling: medium skin tone | skill | multi-task +๐Ÿคน๐Ÿพ juggling: medium-dark skin tone balance | juggle | medium-dark skin tone | multitask | person juggling | person juggling: medium-dark skin tone | skill | multi-task +๐Ÿคน๐Ÿฟ juggling: dark skin tone balance | dark skin tone | juggle | multitask | person juggling | person juggling: dark skin tone | skill | multi-task +๐Ÿคนโ€โ™‚๏ธ juggling +๐Ÿคนโ€โ™‚ juggling juggling | man | multitask | multi-task +๐Ÿคน๐Ÿปโ€โ™‚๏ธ juggling: light skin tone +๐Ÿคน๐Ÿปโ€โ™‚ juggling: light skin tone juggling | light skin tone | man | man juggling: light skin tone | multitask | multi-task +๐Ÿคน๐Ÿผโ€โ™‚๏ธ juggling: medium-light skin tone +๐Ÿคน๐Ÿผโ€โ™‚ juggling: medium-light skin tone juggling | man | man juggling: medium-light skin tone | medium-light skin tone | multitask | multi-task +๐Ÿคน๐Ÿฝโ€โ™‚๏ธ juggling: medium skin tone +๐Ÿคน๐Ÿฝโ€โ™‚ juggling: medium skin tone juggling | man | man juggling: medium skin tone | medium skin tone | multitask | multi-task +๐Ÿคน๐Ÿพโ€โ™‚๏ธ juggling: medium-dark skin tone +๐Ÿคน๐Ÿพโ€โ™‚ juggling: medium-dark skin tone juggling | man | man juggling: medium-dark skin tone | medium-dark skin tone | multitask | multi-task +๐Ÿคน๐Ÿฟโ€โ™‚๏ธ juggling: dark skin tone +๐Ÿคน๐Ÿฟโ€โ™‚ juggling: dark skin tone dark skin tone | juggling | man | man juggling: dark skin tone | multitask | multi-task +๐Ÿคนโ€โ™€๏ธ juggling +๐Ÿคนโ€โ™€ juggling juggling | multitask | woman | multi-task +๐Ÿคน๐Ÿปโ€โ™€๏ธ juggling: light skin tone +๐Ÿคน๐Ÿปโ€โ™€ juggling: light skin tone juggling | light skin tone | multitask | woman | woman juggling: light skin tone | multi-task +๐Ÿคน๐Ÿผโ€โ™€๏ธ juggling: medium-light skin tone +๐Ÿคน๐Ÿผโ€โ™€ juggling: medium-light skin tone juggling | medium-light skin tone | multitask | woman | woman juggling: medium-light skin tone | multi-task +๐Ÿคน๐Ÿฝโ€โ™€๏ธ juggling: medium skin tone +๐Ÿคน๐Ÿฝโ€โ™€ juggling: medium skin tone juggling | medium skin tone | multitask | woman | woman juggling: medium skin tone | multi-task +๐Ÿคน๐Ÿพโ€โ™€๏ธ juggling: medium-dark skin tone +๐Ÿคน๐Ÿพโ€โ™€ juggling: medium-dark skin tone juggling | medium-dark skin tone | multitask | woman | woman juggling: medium-dark skin tone | multi-task +๐Ÿคน๐Ÿฟโ€โ™€๏ธ juggling: dark skin tone +๐Ÿคน๐Ÿฟโ€โ™€ juggling: dark skin tone dark skin tone | juggling | multitask | woman | woman juggling: dark skin tone | multi-task +๐Ÿง˜ meditation | person in lotus position | yoga +๐Ÿง˜๐Ÿป light skin tone light skin tone | meditation | person in lotus position | person in lotus position: light skin tone | yoga +๐Ÿง˜๐Ÿผ medium-light skin tone meditation | medium-light skin tone | person in lotus position | person in lotus position: medium-light skin tone | yoga +๐Ÿง˜๐Ÿฝ medium skin tone meditation | medium skin tone | person in lotus position | person in lotus position: medium skin tone | yoga +๐Ÿง˜๐Ÿพ medium-dark skin tone meditation | medium-dark skin tone | person in lotus position | person in lotus position: medium-dark skin tone | yoga +๐Ÿง˜๐Ÿฟ dark skin tone dark skin tone | meditation | person in lotus position | person in lotus position: dark skin tone | yoga +๐Ÿง˜โ€โ™‚ in lotus position man in lotus position | meditation | yoga +๐Ÿง˜๐Ÿปโ€โ™‚๏ธ light skin tone +๐Ÿง˜๐Ÿปโ€โ™‚ light skin tone light skin tone | man in lotus position | man in lotus position: light skin tone | meditation | yoga +๐Ÿง˜๐Ÿผโ€โ™‚๏ธ medium-light skin tone +๐Ÿง˜๐Ÿผโ€โ™‚ medium-light skin tone man in lotus position | man in lotus position: medium-light skin tone | meditation | medium-light skin tone | yoga +๐Ÿง˜๐Ÿฝโ€โ™‚๏ธ medium skin tone +๐Ÿง˜๐Ÿฝโ€โ™‚ medium skin tone man in lotus position | man in lotus position: medium skin tone | meditation | medium skin tone | yoga +๐Ÿง˜๐Ÿพโ€โ™‚๏ธ medium-dark skin tone +๐Ÿง˜๐Ÿพโ€โ™‚ medium-dark skin tone man in lotus position | man in lotus position: medium-dark skin tone | meditation | medium-dark skin tone | yoga +๐Ÿง˜๐Ÿฟโ€โ™‚๏ธ dark skin tone +๐Ÿง˜๐Ÿฟโ€โ™‚ dark skin tone dark skin tone | man in lotus position | man in lotus position: dark skin tone | meditation | yoga +๐Ÿง˜โ€โ™€๏ธ in lotus position +๐Ÿง˜โ€โ™€ in lotus position meditation | woman in lotus position | yoga +๐Ÿง˜๐Ÿปโ€โ™€๏ธ light skin tone +๐Ÿง˜๐Ÿปโ€โ™€ light skin tone light skin tone | meditation | woman in lotus position | woman in lotus position: light skin tone | yoga +๐Ÿง˜๐Ÿผโ€โ™€๏ธ medium-light skin tone +๐Ÿง˜๐Ÿผโ€โ™€ medium-light skin tone meditation | medium-light skin tone | woman in lotus position | woman in lotus position: medium-light skin tone | yoga +๐Ÿง˜๐Ÿฝโ€โ™€๏ธ medium skin tone +๐Ÿง˜๐Ÿฝโ€โ™€ medium skin tone meditation | medium skin tone | woman in lotus position | woman in lotus position: medium skin tone | yoga +๐Ÿง˜๐Ÿพโ€โ™€๏ธ medium-dark skin tone +๐Ÿง˜๐Ÿพโ€โ™€ medium-dark skin tone meditation | medium-dark skin tone | woman in lotus position | woman in lotus position: medium-dark skin tone | yoga +๐Ÿง˜๐Ÿฟโ€โ™€๏ธ dark skin tone +๐Ÿง˜๐Ÿฟโ€โ™€ dark skin tone dark skin tone | meditation | woman in lotus position | woman in lotus position: dark skin tone | yoga +๐Ÿ›€ taking bath bath | bathtub | person taking bath | tub +๐Ÿ›€๐Ÿป taking bath: light skin tone bath | bathtub | light skin tone | person taking bath | person taking bath: light skin tone | tub +๐Ÿ›€๐Ÿผ taking bath: medium-light skin tone bath | bathtub | medium-light skin tone | person taking bath | person taking bath: medium-light skin tone | tub +๐Ÿ›€๐Ÿฝ taking bath: medium skin tone bath | bathtub | medium skin tone | person taking bath | person taking bath: medium skin tone | tub +๐Ÿ›€๐Ÿพ taking bath: medium-dark skin tone bath | bathtub | medium-dark skin tone | person taking bath | person taking bath: medium-dark skin tone | tub +๐Ÿ›€๐Ÿฟ taking bath: dark skin tone bath | bathtub | dark skin tone | person taking bath | person taking bath: dark skin tone | tub +๐Ÿ›Œ in bed good night | hotel | person in bed | sleep | sleeping +๐Ÿ›Œ๐Ÿป in bed: light skin tone good night | hotel | light skin tone | person in bed | person in bed: light skin tone | sleep | sleeping +๐Ÿ›Œ๐Ÿผ in bed: medium-light skin tone good night | hotel | medium-light skin tone | person in bed | person in bed: medium-light skin tone | sleep | sleeping +๐Ÿ›Œ๐Ÿฝ in bed: medium skin tone good night | hotel | medium skin tone | person in bed | person in bed: medium skin tone | sleep | sleeping +๐Ÿ›Œ๐Ÿพ in bed: medium-dark skin tone good night | hotel | medium-dark skin tone | person in bed | person in bed: medium-dark skin tone | sleep | sleeping +๐Ÿ›Œ๐Ÿฟ in bed: dark skin tone dark skin tone | good night | hotel | person in bed | person in bed: dark skin tone | sleep | sleeping +๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘ couple | hand | hold | holding hands | people holding hands | person +๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿป light skin tone couple | hand | hold | holding hands | light skin tone | people holding hands | people holding hands: light skin tone | person +๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ light skin tone, medium-light skin tone couple | hand | hold | holding hands | light skin tone | medium-light skin tone | people holding hands | people holding hands: light skin tone, medium-light skin tone | person +๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ light skin tone, medium skin tone couple | hand | hold | holding hands | light skin tone | medium skin tone | people holding hands | people holding hands: light skin tone, medium skin tone | person +๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ light skin tone, medium-dark skin tone couple | hand | hold | holding hands | light skin tone | medium-dark skin tone | people holding hands | people holding hands: light skin tone, medium-dark skin tone | person +๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ light skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | light skin tone | people holding hands | people holding hands: light skin tone, dark skin tone | person +๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿป medium-light skin tone, light skin tone couple | hand | hold | holding hands | light skin tone | medium-light skin tone | people holding hands | people holding hands: medium-light skin tone, light skin tone | person +๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ medium-light skin tone couple | hand | hold | holding hands | medium-light skin tone | people holding hands | people holding hands: medium-light skin tone | person +๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ medium-light skin tone, medium skin tone couple | hand | hold | holding hands | medium skin tone | medium-light skin tone | people holding hands | people holding hands: medium-light skin tone, medium skin tone | person +๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ medium-light skin tone, medium-dark skin tone couple | hand | hold | holding hands | medium-dark skin tone | medium-light skin tone | people holding hands | people holding hands: medium-light skin tone, medium-dark skin tone | person +๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ medium-light skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | medium-light skin tone | people holding hands | people holding hands: medium-light skin tone, dark skin tone | person +๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿป medium skin tone, light skin tone couple | hand | hold | holding hands | light skin tone | medium skin tone | people holding hands | people holding hands: medium skin tone, light skin tone | person +๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ medium skin tone, medium-light skin tone couple | hand | hold | holding hands | medium skin tone | medium-light skin tone | people holding hands | people holding hands: medium skin tone, medium-light skin tone | person +๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ medium skin tone couple | hand | hold | holding hands | medium skin tone | people holding hands | people holding hands: medium skin tone | person +๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ medium skin tone, medium-dark skin tone couple | hand | hold | holding hands | medium skin tone | medium-dark skin tone | people holding hands | people holding hands: medium skin tone, medium-dark skin tone | person +๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ medium skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | medium skin tone | people holding hands | people holding hands: medium skin tone, dark skin tone | person +๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿป medium-dark skin tone, light skin tone couple | hand | hold | holding hands | light skin tone | medium-dark skin tone | people holding hands | people holding hands: medium-dark skin tone, light skin tone | person +๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ medium-dark skin tone, medium-light skin tone couple | hand | hold | holding hands | medium-dark skin tone | medium-light skin tone | people holding hands | people holding hands: medium-dark skin tone, medium-light skin tone | person +๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ medium-dark skin tone, medium skin tone couple | hand | hold | holding hands | medium skin tone | medium-dark skin tone | people holding hands | people holding hands: medium-dark skin tone, medium skin tone | person +๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ medium-dark skin tone couple | hand | hold | holding hands | medium-dark skin tone | people holding hands | people holding hands: medium-dark skin tone | person +๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ medium-dark skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | medium-dark skin tone | people holding hands | people holding hands: medium-dark skin tone, dark skin tone | person +๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿป dark skin tone, light skin tone couple | dark skin tone | hand | hold | holding hands | light skin tone | people holding hands | people holding hands: dark skin tone, light skin tone | person +๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ dark skin tone, medium-light skin tone couple | dark skin tone | hand | hold | holding hands | medium-light skin tone | people holding hands | people holding hands: dark skin tone, medium-light skin tone | person +๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ dark skin tone, medium skin tone couple | dark skin tone | hand | hold | holding hands | medium skin tone | people holding hands | people holding hands: dark skin tone, medium skin tone | person +๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ dark skin tone, medium-dark skin tone couple | dark skin tone | hand | hold | holding hands | medium-dark skin tone | people holding hands | people holding hands: dark skin tone, medium-dark skin tone | person +๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ dark skin tone couple | dark skin tone | hand | hold | holding hands | people holding hands | people holding hands: dark skin tone | person +๐Ÿ‘ญ holding hands couple | hand | holding hands | women | women holding hands | two women holding hands +๐Ÿ‘ญ๐Ÿป light skin tone couple | hand | holding hands | light skin tone | women | women holding hands | women holding hands: light skin tone | two women holding hands +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ light skin tone, medium-light skin tone couple | hand | holding hands | light skin tone | medium-light skin tone | women | women holding hands | women holding hands: light skin tone, medium-light skin tone | two women holding hands +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ light skin tone, medium skin tone couple | hand | holding hands | light skin tone | medium skin tone | women | women holding hands | women holding hands: light skin tone, medium skin tone | two women holding hands +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ light skin tone, medium-dark skin tone couple | hand | holding hands | light skin tone | medium-dark skin tone | women | women holding hands | women holding hands: light skin tone, medium-dark skin tone | two women holding hands +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ light skin tone, dark skin tone couple | dark skin tone | hand | holding hands | light skin tone | women | women holding hands | women holding hands: light skin tone, dark skin tone | two women holding hands +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป medium-light skin tone, light skin tone couple | hand | holding hands | light skin tone | medium-light skin tone | women | women holding hands | women holding hands: medium-light skin tone, light skin tone | two women holding hands +๐Ÿ‘ญ๐Ÿผ medium-light skin tone couple | hand | holding hands | medium-light skin tone | women | women holding hands | women holding hands: medium-light skin tone | two women holding hands +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ medium-light skin tone, medium skin tone couple | hand | holding hands | medium skin tone | medium-light skin tone | women | women holding hands | women holding hands: medium-light skin tone, medium skin tone | two women holding hands +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ medium-light skin tone, medium-dark skin tone couple | hand | holding hands | medium-dark skin tone | medium-light skin tone | women | women holding hands | women holding hands: medium-light skin tone, medium-dark skin tone | two women holding hands +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ medium-light skin tone, dark skin tone couple | dark skin tone | hand | holding hands | medium-light skin tone | women | women holding hands | women holding hands: medium-light skin tone, dark skin tone | two women holding hands +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป medium skin tone, light skin tone couple | hand | holding hands | light skin tone | medium skin tone | women | women holding hands | women holding hands: medium skin tone, light skin tone | two women holding hands +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ medium skin tone, medium-light skin tone couple | hand | holding hands | medium skin tone | medium-light skin tone | women | women holding hands | women holding hands: medium skin tone, medium-light skin tone | two women holding hands +๐Ÿ‘ญ๐Ÿฝ medium skin tone couple | hand | holding hands | medium skin tone | women | women holding hands | women holding hands: medium skin tone | two women holding hands +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ medium skin tone, medium-dark skin tone couple | hand | holding hands | medium skin tone | medium-dark skin tone | women | women holding hands | women holding hands: medium skin tone, medium-dark skin tone | two women holding hands +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ medium skin tone, dark skin tone couple | dark skin tone | hand | holding hands | medium skin tone | women | women holding hands | women holding hands: medium skin tone, dark skin tone | two women holding hands +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป medium-dark skin tone, light skin tone couple | hand | holding hands | light skin tone | medium-dark skin tone | women | women holding hands | women holding hands: medium-dark skin tone, light skin tone | two women holding hands +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ medium-dark skin tone, medium-light skin tone couple | hand | holding hands | medium-dark skin tone | medium-light skin tone | women | women holding hands | women holding hands: medium-dark skin tone, medium-light skin tone | two women holding hands +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ medium-dark skin tone, medium skin tone couple | hand | holding hands | medium skin tone | medium-dark skin tone | women | women holding hands | women holding hands: medium-dark skin tone, medium skin tone | two women holding hands +๐Ÿ‘ญ๐Ÿพ medium-dark skin tone couple | hand | holding hands | medium-dark skin tone | women | women holding hands | women holding hands: medium-dark skin tone | two women holding hands +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ medium-dark skin tone, dark skin tone couple | dark skin tone | hand | holding hands | medium-dark skin tone | women | women holding hands | women holding hands: medium-dark skin tone, dark skin tone | two women holding hands +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป dark skin tone, light skin tone couple | dark skin tone | hand | holding hands | light skin tone | women | women holding hands | women holding hands: dark skin tone, light skin tone | two women holding hands +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ dark skin tone, medium-light skin tone couple | dark skin tone | hand | holding hands | medium-light skin tone | women | women holding hands | women holding hands: dark skin tone, medium-light skin tone | two women holding hands +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ dark skin tone, medium skin tone couple | dark skin tone | hand | holding hands | medium skin tone | women | women holding hands | women holding hands: dark skin tone, medium skin tone | two women holding hands +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ dark skin tone, medium-dark skin tone couple | dark skin tone | hand | holding hands | medium-dark skin tone | women | women holding hands | women holding hands: dark skin tone, medium-dark skin tone | two women holding hands +๐Ÿ‘ญ๐Ÿฟ dark skin tone couple | dark skin tone | hand | holding hands | women | women holding hands | women holding hands: dark skin tone | two women holding hands +๐Ÿ‘ซ couple | hand | hold | holding hands | man | woman | woman and man holding hands | man and woman holding hands +๐Ÿ‘ซ๐Ÿป light skin tone couple | hand | hold | holding hands | light skin tone | man | woman | woman and man holding hands | woman and man holding hands: light skin tone | man and woman holding hands +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ light skin tone, medium-light skin tone couple | hand | hold | holding hands | light skin tone | man | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: light skin tone, medium-light skin tone | man and woman holding hands +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ light skin tone, medium skin tone couple | hand | hold | holding hands | light skin tone | man | medium skin tone | woman | woman and man holding hands | woman and man holding hands: light skin tone, medium skin tone | man and woman holding hands +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ light skin tone, medium-dark skin tone couple | hand | hold | holding hands | light skin tone | man | medium-dark skin tone | woman | woman and man holding hands | woman and man holding hands: light skin tone, medium-dark skin tone | man and woman holding hands +๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ light skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | light skin tone | man | woman | woman and man holding hands | woman and man holding hands: light skin tone, dark skin tone | man and woman holding hands +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป medium-light skin tone, light skin tone couple | hand | hold | holding hands | light skin tone | man | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: medium-light skin tone, light skin tone | man and woman holding hands +๐Ÿ‘ซ๐Ÿผ medium-light skin tone couple | hand | hold | holding hands | man | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: medium-light skin tone | man and woman holding hands +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ medium-light skin tone, medium skin tone couple | hand | hold | holding hands | man | medium skin tone | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: medium-light skin tone, medium skin tone | man and woman holding hands +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ medium-light skin tone, medium-dark skin tone couple | hand | hold | holding hands | man | medium-dark skin tone | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: medium-light skin tone, medium-dark skin tone | man and woman holding hands +๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ medium-light skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | man | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: medium-light skin tone, dark skin tone | man and woman holding hands +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป medium skin tone, light skin tone couple | hand | hold | holding hands | light skin tone | man | medium skin tone | woman | woman and man holding hands | woman and man holding hands: medium skin tone, light skin tone | man and woman holding hands +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ medium skin tone, medium-light skin tone couple | hand | hold | holding hands | man | medium skin tone | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: medium skin tone, medium-light skin tone | man and woman holding hands +๐Ÿ‘ซ๐Ÿฝ medium skin tone couple | hand | hold | holding hands | man | medium skin tone | woman | woman and man holding hands | woman and man holding hands: medium skin tone | man and woman holding hands +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ medium skin tone, medium-dark skin tone couple | hand | hold | holding hands | man | medium skin tone | medium-dark skin tone | woman | woman and man holding hands | woman and man holding hands: medium skin tone, medium-dark skin tone | man and woman holding hands +๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ medium skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | man | medium skin tone | woman | woman and man holding hands | woman and man holding hands: medium skin tone, dark skin tone | man and woman holding hands +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป medium-dark skin tone, light skin tone couple | hand | hold | holding hands | light skin tone | man | medium-dark skin tone | woman | woman and man holding hands | woman and man holding hands: medium-dark skin tone, light skin tone | man and woman holding hands +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ medium-dark skin tone, medium-light skin tone couple | hand | hold | holding hands | man | medium-dark skin tone | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: medium-dark skin tone, medium-light skin tone | man and woman holding hands +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ medium-dark skin tone, medium skin tone couple | hand | hold | holding hands | man | medium skin tone | medium-dark skin tone | woman | woman and man holding hands | woman and man holding hands: medium-dark skin tone, medium skin tone | man and woman holding hands +๐Ÿ‘ซ๐Ÿพ medium-dark skin tone couple | hand | hold | holding hands | man | medium-dark skin tone | woman | woman and man holding hands | woman and man holding hands: medium-dark skin tone | man and woman holding hands +๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ medium-dark skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | man | medium-dark skin tone | woman | woman and man holding hands | woman and man holding hands: medium-dark skin tone, dark skin tone | man and woman holding hands +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป dark skin tone, light skin tone couple | dark skin tone | hand | hold | holding hands | light skin tone | man | woman | woman and man holding hands | woman and man holding hands: dark skin tone, light skin tone | man and woman holding hands +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ dark skin tone, medium-light skin tone couple | dark skin tone | hand | hold | holding hands | man | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: dark skin tone, medium-light skin tone | man and woman holding hands +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ dark skin tone, medium skin tone couple | dark skin tone | hand | hold | holding hands | man | medium skin tone | woman | woman and man holding hands | woman and man holding hands: dark skin tone, medium skin tone | man and woman holding hands +๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ dark skin tone, medium-dark skin tone couple | dark skin tone | hand | hold | holding hands | man | medium-dark skin tone | woman | woman and man holding hands | woman and man holding hands: dark skin tone, medium-dark skin tone | man and woman holding hands +๐Ÿ‘ซ๐Ÿฟ dark skin tone couple | dark skin tone | hand | hold | holding hands | man | woman | woman and man holding hands | woman and man holding hands: dark skin tone | man and woman holding hands +๐Ÿ‘ฌ couple | Gemini | holding hands | man | men | men holding hands | twins | zodiac +๐Ÿ‘ฌ๐Ÿป light skin tone couple | Gemini | holding hands | light skin tone | man | men | men holding hands | men holding hands: light skin tone | twins | zodiac +๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ light skin tone, medium-light skin tone couple | Gemini | holding hands | light skin tone | man | medium-light skin tone | men | men holding hands | men holding hands: light skin tone, medium-light skin tone | twins | zodiac +๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ light skin tone, medium skin tone couple | Gemini | holding hands | light skin tone | man | medium skin tone | men | men holding hands | men holding hands: light skin tone, medium skin tone | twins | zodiac +๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ light skin tone, medium-dark skin tone couple | Gemini | holding hands | light skin tone | man | medium-dark skin tone | men | men holding hands | men holding hands: light skin tone, medium-dark skin tone | twins | zodiac +๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ light skin tone, dark skin tone couple | dark skin tone | Gemini | holding hands | light skin tone | man | men | men holding hands | men holding hands: light skin tone, dark skin tone | twins | zodiac +๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป medium-light skin tone, light skin tone couple | Gemini | holding hands | light skin tone | man | medium-light skin tone | men | men holding hands | men holding hands: medium-light skin tone, light skin tone | twins | zodiac +๐Ÿ‘ฌ๐Ÿผ medium-light skin tone couple | Gemini | holding hands | man | medium-light skin tone | men | men holding hands | men holding hands: medium-light skin tone | twins | zodiac +๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ medium-light skin tone, medium skin tone couple | Gemini | holding hands | man | medium skin tone | medium-light skin tone | men | men holding hands | men holding hands: medium-light skin tone, medium skin tone | twins | zodiac +๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ medium-light skin tone, medium-dark skin tone couple | Gemini | holding hands | man | medium-dark skin tone | medium-light skin tone | men | men holding hands | men holding hands: medium-light skin tone, medium-dark skin tone | twins | zodiac +๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ medium-light skin tone, dark skin tone couple | dark skin tone | Gemini | holding hands | man | medium-light skin tone | men | men holding hands | men holding hands: medium-light skin tone, dark skin tone | twins | zodiac +๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป medium skin tone, light skin tone couple | Gemini | holding hands | light skin tone | man | medium skin tone | men | men holding hands | men holding hands: medium skin tone, light skin tone | twins | zodiac +๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ medium skin tone, medium-light skin tone couple | Gemini | holding hands | man | medium skin tone | medium-light skin tone | men | men holding hands | men holding hands: medium skin tone, medium-light skin tone | twins | zodiac +๐Ÿ‘ฌ๐Ÿฝ medium skin tone couple | Gemini | holding hands | man | medium skin tone | men | men holding hands | men holding hands: medium skin tone | twins | zodiac +๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ medium skin tone, medium-dark skin tone couple | Gemini | holding hands | man | medium skin tone | medium-dark skin tone | men | men holding hands | men holding hands: medium skin tone, medium-dark skin tone | twins | zodiac +๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ medium skin tone, dark skin tone couple | dark skin tone | Gemini | holding hands | man | medium skin tone | men | men holding hands | men holding hands: medium skin tone, dark skin tone | twins | zodiac +๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป medium-dark skin tone, light skin tone couple | Gemini | holding hands | light skin tone | man | medium-dark skin tone | men | men holding hands | men holding hands: medium-dark skin tone, light skin tone | twins | zodiac +๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ medium-dark skin tone, medium-light skin tone couple | Gemini | holding hands | man | medium-dark skin tone | medium-light skin tone | men | men holding hands | men holding hands: medium-dark skin tone, medium-light skin tone | twins | zodiac +๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ medium-dark skin tone, medium skin tone couple | Gemini | holding hands | man | medium skin tone | medium-dark skin tone | men | men holding hands | men holding hands: medium-dark skin tone, medium skin tone | twins | zodiac +๐Ÿ‘ฌ๐Ÿพ medium-dark skin tone couple | Gemini | holding hands | man | medium-dark skin tone | men | men holding hands | men holding hands: medium-dark skin tone | twins | zodiac +๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ medium-dark skin tone, dark skin tone couple | dark skin tone | Gemini | holding hands | man | medium-dark skin tone | men | men holding hands | men holding hands: medium-dark skin tone, dark skin tone | twins | zodiac +๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป dark skin tone, light skin tone couple | dark skin tone | Gemini | holding hands | light skin tone | man | men | men holding hands | men holding hands: dark skin tone, light skin tone | twins | zodiac +๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ dark skin tone, medium-light skin tone couple | dark skin tone | Gemini | holding hands | man | medium-light skin tone | men | men holding hands | men holding hands: dark skin tone, medium-light skin tone | twins | zodiac +๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ dark skin tone, medium skin tone couple | dark skin tone | Gemini | holding hands | man | medium skin tone | men | men holding hands | men holding hands: dark skin tone, medium skin tone | twins | zodiac +๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ dark skin tone, medium-dark skin tone couple | dark skin tone | Gemini | holding hands | man | medium-dark skin tone | men | men holding hands | men holding hands: dark skin tone, medium-dark skin tone | twins | zodiac +๐Ÿ‘ฌ๐Ÿฟ dark skin tone couple | dark skin tone | Gemini | holding hands | man | men | men holding hands | men holding hands: dark skin tone | twins | zodiac +๐Ÿ’ couple | kiss +๐Ÿ’๐Ÿป light skin tone couple | kiss | kiss: light skin tone | light skin tone +๐Ÿ’๐Ÿผ medium-light skin tone couple | kiss | kiss: medium-light skin tone | medium-light skin tone +๐Ÿ’๐Ÿฝ medium skin tone couple | kiss | kiss: medium skin tone | medium skin tone +๐Ÿ’๐Ÿพ medium-dark skin tone couple | kiss | kiss: medium-dark skin tone | medium-dark skin tone +๐Ÿ’๐Ÿฟ dark skin tone couple | dark skin tone | kiss | kiss: dark skin tone +๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ person, person, light skin tone, medium-light skin tone +๐Ÿง‘๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ person, person, light skin tone, medium-light skin tone couple | kiss | kiss: person, person, light skin tone, medium-light skin tone | light skin tone | medium-light skin tone | person +๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ person, person, light skin tone, medium skin tone +๐Ÿง‘๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ person, person, light skin tone, medium skin tone couple | kiss | kiss: person, person, light skin tone, medium skin tone | light skin tone | medium skin tone | person +๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ person, person, light skin tone, medium-dark skin tone +๐Ÿง‘๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ person, person, light skin tone, medium-dark skin tone couple | kiss | kiss: person, person, light skin tone, medium-dark skin tone | light skin tone | medium-dark skin tone | person +๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ person, person, light skin tone, dark skin tone +๐Ÿง‘๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ person, person, light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: person, person, light skin tone, dark skin tone | light skin tone | person +๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป person, person, medium-light skin tone, light skin tone +๐Ÿง‘๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป person, person, medium-light skin tone, light skin tone couple | kiss | kiss: person, person, medium-light skin tone, light skin tone | light skin tone | medium-light skin tone | person +๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ person, person, medium-light skin tone, medium skin tone +๐Ÿง‘๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ person, person, medium-light skin tone, medium skin tone couple | kiss | kiss: person, person, medium-light skin tone, medium skin tone | medium skin tone | medium-light skin tone | person +๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ person, person, medium-light skin tone, medium-dark skin tone +๐Ÿง‘๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ person, person, medium-light skin tone, medium-dark skin tone couple | kiss | kiss: person, person, medium-light skin tone, medium-dark skin tone | medium-dark skin tone | medium-light skin tone | person +๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ person, person, medium-light skin tone, dark skin tone +๐Ÿง‘๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ person, person, medium-light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: person, person, medium-light skin tone, dark skin tone | medium-light skin tone | person +๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป person, person, medium skin tone, light skin tone +๐Ÿง‘๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป person, person, medium skin tone, light skin tone couple | kiss | kiss: person, person, medium skin tone, light skin tone | light skin tone | medium skin tone | person +๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ person, person, medium skin tone, medium-light skin tone +๐Ÿง‘๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ person, person, medium skin tone, medium-light skin tone couple | kiss | kiss: person, person, medium skin tone, medium-light skin tone | medium skin tone | medium-light skin tone | person +๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ person, person, medium skin tone, medium-dark skin tone +๐Ÿง‘๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ person, person, medium skin tone, medium-dark skin tone couple | kiss | kiss: person, person, medium skin tone, medium-dark skin tone | medium skin tone | medium-dark skin tone | person +๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ person, person, medium skin tone, dark skin tone +๐Ÿง‘๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ person, person, medium skin tone, dark skin tone couple | dark skin tone | kiss | kiss: person, person, medium skin tone, dark skin tone | medium skin tone | person +๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป person, person, medium-dark skin tone, light skin tone +๐Ÿง‘๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป person, person, medium-dark skin tone, light skin tone couple | kiss | kiss: person, person, medium-dark skin tone, light skin tone | light skin tone | medium-dark skin tone | person +๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ person, person, medium-dark skin tone, medium-light skin tone +๐Ÿง‘๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ person, person, medium-dark skin tone, medium-light skin tone couple | kiss | kiss: person, person, medium-dark skin tone, medium-light skin tone | medium-dark skin tone | medium-light skin tone | person +๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ person, person, medium-dark skin tone, medium skin tone +๐Ÿง‘๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ person, person, medium-dark skin tone, medium skin tone couple | kiss | kiss: person, person, medium-dark skin tone, medium skin tone | medium skin tone | medium-dark skin tone | person +๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ person, person, medium-dark skin tone, dark skin tone +๐Ÿง‘๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ person, person, medium-dark skin tone, dark skin tone couple | dark skin tone | kiss | kiss: person, person, medium-dark skin tone, dark skin tone | medium-dark skin tone | person +๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป person, person, dark skin tone, light skin tone +๐Ÿง‘๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป person, person, dark skin tone, light skin tone couple | dark skin tone | kiss | kiss: person, person, dark skin tone, light skin tone | light skin tone | person +๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ person, person, dark skin tone, medium-light skin tone +๐Ÿง‘๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ person, person, dark skin tone, medium-light skin tone couple | dark skin tone | kiss | kiss: person, person, dark skin tone, medium-light skin tone | medium-light skin tone | person +๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ person, person, dark skin tone, medium skin tone +๐Ÿง‘๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ person, person, dark skin tone, medium skin tone couple | dark skin tone | kiss | kiss: person, person, dark skin tone, medium skin tone | medium skin tone | person +๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ person, person, dark skin tone, medium-dark skin tone +๐Ÿง‘๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ person, person, dark skin tone, medium-dark skin tone couple | dark skin tone | kiss | kiss: person, person, dark skin tone, medium-dark skin tone | medium-dark skin tone | person +๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ woman, man +๐Ÿ‘ฉโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ woman, man couple | kiss | kiss: woman, man | man | woman +๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป woman, man, light skin tone +๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป woman, man, light skin tone couple | kiss | kiss: woman, man, light skin tone | light skin tone | man | woman +๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ woman, man, light skin tone, medium-light skin tone +๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ woman, man, light skin tone, medium-light skin tone couple | kiss | kiss: woman, man, light skin tone, medium-light skin tone | light skin tone | man | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ woman, man, light skin tone, medium skin tone +๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ woman, man, light skin tone, medium skin tone couple | kiss | kiss: woman, man, light skin tone, medium skin tone | light skin tone | man | medium skin tone | woman +๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ woman, man, light skin tone, medium-dark skin tone +๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ woman, man, light skin tone, medium-dark skin tone couple | kiss | kiss: woman, man, light skin tone, medium-dark skin tone | light skin tone | man | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ woman, man, light skin tone, dark skin tone +๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ woman, man, light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, man, light skin tone, dark skin tone | light skin tone | man | woman +๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป woman, man, medium-light skin tone, light skin tone +๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป woman, man, medium-light skin tone, light skin tone couple | kiss | kiss: woman, man, medium-light skin tone, light skin tone | light skin tone | man | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ woman, man, medium-light skin tone +๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ woman, man, medium-light skin tone couple | kiss | kiss: woman, man, medium-light skin tone | man | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ woman, man, medium-light skin tone, medium skin tone +๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ woman, man, medium-light skin tone, medium skin tone couple | kiss | kiss: woman, man, medium-light skin tone, medium skin tone | man | medium skin tone | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ woman, man, medium-light skin tone, medium-dark skin tone +๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ woman, man, medium-light skin tone, medium-dark skin tone couple | kiss | kiss: woman, man, medium-light skin tone, medium-dark skin tone | man | medium-dark skin tone | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ woman, man, medium-light skin tone, dark skin tone +๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ woman, man, medium-light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, man, medium-light skin tone, dark skin tone | man | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป woman, man, medium skin tone, light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป woman, man, medium skin tone, light skin tone couple | kiss | kiss: woman, man, medium skin tone, light skin tone | light skin tone | man | medium skin tone | woman +๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ woman, man, medium skin tone, medium-light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ woman, man, medium skin tone, medium-light skin tone couple | kiss | kiss: woman, man, medium skin tone, medium-light skin tone | man | medium skin tone | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ woman, man, medium skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ woman, man, medium skin tone couple | kiss | kiss: woman, man, medium skin tone | man | medium skin tone | woman +๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ woman, man, medium skin tone, medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ woman, man, medium skin tone, medium-dark skin tone couple | kiss | kiss: woman, man, medium skin tone, medium-dark skin tone | man | medium skin tone | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ woman, man, medium skin tone, dark skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ woman, man, medium skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, man, medium skin tone, dark skin tone | man | medium skin tone | woman +๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป woman, man, medium-dark skin tone, light skin tone +๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป woman, man, medium-dark skin tone, light skin tone couple | kiss | kiss: woman, man, medium-dark skin tone, light skin tone | light skin tone | man | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ woman, man, medium-dark skin tone, medium-light skin tone +๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ woman, man, medium-dark skin tone, medium-light skin tone couple | kiss | kiss: woman, man, medium-dark skin tone, medium-light skin tone | man | medium-dark skin tone | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ woman, man, medium-dark skin tone, medium skin tone +๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ woman, man, medium-dark skin tone, medium skin tone couple | kiss | kiss: woman, man, medium-dark skin tone, medium skin tone | man | medium skin tone | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ woman, man, medium-dark skin tone +๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ woman, man, medium-dark skin tone couple | kiss | kiss: woman, man, medium-dark skin tone | man | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ woman, man, medium-dark skin tone, dark skin tone +๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ woman, man, medium-dark skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, man, medium-dark skin tone, dark skin tone | man | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป woman, man, dark skin tone, light skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป woman, man, dark skin tone, light skin tone couple | dark skin tone | kiss | kiss: woman, man, dark skin tone, light skin tone | light skin tone | man | woman +๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ woman, man, dark skin tone, medium-light skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ woman, man, dark skin tone, medium-light skin tone couple | dark skin tone | kiss | kiss: woman, man, dark skin tone, medium-light skin tone | man | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ woman, man, dark skin tone, medium skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ woman, man, dark skin tone, medium skin tone couple | dark skin tone | kiss | kiss: woman, man, dark skin tone, medium skin tone | man | medium skin tone | woman +๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ woman, man, dark skin tone, medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ woman, man, dark skin tone, medium-dark skin tone couple | dark skin tone | kiss | kiss: woman, man, dark skin tone, medium-dark skin tone | man | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ woman, man, dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ woman, man, dark skin tone couple | dark skin tone | kiss | kiss: woman, man, dark skin tone | man | woman +๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ man, man +๐Ÿ‘จโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ man, man couple | kiss | kiss: man, man | man +๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป man, man, light skin tone +๐Ÿ‘จ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป man, man, light skin tone couple | kiss | kiss: man, man, light skin tone | light skin tone | man +๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ man, man, light skin tone, medium-light skin tone +๐Ÿ‘จ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ man, man, light skin tone, medium-light skin tone couple | kiss | kiss: man, man, light skin tone, medium-light skin tone | light skin tone | man | medium-light skin tone +๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ man, man, light skin tone, medium skin tone +๐Ÿ‘จ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ man, man, light skin tone, medium skin tone couple | kiss | kiss: man, man, light skin tone, medium skin tone | light skin tone | man | medium skin tone +๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ man, man, light skin tone, medium-dark skin tone +๐Ÿ‘จ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ man, man, light skin tone, medium-dark skin tone couple | kiss | kiss: man, man, light skin tone, medium-dark skin tone | light skin tone | man | medium-dark skin tone +๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ man, man, light skin tone, dark skin tone +๐Ÿ‘จ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ man, man, light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: man, man, light skin tone, dark skin tone | light skin tone | man +๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป man, man, medium-light skin tone, light skin tone +๐Ÿ‘จ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป man, man, medium-light skin tone, light skin tone couple | kiss | kiss: man, man, medium-light skin tone, light skin tone | light skin tone | man | medium-light skin tone +๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ man, man, medium-light skin tone +๐Ÿ‘จ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ man, man, medium-light skin tone couple | kiss | kiss: man, man, medium-light skin tone | man | medium-light skin tone +๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ man, man, medium-light skin tone, medium skin tone +๐Ÿ‘จ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ man, man, medium-light skin tone, medium skin tone couple | kiss | kiss: man, man, medium-light skin tone, medium skin tone | man | medium skin tone | medium-light skin tone +๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ man, man, medium-light skin tone, medium-dark skin tone +๐Ÿ‘จ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ man, man, medium-light skin tone, medium-dark skin tone couple | kiss | kiss: man, man, medium-light skin tone, medium-dark skin tone | man | medium-dark skin tone | medium-light skin tone +๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ man, man, medium-light skin tone, dark skin tone +๐Ÿ‘จ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ man, man, medium-light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: man, man, medium-light skin tone, dark skin tone | man | medium-light skin tone +๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป man, man, medium skin tone, light skin tone +๐Ÿ‘จ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป man, man, medium skin tone, light skin tone couple | kiss | kiss: man, man, medium skin tone, light skin tone | light skin tone | man | medium skin tone +๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ man, man, medium skin tone, medium-light skin tone +๐Ÿ‘จ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ man, man, medium skin tone, medium-light skin tone couple | kiss | kiss: man, man, medium skin tone, medium-light skin tone | man | medium skin tone | medium-light skin tone +๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ man, man, medium skin tone +๐Ÿ‘จ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ man, man, medium skin tone couple | kiss | kiss: man, man, medium skin tone | man | medium skin tone +๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ man, man, medium skin tone, medium-dark skin tone +๐Ÿ‘จ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ man, man, medium skin tone, medium-dark skin tone couple | kiss | kiss: man, man, medium skin tone, medium-dark skin tone | man | medium skin tone | medium-dark skin tone +๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ man, man, medium skin tone, dark skin tone +๐Ÿ‘จ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ man, man, medium skin tone, dark skin tone couple | dark skin tone | kiss | kiss: man, man, medium skin tone, dark skin tone | man | medium skin tone +๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป man, man, medium-dark skin tone, light skin tone +๐Ÿ‘จ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป man, man, medium-dark skin tone, light skin tone couple | kiss | kiss: man, man, medium-dark skin tone, light skin tone | light skin tone | man | medium-dark skin tone +๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ man, man, medium-dark skin tone, medium-light skin tone +๐Ÿ‘จ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ man, man, medium-dark skin tone, medium-light skin tone couple | kiss | kiss: man, man, medium-dark skin tone, medium-light skin tone | man | medium-dark skin tone | medium-light skin tone +๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ man, man, medium-dark skin tone, medium skin tone +๐Ÿ‘จ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ man, man, medium-dark skin tone, medium skin tone couple | kiss | kiss: man, man, medium-dark skin tone, medium skin tone | man | medium skin tone | medium-dark skin tone +๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ man, man, medium-dark skin tone +๐Ÿ‘จ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ man, man, medium-dark skin tone couple | kiss | kiss: man, man, medium-dark skin tone | man | medium-dark skin tone +๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ man, man, medium-dark skin tone, dark skin tone +๐Ÿ‘จ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ man, man, medium-dark skin tone, dark skin tone couple | dark skin tone | kiss | kiss: man, man, medium-dark skin tone, dark skin tone | man | medium-dark skin tone +๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป man, man, dark skin tone, light skin tone +๐Ÿ‘จ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป man, man, dark skin tone, light skin tone couple | dark skin tone | kiss | kiss: man, man, dark skin tone, light skin tone | light skin tone | man +๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ man, man, dark skin tone, medium-light skin tone +๐Ÿ‘จ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ man, man, dark skin tone, medium-light skin tone couple | dark skin tone | kiss | kiss: man, man, dark skin tone, medium-light skin tone | man | medium-light skin tone +๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ man, man, dark skin tone, medium skin tone +๐Ÿ‘จ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ man, man, dark skin tone, medium skin tone couple | dark skin tone | kiss | kiss: man, man, dark skin tone, medium skin tone | man | medium skin tone +๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ man, man, dark skin tone, medium-dark skin tone +๐Ÿ‘จ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ man, man, dark skin tone, medium-dark skin tone couple | dark skin tone | kiss | kiss: man, man, dark skin tone, medium-dark skin tone | man | medium-dark skin tone +๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ man, man, dark skin tone +๐Ÿ‘จ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ man, man, dark skin tone couple | dark skin tone | kiss | kiss: man, man, dark skin tone | man +๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ woman, woman +๐Ÿ‘ฉโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ woman, woman couple | kiss | kiss: woman, woman | woman +๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป woman, woman, light skin tone +๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป woman, woman, light skin tone couple | kiss | kiss: woman, woman, light skin tone | light skin tone | woman +๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ woman, woman, light skin tone, medium-light skin tone +๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ woman, woman, light skin tone, medium-light skin tone couple | kiss | kiss: woman, woman, light skin tone, medium-light skin tone | light skin tone | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ woman, woman, light skin tone, medium skin tone +๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ woman, woman, light skin tone, medium skin tone couple | kiss | kiss: woman, woman, light skin tone, medium skin tone | light skin tone | medium skin tone | woman +๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ woman, woman, light skin tone, medium-dark skin tone +๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ woman, woman, light skin tone, medium-dark skin tone couple | kiss | kiss: woman, woman, light skin tone, medium-dark skin tone | light skin tone | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ woman, woman, light skin tone, dark skin tone +๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ woman, woman, light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, woman, light skin tone, dark skin tone | light skin tone | woman +๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป woman, woman, medium-light skin tone, light skin tone +๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป woman, woman, medium-light skin tone, light skin tone couple | kiss | kiss: woman, woman, medium-light skin tone, light skin tone | light skin tone | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ woman, woman, medium-light skin tone +๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ woman, woman, medium-light skin tone couple | kiss | kiss: woman, woman, medium-light skin tone | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ woman, woman, medium-light skin tone, medium skin tone +๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ woman, woman, medium-light skin tone, medium skin tone couple | kiss | kiss: woman, woman, medium-light skin tone, medium skin tone | medium skin tone | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ woman, woman, medium-light skin tone, medium-dark skin tone +๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ woman, woman, medium-light skin tone, medium-dark skin tone couple | kiss | kiss: woman, woman, medium-light skin tone, medium-dark skin tone | medium-dark skin tone | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ woman, woman, medium-light skin tone, dark skin tone +๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ woman, woman, medium-light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, woman, medium-light skin tone, dark skin tone | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป woman, woman, medium skin tone, light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป woman, woman, medium skin tone, light skin tone couple | kiss | kiss: woman, woman, medium skin tone, light skin tone | light skin tone | medium skin tone | woman +๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ woman, woman, medium skin tone, medium-light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ woman, woman, medium skin tone, medium-light skin tone couple | kiss | kiss: woman, woman, medium skin tone, medium-light skin tone | medium skin tone | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ woman, woman, medium skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ woman, woman, medium skin tone couple | kiss | kiss: woman, woman, medium skin tone | medium skin tone | woman +๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ woman, woman, medium skin tone, medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ woman, woman, medium skin tone, medium-dark skin tone couple | kiss | kiss: woman, woman, medium skin tone, medium-dark skin tone | medium skin tone | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ woman, woman, medium skin tone, dark skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ woman, woman, medium skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, woman, medium skin tone, dark skin tone | medium skin tone | woman +๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป woman, woman, medium-dark skin tone, light skin tone +๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป woman, woman, medium-dark skin tone, light skin tone couple | kiss | kiss: woman, woman, medium-dark skin tone, light skin tone | light skin tone | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ woman, woman, medium-dark skin tone, medium-light skin tone +๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ woman, woman, medium-dark skin tone, medium-light skin tone couple | kiss | kiss: woman, woman, medium-dark skin tone, medium-light skin tone | medium-dark skin tone | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ woman, woman, medium-dark skin tone, medium skin tone +๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ woman, woman, medium-dark skin tone, medium skin tone couple | kiss | kiss: woman, woman, medium-dark skin tone, medium skin tone | medium skin tone | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ woman, woman, medium-dark skin tone +๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ woman, woman, medium-dark skin tone couple | kiss | kiss: woman, woman, medium-dark skin tone | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ woman, woman, medium-dark skin tone, dark skin tone +๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ woman, woman, medium-dark skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, woman, medium-dark skin tone, dark skin tone | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป woman, woman, dark skin tone, light skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป woman, woman, dark skin tone, light skin tone couple | dark skin tone | kiss | kiss: woman, woman, dark skin tone, light skin tone | light skin tone | woman +๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ woman, woman, dark skin tone, medium-light skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ woman, woman, dark skin tone, medium-light skin tone couple | dark skin tone | kiss | kiss: woman, woman, dark skin tone, medium-light skin tone | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ woman, woman, dark skin tone, medium skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ woman, woman, dark skin tone, medium skin tone couple | dark skin tone | kiss | kiss: woman, woman, dark skin tone, medium skin tone | medium skin tone | woman +๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ woman, woman, dark skin tone, medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ woman, woman, dark skin tone, medium-dark skin tone couple | dark skin tone | kiss | kiss: woman, woman, dark skin tone, medium-dark skin tone | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ woman, woman, dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ woman, woman, dark skin tone couple | dark skin tone | kiss | kiss: woman, woman, dark skin tone | woman +๐Ÿ’‘ with heart couple | couple with heart | love +๐Ÿ’‘๐Ÿป with heart: light skin tone couple | couple with heart | couple with heart: light skin tone | light skin tone | love +๐Ÿ’‘๐Ÿผ with heart: medium-light skin tone couple | couple with heart | couple with heart: medium-light skin tone | love | medium-light skin tone +๐Ÿ’‘๐Ÿฝ with heart: medium skin tone couple | couple with heart | couple with heart: medium skin tone | love | medium skin tone +๐Ÿ’‘๐Ÿพ with heart: medium-dark skin tone couple | couple with heart | couple with heart: medium-dark skin tone | love | medium-dark skin tone +๐Ÿ’‘๐Ÿฟ with heart: dark skin tone couple | couple with heart | couple with heart: dark skin tone | dark skin tone | love +๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿง‘๐Ÿผ with heart: person, person, light skin tone, medium-light skin tone +๐Ÿง‘๐Ÿปโ€โคโ€๐Ÿง‘๐Ÿผ with heart: person, person, light skin tone, medium-light skin tone couple | couple with heart | couple with heart: person, person, light skin tone, medium-light skin tone | light skin tone | love | medium-light skin tone | person +๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿง‘๐Ÿฝ with heart: person, person, light skin tone, medium skin tone +๐Ÿง‘๐Ÿปโ€โคโ€๐Ÿง‘๐Ÿฝ with heart: person, person, light skin tone, medium skin tone couple | couple with heart | couple with heart: person, person, light skin tone, medium skin tone | light skin tone | love | medium skin tone | person +๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿง‘๐Ÿพ with heart: person, person, light skin tone, medium-dark skin tone +๐Ÿง‘๐Ÿปโ€โคโ€๐Ÿง‘๐Ÿพ with heart: person, person, light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: person, person, light skin tone, medium-dark skin tone | light skin tone | love | medium-dark skin tone | person +๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿง‘๐Ÿฟ with heart: person, person, light skin tone, dark skin tone +๐Ÿง‘๐Ÿปโ€โคโ€๐Ÿง‘๐Ÿฟ with heart: person, person, light skin tone, dark skin tone couple | couple with heart | couple with heart: person, person, light skin tone, dark skin tone | dark skin tone | light skin tone | love | person +๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿง‘๐Ÿป with heart: person, person, medium-light skin tone, light skin tone +๐Ÿง‘๐Ÿผโ€โคโ€๐Ÿง‘๐Ÿป with heart: person, person, medium-light skin tone, light skin tone couple | couple with heart | couple with heart: person, person, medium-light skin tone, light skin tone | light skin tone | love | medium-light skin tone | person +๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿง‘๐Ÿฝ with heart: person, person, medium-light skin tone, medium skin tone +๐Ÿง‘๐Ÿผโ€โคโ€๐Ÿง‘๐Ÿฝ with heart: person, person, medium-light skin tone, medium skin tone couple | couple with heart | couple with heart: person, person, medium-light skin tone, medium skin tone | love | medium skin tone | medium-light skin tone | person +๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿง‘๐Ÿพ with heart: person, person, medium-light skin tone, medium-dark skin tone +๐Ÿง‘๐Ÿผโ€โคโ€๐Ÿง‘๐Ÿพ with heart: person, person, medium-light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: person, person, medium-light skin tone, medium-dark skin tone | love | medium-dark skin tone | medium-light skin tone | person +๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿง‘๐Ÿฟ with heart: person, person, medium-light skin tone, dark skin tone +๐Ÿง‘๐Ÿผโ€โคโ€๐Ÿง‘๐Ÿฟ with heart: person, person, medium-light skin tone, dark skin tone couple | couple with heart | couple with heart: person, person, medium-light skin tone, dark skin tone | dark skin tone | love | medium-light skin tone | person +๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿง‘๐Ÿป with heart: person, person, medium skin tone, light skin tone +๐Ÿง‘๐Ÿฝโ€โคโ€๐Ÿง‘๐Ÿป with heart: person, person, medium skin tone, light skin tone couple | couple with heart | couple with heart: person, person, medium skin tone, light skin tone | light skin tone | love | medium skin tone | person +๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿง‘๐Ÿผ with heart: person, person, medium skin tone, medium-light skin tone +๐Ÿง‘๐Ÿฝโ€โคโ€๐Ÿง‘๐Ÿผ with heart: person, person, medium skin tone, medium-light skin tone couple | couple with heart | couple with heart: person, person, medium skin tone, medium-light skin tone | love | medium skin tone | medium-light skin tone | person +๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿง‘๐Ÿพ with heart: person, person, medium skin tone, medium-dark skin tone +๐Ÿง‘๐Ÿฝโ€โคโ€๐Ÿง‘๐Ÿพ with heart: person, person, medium skin tone, medium-dark skin tone couple | couple with heart | couple with heart: person, person, medium skin tone, medium-dark skin tone | love | medium skin tone | medium-dark skin tone | person +๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿง‘๐Ÿฟ with heart: person, person, medium skin tone, dark skin tone +๐Ÿง‘๐Ÿฝโ€โคโ€๐Ÿง‘๐Ÿฟ with heart: person, person, medium skin tone, dark skin tone couple | couple with heart | couple with heart: person, person, medium skin tone, dark skin tone | dark skin tone | love | medium skin tone | person +๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿง‘๐Ÿป with heart: person, person, medium-dark skin tone, light skin tone +๐Ÿง‘๐Ÿพโ€โคโ€๐Ÿง‘๐Ÿป with heart: person, person, medium-dark skin tone, light skin tone couple | couple with heart | couple with heart: person, person, medium-dark skin tone, light skin tone | light skin tone | love | medium-dark skin tone | person +๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿง‘๐Ÿผ with heart: person, person, medium-dark skin tone, medium-light skin tone +๐Ÿง‘๐Ÿพโ€โคโ€๐Ÿง‘๐Ÿผ with heart: person, person, medium-dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: person, person, medium-dark skin tone, medium-light skin tone | love | medium-dark skin tone | medium-light skin tone | person +๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿง‘๐Ÿฝ with heart: person, person, medium-dark skin tone, medium skin tone +๐Ÿง‘๐Ÿพโ€โคโ€๐Ÿง‘๐Ÿฝ with heart: person, person, medium-dark skin tone, medium skin tone couple | couple with heart | couple with heart: person, person, medium-dark skin tone, medium skin tone | love | medium skin tone | medium-dark skin tone | person +๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿง‘๐Ÿฟ with heart: person, person, medium-dark skin tone, dark skin tone +๐Ÿง‘๐Ÿพโ€โคโ€๐Ÿง‘๐Ÿฟ with heart: person, person, medium-dark skin tone, dark skin tone couple | couple with heart | couple with heart: person, person, medium-dark skin tone, dark skin tone | dark skin tone | love | medium-dark skin tone | person +๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿง‘๐Ÿป with heart: person, person, dark skin tone, light skin tone +๐Ÿง‘๐Ÿฟโ€โคโ€๐Ÿง‘๐Ÿป with heart: person, person, dark skin tone, light skin tone couple | couple with heart | couple with heart: person, person, dark skin tone, light skin tone | dark skin tone | light skin tone | love | person +๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿง‘๐Ÿผ with heart: person, person, dark skin tone, medium-light skin tone +๐Ÿง‘๐Ÿฟโ€โคโ€๐Ÿง‘๐Ÿผ with heart: person, person, dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: person, person, dark skin tone, medium-light skin tone | dark skin tone | love | medium-light skin tone | person +๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿง‘๐Ÿฝ with heart: person, person, dark skin tone, medium skin tone +๐Ÿง‘๐Ÿฟโ€โคโ€๐Ÿง‘๐Ÿฝ with heart: person, person, dark skin tone, medium skin tone couple | couple with heart | couple with heart: person, person, dark skin tone, medium skin tone | dark skin tone | love | medium skin tone | person +๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿง‘๐Ÿพ with heart: person, person, dark skin tone, medium-dark skin tone +๐Ÿง‘๐Ÿฟโ€โคโ€๐Ÿง‘๐Ÿพ with heart: person, person, dark skin tone, medium-dark skin tone couple | couple with heart | couple with heart: person, person, dark skin tone, medium-dark skin tone | dark skin tone | love | medium-dark skin tone | person +๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘จ with heart: woman, man +๐Ÿ‘ฉโ€โคโ€๐Ÿ‘จ with heart: woman, man couple | couple with heart | couple with heart: woman, man | love | man | woman +๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป with heart: woman, man, light skin tone +๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ‘จ๐Ÿป with heart: woman, man, light skin tone couple | couple with heart | couple with heart: woman, man, light skin tone | light skin tone | love | man | woman +๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ with heart: woman, man, light skin tone, medium-light skin tone +๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ‘จ๐Ÿผ with heart: woman, man, light skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, man, light skin tone, medium-light skin tone | light skin tone | love | man | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ with heart: woman, man, light skin tone, medium skin tone +๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ‘จ๐Ÿฝ with heart: woman, man, light skin tone, medium skin tone couple | couple with heart | couple with heart: woman, man, light skin tone, medium skin tone | light skin tone | love | man | medium skin tone | woman +๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ with heart: woman, man, light skin tone, medium-dark skin tone +๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ‘จ๐Ÿพ with heart: woman, man, light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, man, light skin tone, medium-dark skin tone | light skin tone | love | man | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ with heart: woman, man, light skin tone, dark skin tone +๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ‘จ๐Ÿฟ with heart: woman, man, light skin tone, dark skin tone couple | couple with heart | couple with heart: woman, man, light skin tone, dark skin tone | dark skin tone | light skin tone | love | man | woman +๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป with heart: woman, man, medium-light skin tone, light skin tone +๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ‘จ๐Ÿป with heart: woman, man, medium-light skin tone, light skin tone couple | couple with heart | couple with heart: woman, man, medium-light skin tone, light skin tone | light skin tone | love | man | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ with heart: woman, man, medium-light skin tone +๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ‘จ๐Ÿผ with heart: woman, man, medium-light skin tone couple | couple with heart | couple with heart: woman, man, medium-light skin tone | love | man | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ with heart: woman, man, medium-light skin tone, medium skin tone +๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ‘จ๐Ÿฝ with heart: woman, man, medium-light skin tone, medium skin tone couple | couple with heart | couple with heart: woman, man, medium-light skin tone, medium skin tone | love | man | medium skin tone | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ with heart: woman, man, medium-light skin tone, medium-dark skin tone +๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ‘จ๐Ÿพ with heart: woman, man, medium-light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, man, medium-light skin tone, medium-dark skin tone | love | man | medium-dark skin tone | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ with heart: woman, man, medium-light skin tone, dark skin tone +๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ‘จ๐Ÿฟ with heart: woman, man, medium-light skin tone, dark skin tone couple | couple with heart | couple with heart: woman, man, medium-light skin tone, dark skin tone | dark skin tone | love | man | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป with heart: woman, man, medium skin tone, light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ‘จ๐Ÿป with heart: woman, man, medium skin tone, light skin tone couple | couple with heart | couple with heart: woman, man, medium skin tone, light skin tone | light skin tone | love | man | medium skin tone | woman +๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ with heart: woman, man, medium skin tone, medium-light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ‘จ๐Ÿผ with heart: woman, man, medium skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, man, medium skin tone, medium-light skin tone | love | man | medium skin tone | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ with heart: woman, man, medium skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ‘จ๐Ÿฝ with heart: woman, man, medium skin tone couple | couple with heart | couple with heart: woman, man, medium skin tone | love | man | medium skin tone | woman +๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ with heart: woman, man, medium skin tone, medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ‘จ๐Ÿพ with heart: woman, man, medium skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, man, medium skin tone, medium-dark skin tone | love | man | medium skin tone | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ with heart: woman, man, medium skin tone, dark skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ‘จ๐Ÿฟ with heart: woman, man, medium skin tone, dark skin tone couple | couple with heart | couple with heart: woman, man, medium skin tone, dark skin tone | dark skin tone | love | man | medium skin tone | woman +๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป with heart: woman, man, medium-dark skin tone, light skin tone +๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ‘จ๐Ÿป with heart: woman, man, medium-dark skin tone, light skin tone couple | couple with heart | couple with heart: woman, man, medium-dark skin tone, light skin tone | light skin tone | love | man | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ with heart: woman, man, medium-dark skin tone, medium-light skin tone +๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ‘จ๐Ÿผ with heart: woman, man, medium-dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, man, medium-dark skin tone, medium-light skin tone | love | man | medium-dark skin tone | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ with heart: woman, man, medium-dark skin tone, medium skin tone +๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ‘จ๐Ÿฝ with heart: woman, man, medium-dark skin tone, medium skin tone couple | couple with heart | couple with heart: woman, man, medium-dark skin tone, medium skin tone | love | man | medium skin tone | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ with heart: woman, man, medium-dark skin tone +๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ‘จ๐Ÿพ with heart: woman, man, medium-dark skin tone couple | couple with heart | couple with heart: woman, man, medium-dark skin tone | love | man | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ with heart: woman, man, medium-dark skin tone, dark skin tone +๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ‘จ๐Ÿฟ with heart: woman, man, medium-dark skin tone, dark skin tone couple | couple with heart | couple with heart: woman, man, medium-dark skin tone, dark skin tone | dark skin tone | love | man | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป with heart: woman, man, dark skin tone, light skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ‘จ๐Ÿป with heart: woman, man, dark skin tone, light skin tone couple | couple with heart | couple with heart: woman, man, dark skin tone, light skin tone | dark skin tone | light skin tone | love | man | woman +๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ with heart: woman, man, dark skin tone, medium-light skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ‘จ๐Ÿผ with heart: woman, man, dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, man, dark skin tone, medium-light skin tone | dark skin tone | love | man | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ with heart: woman, man, dark skin tone, medium skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ‘จ๐Ÿฝ with heart: woman, man, dark skin tone, medium skin tone couple | couple with heart | couple with heart: woman, man, dark skin tone, medium skin tone | dark skin tone | love | man | medium skin tone | woman +๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ with heart: woman, man, dark skin tone, medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ‘จ๐Ÿพ with heart: woman, man, dark skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, man, dark skin tone, medium-dark skin tone | dark skin tone | love | man | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ with heart: woman, man, dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ‘จ๐Ÿฟ with heart: woman, man, dark skin tone couple | couple with heart | couple with heart: woman, man, dark skin tone | dark skin tone | love | man | woman +๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ with heart: man, man +๐Ÿ‘จโ€โคโ€๐Ÿ‘จ with heart: man, man couple | couple with heart | couple with heart: man, man | love | man +๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป with heart: man, man, light skin tone +๐Ÿ‘จ๐Ÿปโ€โคโ€๐Ÿ‘จ๐Ÿป with heart: man, man, light skin tone couple | couple with heart | couple with heart: man, man, light skin tone | light skin tone | love | man +๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ with heart: man, man, light skin tone, medium-light skin tone +๐Ÿ‘จ๐Ÿปโ€โคโ€๐Ÿ‘จ๐Ÿผ with heart: man, man, light skin tone, medium-light skin tone couple | couple with heart | couple with heart: man, man, light skin tone, medium-light skin tone | light skin tone | love | man | medium-light skin tone +๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ with heart: man, man, light skin tone, medium skin tone +๐Ÿ‘จ๐Ÿปโ€โคโ€๐Ÿ‘จ๐Ÿฝ with heart: man, man, light skin tone, medium skin tone couple | couple with heart | couple with heart: man, man, light skin tone, medium skin tone | light skin tone | love | man | medium skin tone +๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ ith heart: man, man, light skin tone, medium-dark skin tone +๐Ÿ‘จ๐Ÿปโ€โคโ€๐Ÿ‘จ๐Ÿพ with heart: man, man, light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: man, man, light skin tone, medium-dark skin tone | light skin tone | love | man | medium-dark skin tone +๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ with heart: man, man, light skin tone, dark skin tone +๐Ÿ‘จ๐Ÿปโ€โคโ€๐Ÿ‘จ๐Ÿฟ with heart: man, man, light skin tone, dark skin tone couple | couple with heart | couple with heart: man, man, light skin tone, dark skin tone | dark skin tone | light skin tone | love | man +๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป with heart: man, man, medium-light skin tone, light skin tone +๐Ÿ‘จ๐Ÿผโ€โคโ€๐Ÿ‘จ๐Ÿป with heart: man, man, medium-light skin tone, light skin tone couple | couple with heart | couple with heart: man, man, medium-light skin tone, light skin tone | light skin tone | love | man | medium-light skin tone +๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ with heart: man, man, medium-light skin tone +๐Ÿ‘จ๐Ÿผโ€โคโ€๐Ÿ‘จ๐Ÿผ with heart: man, man, medium-light skin tone couple | couple with heart | couple with heart: man, man, medium-light skin tone | love | man | medium-light skin tone +๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ with heart: man, man, medium-light skin tone, medium skin tone +๐Ÿ‘จ๐Ÿผโ€โคโ€๐Ÿ‘จ๐Ÿฝ with heart: man, man, medium-light skin tone, medium skin tone couple | couple with heart | couple with heart: man, man, medium-light skin tone, medium skin tone | love | man | medium skin tone | medium-light skin tone +๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ with heart: man, man, medium-light skin tone, medium-dark skin tone +๐Ÿ‘จ๐Ÿผโ€โคโ€๐Ÿ‘จ๐Ÿพ with heart: man, man, medium-light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: man, man, medium-light skin tone, medium-dark skin tone | love | man | medium-dark skin tone | medium-light skin tone +๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ with heart: man, man, medium-light skin tone, dark skin tone +๐Ÿ‘จ๐Ÿผโ€โคโ€๐Ÿ‘จ๐Ÿฟ with heart: man, man, medium-light skin tone, dark skin tone couple | couple with heart | couple with heart: man, man, medium-light skin tone, dark skin tone | dark skin tone | love | man | medium-light skin tone +๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป with heart: man, man, medium skin tone, light skin tone +๐Ÿ‘จ๐Ÿฝโ€โคโ€๐Ÿ‘จ๐Ÿป with heart: man, man, medium skin tone, light skin tone couple | couple with heart | couple with heart: man, man, medium skin tone, light skin tone | light skin tone | love | man | medium skin tone +๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ with heart: man, man, medium skin tone, medium-light skin tone +๐Ÿ‘จ๐Ÿฝโ€โคโ€๐Ÿ‘จ๐Ÿผ with heart: man, man, medium skin tone, medium-light skin tone couple | couple with heart | couple with heart: man, man, medium skin tone, medium-light skin tone | love | man | medium skin tone | medium-light skin tone +๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ with heart: man, man, medium skin tone +๐Ÿ‘จ๐Ÿฝโ€โคโ€๐Ÿ‘จ๐Ÿฝ with heart: man, man, medium skin tone couple | couple with heart | couple with heart: man, man, medium skin tone | love | man | medium skin tone +๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ with heart: man, man, medium skin tone, medium-dark skin tone +๐Ÿ‘จ๐Ÿฝโ€โคโ€๐Ÿ‘จ๐Ÿพ with heart: man, man, medium skin tone, medium-dark skin tone couple | couple with heart | couple with heart: man, man, medium skin tone, medium-dark skin tone | love | man | medium skin tone | medium-dark skin tone +๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ with heart: man, man, medium skin tone, dark skin tone +๐Ÿ‘จ๐Ÿฝโ€โคโ€๐Ÿ‘จ๐Ÿฟ with heart: man, man, medium skin tone, dark skin tone couple | couple with heart | couple with heart: man, man, medium skin tone, dark skin tone | dark skin tone | love | man | medium skin tone +๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป with heart: man, man, medium-dark skin tone, light skin tone +๐Ÿ‘จ๐Ÿพโ€โคโ€๐Ÿ‘จ๐Ÿป with heart: man, man, medium-dark skin tone, light skin tone couple | couple with heart | couple with heart: man, man, medium-dark skin tone, light skin tone | light skin tone | love | man | medium-dark skin tone +๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ with heart: man, man, medium-dark skin tone, medium-light skin tone +๐Ÿ‘จ๐Ÿพโ€โคโ€๐Ÿ‘จ๐Ÿผ with heart: man, man, medium-dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: man, man, medium-dark skin tone, medium-light skin tone | love | man | medium-dark skin tone | medium-light skin tone +๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ with heart: man, man, medium-dark skin tone, medium skin tone +๐Ÿ‘จ๐Ÿพโ€โคโ€๐Ÿ‘จ๐Ÿฝ with heart: man, man, medium-dark skin tone, medium skin tone couple | couple with heart | couple with heart: man, man, medium-dark skin tone, medium skin tone | love | man | medium skin tone | medium-dark skin tone +๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ with heart: man, man, medium-dark skin tone +๐Ÿ‘จ๐Ÿพโ€โคโ€๐Ÿ‘จ๐Ÿพ with heart: man, man, medium-dark skin tone couple | couple with heart | couple with heart: man, man, medium-dark skin tone | love | man | medium-dark skin tone +๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ with heart: man, man, medium-dark skin tone, dark skin tone +๐Ÿ‘จ๐Ÿพโ€โคโ€๐Ÿ‘จ๐Ÿฟ with heart: man, man, medium-dark skin tone, dark skin tone couple | couple with heart | couple with heart: man, man, medium-dark skin tone, dark skin tone | dark skin tone | love | man | medium-dark skin tone +๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป with heart: man, man, dark skin tone, light skin tone +๐Ÿ‘จ๐Ÿฟโ€โคโ€๐Ÿ‘จ๐Ÿป with heart: man, man, dark skin tone, light skin tone couple | couple with heart | couple with heart: man, man, dark skin tone, light skin tone | dark skin tone | light skin tone | love | man +๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ with heart: man, man, dark skin tone, medium-light skin tone +๐Ÿ‘จ๐Ÿฟโ€โคโ€๐Ÿ‘จ๐Ÿผ with heart: man, man, dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: man, man, dark skin tone, medium-light skin tone | dark skin tone | love | man | medium-light skin tone +๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ with heart: man, man, dark skin tone, medium skin tone +๐Ÿ‘จ๐Ÿฟโ€โคโ€๐Ÿ‘จ๐Ÿฝ with heart: man, man, dark skin tone, medium skin tone couple | couple with heart | couple with heart: man, man, dark skin tone, medium skin tone | dark skin tone | love | man | medium skin tone +๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ with heart: man, man, dark skin tone, medium-dark skin tone +๐Ÿ‘จ๐Ÿฟโ€โคโ€๐Ÿ‘จ๐Ÿพ with heart: man, man, dark skin tone, medium-dark skin tone couple | couple with heart | couple with heart: man, man, dark skin tone, medium-dark skin tone | dark skin tone | love | man | medium-dark skin tone +๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ with heart: man, man, dark skin tone +๐Ÿ‘จ๐Ÿฟโ€โคโ€๐Ÿ‘จ๐Ÿฟ with heart: man, man, dark skin tone couple | couple with heart | couple with heart: man, man, dark skin tone | dark skin tone | love | man +๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ with heart: woman, woman +๐Ÿ‘ฉโ€โคโ€๐Ÿ‘ฉ with heart: woman, woman couple | couple with heart | couple with heart: woman, woman | love | woman +๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป with heart: woman, woman, light skin tone +๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ‘ฉ๐Ÿป with heart: woman, woman, light skin tone couple | couple with heart | couple with heart: woman, woman, light skin tone | light skin tone | love | woman +๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ with heart: woman, woman, light skin tone, medium-light skin tone +๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ‘ฉ๐Ÿผ with heart: woman, woman, light skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, woman, light skin tone, medium-light skin tone | light skin tone | love | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ with heart: woman, woman, light skin tone, medium skin tone +๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ‘ฉ๐Ÿฝ with heart: woman, woman, light skin tone, medium skin tone couple | couple with heart | couple with heart: woman, woman, light skin tone, medium skin tone | light skin tone | love | medium skin tone | woman +๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ with heart: woman, woman, light skin tone, medium-dark skin tone +๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ‘ฉ๐Ÿพ with heart: woman, woman, light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, woman, light skin tone, medium-dark skin tone | light skin tone | love | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ with heart: woman, woman, light skin tone, dark skin tone +๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ‘ฉ๐Ÿฟ with heart: woman, woman, light skin tone, dark skin tone couple | couple with heart | couple with heart: woman, woman, light skin tone, dark skin tone | dark skin tone | light skin tone | love | woman +๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป with heart: woman, woman, medium-light skin tone, light skin tone +๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ‘ฉ๐Ÿป with heart: woman, woman, medium-light skin tone, light skin tone couple | couple with heart | couple with heart: woman, woman, medium-light skin tone, light skin tone | light skin tone | love | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ with heart: woman, woman, medium-light skin tone +๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ‘ฉ๐Ÿผ with heart: woman, woman, medium-light skin tone couple | couple with heart | couple with heart: woman, woman, medium-light skin tone | love | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ with heart: woman, woman, medium-light skin tone, medium skin tone +๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ‘ฉ๐Ÿฝ with heart: woman, woman, medium-light skin tone, medium skin tone couple | couple with heart | couple with heart: woman, woman, medium-light skin tone, medium skin tone | love | medium skin tone | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ with heart: woman, woman, medium-light skin tone, medium-dark skin tone +๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ‘ฉ๐Ÿพ with heart: woman, woman, medium-light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, woman, medium-light skin tone, medium-dark skin tone | love | medium-dark skin tone | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ with heart: woman, woman, medium-light skin tone, dark skin tone +๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ‘ฉ๐Ÿฟ with heart: woman, woman, medium-light skin tone, dark skin tone couple | couple with heart | couple with heart: woman, woman, medium-light skin tone, dark skin tone | dark skin tone | love | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป with heart: woman, woman, medium skin tone, light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ‘ฉ๐Ÿป with heart: woman, woman, medium skin tone, light skin tone couple | couple with heart | couple with heart: woman, woman, medium skin tone, light skin tone | light skin tone | love | medium skin tone | woman +๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ with heart: woman, woman, medium skin tone, medium-light skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ‘ฉ๐Ÿผ with heart: woman, woman, medium skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, woman, medium skin tone, medium-light skin tone | love | medium skin tone | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ with heart: woman, woman, medium skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ‘ฉ๐Ÿฝ with heart: woman, woman, medium skin tone couple | couple with heart | couple with heart: woman, woman, medium skin tone | love | medium skin tone | woman +๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ with heart: woman, woman, medium skin tone, medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ‘ฉ๐Ÿพ with heart: woman, woman, medium skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, woman, medium skin tone, medium-dark skin tone | love | medium skin tone | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ with heart: woman, woman, medium skin tone, dark skin tone +๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ‘ฉ๐Ÿฟ with heart: woman, woman, medium skin tone, dark skin tone couple | couple with heart | couple with heart: woman, woman, medium skin tone, dark skin tone | dark skin tone | love | medium skin tone | woman +๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป with heart: woman, woman, medium-dark skin tone, light skin tone +๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ‘ฉ๐Ÿป with heart: woman, woman, medium-dark skin tone, light skin tone couple | couple with heart | couple with heart: woman, woman, medium-dark skin tone, light skin tone | light skin tone | love | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ with heart: woman, woman, medium-dark skin tone, medium-light skin tone +๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ‘ฉ๐Ÿผ with heart: woman, woman, medium-dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, woman, medium-dark skin tone, medium-light skin tone | love | medium-dark skin tone | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ with heart: woman, woman, medium-dark skin tone, medium skin tone +๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ‘ฉ๐Ÿฝ with heart: woman, woman, medium-dark skin tone, medium skin tone couple | couple with heart | couple with heart: woman, woman, medium-dark skin tone, medium skin tone | love | medium skin tone | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ with heart: woman, woman, medium-dark skin tone +๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ‘ฉ๐Ÿพ with heart: woman, woman, medium-dark skin tone couple | couple with heart | couple with heart: woman, woman, medium-dark skin tone | love | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ with heart: woman, woman, medium-dark skin tone, dark skin tone +๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ‘ฉ๐Ÿฟ with heart: woman, woman, medium-dark skin tone, dark skin tone couple | couple with heart | couple with heart: woman, woman, medium-dark skin tone, dark skin tone | dark skin tone | love | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป with heart: woman, woman, dark skin tone, light skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ‘ฉ๐Ÿป with heart: woman, woman, dark skin tone, light skin tone couple | couple with heart | couple with heart: woman, woman, dark skin tone, light skin tone | dark skin tone | light skin tone | love | woman +๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ with heart: woman, woman, dark skin tone, medium-light skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ‘ฉ๐Ÿผ with heart: woman, woman, dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, woman, dark skin tone, medium-light skin tone | dark skin tone | love | medium-light skin tone | woman +๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ with heart: woman, woman, dark skin tone, medium skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ‘ฉ๐Ÿฝ with heart: woman, woman, dark skin tone, medium skin tone couple | couple with heart | couple with heart: woman, woman, dark skin tone, medium skin tone | dark skin tone | love | medium skin tone | woman +๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ with heart: woman, woman, dark skin tone, medium-dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ‘ฉ๐Ÿพ with heart: woman, woman, dark skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, woman, dark skin tone, medium-dark skin tone | dark skin tone | love | medium-dark skin tone | woman +๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ with heart: woman, woman, dark skin tone +๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ‘ฉ๐Ÿฟ with heart: woman, woman, dark skin tone couple | couple with heart | couple with heart: woman, woman, dark skin tone | dark skin tone | love | woman +๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ man, woman, boy boy | family | family: man, woman, boy | man | woman +๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง man, woman, girl family | family: man, woman, girl | girl | man | woman +๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ man, woman, girl, boy boy | family | family: man, woman, girl, boy | girl | man | woman +๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ man, woman, boy, boy boy | family | family: man, woman, boy, boy | man | woman +๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง man, woman, girl, girl family | family: man, woman, girl, girl | girl | man | woman +๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ man, man, boy boy | family | family: man, man, boy | man +๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ง man, man, girl family | family: man, man, girl | girl | man +๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ man, man, girl, boy boy | family | family: man, man, girl, boy | girl | man +๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ man, man, boy, boy boy | family | family: man, man, boy, boy | man +๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง man, man, girl, girl family | family: man, man, girl, girl | girl | man +๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ woman, woman, boy boy | family | family: woman, woman, boy | woman +๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ง woman, woman, girl family | family: woman, woman, girl | girl | woman +๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ woman, woman, girl, boy boy | family | family: woman, woman, girl, boy | girl | woman +๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ woman, woman, boy, boy boy | family | family: woman, woman, boy, boy | woman +๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง woman, woman, girl, girl family | family: woman, woman, girl, girl | girl | woman +๐Ÿ‘จโ€๐Ÿ‘ฆ man, boy boy | family | family: man, boy | man +๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ man, boy, boy boy | family | family: man, boy, boy | man +๐Ÿ‘จโ€๐Ÿ‘ง man, girl family | family: man, girl | girl | man +๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ man, girl, boy boy | family | family: man, girl, boy | girl | man +๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง man, girl, girl family | family: man, girl, girl | girl | man +๐Ÿ‘ฉโ€๐Ÿ‘ฆ woman, boy boy | family | family: woman, boy | woman +๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ woman, boy, boy boy | family | family: woman, boy, boy | woman +๐Ÿ‘ฉโ€๐Ÿ‘ง woman, girl family | family: woman, girl | girl | woman +๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ woman, girl, boy boy | family | family: woman, girl, boy | girl | woman +๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง woman, girl, girl family | family: woman, girl, girl | girl | woman +๐Ÿ—ฃ๏ธ head +๐Ÿ—ฃ head face | head | silhouette | speak | speaking +๐Ÿ‘ค in silhouette bust | bust in silhouette | silhouette +๐Ÿ‘ฅ in silhouette bust | busts in silhouette | silhouette +๐Ÿซ‚ hugging goodbye | hello | hug | people hugging | thanks +๐Ÿ‘ช family +๐Ÿง‘โ€๐Ÿง‘โ€๐Ÿง’ adult, adult, child family: adult, adult, child +๐Ÿง‘โ€๐Ÿง‘โ€๐Ÿง’โ€๐Ÿง’ adult, adult, child, child family: adult, adult, child, child +๐Ÿง‘โ€๐Ÿง’ adult, child family: adult, child +๐Ÿง‘โ€๐Ÿง’โ€๐Ÿง’ adult, child, child family: adult, child, child +๐Ÿ‘ฃ clothing | footprint | footprints | print +๐Ÿป Component skin-tone skin tone light skin tone | skin tone | type 1โ€“2 +๐Ÿผ Component skin-tone skin tone medium-light skin tone | skin tone | type 3 +๐Ÿฝ Component skin-tone skin tone medium skin tone | skin tone | type 4 +๐Ÿพ Component skin-tone skin tone medium-dark skin tone | skin tone | type 5 +๐Ÿฟ Component skin-tone skin tone dark skin tone | skin tone | type 6 +๐Ÿฆฐ Component hair-style hair ginger | red hair | redhead +๐Ÿฆฑ Component hair-style hair afro | curly | curly hair | ringlets +๐Ÿฆณ Component hair-style hair gray | hair | old | white | grey +๐Ÿฆฒ Component hair-style bald | chemotherapy | hairless | no hair | shaven +๐Ÿต face face | monkey +๐Ÿ’ monkey +๐Ÿฆ gorilla +๐Ÿฆง ape | orangutan +๐Ÿถ face dog | face | pet +๐Ÿ• dog | pet +๐Ÿฆฎ dog accessibility | blind | guide | guide dog +๐Ÿ•โ€๐Ÿฆบ dog accessibility | assistance | dog | service +๐Ÿฉ dog | poodle +๐Ÿบ face | wolf +๐ŸฆŠ face | fox +๐Ÿฆ curious | raccoon | sly +๐Ÿฑ face cat | face | pet +๐Ÿˆ cat | pet +๐Ÿˆโ€โฌ› cat black | cat | unlucky +๐Ÿฆ face | Leo | lion | zodiac +๐Ÿฏ face face | tiger +๐Ÿ… tiger +๐Ÿ† leopard +๐Ÿด face face | horse +๐ŸซŽ animal | antlers | elk | mammal | moose +๐Ÿซ animal | ass | burro | donkey | mammal | mule | stubborn +๐ŸŽ equestrian | horse | racehorse | racing +๐Ÿฆ„ face | unicorn +๐Ÿฆ“ stripe | zebra +๐ŸฆŒ deer | stag +๐Ÿฆฌ bison | buffalo | herd | wisent +๐Ÿฎ face cow | face +๐Ÿ‚ bull | ox | Taurus | zodiac +๐Ÿƒ buffalo buffalo | water +๐Ÿ„ cow +๐Ÿท face face | pig +๐Ÿ– pig | sow +๐Ÿ— boar | pig +๐Ÿฝ nose face | nose | pig +๐Ÿ Aries | male | ram | sheep | zodiac +๐Ÿ‘ ewe | female | sheep +๐Ÿ Capricorn | goat | zodiac +๐Ÿช camel | dromedary | hump +๐Ÿซ camel bactrian | camel | hump | two-hump camel | Bactrian +๐Ÿฆ™ alpaca | guanaco | llama | vicuรฑa | wool +๐Ÿฆ’ giraffe | spots +๐Ÿ˜ elephant +๐Ÿฆฃ extinction | large | mammoth | tusk | woolly | extinct +๐Ÿฆ rhinoceros | rhino +๐Ÿฆ› hippo | hippopotamus +๐Ÿญ face face | mouse | pet +๐Ÿ mouse | pet | rodent +๐Ÿ€ rat | pet | rodent +๐Ÿน face | hamster | pet +๐Ÿฐ face bunny | face | pet | rabbit +๐Ÿ‡ bunny | pet | rabbit +๐Ÿฟ chipmunk | squirrel +๐Ÿฆซ beaver | dam +๐Ÿฆ” hedgehog | spiny +๐Ÿฆ‡ bat | vampire +๐Ÿป bear | face +๐Ÿปโ€โ„๏ธ bear +๐Ÿปโ€โ„ bear arctic | bear | polar bear | white +๐Ÿจ face | koala | marsupial +๐Ÿผ face | panda +๐Ÿฆฅ lazy | sloth | slow +๐Ÿฆฆ fishing | otter | playful +๐Ÿฆจ skunk | stink +๐Ÿฆ˜ joey | jump | kangaroo | marsupial +๐Ÿฆก badger | honey badger | pester +๐Ÿพ prints feet | paw | paw prints | print +๐Ÿฆƒ bird | turkey | poultry +๐Ÿ” bird | chicken | poultry +๐Ÿ“ bird | rooster +๐Ÿฃ chick baby | bird | chick | hatching +๐Ÿค chick baby | bird | chick +๐Ÿฅ baby chick baby | bird | chick | front-facing baby chick +๐Ÿฆ bird +๐Ÿง bird | penguin +๐Ÿ•Š bird | dove | fly | peace +๐Ÿฆ… bird | eagle | bird of prey +๐Ÿฆ† bird | duck +๐Ÿฆข bird | cygnet | swan | ugly duckling +๐Ÿฆ‰ bird | owl | wise | bird of prey +๐Ÿฆค dodo | extinction | large | Mauritius +๐Ÿชถ bird | feather | flight | light | plumage +๐Ÿฆฉ flamboyant | flamingo | tropical +๐Ÿฆš bird | ostentatious | peacock | peahen | proud +๐Ÿฆœ bird | parrot | pirate | talk +๐Ÿชฝ angelic | aviation | bird | flying | mythology | wing +๐Ÿฆโ€โฌ› bird bird | black | crow | raven | rook +๐Ÿชฟ bird | fowl | goose | honk | silly +๐Ÿฆโ€๐Ÿ”ฅ fantasy | firebird | phoenix | rebirth | reincarnation +๐Ÿธ animal-amphibian face | frog +๐ŸŠ animal-reptile crocodile +๐Ÿข animal-reptile terrapin | tortoise | turtle +๐ŸฆŽ animal-reptile lizard | reptile +๐Ÿ animal-reptile bearer | Ophiuchus | serpent | snake | zodiac +๐Ÿฒ animal-reptile face dragon | face | fairy tale +๐Ÿ‰ animal-reptile dragon | fairy tale +๐Ÿฆ• animal-reptile brachiosaurus | brontosaurus | diplodocus | sauropod +๐Ÿฆ– animal-reptile T-Rex | Tyrannosaurus Rex +๐Ÿณ animal-marine whale face | spouting | whale +๐Ÿ‹ animal-marine whale +๐Ÿฌ animal-marine dolphin | flipper | porpoise +๐Ÿฆญ animal-marine sea lion | seal +๐ŸŸ animal-marine fish | Pisces | zodiac +๐Ÿ  animal-marine fish fish | tropical | reef fish +๐Ÿก animal-marine blowfish | fish +๐Ÿฆˆ animal-marine fish | shark +๐Ÿ™ animal-marine octopus +๐Ÿš animal-marine shell shell | spiral +๐Ÿชธ animal-marine coral | ocean | reef +๐Ÿชผ animal-marine burn | invertebrate | jelly | jellyfish | marine | ouch | stinger +๐ŸŒ animal-bug snail | mollusc +๐Ÿฆ‹ animal-bug butterfly | insect | pretty | moth +๐Ÿ› animal-bug bug | insect | caterpillar | worm +๐Ÿœ animal-bug ant | insect +๐Ÿ animal-bug bee | honeybee | insect +๐Ÿชฒ animal-bug beetle | bug | insect +๐Ÿž animal-bug beetle beetle | insect | lady beetle | ladybird | ladybug +๐Ÿฆ— animal-bug cricket | grasshopper +๐Ÿชณ animal-bug cockroach | insect | pest | roach +๐Ÿ•ท๏ธ animal-bug +๐Ÿ•ท animal-bug insect | spider | arachnid +๐Ÿ•ธ๏ธ animal-bug web +๐Ÿ•ธ animal-bug web spider | web +๐Ÿฆ‚ animal-bug Scorpio | scorpion | zodiac +๐ŸฆŸ animal-bug disease | fever | malaria | mosquito | pest | virus | dengue | insect | mozzie +๐Ÿชฐ animal-bug disease | fly | maggot | pest | rotting +๐Ÿชฑ animal-bug annelid | earthworm | parasite | worm +๐Ÿฆ  animal-bug amoeba | bacteria | microbe | virus +๐Ÿ’ plant-flower bouquet | flower +๐ŸŒธ plant-flower blossom blossom | cherry | flower +๐Ÿ’ฎ plant-flower flower flower | white flower +๐Ÿชท plant-flower Buddhism | flower | Hinduism | lotus | purity +๐Ÿต๏ธ plant-flower +๐Ÿต plant-flower plant | rosette +๐ŸŒน plant-flower flower | rose +๐Ÿฅ€ plant-flower flower flower | wilted +๐ŸŒบ plant-flower flower | hibiscus +๐ŸŒป plant-flower flower | sun | sunflower +๐ŸŒผ plant-flower blossom | flower +๐ŸŒท plant-flower flower | tulip +๐Ÿชป plant-flower bluebonnet | flower | hyacinth | lavender | lupine | snapdragon +๐ŸŒฑ plant-other seedling | young +๐Ÿชด plant-other plant boring | grow | house | nurturing | plant | potted plant | useless | pot plant +๐ŸŒฒ plant-other tree evergreen tree | tree +๐ŸŒณ plant-other tree deciduous | shedding | tree +๐ŸŒด plant-other tree palm | tree +๐ŸŒต plant-other cactus | plant +๐ŸŒพ plant-other of rice ear | grain | rice | sheaf of rice | sheaf +๐ŸŒฟ plant-other herb | leaf +โ˜˜๏ธ plant-other +โ˜˜ plant-other plant | shamrock +๐Ÿ€ plant-other leaf clover 4 | clover | four | four-leaf clover | leaf +๐Ÿ plant-other leaf falling | leaf | maple +๐Ÿ‚ plant-other leaf fallen leaf | falling | leaf +๐Ÿƒ plant-other fluttering in wind blow | flutter | leaf | leaf fluttering in wind | wind +๐Ÿชน plant-other nest empty nest | nesting +๐Ÿชบ plant-other with eggs nest with eggs | nesting +๐Ÿ„ plant-other mushroom | toadstool +๐Ÿ‡ food-fruit fruit | grape | grapes +๐Ÿˆ food-fruit fruit | melon +๐Ÿ‰ food-fruit fruit | watermelon +๐ŸŠ food-fruit fruit | orange | tangerine | mandarin +๐Ÿ‹ food-fruit citrus | fruit | lemon +๐Ÿ‹โ€๐ŸŸฉ food-fruit citrus | fruit | lime | tropical +๐ŸŒ food-fruit banana | fruit +๐Ÿ food-fruit fruit | pineapple +๐Ÿฅญ food-fruit fruit | mango | tropical +๐ŸŽ food-fruit apple apple | fruit | red +๐Ÿ food-fruit apple apple | fruit | green +๐Ÿ food-fruit fruit | pear +๐Ÿ‘ food-fruit fruit | peach +๐Ÿ’ food-fruit berries | cherries | cherry | fruit | red +๐Ÿ“ food-fruit berry | fruit | strawberry +๐Ÿซ food-fruit berry | bilberry | blue | blueberries | blueberry +๐Ÿฅ food-fruit fruit food | fruit | kiwi | kiwi fruit +๐Ÿ… food-fruit fruit | tomato | vegetable +๐Ÿซ’ food-fruit food | olive +๐Ÿฅฅ food-fruit coconut | palm | piรฑa colada +๐Ÿฅ‘ food-vegetable avocado | food | fruit +๐Ÿ† food-vegetable aubergine | eggplant | vegetable +๐Ÿฅ” food-vegetable food | potato | vegetable +๐Ÿฅ• food-vegetable carrot | food | vegetable +๐ŸŒฝ food-vegetable of corn corn | ear | ear of corn | maize | maze | corn on the cob | sweetcorn +๐ŸŒถ๏ธ food-vegetable pepper +๐ŸŒถ food-vegetable pepper hot | pepper | chilli | hot pepper +๐Ÿซ‘ food-vegetable pepper bell pepper | capsicum | pepper | vegetable | sweet pepper +๐Ÿฅ’ food-vegetable cucumber | food | pickle | vegetable +๐Ÿฅฌ food-vegetable green bok choy | cabbage | kale | leafy green | lettuce | pak choi +๐Ÿฅฆ food-vegetable broccoli | wild cabbage +๐Ÿง„ food-vegetable flavoring | garlic | flavouring +๐Ÿง… food-vegetable flavoring | onion | flavouring +๐Ÿฅœ food-vegetable food | nut | peanut | peanuts | vegetable | nuts +๐Ÿซ˜ food-vegetable beans | food | kidney | legume | kidney bean | kidney beans +๐ŸŒฐ food-vegetable chestnut | plant | nut +๐Ÿซš food-vegetable root beer | ginger root | root | spice | ginger | root ginger +๐Ÿซ› food-vegetable pod beans | edamame | legume | pea | pod | vegetable +๐Ÿ„โ€๐ŸŸซ food-vegetable mushroom brown mushroom | food | fungus | nature | vegetable +๐Ÿž food-prepared bread | loaf +๐Ÿฅ food-prepared bread | breakfast | croissant | food | french | roll | crescent | French +๐Ÿฅ– food-prepared bread baguette | bread | food | french | French stick | French +๐Ÿซ“ food-prepared arepa | flatbread | lavash | naan | pita +๐Ÿฅจ food-prepared pretzel | twisted +๐Ÿฅฏ food-prepared bagel | bakery | breakfast | schmear +๐Ÿฅž food-prepared breakfast | crรชpe | food | hotcake | pancake | pancakes | crepe +๐Ÿง‡ food-prepared breakfast | indecisive | iron | waffle | unclear | vague | waffle with butter +๐Ÿง€ food-prepared wedge cheese | cheese wedge +๐Ÿ– food-prepared on bone bone | meat | meat on bone +๐Ÿ— food-prepared leg bone | chicken | drumstick | leg | poultry +๐Ÿฅฉ food-prepared of meat chop | cut of meat | lambchop | porkchop | steak | lamb chop | pork chop +๐Ÿฅ“ food-prepared bacon | breakfast | food | meat +๐Ÿ” food-prepared burger | hamburger | beefburger +๐ŸŸ food-prepared fries french | fries | chips | french fries | French +๐Ÿ• food-prepared cheese | pizza | slice +๐ŸŒญ food-prepared dog frankfurter | hot dog | hotdog | sausage | frank +๐Ÿฅช food-prepared bread | sandwich +๐ŸŒฎ food-prepared mexican | taco | Mexican +๐ŸŒฏ food-prepared burrito | mexican | wrap | Mexican +๐Ÿซ” food-prepared mexican | tamale | wrapped | Mexican +๐Ÿฅ™ food-prepared flatbread falafel | flatbread | food | gyro | kebab | stuffed | pita roll +๐Ÿง† food-prepared chickpea | falafel | meatball | chick pea +๐Ÿฅš food-prepared breakfast | egg | food +๐Ÿณ food-prepared breakfast | cooking | egg | frying | pan +๐Ÿฅ˜ food-prepared pan of food casserole | food | paella | pan | shallow | shallow pan of food +๐Ÿฒ food-prepared of food pot | pot of food | stew +๐Ÿซ• food-prepared cheese | chocolate | fondue | melted | pot | Swiss +๐Ÿฅฃ food-prepared with spoon bowl with spoon | breakfast | cereal | congee +๐Ÿฅ— food-prepared salad food | green | salad | garden +๐Ÿฟ food-prepared popcorn +๐Ÿงˆ food-prepared butter | dairy +๐Ÿง‚ food-prepared condiment | salt | shaker +๐Ÿฅซ food-prepared food can | canned food +๐Ÿฑ food-asian box bento | box +๐Ÿ˜ food-asian cracker cracker | rice +๐Ÿ™ food-asian ball ball | Japanese | rice +๐Ÿš food-asian rice cooked | rice +๐Ÿ› food-asian rice curry | rice +๐Ÿœ food-asian bowl bowl | noodle | ramen | steaming +๐Ÿ food-asian pasta | spaghetti +๐Ÿ  food-asian sweet potato potato | roasted | sweet +๐Ÿข food-asian kebab | oden | seafood | skewer | stick +๐Ÿฃ food-asian sushi +๐Ÿค food-asian shrimp fried | prawn | shrimp | tempura | battered +๐Ÿฅ food-asian cake with swirl cake | fish | fish cake with swirl | pastry | swirl | narutomaki +๐Ÿฅฎ food-asian cake autumn | festival | moon cake | yuรจbวng +๐Ÿก food-asian dango | dessert | Japanese | skewer | stick | sweet +๐ŸฅŸ food-asian dumpling | empanada | gyลza | jiaozi | pierogi | potsticker | pastie | samosa +๐Ÿฅ  food-asian cookie fortune cookie | prophecy +๐Ÿฅก food-asian box oyster pail | takeout box | takeaway box | takeaway container | takeout +๐Ÿฆ€ food-marine Cancer | crab | zodiac | crustacean | seafood | shellfish +๐Ÿฆž food-marine bisque | claws | lobster | seafood | shellfish +๐Ÿฆ food-marine food | shellfish | shrimp | small | prawn | seafood +๐Ÿฆ‘ food-marine food | molusc | squid | decapod | seafood +๐Ÿฆช food-marine diving | oyster | pearl +๐Ÿฆ food-sweet ice cream cream | dessert | ice | icecream | soft | sweet | ice cream | soft serve | soft-serve ice cream +๐Ÿง food-sweet ice dessert | ice | shaved | sweet | granita +๐Ÿจ food-sweet cream cream | dessert | ice | sweet | ice cream +๐Ÿฉ food-sweet breakfast | dessert | donut | doughnut | sweet +๐Ÿช food-sweet cookie | dessert | sweet | biscuit +๐ŸŽ‚ food-sweet cake birthday | cake | celebration | dessert | pastry | sweet +๐Ÿฐ food-sweet cake | dessert | pastry | shortcake | slice | sweet +๐Ÿง food-sweet bakery | cupcake | sweet +๐Ÿฅง food-sweet filling | pastry | pie +๐Ÿซ food-sweet bar bar | chocolate | dessert | sweet +๐Ÿฌ food-sweet candy | dessert | sweet | sweets +๐Ÿญ food-sweet candy | dessert | lollipop | sweet +๐Ÿฎ food-sweet custard | dessert | pudding | sweet | baked custard +๐Ÿฏ food-sweet pot honey | honeypot | pot | sweet +๐Ÿผ drink bottle baby | bottle | drink | milk +๐Ÿฅ› drink of milk drink | glass | glass of milk | milk +โ˜• drink beverage beverage | coffee | drink | hot | steaming | tea +๐Ÿซ– drink drink | pot | tea | teapot +๐Ÿต drink without handle beverage | cup | drink | tea | teacup | teacup without handle +๐Ÿถ drink bar | beverage | bottle | cup | drink | sake | sakรฉ +๐Ÿพ drink with popping cork bar | bottle | bottle with popping cork | cork | drink | popping | bubbly +๐Ÿท drink glass bar | beverage | drink | glass | wine +๐Ÿธ drink glass bar | cocktail | drink | glass +๐Ÿน drink drink bar | drink | tropical +๐Ÿบ drink mug bar | beer | drink | mug +๐Ÿป drink beer mugs bar | beer | clink | clinking beer mugs | drink | mug | cheers +๐Ÿฅ‚ drink glasses celebrate | clink | clinking glasses | drink | glass | cheers +๐Ÿฅƒ drink glass glass | liquor | shot | tumbler | whisky | whiskey +๐Ÿซ— drink liquid drink | empty | glass | pouring liquid | spill +๐Ÿฅค drink with straw cup with straw | juice | soda +๐Ÿง‹ drink tea bubble | milk | pearl | tea | boba +๐Ÿงƒ drink box beverage | box | juice | straw | sweet | drink carton | juice box | popper +๐Ÿง‰ drink drink | mate | matรฉ +๐ŸงŠ drink cold | ice | ice cube | iceberg +๐Ÿฅข dishware chopsticks | hashi | pair of chopsticks +๐Ÿฝ๏ธ dishware and knife with plate +๐Ÿฝ dishware and knife with plate cooking | fork | fork and knife with plate | knife | plate +๐Ÿด dishware and knife cooking | cutlery | fork | fork and knife | knife | knife and fork +๐Ÿฅ„ dishware spoon | tableware +๐Ÿ”ช dishware knife cooking | hocho | kitchen knife | knife | tool | weapon +๐Ÿซ™ dishware condiment | container | empty | jar | sauce | store +๐Ÿบ dishware amphora | Aquarius | cooking | drink | jug | zodiac | jar +๐ŸŒ place-map showing Europe-Africa Africa | earth | Europe | globe | globe showing Europe-Africa | world +๐ŸŒŽ place-map showing Americas Americas | earth | globe | globe showing Americas | world +๐ŸŒ place-map showing Asia-Australia Asia | Australia | earth | globe | globe showing Asia-Australia | world +๐ŸŒ place-map with meridians earth | globe | globe with meridians | meridians | world +๐Ÿ—บ๏ธ place-map map +๐Ÿ—บ place-map map map | world +๐Ÿ—พ place-map of Japan Japan | map | map of Japan +๐Ÿงญ place-map compass | magnetic | navigation | orienteering +๐Ÿ”๏ธ place-geographic mountain +๐Ÿ” place-geographic mountain cold | mountain | snow | snow-capped mountain +โ›ฐ๏ธ place-geographic +โ›ฐ place-geographic mountain +๐ŸŒ‹ place-geographic eruption | mountain | volcano +๐Ÿ—ป place-geographic fuji fuji | mount fuji | mountain | Fuji | Mount Fuji | mount Fuji +๐Ÿ•๏ธ place-geographic +๐Ÿ• place-geographic camping +๐Ÿ–๏ธ place-geographic with umbrella +๐Ÿ– place-geographic with umbrella beach | beach with umbrella | umbrella +๐Ÿœ๏ธ place-geographic +๐Ÿœ place-geographic desert +๐Ÿ๏ธ place-geographic island +๐Ÿ place-geographic island desert | island +๐Ÿž๏ธ place-geographic park +๐Ÿž place-geographic park national park | park +๐ŸŸ๏ธ place-building +๐ŸŸ place-building stadium | arena +๐Ÿ›๏ธ place-building building +๐Ÿ› place-building building classical | classical building | column +๐Ÿ—๏ธ place-building construction +๐Ÿ— place-building construction building construction | construction +๐Ÿงฑ place-building brick | bricks | clay | mortar | wall +๐Ÿชจ place-building boulder | heavy | rock | solid | stone +๐Ÿชต place-building log | lumber | timber | wood +๐Ÿ›– place-building house | hut | roundhouse | yurt +๐Ÿ˜๏ธ place-building +๐Ÿ˜ place-building houses +๐Ÿš๏ธ place-building house +๐Ÿš place-building house derelict | house +๐Ÿ  place-building home | house +๐Ÿก place-building with garden garden | home | house | house with garden +๐Ÿข place-building building building | office building +๐Ÿฃ place-building post office Japanese | Japanese post office | post +๐Ÿค place-building office European | post | post office +๐Ÿฅ place-building doctor | hospital | medicine +๐Ÿฆ place-building bank | building +๐Ÿจ place-building building | hotel +๐Ÿฉ place-building hotel hotel | love +๐Ÿช place-building store convenience | store | dรฉpanneur +๐Ÿซ place-building building | school +๐Ÿฌ place-building store department | store +๐Ÿญ place-building building | factory +๐Ÿฏ place-building castle castle | Japanese +๐Ÿฐ place-building castle | European +๐Ÿ’’ place-building chapel | romance | wedding +๐Ÿ—ผ place-building tower Tokyo | tower | Tower +๐Ÿ—ฝ place-building of Liberty liberty | statue | Statue of Liberty | Liberty | Statue +โ›ช place-religious Christian | church | cross | religion +๐Ÿ•Œ place-religious islam | mosque | Muslim | religion | Islam +๐Ÿ›• place-religious temple hindu | temple | Hindu +๐Ÿ• place-religious Jew | Jewish | religion | synagogue | temple | shul +โ›ฉ๏ธ place-religious shrine +โ›ฉ place-religious shrine religion | shinto | shrine | Shinto +๐Ÿ•‹ place-religious islam | kaaba | Muslim | religion | Islam | Kaaba +โ›ฒ place-other fountain +โ›บ place-other camping | tent +๐ŸŒ place-other fog | foggy +๐ŸŒƒ place-other with stars night | night with stars | star | starry night +๐Ÿ™๏ธ place-other +๐Ÿ™ place-other city | cityscape | skyline +๐ŸŒ„ place-other over mountains morning | mountain | sun | sunrise | sunrise over mountains +๐ŸŒ… place-other morning | sun | sunrise +๐ŸŒ† place-other at dusk city | cityscape at dusk | dusk | evening | landscape | sunset | skyline at dusk +๐ŸŒ‡ place-other dusk | sun | sunset +๐ŸŒ‰ place-other at night bridge | bridge at night | night +โ™จ๏ธ place-other springs +โ™จ place-other springs hot | hotsprings | springs | steaming +๐ŸŽ  place-other horse carousel | horse | merry-go-round +๐Ÿ› place-other slide amusement park | play | playground slide | theme park +๐ŸŽก place-other wheel amusement park | ferris | theme park | wheel | Ferris +๐ŸŽข place-other coaster amusement park | coaster | roller | theme park +๐Ÿ’ˆ place-other pole barber | haircut | pole +๐ŸŽช place-other tent circus | tent | big top +๐Ÿš‚ transport-ground engine | locomotive | railway | steam | train +๐Ÿšƒ transport-ground car car | electric | railway | train | tram | trolleybus | railway carriage | train carriage | trolley bus +๐Ÿš„ transport-ground train high-speed train | railway | shinkansen | speed | train | Shinkansen +๐Ÿš… transport-ground train bullet | railway | shinkansen | speed | train | Shinkansen +๐Ÿš† transport-ground railway | train +๐Ÿš‡ transport-ground metro | subway | tube | underground +๐Ÿšˆ transport-ground rail light rail | railway +๐Ÿš‰ transport-ground railway | station | train +๐ŸšŠ transport-ground tram | trolleybus | light rail | oncoming | oncoming light rail | car | streetcar | tramcar | trolley | trolley bus +๐Ÿš transport-ground monorail | vehicle +๐Ÿšž transport-ground railway car | mountain | railway +๐Ÿš‹ transport-ground car car | tram | trolleybus | trolley bus | streetcar | tramcar | trolley +๐ŸšŒ transport-ground bus | vehicle +๐Ÿš transport-ground bus bus | oncoming +๐ŸšŽ transport-ground bus | tram | trolley | trolleybus | streetcar +๐Ÿš transport-ground bus | minibus +๐Ÿš‘ transport-ground ambulance | vehicle +๐Ÿš’ transport-ground engine engine | fire | truck +๐Ÿš“ transport-ground car car | patrol | police +๐Ÿš” transport-ground police car car | oncoming | police +๐Ÿš• transport-ground taxi | vehicle +๐Ÿš– transport-ground taxi oncoming | taxi +๐Ÿš— transport-ground automobile | car +๐Ÿš˜ transport-ground automobile automobile | car | oncoming +๐Ÿš™ transport-ground utility vehicle recreational | sport utility | sport utility vehicle | 4x4 | off-road vehicle | 4WD | four-wheel drive | SUV +๐Ÿ›ป transport-ground truck pick-up | pickup | truck | ute +๐Ÿšš transport-ground truck delivery | truck +๐Ÿš› transport-ground lorry articulated lorry | lorry | semi | truck | articulated truck +๐Ÿšœ transport-ground tractor | vehicle +๐ŸŽ๏ธ transport-ground car +๐ŸŽ transport-ground car car | racing +๐Ÿ๏ธ transport-ground +๐Ÿ transport-ground motorcycle | racing +๐Ÿ›ต transport-ground scooter motor | scooter +๐Ÿฆฝ transport-ground wheelchair accessibility | manual wheelchair +๐Ÿฆผ transport-ground wheelchair accessibility | motorized wheelchair | powered wheelchair | mobility scooter +๐Ÿ›บ transport-ground rickshaw auto rickshaw | tuk tuk | tuk-tuk | tuktuk +๐Ÿšฒ transport-ground bicycle | bike +๐Ÿ›ด transport-ground scooter kick | scooter +๐Ÿ›น transport-ground board | skateboard +๐Ÿ›ผ transport-ground skate roller | skate | rollerskate +๐Ÿš transport-ground stop bus | stop | busstop +๐Ÿ›ฃ๏ธ transport-ground +๐Ÿ›ฃ transport-ground highway | motorway | road | freeway +๐Ÿ›ค๏ธ transport-ground track +๐Ÿ›ค transport-ground track railway | railway track | train +๐Ÿ›ข๏ธ transport-ground drum +๐Ÿ›ข transport-ground drum drum | oil +โ›ฝ transport-ground pump diesel | fuel | fuelpump | gas | pump | station | petrol pump +๐Ÿ›ž transport-ground circle | tire | turn | wheel | tyre +๐Ÿšจ transport-ground car light beacon | car | light | police | revolving +๐Ÿšฅ transport-ground traffic light horizontal traffic light | light | signal | traffic | horizontal traffic lights | lights +๐Ÿšฆ transport-ground traffic light light | signal | traffic | vertical traffic light | lights | vertical traffic lights +๐Ÿ›‘ transport-ground sign octagonal | sign | stop +๐Ÿšง transport-ground barrier | construction +โš“ transport-water anchor | ship | tool +๐Ÿ›Ÿ transport-water buoy float | life preserver | life saver | rescue | ring buoy | safety | lifebuoy | buoy +โ›ต transport-water boat | resort | sailboat | sea | yacht +๐Ÿ›ถ transport-water boat | canoe +๐Ÿšค transport-water boat | speedboat +๐Ÿ›ณ๏ธ transport-water ship +๐Ÿ›ณ transport-water ship passenger | ship +โ›ด๏ธ transport-water +โ›ด transport-water boat | ferry | passenger +๐Ÿ›ฅ๏ธ transport-water boat +๐Ÿ›ฅ transport-water boat boat | motor boat | motorboat +๐Ÿšข transport-water boat | passenger | ship +โœˆ๏ธ transport-air +โœˆ transport-air aeroplane | airplane | flight +๐Ÿ›ฉ๏ธ transport-air airplane +๐Ÿ›ฉ transport-air airplane aeroplane | airplane | small airplane | small plane +๐Ÿ›ซ transport-air departure aeroplane | airplane | check-in | departure | departures | take-off | flight departure | plane departure +๐Ÿ›ฌ transport-air arrival aeroplane | airplane | airplane arrival | arrivals | arriving | landing +๐Ÿช‚ transport-air hang-glide | parachute | parasail | skydive | parascend +๐Ÿ’บ transport-air chair | seat +๐Ÿš transport-air helicopter | vehicle +๐ŸšŸ transport-air railway railway | suspension | cable +๐Ÿš  transport-air cableway cable | gondola | mountain | mountain cableway | cableway +๐Ÿšก transport-air tramway aerial | cable | car | gondola | tramway +๐Ÿ›ฐ๏ธ transport-air +๐Ÿ›ฐ transport-air satellite | space +๐Ÿš€ transport-air rocket | space +๐Ÿ›ธ transport-air saucer flying saucer | UFO | spaceship +๐Ÿ›Ž๏ธ hotel bell +๐Ÿ›Ž hotel bell bell | bellhop | hotel | porter +๐Ÿงณ hotel luggage | packing | travel +โŒ› time done hourglass done | sand | timer | hourglass +โณ time not done hourglass | hourglass not done | sand | timer +โŒš time clock | watch +โฐ time clock alarm | clock +โฑ๏ธ time +โฑ time clock | stopwatch +โฒ๏ธ time clock +โฒ time clock clock | timer +๐Ÿ•ฐ๏ธ time clock +๐Ÿ•ฐ time clock clock | mantelpiece clock +๐Ÿ•› time oโ€™clock 00 | 12 | 12:00 | clock | oโ€™clock | twelve +๐Ÿ•ง time 12 | 12:30 | clock | thirty | twelve | twelve-thirty | 12.30 | half past twelve +๐Ÿ• time oโ€™clock 00 | 1 | 1:00 | clock | oโ€™clock | one +๐Ÿ•œ time 1 | 1:30 | clock | one | one-thirty | thirty | 1.30 | half past one +๐Ÿ•‘ time oโ€™clock 00 | 2 | 2:00 | clock | oโ€™clock | two +๐Ÿ• time 2 | 2:30 | clock | thirty | two | two-thirty | 2.30 | half past two +๐Ÿ•’ time oโ€™clock 00 | 3 | 3:00 | clock | oโ€™clock | three +๐Ÿ•ž time 3 | 3:30 | clock | thirty | three | three-thirty | 3.30 | half past three +๐Ÿ•“ time oโ€™clock 00 | 4 | 4:00 | clock | four | oโ€™clock +๐Ÿ•Ÿ time 4 | 4:30 | clock | four | four-thirty | thirty | 4.30 | half past four +๐Ÿ•” time oโ€™clock 00 | 5 | 5:00 | clock | five | oโ€™clock +๐Ÿ•  time 5 | 5:30 | clock | five | five-thirty | thirty | 5.30 | half past five +๐Ÿ•• time oโ€™clock 00 | 6 | 6:00 | clock | oโ€™clock | six +๐Ÿ•ก time 6 | 6:30 | clock | six | six-thirty | thirty | 6.30 | half past six +๐Ÿ•– time oโ€™clock 00 | 7 | 7:00 | clock | oโ€™clock | seven +๐Ÿ•ข time 7 | 7:30 | clock | seven | seven-thirty | thirty | 7.30 | half past seven +๐Ÿ•— time oโ€™clock 00 | 8 | 8:00 | clock | eight | oโ€™clock +๐Ÿ•ฃ time 8 | 8:30 | clock | eight | eight-thirty | thirty | 8.30 | half past eight +๐Ÿ•˜ time oโ€™clock 00 | 9 | 9:00 | clock | nine | oโ€™clock +๐Ÿ•ค time 9 | 9:30 | clock | nine | nine-thirty | thirty | 9.30 | half past nine +๐Ÿ•™ time oโ€™clock 00 | 10 | 10:00 | clock | oโ€™clock | ten +๐Ÿ•ฅ time 10 | 10:30 | clock | ten | ten-thirty | thirty | 10.30 | half past ten +๐Ÿ•š time oโ€™clock 00 | 11 | 11:00 | clock | eleven | oโ€™clock +๐Ÿ•ฆ time 11 | 11:30 | clock | eleven | eleven-thirty | thirty | 11.30 | half past eleven +๐ŸŒ‘ sky & weather moon dark | moon | new moon +๐ŸŒ’ sky & weather crescent moon crescent | moon | waxing +๐ŸŒ“ sky & weather quarter moon first quarter moon | moon | quarter +๐ŸŒ” sky & weather gibbous moon gibbous | moon | waxing +๐ŸŒ• sky & weather moon full | moon +๐ŸŒ– sky & weather gibbous moon gibbous | moon | waning +๐ŸŒ— sky & weather quarter moon last quarter moon | moon | quarter +๐ŸŒ˜ sky & weather crescent moon crescent | moon | waning +๐ŸŒ™ sky & weather moon crescent | moon +๐ŸŒš sky & weather moon face face | moon | new moon face +๐ŸŒ› sky & weather quarter moon face face | first quarter moon face | moon | quarter +๐ŸŒœ sky & weather quarter moon face face | last quarter moon face | moon | quarter +๐ŸŒก๏ธ sky & weather +๐ŸŒก sky & weather thermometer | weather +โ˜€๏ธ sky & weather +โ˜€ sky & weather bright | rays | sun | sunny +๐ŸŒ sky & weather moon face bright | face | full | moon | full-moon face +๐ŸŒž sky & weather with face bright | face | sun | sun with face +๐Ÿช sky & weather planet ringed planet | saturn | saturnine +โญ sky & weather star +๐ŸŒŸ sky & weather star glittery | glow | glowing star | shining | sparkle | star +๐ŸŒ  sky & weather star falling | shooting | star +๐ŸŒŒ sky & weather way milky way | space | Milky Way | Milky | Way +โ˜๏ธ sky & weather +โ˜ sky & weather cloud | weather +โ›… sky & weather behind cloud cloud | sun | sun behind cloud +โ›ˆ๏ธ sky & weather with lightning and rain +โ›ˆ sky & weather with lightning and rain cloud | cloud with lightning and rain | rain | thunder +๐ŸŒค๏ธ sky & weather behind small cloud +๐ŸŒค sky & weather behind small cloud cloud | sun | sun behind small cloud +๐ŸŒฅ๏ธ sky & weather behind large cloud +๐ŸŒฅ sky & weather behind large cloud cloud | sun | sun behind large cloud +๐ŸŒฆ๏ธ sky & weather behind rain cloud +๐ŸŒฆ sky & weather behind rain cloud cloud | rain | sun | sun behind rain cloud +๐ŸŒง๏ธ sky & weather with rain +๐ŸŒง sky & weather with rain cloud | cloud with rain | rain +๐ŸŒจ๏ธ sky & weather with snow +๐ŸŒจ sky & weather with snow cloud | cloud with snow | cold | snow +๐ŸŒฉ๏ธ sky & weather with lightning +๐ŸŒฉ sky & weather with lightning cloud | cloud with lightning | lightning +๐ŸŒช๏ธ sky & weather +๐ŸŒช sky & weather cloud | tornado | whirlwind +๐ŸŒซ๏ธ sky & weather +๐ŸŒซ sky & weather cloud | fog +๐ŸŒฌ๏ธ sky & weather face +๐ŸŒฌ sky & weather face blow | cloud | face | wind +๐ŸŒ€ sky & weather cyclone | dizzy | hurricane | twister | typhoon +๐ŸŒˆ sky & weather rain | rainbow +๐ŸŒ‚ sky & weather umbrella closed umbrella | clothing | rain | umbrella +โ˜‚๏ธ sky & weather +โ˜‚ sky & weather clothing | rain | umbrella +โ˜” sky & weather with rain drops clothing | drop | rain | umbrella | umbrella with rain drops +โ›ฑ๏ธ sky & weather on ground +โ›ฑ sky & weather on ground rain | sun | umbrella | umbrella on ground | beach | sand +โšก sky & weather voltage danger | electric | high voltage | lightning | voltage | zap +โ„๏ธ sky & weather +โ„ sky & weather cold | snow | snowflake +โ˜ƒ๏ธ sky & weather +โ˜ƒ sky & weather cold | snow | snowman +โ›„ sky & weather without snow cold | snow | snowman | snowman without snow +โ˜„๏ธ sky & weather +โ˜„ sky & weather comet | space +๐Ÿ”ฅ sky & weather fire | flame | tool +๐Ÿ’ง sky & weather cold | comic | drop | droplet | sweat +๐ŸŒŠ sky & weather wave ocean | water | wave +๐ŸŽƒ Activities event celebration | halloween | jack | jack-o-lantern | lantern | Halloween | jack-oโ€™-lantern +๐ŸŽ„ Activities event tree celebration | Christmas | tree +๐ŸŽ† Activities event celebration | fireworks +๐ŸŽ‡ Activities event celebration | fireworks | sparkle | sparkler +๐Ÿงจ Activities event dynamite | explosive | firecracker | fireworks +โœจ Activities event * | sparkle | sparkles | star +๐ŸŽˆ Activities event balloon | celebration +๐ŸŽ‰ Activities event popper celebration | party | popper | tada | ta-da +๐ŸŽŠ Activities event ball ball | celebration | confetti +๐ŸŽ‹ Activities event tree banner | celebration | Japanese | tanabata tree | tree | Tanabata tree +๐ŸŽ Activities event decoration bamboo | celebration | Japanese | pine | pine decoration | decoration +๐ŸŽŽ Activities event dolls celebration | doll | festival | Japanese | Japanese dolls +๐ŸŽ Activities event streamer carp | celebration | streamer | carp wind sock | Japanese wind socks | koinobori +๐ŸŽ Activities event chime bell | celebration | chime | wind +๐ŸŽ‘ Activities event viewing ceremony celebration | ceremony | moon | moon viewing ceremony | moon-viewing ceremony +๐Ÿงง Activities event envelope gift | good luck | hรณngbฤo | lai see | money | red envelope +๐ŸŽ€ Activities event celebration | ribbon +๐ŸŽ Activities event gift box | celebration | gift | present | wrapped +๐ŸŽ—๏ธ Activities event ribbon +๐ŸŽ— Activities event ribbon celebration | reminder | ribbon +๐ŸŽŸ๏ธ Activities event tickets +๐ŸŽŸ Activities event tickets admission | admission tickets | ticket | entry +๐ŸŽซ Activities event admission | ticket +๐ŸŽ–๏ธ Activities award-medal medal +๐ŸŽ– Activities award-medal medal celebration | medal | military +๐Ÿ† Activities award-medal prize | trophy | celebration +๐Ÿ… Activities award-medal medal medal | sports medal | celebration | sports +๐Ÿฅ‡ Activities award-medal place medal 1st place medal | first | gold | medal +๐Ÿฅˆ Activities award-medal place medal 2nd place medal | medal | second | silver +๐Ÿฅ‰ Activities award-medal place medal 3rd place medal | bronze | medal | third +โšฝ Activities sport ball ball | football | soccer +โšพ Activities sport ball | baseball +๐ŸฅŽ Activities sport ball | glove | softball | underarm +๐Ÿ€ Activities sport ball | basketball | hoop +๐Ÿ Activities sport ball | game | volleyball +๐Ÿˆ Activities sport football american | ball | football +๐Ÿ‰ Activities sport football ball | football | rugby | australian football | rugby ball | rugby league | rugby union +๐ŸŽพ Activities sport ball | racquet | tennis +๐Ÿฅ Activities sport disc flying disc | ultimate | frisbee | Frisbee +๐ŸŽณ Activities sport ball | bowling | game | tenpin bowling +๐Ÿ Activities sport game ball | bat | cricket game | game | cricket | cricket match +๐Ÿ‘ Activities sport hockey ball | field | game | hockey | stick +๐Ÿ’ Activities sport hockey game | hockey | ice | puck | stick +๐Ÿฅ Activities sport ball | goal | lacrosse | stick +๐Ÿ“ Activities sport pong ball | bat | game | paddle | ping pong | table tennis | ping-pong +๐Ÿธ Activities sport badminton | birdie | game | racquet | shuttlecock +๐ŸฅŠ Activities sport glove boxing | glove +๐Ÿฅ‹ Activities sport arts uniform judo | karate | martial arts | martial arts uniform | taekwondo | uniform | MMA +๐Ÿฅ… Activities sport net goal | net | goal cage +โ›ณ Activities sport in hole flag in hole | golf | hole | flag +โ›ธ๏ธ Activities sport skate +โ›ธ Activities sport skate ice | skate | ice skating +๐ŸŽฃ Activities sport pole fish | fishing pole | pole | fishing | rod | fishing rod +๐Ÿคฟ Activities sport mask diving | diving mask | scuba | snorkeling | snorkelling +๐ŸŽฝ Activities sport shirt athletics | running | sash | shirt +๐ŸŽฟ Activities sport ski | skis | snow | skiing +๐Ÿ›ท Activities sport sled | sledge | sleigh +๐ŸฅŒ Activities sport stone curling stone | game | rock | curling | stone | curling rock +๐ŸŽฏ Activities game bullseye | dart | direct hit | game | hit | target | bullโ€™s-eye +๐Ÿช€ Activities game fluctuate | toy | yo-yo +๐Ÿช Activities game fly | kite | soar +๐Ÿ”ซ Activities game pistol gun | handgun | pistol | revolver | tool | water | weapon | toy | water pistol +๐ŸŽฑ Activities game 8 ball 8 | ball | billiard | eight | game | pool 8 ball | magic 8 ball +๐Ÿ”ฎ Activities game ball ball | crystal | fairy tale | fantasy | fortune | tool +๐Ÿช„ Activities game wand magic | magic wand | witch | wizard +๐ŸŽฎ Activities game game controller | game | video game +๐Ÿ•น๏ธ Activities game +๐Ÿ•น Activities game game | joystick | video game +๐ŸŽฐ Activities game machine game | slot | slot machine | pokie | pokies +๐ŸŽฒ Activities game die dice | die | game +๐Ÿงฉ Activities game piece clue | interlocking | jigsaw | piece | puzzle +๐Ÿงธ Activities game bear plaything | plush | stuffed | teddy bear | toy +๐Ÿช… Activities game celebration | party | piรฑata +๐Ÿชฉ Activities game ball dance | disco | glitter | mirror ball | party +๐Ÿช† Activities game dolls doll | nesting | nesting dolls | russia | babushka | matryoshka | Russian dolls | Russia +โ™ ๏ธ Activities game suit +โ™  Activities game suit card | game | spade suit +โ™ฅ๏ธ Activities game suit +โ™ฅ Activities game suit card | game | heart suit +โ™ฆ๏ธ Activities game suit +โ™ฆ Activities game suit card | diamond suit | game | diamonds +โ™ฃ๏ธ Activities game suit +โ™ฃ Activities game suit card | club suit | game | clubs +โ™Ÿ๏ธ Activities game pawn +โ™Ÿ Activities game pawn chess | chess pawn | dupe | expendable +๐Ÿƒ Activities game card | game | joker | wildcard +๐Ÿ€„ Activities game red dragon game | mahjong | mahjong red dragon | red | Mahjong | Mahjong red dragon +๐ŸŽด Activities game playing cards card | flower | flower playing cards | game | Japanese | playing +๐ŸŽญ Activities arts & crafts arts art | mask | performing | performing arts | theater | theatre +๐Ÿ–ผ๏ธ Activities arts & crafts picture +๐Ÿ–ผ Activities arts & crafts picture art | frame | framed picture | museum | painting | picture +๐ŸŽจ Activities arts & crafts palette art | artist palette | museum | painting | palette +๐Ÿงต Activities arts & crafts needle | sewing | spool | string | thread +๐Ÿชก Activities arts & crafts needle embroidery | needle | sewing | stitches | sutures | tailoring | needle and thread +๐Ÿงถ Activities arts & crafts ball | crochet | knit | yarn +๐Ÿชข Activities arts & crafts knot | rope | tangled | tie | twine | twist +๐Ÿ‘“ Objects clothing clothing | eye | eyeglasses | eyewear | glasses +๐Ÿ•ถ๏ธ Objects clothing +๐Ÿ•ถ Objects clothing dark | eye | eyewear | glasses | sunglasses | sunnies +๐Ÿฅฝ Objects clothing eye protection | goggles | swimming | welding +๐Ÿฅผ Objects clothing coat doctor | experiment | lab coat | scientist +๐Ÿฆบ Objects clothing vest emergency | safety | vest | hi-vis | high-vis | jacket | life jacket +๐Ÿ‘” Objects clothing clothing | necktie | tie +๐Ÿ‘• Objects clothing clothing | shirt | t-shirt | tshirt | T-shirt | tee | tee-shirt +๐Ÿ‘– Objects clothing clothing | jeans | pants | trousers +๐Ÿงฃ Objects clothing neck | scarf +๐Ÿงค Objects clothing gloves | hand +๐Ÿงฅ Objects clothing coat | jacket +๐Ÿงฆ Objects clothing socks | stocking +๐Ÿ‘— Objects clothing clothing | dress | womanโ€™s clothes +๐Ÿ‘˜ Objects clothing clothing | kimono +๐Ÿฅป Objects clothing clothing | dress | sari +๐Ÿฉฑ Objects clothing swimsuit bathing suit | one-piece swimsuit | swimming costume +๐Ÿฉฒ Objects clothing bathing suit | briefs | one-piece | swimsuit | underwear | pants | bathers | speedos +๐Ÿฉณ Objects clothing bathing suit | pants | shorts | underwear | boardshorts | swim shorts | boardies +๐Ÿ‘™ Objects clothing bikini | clothing | swim | swim suit | two-piece +๐Ÿ‘š Objects clothing clothes clothing | woman | womanโ€™s clothes | blouse | top +๐Ÿชญ Objects clothing hand fan cooling | dance | fan | flutter | folding hand fan | hot | shy +๐Ÿ‘› Objects clothing clothing | coin | purse | accessories +๐Ÿ‘œ Objects clothing bag | clothing | handbag | purse | accessories | tote +๐Ÿ‘ Objects clothing bag bag | clothing | clutch bag | pouch | accessories +๐Ÿ›๏ธ Objects clothing bags +๐Ÿ› Objects clothing bags bag | hotel | shopping | shopping bags +๐ŸŽ’ Objects clothing backpack | bag | rucksack | satchel | school +๐Ÿฉด Objects clothing sandal beach sandals | sandals | thong sandal | thong sandals | thongs | zลri | flip-flop | flipflop | zori | beach sandal | sandal | thong +๐Ÿ‘ž Objects clothing shoe clothing | man | manโ€™s shoe | shoe +๐Ÿ‘Ÿ Objects clothing shoe athletic | clothing | running shoe | shoe | sneaker | runners | trainer +๐Ÿฅพ Objects clothing boot backpacking | boot | camping | hiking +๐Ÿฅฟ Objects clothing shoe ballet flat | flat shoe | slip-on | slipper | pump +๐Ÿ‘  Objects clothing shoe clothing | heel | high-heeled shoe | shoe | woman | stiletto +๐Ÿ‘ก Objects clothing sandal clothing | sandal | shoe | woman | womanโ€™s sandal +๐Ÿฉฐ Objects clothing shoes ballet | ballet shoes | dance +๐Ÿ‘ข Objects clothing boot boot | clothing | shoe | woman | womanโ€™s boot +๐Ÿชฎ Objects clothing pick Afro | comb | hair | pick +๐Ÿ‘‘ Objects clothing clothing | crown | king | queen +๐Ÿ‘’ Objects clothing hat clothing | hat | woman | womanโ€™s hat +๐ŸŽฉ Objects clothing hat clothing | hat | top | tophat +๐ŸŽ“ Objects clothing cap cap | celebration | clothing | graduation | hat +๐Ÿงข Objects clothing cap baseball cap | billed cap +๐Ÿช– Objects clothing helmet army | helmet | military | soldier | warrior +โ›‘๏ธ Objects clothing workerโ€™s helmet +โ›‘ Objects clothing workerโ€™s helmet aid | cross | face | hat | helmet | rescue workerโ€™s helmet +๐Ÿ“ฟ Objects clothing beads beads | clothing | necklace | prayer | religion +๐Ÿ’„ Objects clothing cosmetics | lipstick | makeup | make-up +๐Ÿ’ Objects clothing diamond | ring +๐Ÿ’Ž Objects clothing stone diamond | gem | gem stone | jewel | gemstone +๐Ÿ”‡ Objects sound speaker mute | muted speaker | quiet | silent | speaker +๐Ÿ”ˆ Objects sound low volume soft | speaker low volume | low | quiet | speaker | volume +๐Ÿ”‰ Objects sound medium volume medium | speaker medium volume +๐Ÿ”Š Objects sound high volume loud | speaker high volume +๐Ÿ“ข Objects sound loud | loudspeaker | public address +๐Ÿ“ฃ Objects sound cheering | megaphone +๐Ÿ“ฏ Objects sound horn horn | post | postal +๐Ÿ”” Objects sound bell +๐Ÿ”• Objects sound with slash bell | bell with slash | forbidden | mute | quiet | silent +๐ŸŽผ Objects music score music | musical score | score +๐ŸŽต Objects music note music | musical note | note +๐ŸŽถ Objects music notes music | musical notes | note | notes +๐ŸŽ™๏ธ Objects music microphone +๐ŸŽ™ Objects music microphone mic | microphone | music | studio +๐ŸŽš๏ธ Objects music slider +๐ŸŽš Objects music slider level | music | slider +๐ŸŽ›๏ธ Objects music knobs +๐ŸŽ› Objects music knobs control | knobs | music +๐ŸŽค Objects music karaoke | mic | microphone +๐ŸŽง Objects music earbud | headphone +๐Ÿ“ป Objects music radio | video | AM | FM | wireless +๐ŸŽท Objects musical-instrument instrument | music | sax | saxophone +๐Ÿช— Objects musical-instrument accordion | concertina | squeeze box +๐ŸŽธ Objects musical-instrument guitar | instrument | music +๐ŸŽน Objects musical-instrument keyboard instrument | keyboard | music | musical keyboard | piano | organ +๐ŸŽบ Objects musical-instrument instrument | music | trumpet +๐ŸŽป Objects musical-instrument instrument | music | violin +๐Ÿช• Objects musical-instrument banjo | music | stringed +๐Ÿฅ Objects musical-instrument drum | drumsticks | music | percussions +๐Ÿช˜ Objects musical-instrument drum beat | conga | drum | long drum | rhythm +๐Ÿช‡ Objects musical-instrument instrument | maracas | music | percussion | rattle | shake +๐Ÿชˆ Objects musical-instrument fife | flute | music | pipe | recorder | woodwind +๐Ÿ“ฑ Objects phone phone cell | mobile | phone | telephone +๐Ÿ“ฒ Objects phone phone with arrow arrow | cell | mobile | mobile phone with arrow | phone | receive +โ˜Ž๏ธ Objects phone +โ˜Ž Objects phone phone | telephone | landline +๐Ÿ“ž Objects phone receiver phone | receiver | telephone +๐Ÿ“Ÿ Objects phone pager +๐Ÿ“  Objects phone machine fax | fax machine +๐Ÿ”‹ Objects computer battery +๐Ÿชซ Objects computer battery electronic | low battery | low energy +๐Ÿ”Œ Objects computer plug electric | electricity | plug +๐Ÿ’ป Objects computer computer | laptop | pc | personal | PC +๐Ÿ–ฅ๏ธ Objects computer computer +๐Ÿ–ฅ Objects computer computer computer | desktop +๐Ÿ–จ๏ธ Objects computer +๐Ÿ–จ Objects computer computer | printer +โŒจ๏ธ Objects computer +โŒจ Objects computer computer | keyboard +๐Ÿ–ฑ๏ธ Objects computer mouse +๐Ÿ–ฑ Objects computer mouse computer | computer mouse +๐Ÿ–ฒ๏ธ Objects computer +๐Ÿ–ฒ Objects computer computer | trackball +๐Ÿ’ฝ Objects computer disk computer | disk | minidisk | optical +๐Ÿ’พ Objects computer disk computer | disk | floppy | diskette +๐Ÿ’ฟ Objects computer disk CD | computer | disk | optical +๐Ÿ“€ Objects computer Blu-ray | computer | disk | DVD | optical | blu-ray +๐Ÿงฎ Objects computer abacus | calculation +๐ŸŽฅ Objects light & video camera camera | cinema | movie +๐ŸŽž๏ธ Objects light & video frames +๐ŸŽž Objects light & video frames cinema | film | frames | movie +๐Ÿ“ฝ๏ธ Objects light & video projector +๐Ÿ“ฝ Objects light & video projector cinema | film | movie | projector | video +๐ŸŽฌ Objects light & video board clapper | clapper board | movie | clapperboard | film +๐Ÿ“บ Objects light & video television | tv | video | TV +๐Ÿ“ท Objects light & video camera | video +๐Ÿ“ธ Objects light & video with flash camera | camera with flash | flash | video +๐Ÿ“น Objects light & video camera camera | video +๐Ÿ“ผ Objects light & video tape | vhs | video | videocassette | VHS | videotape +๐Ÿ” Objects light & video glass tilted left glass | magnifying | magnifying glass tilted left | search | tool +๐Ÿ”Ž Objects light & video glass tilted right glass | magnifying | magnifying glass tilted right | search | tool +๐Ÿ•ฏ๏ธ Objects light & video +๐Ÿ•ฏ Objects light & video candle | light +๐Ÿ’ก Objects light & video bulb bulb | comic | electric | idea | light | globe +๐Ÿ”ฆ Objects light & video electric | flashlight | light | tool | torch +๐Ÿฎ Objects light & video paper lantern bar | lantern | light | red | red paper lantern +๐Ÿช” Objects light & video lamp diya | lamp | oil +๐Ÿ“” Objects book-paper with decorative cover book | cover | decorated | notebook | notebook with decorative cover +๐Ÿ“• Objects book-paper book book | closed +๐Ÿ“– Objects book-paper book book | open +๐Ÿ“— Objects book-paper book book | green +๐Ÿ“˜ Objects book-paper book blue | book +๐Ÿ“™ Objects book-paper book book | orange +๐Ÿ“š Objects book-paper book | books +๐Ÿ““ Objects book-paper notebook +๐Ÿ“’ Objects book-paper ledger | notebook +๐Ÿ“ƒ Objects book-paper with curl curl | document | page | page with curl +๐Ÿ“œ Objects book-paper paper | scroll +๐Ÿ“„ Objects book-paper facing up document | page | page facing up +๐Ÿ“ฐ Objects book-paper news | newspaper | paper +๐Ÿ—ž๏ธ Objects book-paper newspaper +๐Ÿ—ž Objects book-paper newspaper news | newspaper | paper | rolled | rolled-up newspaper +๐Ÿ“‘ Objects book-paper tabs bookmark | mark | marker | tabs +๐Ÿ”– Objects book-paper bookmark | mark +๐Ÿท๏ธ Objects book-paper +๐Ÿท Objects book-paper label | tag +๐Ÿ’ฐ Objects money bag bag | dollar | money | moneybag +๐Ÿช™ Objects money coin | gold | metal | money | silver | treasure +๐Ÿ’ด Objects money banknote banknote | bill | currency | money | note | yen +๐Ÿ’ต Objects money banknote banknote | bill | currency | dollar | money | note +๐Ÿ’ถ Objects money banknote banknote | bill | currency | euro | money | note +๐Ÿ’ท Objects money banknote banknote | bill | currency | money | note | pound | sterling +๐Ÿ’ธ Objects money with wings banknote | bill | fly | money | money with wings | wings +๐Ÿ’ณ Objects money card card | credit | money +๐Ÿงพ Objects money accounting | bookkeeping | evidence | proof | receipt +๐Ÿ’น Objects money increasing with yen chart | chart increasing with yen | graph | growth | money | yen | graph increasing with yen +โœ‰๏ธ Objects mail +โœ‰ Objects mail email | envelope | letter | e-mail +๐Ÿ“ง Objects mail e-mail | email | letter | mail +๐Ÿ“จ Objects mail envelope e-mail | email | envelope | incoming | letter | receive +๐Ÿ“ฉ Objects mail with arrow arrow | e-mail | email | envelope | envelope with arrow | outgoing +๐Ÿ“ค Objects mail tray box | letter | mail | outbox | sent | tray | out tray +๐Ÿ“ฅ Objects mail tray box | inbox | letter | mail | receive | tray | in tray +๐Ÿ“ฆ Objects mail box | package | parcel +๐Ÿ“ซ Objects mail mailbox with raised flag closed | closed mailbox with raised flag | mail | mailbox | postbox | closed postbox with raised flag | letterbox | post | post box | closed letterbox with raised flag +๐Ÿ“ช Objects mail mailbox with lowered flag closed | closed mailbox with lowered flag | lowered | mail | mailbox | postbox | closed postbox with lowered flag | letterbox | post box | closed letterbox with lowered flag +๐Ÿ“ฌ Objects mail mailbox with raised flag mail | mailbox | open | open mailbox with raised flag | postbox | open postbox with raised flag | post | post box | open letterbox with raised flag +๐Ÿ“ญ Objects mail mailbox with lowered flag lowered | mail | mailbox | open | open mailbox with lowered flag | postbox | open postbox with lowered flag | post | post box | open letterbox with lowered flag +๐Ÿ“ฎ Objects mail mail | mailbox | postbox | post | post box +๐Ÿ—ณ๏ธ Objects mail box with ballot +๐Ÿ—ณ Objects mail box with ballot ballot | ballot box with ballot | box +โœ๏ธ Objects writing +โœ Objects writing pencil +โœ’๏ธ Objects writing nib +โœ’ Objects writing nib black nib | nib | pen +๐Ÿ–‹๏ธ Objects writing pen +๐Ÿ–‹ Objects writing pen fountain | pen +๐Ÿ–Š๏ธ Objects writing +๐Ÿ–Š Objects writing ballpoint | pen +๐Ÿ–Œ๏ธ Objects writing +๐Ÿ–Œ Objects writing paintbrush | painting +๐Ÿ–๏ธ Objects writing +๐Ÿ– Objects writing crayon +๐Ÿ“ Objects writing memo | pencil +๐Ÿ’ผ Objects office briefcase +๐Ÿ“ Objects office folder file | folder +๐Ÿ“‚ Objects office file folder file | folder | open +๐Ÿ—‚๏ธ Objects office index dividers +๐Ÿ—‚ Objects office index dividers card | dividers | index +๐Ÿ“… Objects office calendar | date +๐Ÿ“† Objects office calendar calendar | tear-off calendar +๐Ÿ—’๏ธ Objects office notepad +๐Ÿ—’ Objects office notepad note | pad | spiral | spiral notepad +๐Ÿ—“๏ธ Objects office calendar +๐Ÿ—“ Objects office calendar calendar | pad | spiral +๐Ÿ“‡ Objects office index card | index | rolodex +๐Ÿ“ˆ Objects office increasing chart | chart increasing | graph | growth | trend | upward | graph increasing +๐Ÿ“‰ Objects office decreasing chart | chart decreasing | down | graph | trend | graph decreasing +๐Ÿ“Š Objects office chart bar | chart | graph +๐Ÿ“‹ Objects office clipboard +๐Ÿ“Œ Objects office pin | pushpin | drawing-pin +๐Ÿ“ Objects office pushpin pin | pushpin | round pushpin | round drawing-pin +๐Ÿ“Ž Objects office paperclip +๐Ÿ–‡๏ธ Objects office paperclips +๐Ÿ–‡ Objects office paperclips link | linked paperclips | paperclip +๐Ÿ“ Objects office ruler ruler | straight edge | straight ruler +๐Ÿ“ Objects office ruler ruler | set | triangle | triangular ruler | set square +โœ‚๏ธ Objects office +โœ‚ Objects office cutting | scissors | tool +๐Ÿ—ƒ๏ธ Objects office file box +๐Ÿ—ƒ Objects office file box box | card | file +๐Ÿ—„๏ธ Objects office cabinet +๐Ÿ—„ Objects office cabinet cabinet | file | filing +๐Ÿ—‘๏ธ Objects office +๐Ÿ—‘ Objects office wastebasket | rubbish bin | trash | waste paper basket +๐Ÿ”’ Objects lock closed | locked | padlock +๐Ÿ”“ Objects lock lock | open | unlock | unlocked | padlock +๐Ÿ” Objects lock with pen ink | lock | locked with pen | nib | pen | privacy +๐Ÿ” Objects lock with key closed | key | lock | locked with key | secure +๐Ÿ”‘ Objects lock key | lock | password +๐Ÿ—๏ธ Objects lock key +๐Ÿ— Objects lock key clue | key | lock | old +๐Ÿ”จ Objects tool hammer | tool +๐Ÿช“ Objects tool axe | chop | hatchet | split | wood +โ›๏ธ Objects tool +โ› Objects tool mining | pick | tool +โš’๏ธ Objects tool and pick +โš’ Objects tool and pick hammer | hammer and pick | pick | tool +๐Ÿ› ๏ธ Objects tool and wrench +๐Ÿ›  Objects tool and wrench hammer | hammer and wrench | spanner | tool | wrench | hammer and spanner +๐Ÿ—ก๏ธ Objects tool +๐Ÿ—ก Objects tool dagger | knife | weapon +โš”๏ธ Objects tool swords +โš” Objects tool swords crossed | swords | weapon +๐Ÿ’ฃ Objects tool bomb | comic +๐Ÿชƒ Objects tool boomerang | rebound | repercussion +๐Ÿน Objects tool and arrow archer | arrow | bow | bow and arrow | Sagittarius | zodiac +๐Ÿ›ก๏ธ Objects tool +๐Ÿ›ก Objects tool shield | weapon +๐Ÿชš Objects tool saw carpenter | carpentry saw | lumber | saw | tool +๐Ÿ”ง Objects tool spanner | tool | wrench +๐Ÿช› Objects tool screw | screwdriver | tool +๐Ÿ”ฉ Objects tool and bolt bolt | nut | nut and bolt | tool +โš™๏ธ Objects tool +โš™ Objects tool cog | cogwheel | gear | tool +๐Ÿ—œ๏ธ Objects tool +๐Ÿ—œ Objects tool clamp | compress | tool | vice +โš–๏ธ Objects tool scale +โš– Objects tool scale balance | justice | Libra | scale | zodiac +๐Ÿฆฏ Objects tool cane accessibility | blind | white cane | guide cane | long mobility cane +๐Ÿ”— Objects tool link +โ›“๏ธโ€๐Ÿ’ฅ Objects tool chain +โ›“โ€๐Ÿ’ฅ Objects tool chain break | breaking | broken chain | chain | cuffs | freedom +โ›“๏ธ Objects tool +โ›“ Objects tool chain | chains +๐Ÿช Objects tool catch | crook | curve | ensnare | hook | selling point | fishing +๐Ÿงฐ Objects tool chest | mechanic | tool | toolbox +๐Ÿงฒ Objects tool attraction | horseshoe | magnet | magnetic +๐Ÿชœ Objects tool climb | ladder | rung | step +โš—๏ธ Objects science +โš— Objects science alembic | chemistry | tool +๐Ÿงช Objects science tube chemist | chemistry | experiment | lab | science | test tube +๐Ÿงซ Objects science dish bacteria | biologist | biology | culture | lab | petri dish +๐Ÿงฌ Objects science biologist | dna | evolution | gene | genetics | life | DNA +๐Ÿ”ฌ Objects science microscope | science | tool +๐Ÿ”ญ Objects science science | telescope | tool +๐Ÿ“ก Objects science antenna antenna | dish | satellite +๐Ÿ’‰ Objects medical medicine | needle | shot | sick | syringe | ill | injection +๐Ÿฉธ Objects medical of blood bleed | blood donation | drop of blood | injury | medicine | menstruation +๐Ÿ’Š Objects medical doctor | medicine | pill | sick | capsule +๐Ÿฉน Objects medical bandage adhesive bandage | bandage | injury | plaster | sticking plaster | bandaid | dressing +๐Ÿฉผ Objects medical cane | crutch | disability | hurt | mobility aid | stick +๐Ÿฉบ Objects medical doctor | heart | medicine | stethoscope +๐Ÿฉป Objects medical bones | doctor | medical | skeleton | x-ray | X-ray +๐Ÿšช Objects household door +๐Ÿ›— Objects household accessibility | elevator | hoist | lift +๐Ÿชž Objects household mirror | reflection | reflector | speculum | looking glass +๐ŸชŸ Objects household frame | fresh air | opening | transparent | view | window +๐Ÿ›๏ธ Objects household +๐Ÿ› Objects household bed | hotel | sleep +๐Ÿ›‹๏ธ Objects household and lamp +๐Ÿ›‹ Objects household and lamp couch | couch and lamp | hotel | lamp | sofa | sofa and lamp +๐Ÿช‘ Objects household chair | seat | sit +๐Ÿšฝ Objects household toilet | facilities | loo | WC | lavatory +๐Ÿช  Objects household force cup | plumber | plunger | suction | toilet +๐Ÿšฟ Objects household shower | water +๐Ÿ› Objects household bath | bathtub +๐Ÿชค Objects household trap bait | mouse trap | mousetrap | snare | trap | mouse +๐Ÿช’ Objects household razor | sharp | shave | cut-throat +๐Ÿงด Objects household bottle lotion | lotion bottle | moisturizer | shampoo | sunscreen | moisturiser +๐Ÿงท Objects household pin diaper | punk rock | safety pin | nappy +๐Ÿงน Objects household broom | cleaning | sweeping | witch +๐Ÿงบ Objects household basket | farming | laundry | picnic +๐Ÿงป Objects household of paper paper towels | roll of paper | toilet paper | toilet roll +๐Ÿชฃ Objects household bucket | cask | pail | vat +๐Ÿงผ Objects household bar | bathing | cleaning | lather | soap | soapdish +๐Ÿซง Objects household bubbles | burp | clean | soap | underwater +๐Ÿชฅ Objects household bathroom | brush | clean | dental | hygiene | teeth | toothbrush +๐Ÿงฝ Objects household absorbing | cleaning | porous | sponge +๐Ÿงฏ Objects household extinguisher extinguish | fire | fire extinguisher | quench +๐Ÿ›’ Objects household cart cart | shopping | trolley | basket +๐Ÿšฌ Objects other-object cigarette | smoking +โšฐ๏ธ Objects other-object +โšฐ Objects other-object coffin | death | casket +๐Ÿชฆ Objects other-object cemetery | grave | graveyard | headstone | tombstone +โšฑ๏ธ Objects other-object urn +โšฑ Objects other-object urn ashes | death | funeral | urn +๐Ÿงฟ Objects other-object amulet bead | charm | evil-eye | nazar | nazar amulet | talisman | amulet | evil eye +๐Ÿชฌ Objects other-object amulet | Fatima | hamsa | hand | Mary | Miriam | protection +๐Ÿ—ฟ Objects other-object face | moai | moyai | statue +๐Ÿชง Objects other-object demonstration | picket | placard | protest | sign +๐Ÿชช Objects other-object card credentials | ID | identification card | license | security | driving | licence +๐Ÿง Symbols transport-sign sign ATM | ATM sign | automated | bank | teller +๐Ÿšฎ Symbols transport-sign in bin sign litter | litter bin | litter in bin sign | garbage | trash +๐Ÿšฐ Symbols transport-sign water drinking | potable | water +โ™ฟ Symbols transport-sign symbol access | wheelchair symbol | disabled access +๐Ÿšน Symbols transport-sign room bathroom | lavatory | man | menโ€™s room | restroom | toilet | WC | menโ€™s | washroom | wc +๐Ÿšบ Symbols transport-sign room bathroom | lavatory | restroom | toilet | WC | woman | womenโ€™s room | ladies room | wc | womenโ€™s toilet | ladiesโ€™ room +๐Ÿšป Symbols transport-sign bathroom | lavatory | restroom | toilet | WC | washroom +๐Ÿšผ Symbols transport-sign symbol baby | baby symbol | changing | change room +๐Ÿšพ Symbols transport-sign closet bathroom | closet | lavatory | restroom | toilet | water | WC | wc | amenities | water closet +๐Ÿ›‚ Symbols transport-sign control control | passport | border | security +๐Ÿ›ƒ Symbols transport-sign customs +๐Ÿ›„ Symbols transport-sign claim baggage | claim +๐Ÿ›… Symbols transport-sign luggage baggage | left luggage | locker | luggage +โš ๏ธ Symbols warning +โš  Symbols warning warning +๐Ÿšธ Symbols warning crossing child | children crossing | crossing | pedestrian | traffic +โ›” Symbols warning entry entry | forbidden | no | not | prohibited | traffic | denied +๐Ÿšซ Symbols warning entry | forbidden | no | not | prohibited | denied +๐Ÿšณ Symbols warning bicycles bicycle | bike | forbidden | no | no bicycles | prohibited +๐Ÿšญ Symbols warning smoking forbidden | no | not | prohibited | smoking | denied +๐Ÿšฏ Symbols warning littering forbidden | litter | no | no littering | not | prohibited | denied +๐Ÿšฑ Symbols warning water non-drinking | non-potable | water | non-drinkable water +๐Ÿšท Symbols warning pedestrians forbidden | no | no pedestrians | not | pedestrian | prohibited | denied +๐Ÿ“ต Symbols warning mobile phones cell | forbidden | mobile | no | no mobile phones | phone +๐Ÿ”ž Symbols warning one under eighteen 18 | age restriction | eighteen | no one under eighteen | prohibited | underage +โ˜ข๏ธ Symbols warning +โ˜ข Symbols warning radioactive | sign +โ˜ฃ๏ธ Symbols warning +โ˜ฃ Symbols warning biohazard | sign +โฌ†๏ธ Symbols arrow arrow +โฌ† Symbols arrow arrow arrow | cardinal | direction | north | up arrow | up +โ†—๏ธ Symbols arrow arrow +โ†— Symbols arrow arrow arrow | direction | intercardinal | northeast | up-right arrow +โžก๏ธ Symbols arrow arrow +โžก Symbols arrow arrow arrow | cardinal | direction | east | right arrow +โ†˜๏ธ Symbols arrow arrow +โ†˜ Symbols arrow arrow arrow | direction | down-right arrow | intercardinal | southeast +โฌ‡๏ธ Symbols arrow arrow +โฌ‡ Symbols arrow arrow arrow | cardinal | direction | down | south +โ†™๏ธ Symbols arrow arrow +โ†™ Symbols arrow arrow arrow | direction | down-left arrow | intercardinal | southwest +โฌ…๏ธ Symbols arrow arrow +โฌ… Symbols arrow arrow arrow | cardinal | direction | left arrow | west +โ†–๏ธ Symbols arrow arrow +โ†– Symbols arrow arrow arrow | direction | intercardinal | northwest | up-left arrow +โ†•๏ธ Symbols arrow arrow +โ†• Symbols arrow arrow arrow | up-down arrow +โ†”๏ธ Symbols arrow arrow +โ†” Symbols arrow arrow arrow | left-right arrow +โ†ฉ๏ธ Symbols arrow arrow curving left +โ†ฉ Symbols arrow arrow curving left arrow | right arrow curving left +โ†ช๏ธ Symbols arrow arrow curving right +โ†ช Symbols arrow arrow curving right arrow | left arrow curving right +โคด๏ธ Symbols arrow arrow curving up +โคด Symbols arrow arrow curving up arrow | right arrow curving up +โคต๏ธ Symbols arrow arrow curving down +โคต Symbols arrow arrow curving down arrow | down | right arrow curving down +๐Ÿ”ƒ Symbols arrow vertical arrows arrow | clockwise | clockwise vertical arrows | reload +๐Ÿ”„ Symbols arrow arrows button anticlockwise | arrow | counterclockwise | counterclockwise arrows button | withershins | anticlockwise arrows button +๐Ÿ”™ Symbols arrow arrow arrow | BACK +๐Ÿ”š Symbols arrow arrow arrow | END +๐Ÿ”› Symbols arrow arrow arrow | mark | ON | ON! +๐Ÿ”œ Symbols arrow arrow arrow | SOON +๐Ÿ” Symbols arrow arrow arrow | TOP | up +๐Ÿ› Symbols religion of worship place of worship | religion | worship +โš›๏ธ Symbols religion symbol +โš› Symbols religion symbol atheist | atom | atom symbol +๐Ÿ•‰๏ธ Symbols religion +๐Ÿ•‰ Symbols religion Hindu | om | religion +โœก๏ธ Symbols religion of David +โœก Symbols religion of David David | Jew | Jewish | religion | star | star of David | Judaism | Star of David +โ˜ธ๏ธ Symbols religion of dharma +โ˜ธ Symbols religion of dharma Buddhist | dharma | religion | wheel | wheel of dharma +โ˜ฏ๏ธ Symbols religion yang +โ˜ฏ Symbols religion yang religion | tao | taoist | yang | yin | Tao | Taoist +โœ๏ธ Symbols religion cross +โœ Symbols religion cross Christian | cross | latin cross | religion | Latin cross +โ˜ฆ๏ธ Symbols religion cross +โ˜ฆ Symbols religion cross Christian | cross | orthodox cross | religion | Orthodox cross +โ˜ช๏ธ Symbols religion and crescent +โ˜ช Symbols religion and crescent islam | Muslim | religion | star and crescent | Islam +โ˜ฎ๏ธ Symbols religion symbol +โ˜ฎ Symbols religion symbol peace | peace symbol +๐Ÿ•Ž Symbols religion candelabrum | candlestick | menorah | religion +๐Ÿ”ฏ Symbols religion six-pointed star dotted six-pointed star | fortune | star +๐Ÿชฏ Symbols religion khanda | religion | Sikh +โ™ˆ Symbols zodiac Aries | ram | zodiac +โ™‰ Symbols zodiac bull | ox | Taurus | zodiac +โ™Š Symbols zodiac Gemini | twins | zodiac +โ™‹ Symbols zodiac Cancer | crab | zodiac +โ™Œ Symbols zodiac Leo | lion | zodiac +โ™ Symbols zodiac Virgo | zodiac | virgin +โ™Ž Symbols zodiac balance | justice | Libra | scales | zodiac +โ™ Symbols zodiac Scorpio | scorpion | scorpius | zodiac | Scorpius +โ™ Symbols zodiac archer | Sagittarius | zodiac | centaur +โ™‘ Symbols zodiac Capricorn | goat | zodiac +โ™’ Symbols zodiac Aquarius | bearer | water | zodiac | water bearer +โ™“ Symbols zodiac fish | Pisces | zodiac +โ›Ž Symbols zodiac bearer | Ophiuchus | serpent | snake | zodiac +๐Ÿ”€ Symbols av-symbol tracks button arrow | crossed | shuffle tracks button +๐Ÿ” Symbols av-symbol button arrow | clockwise | repeat | repeat button +๐Ÿ”‚ Symbols av-symbol single button arrow | clockwise | once | repeat single button +โ–ถ๏ธ Symbols av-symbol button +โ–ถ Symbols av-symbol button arrow | play | play button | right | triangle +โฉ Symbols av-symbol button arrow | double | fast | fast-forward button | forward | fast forward button +โญ๏ธ Symbols av-symbol track button +โญ Symbols av-symbol track button arrow | next scene | next track | next track button | triangle +โฏ๏ธ Symbols av-symbol or pause button +โฏ Symbols av-symbol or pause button arrow | pause | play | play or pause button | right | triangle +โ—€๏ธ Symbols av-symbol button +โ—€ Symbols av-symbol button arrow | left | reverse | reverse button | triangle +โช Symbols av-symbol reverse button arrow | double | fast reverse button | rewind +โฎ๏ธ Symbols av-symbol track button +โฎ Symbols av-symbol track button arrow | last track button | previous scene | previous track | triangle +๐Ÿ”ผ Symbols av-symbol button arrow | button | upwards button | red | upward button +โซ Symbols av-symbol up button arrow | double | fast up button +๐Ÿ”ฝ Symbols av-symbol button arrow | button | down | downwards button | downward button | red +โฌ Symbols av-symbol down button arrow | double | down | fast down button +โธ๏ธ Symbols av-symbol button +โธ Symbols av-symbol button bar | double | pause | pause button | vertical +โน๏ธ Symbols av-symbol button +โน Symbols av-symbol button square | stop | stop button +โบ๏ธ Symbols av-symbol button +โบ Symbols av-symbol button circle | record | record button +โ๏ธ Symbols av-symbol button +โ Symbols av-symbol button eject | eject button +๐ŸŽฆ Symbols av-symbol camera | cinema | film | movie +๐Ÿ”… Symbols av-symbol button brightness | dim | dim button | low +๐Ÿ”† Symbols av-symbol button bright | bright button | brightness | brightness button +๐Ÿ“ถ Symbols av-symbol bars antenna | antenna bars | bar | cell | mobile | phone +๐Ÿ›œ Symbols av-symbol computer | internet | network | wi-fi | wifi | wireless | Wi-Fi +๐Ÿ“ณ Symbols av-symbol mode cell | mobile | mode | phone | telephone | vibration | vibrate +๐Ÿ“ด Symbols av-symbol phone off cell | mobile | off | phone | telephone +โ™€๏ธ Symbols gender sign +โ™€ Symbols gender sign female sign | woman +โ™‚๏ธ Symbols gender sign +โ™‚ Symbols gender sign male sign | man +โšง๏ธ Symbols gender symbol +โšง Symbols gender symbol transgender | transgender symbol | trans +โœ–๏ธ Symbols math +โœ– Symbols math ร— | cancel | multiplication | multiply | sign | x | heavy multiplication sign +โž• Symbols math + | math | plus | sign | maths | add | addition +โž– Symbols math - | โˆ’ | math | minus | sign | heavy minus sign | maths | โ€“ | subtraction +โž— Symbols math รท | divide | division | math | sign +๐ŸŸฐ Symbols math equals sign equality | heavy equals sign | math | maths +โ™พ๏ธ Symbols math +โ™พ Symbols math forever | infinity | unbounded | universal | eternal | unbound +โ€ผ๏ธ Symbols punctuation exclamation mark +โ€ผ Symbols punctuation exclamation mark ! | !! | bangbang | double exclamation mark | exclamation | mark | punctuation +โ‰๏ธ Symbols punctuation question mark +โ‰ Symbols punctuation question mark ! | !? | ? | exclamation | interrobang | mark | punctuation | question | exclamation question mark +โ“ Symbols punctuation question mark ? | mark | punctuation | question | red question mark +โ” Symbols punctuation question mark ? | mark | outlined | punctuation | question | white question mark +โ• Symbols punctuation exclamation mark ! | exclamation | mark | outlined | punctuation | white exclamation mark +โ— Symbols punctuation exclamation mark ! | exclamation | mark | punctuation | red exclamation mark +ใ€ฐ๏ธ Symbols punctuation dash +ใ€ฐ Symbols punctuation dash dash | punctuation | wavy +๐Ÿ’ฑ Symbols currency exchange bank | currency | exchange | money +๐Ÿ’ฒ Symbols currency dollar sign currency | dollar | heavy dollar sign | money +โš•๏ธ Symbols other-symbol symbol +โš• Symbols other-symbol symbol aesculapius | medical symbol | medicine | staff +โ™ป๏ธ Symbols other-symbol symbol +โ™ป Symbols other-symbol symbol recycle | recycling symbol +โšœ๏ธ Symbols other-symbol +โšœ Symbols other-symbol fleur-de-lis +๐Ÿ”ฑ Symbols other-symbol emblem anchor | emblem | ship | tool | trident +๐Ÿ“› Symbols other-symbol badge badge | name +๐Ÿ”ฐ Symbols other-symbol symbol for beginner beginner | chevron | Japanese | Japanese symbol for beginner | leaf +โญ• Symbols other-symbol red circle circle | hollow red circle | large | o | red +โœ… Symbols other-symbol mark button โœ“ | button | check | mark | tick +โ˜‘๏ธ Symbols other-symbol box with check +โ˜‘ Symbols other-symbol box with check โœ“ | box | check | check box with check | tick | tick box with tick | ballot +โœ”๏ธ Symbols other-symbol mark +โœ” Symbols other-symbol mark โœ“ | check | mark | tick | check mark | heavy tick mark +โŒ Symbols other-symbol mark ร— | cancel | cross | mark | multiplication | multiply | x +โŽ Symbols other-symbol mark button ร— | cross mark button | mark | square | x +โžฐ Symbols other-symbol loop curl | curly loop | loop +โžฟ Symbols other-symbol curly loop curl | double | double curly loop | loop +ใ€ฝ๏ธ Symbols other-symbol alternation mark +ใ€ฝ Symbols other-symbol alternation mark mark | part | part alternation mark +โœณ๏ธ Symbols other-symbol asterisk +โœณ Symbols other-symbol asterisk * | asterisk | eight-spoked asterisk +โœด๏ธ Symbols other-symbol star +โœด Symbols other-symbol star * | eight-pointed star | star +โ‡๏ธ Symbols other-symbol +โ‡ Symbols other-symbol * | sparkle +ยฉ๏ธ Symbols other-symbol +ยฉ Symbols other-symbol C | copyright +ยฎ๏ธ Symbols other-symbol +ยฎ Symbols other-symbol R | registered | r | trademark +โ„ข๏ธ Symbols other-symbol mark +โ„ข Symbols other-symbol mark mark | TM | trade mark | trademark +#๏ธโƒฃ Symbols keycap # +#โƒฃ Symbols keycap # keycap | keycap: # +*๏ธโƒฃ Symbols keycap * +*โƒฃ Symbols keycap * keycap | keycap: * +0๏ธโƒฃ Symbols keycap 0 +0โƒฃ Symbols keycap 0 keycap | keycap: 0 +1๏ธโƒฃ Symbols keycap 1 +1โƒฃ Symbols keycap 1 keycap | keycap: 1 +2๏ธโƒฃ Symbols keycap 2 +2โƒฃ Symbols keycap 2 keycap | keycap: 2 +3๏ธโƒฃ Symbols keycap 3 +3โƒฃ Symbols keycap 3 keycap | keycap: 3 +4๏ธโƒฃ Symbols keycap 4 +4โƒฃ Symbols keycap 4 keycap | keycap: 4 +5๏ธโƒฃ Symbols keycap 5 +5โƒฃ Symbols keycap 5 keycap | keycap: 5 +6๏ธโƒฃ Symbols keycap 6 +6โƒฃ Symbols keycap 6 keycap | keycap: 6 +7๏ธโƒฃ Symbols keycap 7 +7โƒฃ Symbols keycap 7 keycap | keycap: 7 +8๏ธโƒฃ Symbols keycap 8 +8โƒฃ Symbols keycap 8 keycap | keycap: 8 +9๏ธโƒฃ Symbols keycap 9 +9โƒฃ Symbols keycap 9 keycap | keycap: 9 +๐Ÿ”Ÿ Symbols keycap 10 keycap | keycap: 10 +๐Ÿ”  Symbols alphanum latin uppercase ABCD | input | latin | letters | uppercase | input Latin uppercase | Latin +๐Ÿ”ก Symbols alphanum latin lowercase abcd | input | latin | letters | lowercase | input Latin lowercase | Latin +๐Ÿ”ข Symbols alphanum numbers 1234 | input | numbers +๐Ÿ”ฃ Symbols alphanum symbols ใ€’โ™ช&% | input | input symbols +๐Ÿ”ค Symbols alphanum latin letters abc | alphabet | input | latin | letters | input Latin letters | Latin +๐Ÿ…ฐ๏ธ Symbols alphanum button (blood type) +๐Ÿ…ฐ Symbols alphanum button (blood type) A | A button (blood type) | blood type +๐Ÿ†Ž Symbols alphanum button (blood type) AB | AB button (blood type) | blood type +๐Ÿ…ฑ๏ธ Symbols alphanum button (blood type) +๐Ÿ…ฑ Symbols alphanum button (blood type) B | B button (blood type) | blood type +๐Ÿ†‘ Symbols alphanum button CL | CL button +๐Ÿ†’ Symbols alphanum button COOL | COOL button +๐Ÿ†“ Symbols alphanum button FREE | FREE button +โ„น๏ธ Symbols alphanum +โ„น Symbols alphanum i | information +๐Ÿ†” Symbols alphanum button ID | ID button | identity +โ“‚๏ธ Symbols alphanum M +โ“‚ Symbols alphanum M circle | circled M | M +๐Ÿ†• Symbols alphanum button NEW | NEW button +๐Ÿ†– Symbols alphanum button NG | NG button +๐Ÿ…พ๏ธ Symbols alphanum button (blood type) +๐Ÿ…พ Symbols alphanum button (blood type) blood type | O | O button (blood type) +๐Ÿ†— Symbols alphanum button OK | OK button +๐Ÿ…ฟ๏ธ Symbols alphanum button +๐Ÿ…ฟ Symbols alphanum button P | P button | parking | car park | carpark +๐Ÿ†˜ Symbols alphanum button help | SOS | SOS button +๐Ÿ†™ Symbols alphanum button mark | UP | UP! | UP! button +๐Ÿ†š Symbols alphanum button versus | VS | VS button +๐Ÿˆ Symbols alphanum โ€œhereโ€ button โ€œhereโ€ | Japanese | Japanese โ€œhereโ€ button | katakana | ใ‚ณใ‚ณ +๐Ÿˆ‚๏ธ Symbols alphanum โ€œservice chargeโ€ button +๐Ÿˆ‚ Symbols alphanum โ€œservice chargeโ€ button โ€œservice chargeโ€ | Japanese | Japanese โ€œservice chargeโ€ button | katakana | ใ‚ต +๐Ÿˆท๏ธ Symbols alphanum โ€œmonthly amountโ€ button +๐Ÿˆท Symbols alphanum โ€œmonthly amountโ€ button โ€œmonthly amountโ€ | ideograph | Japanese | Japanese โ€œmonthly amountโ€ button | ๆœˆ +๐Ÿˆถ Symbols alphanum โ€œnot free of chargeโ€ button โ€œnot free of chargeโ€ | ideograph | Japanese | Japanese โ€œnot free of chargeโ€ button | ๆœ‰ +๐Ÿˆฏ Symbols alphanum โ€œreservedโ€ button โ€œreservedโ€ | ideograph | Japanese | Japanese โ€œreservedโ€ button | ๆŒ‡ +๐Ÿ‰ Symbols alphanum โ€œbargainโ€ button โ€œbargainโ€ | ideograph | Japanese | Japanese โ€œbargainโ€ button | ๅพ— +๐Ÿˆน Symbols alphanum โ€œdiscountโ€ button โ€œdiscountโ€ | ideograph | Japanese | Japanese โ€œdiscountโ€ button | ๅ‰ฒ +๐Ÿˆš Symbols alphanum โ€œfree of chargeโ€ button โ€œfree of chargeโ€ | ideograph | Japanese | Japanese โ€œfree of chargeโ€ button | ็„ก +๐Ÿˆฒ Symbols alphanum โ€œprohibitedโ€ button โ€œprohibitedโ€ | ideograph | Japanese | Japanese โ€œprohibitedโ€ button | ็ฆ +๐Ÿ‰‘ Symbols alphanum โ€œacceptableโ€ button โ€œacceptableโ€ | ideograph | Japanese | Japanese โ€œacceptableโ€ button | ๅฏ +๐Ÿˆธ Symbols alphanum โ€œapplicationโ€ button โ€œapplicationโ€ | ideograph | Japanese | Japanese โ€œapplicationโ€ button | ็”ณ +๐Ÿˆด Symbols alphanum โ€œpassing gradeโ€ button โ€œpassing gradeโ€ | ideograph | Japanese | Japanese โ€œpassing gradeโ€ button | ๅˆ +๐Ÿˆณ Symbols alphanum โ€œvacancyโ€ button โ€œvacancyโ€ | ideograph | Japanese | Japanese โ€œvacancyโ€ button | ็ฉบ +ใŠ—๏ธ Symbols alphanum โ€œcongratulationsโ€ button +ใŠ— Symbols alphanum โ€œcongratulationsโ€ button โ€œcongratulationsโ€ | ideograph | Japanese | Japanese โ€œcongratulationsโ€ button | ็ฅ +ใŠ™๏ธ Symbols alphanum โ€œsecretโ€ button +ใŠ™ Symbols alphanum โ€œsecretโ€ button โ€œsecretโ€ | ideograph | Japanese | Japanese โ€œsecretโ€ button | ็ง˜ +๐Ÿˆบ Symbols alphanum โ€œopen for businessโ€ button โ€œopen for businessโ€ | ideograph | Japanese | Japanese โ€œopen for businessโ€ button | ๅ–ถ +๐Ÿˆต Symbols alphanum โ€œno vacancyโ€ button โ€œno vacancyโ€ | ideograph | Japanese | Japanese โ€œno vacancyโ€ button | ๆบ€ +๐Ÿ”ด Symbols geometric circle circle | geometric | red +๐ŸŸ  Symbols geometric circle circle | orange +๐ŸŸก Symbols geometric circle circle | yellow +๐ŸŸข Symbols geometric circle circle | green +๐Ÿ”ต Symbols geometric circle blue | circle | geometric +๐ŸŸฃ Symbols geometric circle circle | purple +๐ŸŸค Symbols geometric circle brown | circle +โšซ Symbols geometric circle black circle | circle | geometric +โšช Symbols geometric circle circle | geometric | white circle +๐ŸŸฅ Symbols geometric square red | square +๐ŸŸง Symbols geometric square orange | square +๐ŸŸจ Symbols geometric square square | yellow +๐ŸŸฉ Symbols geometric square green | square +๐ŸŸฆ Symbols geometric square blue | square +๐ŸŸช Symbols geometric square purple | square +๐ŸŸซ Symbols geometric square brown | square +โฌ› Symbols geometric large square black large square | geometric | square +โฌœ Symbols geometric large square geometric | square | white large square +โ—ผ๏ธ Symbols geometric medium square +โ—ผ Symbols geometric medium square black medium square | geometric | square +โ—ป๏ธ Symbols geometric medium square +โ—ป Symbols geometric medium square geometric | square | white medium square +โ—พ Symbols geometric medium-small square black medium-small square | geometric | square +โ—ฝ Symbols geometric medium-small square geometric | square | white medium-small square +โ–ช๏ธ Symbols geometric small square +โ–ช Symbols geometric small square black small square | geometric | square +โ–ซ๏ธ Symbols geometric small square +โ–ซ Symbols geometric small square geometric | square | white small square +๐Ÿ”ถ Symbols geometric orange diamond diamond | geometric | large orange diamond | orange +๐Ÿ”ท Symbols geometric blue diamond blue | diamond | geometric | large blue diamond +๐Ÿ”ธ Symbols geometric orange diamond diamond | geometric | orange | small orange diamond +๐Ÿ”น Symbols geometric blue diamond blue | diamond | geometric | small blue diamond +๐Ÿ”บ Symbols geometric triangle pointed up geometric | red | red triangle pointed up +๐Ÿ”ป Symbols geometric triangle pointed down down | geometric | red | red triangle pointed down +๐Ÿ’  Symbols geometric with a dot comic | diamond | diamond with a dot | geometric | inside +๐Ÿ”˜ Symbols geometric button button | geometric | radio +๐Ÿ”ณ Symbols geometric square button button | geometric | outlined | square | white square button +๐Ÿ”ฒ Symbols geometric square button black square button | button | geometric | square +๐Ÿ flag flag checkered | chequered | chequered flag | racing | checkered flag +๐Ÿšฉ flag flag post | triangular flag | red flag +๐ŸŽŒ flag celebration | cross | crossed | crossed flags | Japanese +๐Ÿด flag flag black flag | waving +๐Ÿณ๏ธ flag flag +๐Ÿณ flag flag waving | white flag | surrender +๐Ÿณ๏ธโ€๐ŸŒˆ flag flag +๐Ÿณโ€๐ŸŒˆ flag flag pride | rainbow | rainbow flag +๐Ÿณ๏ธโ€โšง๏ธ flag flag +๐Ÿณ๏ธโ€โšง flag flag +๐Ÿณโ€โšง flag flag flag | light blue | pink | transgender | white | trans +๐Ÿดโ€โ˜ ๏ธ flag flag +๐Ÿดโ€โ˜  flag flag Jolly Roger | pirate | pirate flag | plunder | treasure +๐Ÿ‡ฆ๐Ÿ‡จ country-flag Ascension Island flag | flag: Ascension Island +๐Ÿ‡ฆ๐Ÿ‡ฉ country-flag Andorra flag | flag: Andorra +๐Ÿ‡ฆ๐Ÿ‡ช country-flag United Arab Emirates flag | flag: United Arab Emirates +๐Ÿ‡ฆ๐Ÿ‡ซ country-flag Afghanistan flag | flag: Afghanistan +๐Ÿ‡ฆ๐Ÿ‡ฌ country-flag Antigua & Barbuda flag | flag: Antigua & Barbuda | flag: Antigua and Barbuda +๐Ÿ‡ฆ๐Ÿ‡ฎ country-flag Anguilla flag | flag: Anguilla +๐Ÿ‡ฆ๐Ÿ‡ฑ country-flag Albania flag | flag: Albania +๐Ÿ‡ฆ๐Ÿ‡ฒ country-flag Armenia flag | flag: Armenia +๐Ÿ‡ฆ๐Ÿ‡ด country-flag Angola flag | flag: Angola +๐Ÿ‡ฆ๐Ÿ‡ถ country-flag Antarctica flag | flag: Antarctica +๐Ÿ‡ฆ๐Ÿ‡ท country-flag Argentina flag | flag: Argentina +๐Ÿ‡ฆ๐Ÿ‡ธ country-flag American Samoa flag | flag: American Samoa +๐Ÿ‡ฆ๐Ÿ‡น country-flag Austria flag | flag: Austria +๐Ÿ‡ฆ๐Ÿ‡บ country-flag Australia flag | flag: Australia +๐Ÿ‡ฆ๐Ÿ‡ผ country-flag Aruba flag | flag: Aruba +๐Ÿ‡ฆ๐Ÿ‡ฝ country-flag ร…land Islands flag | flag: ร…land Islands +๐Ÿ‡ฆ๐Ÿ‡ฟ country-flag Azerbaijan flag | flag: Azerbaijan +๐Ÿ‡ง๐Ÿ‡ฆ country-flag Bosnia & Herzegovina flag | flag: Bosnia & Herzegovina | flag: Bosnia and Herzegovina +๐Ÿ‡ง๐Ÿ‡ง country-flag Barbados flag | flag: Barbados +๐Ÿ‡ง๐Ÿ‡ฉ country-flag Bangladesh flag | flag: Bangladesh +๐Ÿ‡ง๐Ÿ‡ช country-flag Belgium flag | flag: Belgium +๐Ÿ‡ง๐Ÿ‡ซ country-flag Burkina Faso flag | flag: Burkina Faso +๐Ÿ‡ง๐Ÿ‡ฌ country-flag Bulgaria flag | flag: Bulgaria +๐Ÿ‡ง๐Ÿ‡ญ country-flag Bahrain flag | flag: Bahrain +๐Ÿ‡ง๐Ÿ‡ฎ country-flag Burundi flag | flag: Burundi +๐Ÿ‡ง๐Ÿ‡ฏ country-flag Benin flag | flag: Benin +๐Ÿ‡ง๐Ÿ‡ฑ country-flag St. Barthรฉlemy flag | flag: St. Barthรฉlemy | flag: St Barthรฉlemy | flag: Saint-Barthรฉlemy +๐Ÿ‡ง๐Ÿ‡ฒ country-flag Bermuda flag | flag: Bermuda +๐Ÿ‡ง๐Ÿ‡ณ country-flag Brunei flag | flag: Brunei +๐Ÿ‡ง๐Ÿ‡ด country-flag Bolivia flag | flag: Bolivia +๐Ÿ‡ง๐Ÿ‡ถ country-flag Caribbean Netherlands flag | flag: Caribbean Netherlands +๐Ÿ‡ง๐Ÿ‡ท country-flag Brazil flag | flag: Brazil +๐Ÿ‡ง๐Ÿ‡ธ country-flag Bahamas flag | flag: Bahamas +๐Ÿ‡ง๐Ÿ‡น country-flag Bhutan flag | flag: Bhutan +๐Ÿ‡ง๐Ÿ‡ป country-flag Bouvet Island flag | flag: Bouvet Island +๐Ÿ‡ง๐Ÿ‡ผ country-flag Botswana flag | flag: Botswana +๐Ÿ‡ง๐Ÿ‡พ country-flag Belarus flag | flag: Belarus +๐Ÿ‡ง๐Ÿ‡ฟ country-flag Belize flag | flag: Belize +๐Ÿ‡จ๐Ÿ‡ฆ country-flag Canada flag | flag: Canada +๐Ÿ‡จ๐Ÿ‡จ country-flag Cocos (Keeling) Islands flag | flag: Cocos (Keeling) Islands +๐Ÿ‡จ๐Ÿ‡ฉ country-flag Congo - Kinshasa flag | flag: Congo - Kinshasa +๐Ÿ‡จ๐Ÿ‡ซ country-flag Central African Republic flag | flag: Central African Republic +๐Ÿ‡จ๐Ÿ‡ฌ country-flag Congo - Brazzaville flag | flag: Congo - Brazzaville +๐Ÿ‡จ๐Ÿ‡ญ country-flag Switzerland flag | flag: Switzerland +๐Ÿ‡จ๐Ÿ‡ฎ country-flag Cรดte dโ€™Ivoire flag | flag: Cรดte dโ€™Ivoire +๐Ÿ‡จ๐Ÿ‡ฐ country-flag Cook Islands flag | flag: Cook Islands +๐Ÿ‡จ๐Ÿ‡ฑ country-flag Chile flag | flag: Chile +๐Ÿ‡จ๐Ÿ‡ฒ country-flag Cameroon flag | flag: Cameroon +๐Ÿ‡จ๐Ÿ‡ณ country-flag China flag | flag: China +๐Ÿ‡จ๐Ÿ‡ด country-flag Colombia flag | flag: Colombia +๐Ÿ‡จ๐Ÿ‡ต country-flag Clipperton Island flag | flag: Clipperton Island +๐Ÿ‡จ๐Ÿ‡ท country-flag Costa Rica flag | flag: Costa Rica +๐Ÿ‡จ๐Ÿ‡บ country-flag Cuba flag | flag: Cuba +๐Ÿ‡จ๐Ÿ‡ป country-flag Cape Verde flag | flag: Cape Verde +๐Ÿ‡จ๐Ÿ‡ผ country-flag Curaรงao flag | flag: Curaรงao +๐Ÿ‡จ๐Ÿ‡ฝ country-flag Christmas Island flag | flag: Christmas Island +๐Ÿ‡จ๐Ÿ‡พ country-flag Cyprus flag | flag: Cyprus +๐Ÿ‡จ๐Ÿ‡ฟ country-flag Czechia flag | flag: Czechia +๐Ÿ‡ฉ๐Ÿ‡ช country-flag Germany flag | flag: Germany +๐Ÿ‡ฉ๐Ÿ‡ฌ country-flag Diego Garcia flag | flag: Diego Garcia +๐Ÿ‡ฉ๐Ÿ‡ฏ country-flag Djibouti flag | flag: Djibouti +๐Ÿ‡ฉ๐Ÿ‡ฐ country-flag Denmark flag | flag: Denmark +๐Ÿ‡ฉ๐Ÿ‡ฒ country-flag Dominica flag | flag: Dominica +๐Ÿ‡ฉ๐Ÿ‡ด country-flag Dominican Republic flag | flag: Dominican Republic +๐Ÿ‡ฉ๐Ÿ‡ฟ country-flag Algeria flag | flag: Algeria +๐Ÿ‡ช๐Ÿ‡ฆ country-flag Ceuta & Melilla flag | flag: Ceuta & Melilla | flag: Ceuta and Melilla +๐Ÿ‡ช๐Ÿ‡จ country-flag Ecuador flag | flag: Ecuador +๐Ÿ‡ช๐Ÿ‡ช country-flag Estonia flag | flag: Estonia +๐Ÿ‡ช๐Ÿ‡ฌ country-flag Egypt flag | flag: Egypt +๐Ÿ‡ช๐Ÿ‡ญ country-flag Western Sahara flag | flag: Western Sahara +๐Ÿ‡ช๐Ÿ‡ท country-flag Eritrea flag | flag: Eritrea +๐Ÿ‡ช๐Ÿ‡ธ country-flag Spain flag | flag: Spain +๐Ÿ‡ช๐Ÿ‡น country-flag Ethiopia flag | flag: Ethiopia +๐Ÿ‡ช๐Ÿ‡บ country-flag European Union flag | flag: European Union +๐Ÿ‡ซ๐Ÿ‡ฎ country-flag Finland flag | flag: Finland +๐Ÿ‡ซ๐Ÿ‡ฏ country-flag Fiji flag | flag: Fiji +๐Ÿ‡ซ๐Ÿ‡ฐ country-flag Falkland Islands flag | flag: Falkland Islands +๐Ÿ‡ซ๐Ÿ‡ฒ country-flag Micronesia flag | flag: Micronesia +๐Ÿ‡ซ๐Ÿ‡ด country-flag Faroe Islands flag | flag: Faroe Islands +๐Ÿ‡ซ๐Ÿ‡ท country-flag France flag | flag: France +๐Ÿ‡ฌ๐Ÿ‡ฆ country-flag Gabon flag | flag: Gabon +๐Ÿ‡ฌ๐Ÿ‡ง country-flag United Kingdom flag | flag: United Kingdom +๐Ÿ‡ฌ๐Ÿ‡ฉ country-flag Grenada flag | flag: Grenada +๐Ÿ‡ฌ๐Ÿ‡ช country-flag Georgia flag | flag: Georgia +๐Ÿ‡ฌ๐Ÿ‡ซ country-flag French Guiana flag | flag: French Guiana +๐Ÿ‡ฌ๐Ÿ‡ฌ country-flag Guernsey flag | flag: Guernsey +๐Ÿ‡ฌ๐Ÿ‡ญ country-flag Ghana flag | flag: Ghana +๐Ÿ‡ฌ๐Ÿ‡ฎ country-flag Gibraltar flag | flag: Gibraltar +๐Ÿ‡ฌ๐Ÿ‡ฑ country-flag Greenland flag | flag: Greenland +๐Ÿ‡ฌ๐Ÿ‡ฒ country-flag Gambia flag | flag: Gambia +๐Ÿ‡ฌ๐Ÿ‡ณ country-flag Guinea flag | flag: Guinea +๐Ÿ‡ฌ๐Ÿ‡ต country-flag Guadeloupe flag | flag: Guadeloupe +๐Ÿ‡ฌ๐Ÿ‡ถ country-flag Equatorial Guinea flag | flag: Equatorial Guinea +๐Ÿ‡ฌ๐Ÿ‡ท country-flag Greece flag | flag: Greece +๐Ÿ‡ฌ๐Ÿ‡ธ country-flag South Georgia & South Sandwich Islands flag | flag: South Georgia & South Sandwich Islands | flag: South Georgia and South Sandwich Islands +๐Ÿ‡ฌ๐Ÿ‡น country-flag Guatemala flag | flag: Guatemala +๐Ÿ‡ฌ๐Ÿ‡บ country-flag Guam flag | flag: Guam +๐Ÿ‡ฌ๐Ÿ‡ผ country-flag Guinea-Bissau flag | flag: Guinea-Bissau +๐Ÿ‡ฌ๐Ÿ‡พ country-flag Guyana flag | flag: Guyana +๐Ÿ‡ญ๐Ÿ‡ฐ country-flag Hong Kong SAR China flag | flag: Hong Kong SAR China +๐Ÿ‡ญ๐Ÿ‡ฒ country-flag Heard & McDonald Islands flag | flag: Heard & McDonald Islands | flag: Heard and McDonald Islands +๐Ÿ‡ญ๐Ÿ‡ณ country-flag Honduras flag | flag: Honduras +๐Ÿ‡ญ๐Ÿ‡ท country-flag Croatia flag | flag: Croatia +๐Ÿ‡ญ๐Ÿ‡น country-flag Haiti flag | flag: Haiti +๐Ÿ‡ญ๐Ÿ‡บ country-flag Hungary flag | flag: Hungary +๐Ÿ‡ฎ๐Ÿ‡จ country-flag Canary Islands flag | flag: Canary Islands +๐Ÿ‡ฎ๐Ÿ‡ฉ country-flag Indonesia flag | flag: Indonesia +๐Ÿ‡ฎ๐Ÿ‡ช country-flag Ireland flag | flag: Ireland +๐Ÿ‡ฎ๐Ÿ‡ฑ country-flag Israel flag | flag: Israel +๐Ÿ‡ฎ๐Ÿ‡ฒ country-flag Isle of Man flag | flag: Isle of Man +๐Ÿ‡ฎ๐Ÿ‡ณ country-flag India flag | flag: India +๐Ÿ‡ฎ๐Ÿ‡ด country-flag British Indian Ocean Territory flag | flag: British Indian Ocean Territory +๐Ÿ‡ฎ๐Ÿ‡ถ country-flag Iraq flag | flag: Iraq +๐Ÿ‡ฎ๐Ÿ‡ท country-flag Iran flag | flag: Iran +๐Ÿ‡ฎ๐Ÿ‡ธ country-flag Iceland flag | flag: Iceland +๐Ÿ‡ฎ๐Ÿ‡น country-flag Italy flag | flag: Italy +๐Ÿ‡ฏ๐Ÿ‡ช country-flag Jersey flag | flag: Jersey +๐Ÿ‡ฏ๐Ÿ‡ฒ country-flag Jamaica flag | flag: Jamaica +๐Ÿ‡ฏ๐Ÿ‡ด country-flag Jordan flag | flag: Jordan +๐Ÿ‡ฏ๐Ÿ‡ต country-flag Japan flag | flag: Japan +๐Ÿ‡ฐ๐Ÿ‡ช country-flag Kenya flag | flag: Kenya +๐Ÿ‡ฐ๐Ÿ‡ฌ country-flag Kyrgyzstan flag | flag: Kyrgyzstan +๐Ÿ‡ฐ๐Ÿ‡ญ country-flag Cambodia flag | flag: Cambodia +๐Ÿ‡ฐ๐Ÿ‡ฎ country-flag Kiribati flag | flag: Kiribati +๐Ÿ‡ฐ๐Ÿ‡ฒ country-flag Comoros flag | flag: Comoros +๐Ÿ‡ฐ๐Ÿ‡ณ country-flag St. Kitts & Nevis flag | flag: St. Kitts & Nevis | flag: St Kitts & Nevis | flag: Saint Kitts and Nevis +๐Ÿ‡ฐ๐Ÿ‡ต country-flag North Korea flag | flag: North Korea +๐Ÿ‡ฐ๐Ÿ‡ท country-flag South Korea flag | flag: South Korea +๐Ÿ‡ฐ๐Ÿ‡ผ country-flag Kuwait flag | flag: Kuwait +๐Ÿ‡ฐ๐Ÿ‡พ country-flag Cayman Islands flag | flag: Cayman Islands +๐Ÿ‡ฐ๐Ÿ‡ฟ country-flag Kazakhstan flag | flag: Kazakhstan +๐Ÿ‡ฑ๐Ÿ‡ฆ country-flag Laos flag | flag: Laos +๐Ÿ‡ฑ๐Ÿ‡ง country-flag Lebanon flag | flag: Lebanon +๐Ÿ‡ฑ๐Ÿ‡จ country-flag St. Lucia flag | flag: St. Lucia | flag: St Lucia | flag: Saint Lucia +๐Ÿ‡ฑ๐Ÿ‡ฎ country-flag Liechtenstein flag | flag: Liechtenstein +๐Ÿ‡ฑ๐Ÿ‡ฐ country-flag Sri Lanka flag | flag: Sri Lanka +๐Ÿ‡ฑ๐Ÿ‡ท country-flag Liberia flag | flag: Liberia +๐Ÿ‡ฑ๐Ÿ‡ธ country-flag Lesotho flag | flag: Lesotho +๐Ÿ‡ฑ๐Ÿ‡น country-flag Lithuania flag | flag: Lithuania +๐Ÿ‡ฑ๐Ÿ‡บ country-flag Luxembourg flag | flag: Luxembourg +๐Ÿ‡ฑ๐Ÿ‡ป country-flag Latvia flag | flag: Latvia +๐Ÿ‡ฑ๐Ÿ‡พ country-flag Libya flag | flag: Libya +๐Ÿ‡ฒ๐Ÿ‡ฆ country-flag Morocco flag | flag: Morocco +๐Ÿ‡ฒ๐Ÿ‡จ country-flag Monaco flag | flag: Monaco +๐Ÿ‡ฒ๐Ÿ‡ฉ country-flag Moldova flag | flag: Moldova +๐Ÿ‡ฒ๐Ÿ‡ช country-flag Montenegro flag | flag: Montenegro +๐Ÿ‡ฒ๐Ÿ‡ซ country-flag St. Martin flag | flag: St. Martin | flag: St Martin | flag: Saint Martin +๐Ÿ‡ฒ๐Ÿ‡ฌ country-flag Madagascar flag | flag: Madagascar +๐Ÿ‡ฒ๐Ÿ‡ญ country-flag Marshall Islands flag | flag: Marshall Islands +๐Ÿ‡ฒ๐Ÿ‡ฐ country-flag North Macedonia flag | flag: North Macedonia +๐Ÿ‡ฒ๐Ÿ‡ฑ country-flag Mali flag | flag: Mali +๐Ÿ‡ฒ๐Ÿ‡ฒ country-flag Myanmar (Burma) flag | flag: Myanmar (Burma) +๐Ÿ‡ฒ๐Ÿ‡ณ country-flag Mongolia flag | flag: Mongolia +๐Ÿ‡ฒ๐Ÿ‡ด country-flag Macao SAR China flag | flag: Macao SAR China +๐Ÿ‡ฒ๐Ÿ‡ต country-flag Northern Mariana Islands flag | flag: Northern Mariana Islands +๐Ÿ‡ฒ๐Ÿ‡ถ country-flag Martinique flag | flag: Martinique +๐Ÿ‡ฒ๐Ÿ‡ท country-flag Mauritania flag | flag: Mauritania +๐Ÿ‡ฒ๐Ÿ‡ธ country-flag Montserrat flag | flag: Montserrat +๐Ÿ‡ฒ๐Ÿ‡น country-flag Malta flag | flag: Malta +๐Ÿ‡ฒ๐Ÿ‡บ country-flag Mauritius flag | flag: Mauritius +๐Ÿ‡ฒ๐Ÿ‡ป country-flag Maldives flag | flag: Maldives +๐Ÿ‡ฒ๐Ÿ‡ผ country-flag Malawi flag | flag: Malawi +๐Ÿ‡ฒ๐Ÿ‡ฝ country-flag Mexico flag | flag: Mexico +๐Ÿ‡ฒ๐Ÿ‡พ country-flag Malaysia flag | flag: Malaysia +๐Ÿ‡ฒ๐Ÿ‡ฟ country-flag Mozambique flag | flag: Mozambique +๐Ÿ‡ณ๐Ÿ‡ฆ country-flag Namibia flag | flag: Namibia +๐Ÿ‡ณ๐Ÿ‡จ country-flag New Caledonia flag | flag: New Caledonia +๐Ÿ‡ณ๐Ÿ‡ช country-flag Niger flag | flag: Niger +๐Ÿ‡ณ๐Ÿ‡ซ country-flag Norfolk Island flag | flag: Norfolk Island +๐Ÿ‡ณ๐Ÿ‡ฌ country-flag Nigeria flag | flag: Nigeria +๐Ÿ‡ณ๐Ÿ‡ฎ country-flag Nicaragua flag | flag: Nicaragua +๐Ÿ‡ณ๐Ÿ‡ฑ country-flag Netherlands flag | flag: Netherlands +๐Ÿ‡ณ๐Ÿ‡ด country-flag Norway flag | flag: Norway +๐Ÿ‡ณ๐Ÿ‡ต country-flag Nepal flag | flag: Nepal +๐Ÿ‡ณ๐Ÿ‡ท country-flag Nauru flag | flag: Nauru +๐Ÿ‡ณ๐Ÿ‡บ country-flag Niue flag | flag: Niue +๐Ÿ‡ณ๐Ÿ‡ฟ country-flag New Zealand flag | flag: New Zealand +๐Ÿ‡ด๐Ÿ‡ฒ country-flag Oman flag | flag: Oman +๐Ÿ‡ต๐Ÿ‡ฆ country-flag Panama flag | flag: Panama +๐Ÿ‡ต๐Ÿ‡ช country-flag Peru flag | flag: Peru +๐Ÿ‡ต๐Ÿ‡ซ country-flag French Polynesia flag | flag: French Polynesia +๐Ÿ‡ต๐Ÿ‡ฌ country-flag Papua New Guinea flag | flag: Papua New Guinea +๐Ÿ‡ต๐Ÿ‡ญ country-flag Philippines flag | flag: Philippines +๐Ÿ‡ต๐Ÿ‡ฐ country-flag Pakistan flag | flag: Pakistan +๐Ÿ‡ต๐Ÿ‡ฑ country-flag Poland flag | flag: Poland +๐Ÿ‡ต๐Ÿ‡ฒ country-flag St. Pierre & Miquelon flag | flag: St. Pierre & Miquelon | flag: St Pierre & Miquelon | flag: Saint-Pierre-et-Miquelon +๐Ÿ‡ต๐Ÿ‡ณ country-flag Pitcairn Islands flag | flag: Pitcairn Islands +๐Ÿ‡ต๐Ÿ‡ท country-flag Puerto Rico flag | flag: Puerto Rico +๐Ÿ‡ต๐Ÿ‡ธ country-flag Palestinian Territories flag | flag: Palestinian Territories | flag: Palestinian territories +๐Ÿ‡ต๐Ÿ‡น country-flag Portugal flag | flag: Portugal +๐Ÿ‡ต๐Ÿ‡ผ country-flag Palau flag | flag: Palau +๐Ÿ‡ต๐Ÿ‡พ country-flag Paraguay flag | flag: Paraguay +๐Ÿ‡ถ๐Ÿ‡ฆ country-flag Qatar flag | flag: Qatar +๐Ÿ‡ท๐Ÿ‡ช country-flag Rรฉunion flag | flag: Rรฉunion +๐Ÿ‡ท๐Ÿ‡ด country-flag Romania flag | flag: Romania +๐Ÿ‡ท๐Ÿ‡ธ country-flag Serbia flag | flag: Serbia +๐Ÿ‡ท๐Ÿ‡บ country-flag Russia flag | flag: Russia +๐Ÿ‡ท๐Ÿ‡ผ country-flag Rwanda flag | flag: Rwanda +๐Ÿ‡ธ๐Ÿ‡ฆ country-flag Saudi Arabia flag | flag: Saudi Arabia +๐Ÿ‡ธ๐Ÿ‡ง country-flag Solomon Islands flag | flag: Solomon Islands +๐Ÿ‡ธ๐Ÿ‡จ country-flag Seychelles flag | flag: Seychelles +๐Ÿ‡ธ๐Ÿ‡ฉ country-flag Sudan flag | flag: Sudan +๐Ÿ‡ธ๐Ÿ‡ช country-flag Sweden flag | flag: Sweden +๐Ÿ‡ธ๐Ÿ‡ฌ country-flag Singapore flag | flag: Singapore +๐Ÿ‡ธ๐Ÿ‡ญ country-flag St. Helena flag | flag: St. Helena | flag: St Helena | flag: Saint Helena +๐Ÿ‡ธ๐Ÿ‡ฎ country-flag Slovenia flag | flag: Slovenia +๐Ÿ‡ธ๐Ÿ‡ฏ country-flag Svalbard & Jan Mayen flag | flag: Svalbard & Jan Mayen | flag: Svalbard and Jan Mayen +๐Ÿ‡ธ๐Ÿ‡ฐ country-flag Slovakia flag | flag: Slovakia +๐Ÿ‡ธ๐Ÿ‡ฑ country-flag Sierra Leone flag | flag: Sierra Leone +๐Ÿ‡ธ๐Ÿ‡ฒ country-flag San Marino flag | flag: San Marino +๐Ÿ‡ธ๐Ÿ‡ณ country-flag Senegal flag | flag: Senegal +๐Ÿ‡ธ๐Ÿ‡ด country-flag Somalia flag | flag: Somalia +๐Ÿ‡ธ๐Ÿ‡ท country-flag Suriname flag | flag: Suriname +๐Ÿ‡ธ๐Ÿ‡ธ country-flag South Sudan flag | flag: South Sudan +๐Ÿ‡ธ๐Ÿ‡น country-flag Sรฃo Tomรฉ & Prรญncipe flag | flag: Sรฃo Tomรฉ & Prรญncipe | flag: Sรฃo Tomรฉ and Prรญncipe +๐Ÿ‡ธ๐Ÿ‡ป country-flag El Salvador flag | flag: El Salvador +๐Ÿ‡ธ๐Ÿ‡ฝ country-flag Sint Maarten flag | flag: Sint Maarten +๐Ÿ‡ธ๐Ÿ‡พ country-flag Syria flag | flag: Syria +๐Ÿ‡ธ๐Ÿ‡ฟ country-flag Eswatini flag | flag: Eswatini +๐Ÿ‡น๐Ÿ‡ฆ country-flag Tristan da Cunha flag | flag: Tristan da Cunha +๐Ÿ‡น๐Ÿ‡จ country-flag Turks & Caicos Islands flag | flag: Turks & Caicos Islands | flag: Turks and Caicos Islands +๐Ÿ‡น๐Ÿ‡ฉ country-flag Chad flag | flag: Chad +๐Ÿ‡น๐Ÿ‡ซ country-flag French Southern Territories flag | flag: French Southern Territories +๐Ÿ‡น๐Ÿ‡ฌ country-flag Togo flag | flag: Togo +๐Ÿ‡น๐Ÿ‡ญ country-flag Thailand flag | flag: Thailand +๐Ÿ‡น๐Ÿ‡ฏ country-flag Tajikistan flag | flag: Tajikistan +๐Ÿ‡น๐Ÿ‡ฐ country-flag Tokelau flag | flag: Tokelau +๐Ÿ‡น๐Ÿ‡ฑ country-flag Timor-Leste flag | flag: Timor-Leste +๐Ÿ‡น๐Ÿ‡ฒ country-flag Turkmenistan flag | flag: Turkmenistan +๐Ÿ‡น๐Ÿ‡ณ country-flag Tunisia flag | flag: Tunisia +๐Ÿ‡น๐Ÿ‡ด country-flag Tonga flag | flag: Tonga +๐Ÿ‡น๐Ÿ‡ท country-flag Turkey flag | flag: Tรผrkiye +๐Ÿ‡น๐Ÿ‡น country-flag Trinidad & Tobago flag | flag: Trinidad & Tobago | flag: Trinidad and Tobago +๐Ÿ‡น๐Ÿ‡ป country-flag Tuvalu flag | flag: Tuvalu +๐Ÿ‡น๐Ÿ‡ผ country-flag Taiwan flag | flag: Taiwan +๐Ÿ‡น๐Ÿ‡ฟ country-flag Tanzania flag | flag: TanzaniaE +๐Ÿ‡บ๐Ÿ‡ฆ country-flag Ukraine flag | flag: Ukraine +๐Ÿ‡บ๐Ÿ‡ฌ country-flag Uganda flag | flag: Uganda +๐Ÿ‡บ๐Ÿ‡ฒ country-flag U.S. Outlying Islands flag | flag: U.S. Outlying Islands | flag: US Outlying Islands +๐Ÿ‡บ๐Ÿ‡ณ country-flag United Nations flag | flag: United Nations +๐Ÿ‡บ๐Ÿ‡ธ country-flag United States flag | flag: United States +๐Ÿ‡บ๐Ÿ‡พ country-flag Uruguay flag | flag: Uruguay +๐Ÿ‡บ๐Ÿ‡ฟ country-flag Uzbekistan flag | flag: Uzbekistan +๐Ÿ‡ป๐Ÿ‡ฆ country-flag Vatican City flag | flag: Vatican City +๐Ÿ‡ป๐Ÿ‡จ country-flag St. Vincent & Grenadines flag | flag: St. Vincent & Grenadines | flag: St Vincent & the Grenadines | flag: Saint Vincent and the Grenadines +๐Ÿ‡ป๐Ÿ‡ช country-flag Venezuela flag | flag: Venezuela +๐Ÿ‡ป๐Ÿ‡ฌ country-flag British Virgin Islands flag | flag: British Virgin Islands +๐Ÿ‡ป๐Ÿ‡ฎ country-flag U.S. Virgin Islands flag | flag: U.S. Virgin Islands | flag: US Virgin Islands +๐Ÿ‡ป๐Ÿ‡ณ country-flag Vietnam flag | flag: Vietnam +๐Ÿ‡ป๐Ÿ‡บ country-flag Vanuatu flag | flag: Vanuatu +๐Ÿ‡ผ๐Ÿ‡ซ country-flag Wallis & Futuna flag | flag: Wallis & Futuna | flag: Wallis and Futuna +๐Ÿ‡ผ๐Ÿ‡ธ country-flag Samoa flag | flag: Samoa +๐Ÿ‡ฝ๐Ÿ‡ฐ country-flag Kosovo flag | flag: Kosovo +๐Ÿ‡พ๐Ÿ‡ช country-flag Yemen flag | flag: Yemen +๐Ÿ‡พ๐Ÿ‡น country-flag Mayotte flag | flag: Mayotte +๐Ÿ‡ฟ๐Ÿ‡ฆ country-flag South Africa flag | flag: South Africa +๐Ÿ‡ฟ๐Ÿ‡ฒ country-flag Zambia flag | flag: Zambia +๐Ÿ‡ฟ๐Ÿ‡ผ country-flag Zimbabwe flag | flag: Zimbabwe +๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ subdivision-flag England flag | flag: England +๐Ÿด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ subdivision-flag Scotland flag | flag: Scotland +๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ subdivision-flag Wales flag | flag: Wales + -- cgit v1.2.3 From 6ec55aad69f50467b187d427a6a03f293f5ade21 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 1 Sep 2024 01:12:03 +0900 Subject: added kitty-dropterm to waybar workspaces#rw --- config/waybar/modules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/waybar/modules b/config/waybar/modules index 2b0a16de..1363800c 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -195,11 +195,12 @@ "title<.*Picture-in-Picture.*>": "๏”ฌ ", "class": "๏‰ฉ ", "class": "๎ฏ† ", + "class": "๏„  ", + "class": "๎ฏ† ", "class": "๏‰จ ", "class": "๎ˆ— ", "class<[Ss]potify>": "๏€ ", "class": "๓ฐจž", - "class": "๎ฏ† ", "class": "๓ฐฐ ", "class": "๏‡ฟ ", "class": "๏‡ฟ ", -- cgit v1.2.3 From 7211cc42cc243daceb1a445b9c080a989825742e Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 1 Sep 2024 01:20:48 +0900 Subject: reverted rofi-emoji. Need to tweak --- config/hypr/scripts/RofiEmoji.sh | 6786 +++++++++++--------------------------- 1 file changed, 1850 insertions(+), 4936 deletions(-) diff --git a/config/hypr/scripts/RofiEmoji.sh b/config/hypr/scripts/RofiEmoji.sh index ffb44286..c92aec87 100755 --- a/config/hypr/scripts/RofiEmoji.sh +++ b/config/hypr/scripts/RofiEmoji.sh @@ -8,4939 +8,1853 @@ cut -d ' ' -f 1 | tr -d '\n' | wl-copy exit # # DATA # # -๐Ÿ˜€ face face | grin | grinning face -๐Ÿ˜ƒ face with big eyes face | grinning face with big eyes | mouth | open | smile -๐Ÿ˜„ face with smiling eyes eye | face | grinning face with smiling eyes | mouth | open | smile -๐Ÿ˜ face with smiling eyes beaming face with smiling eyes | eye | face | grin | smile -๐Ÿ˜† squinting face face | grinning squinting face | laugh | mouth | satisfied | smile -๐Ÿ˜… face with sweat cold | face | grinning face with sweat | open | smile | sweat -๐Ÿคฃ on the floor laughing face | floor | laugh | rofl | rolling | rolling on the floor laughing | rotfl -๐Ÿ˜‚ with tears of joy face | face with tears of joy | joy | laugh | tear -๐Ÿ™‚ smiling face face | slightly smiling face | smile -๐Ÿ™ƒ face face | upside-down | upside down | upside-down face -๐Ÿซ  face disappear | dissolve | liquid | melt | melting face -๐Ÿ˜‰ face face | wink | winking face -๐Ÿ˜Š face with smiling eyes blush | eye | face | smile | smiling face with smiling eyes -๐Ÿ˜‡ face with halo angel | face | fantasy | halo | innocent | smiling face with halo -๐Ÿฅฐ face with hearts adore | crush | hearts | in love | smiling face with hearts -๐Ÿ˜ face with heart-eyes eye | face | love | smile | smiling face with heart-eyes | smiling face with heart eyes -๐Ÿคฉ eyes | face | grinning | star | star-struck -๐Ÿ˜˜ blowing a kiss face | face blowing a kiss | kiss -๐Ÿ˜— face face | kiss | kissing face -โ˜บ๏ธ face -โ˜บ face face | outlined | relaxed | smile | smiling face -๐Ÿ˜š face with closed eyes closed | eye | face | kiss | kissing face with closed eyes -๐Ÿ˜™ face with smiling eyes eye | face | kiss | kissing face with smiling eyes | smile -๐Ÿฅฒ face with tear grateful | proud | relieved | smiling | smiling face with tear | tear | touched -๐Ÿ˜‹ face-tongue savoring food delicious | face | face savoring food | savouring | smile | yum | face savouring food | savoring -๐Ÿ˜› face-tongue with tongue face | face with tongue | tongue -๐Ÿ˜œ face-tongue face with tongue eye | face | joke | tongue | wink | winking face with tongue -๐Ÿคช face-tongue face eye | goofy | large | small | zany face -๐Ÿ˜ face-tongue face with tongue eye | face | horrible | squinting face with tongue | taste | tongue -๐Ÿค‘ face-tongue face face | money | money-mouth face | mouth -๐Ÿค— face with open hands face | hug | hugging | open hands | smiling face | smiling face with open hands -๐Ÿคญ with hand over mouth face with hand over mouth | whoops | embarrassed | oops -๐Ÿซข with open eyes and hand over mouth amazement | awe | disbelief | embarrass | face with open eyes and hand over mouth | scared | surprise -๐Ÿซฃ with peeking eye captivated | face with peeking eye | peep | stare -๐Ÿคซ face quiet | shush | shushing face | shooshing face -๐Ÿค” face face | thinking -๐Ÿซก face OK | salute | saluting face | sunny | troops | yes -๐Ÿค face face | mouth | zip | zipper | zipper-mouth face | zip-mouth face -๐Ÿคจ with raised eyebrow distrust | face with raised eyebrow | skeptic | sceptic -๐Ÿ˜ face deadpan | face | meh | neutral -๐Ÿ˜‘ face expressionless | face | inexpressive | meh | unexpressive -๐Ÿ˜ถ without mouth face | face without mouth | mouth | quiet | silent -๐Ÿซฅ line face depressed | disappear | dotted line face | hide | introvert | invisible | dotted-line face -๐Ÿ˜ถโ€๐ŸŒซ๏ธ in clouds -๐Ÿ˜ถโ€๐ŸŒซ in clouds absentminded | face in clouds | face in the fog | head in clouds | absent-minded -๐Ÿ˜ face face | smirk | smirking face -๐Ÿ˜’ face face | unamused | unhappy -๐Ÿ™„ with rolling eyes eyeroll | eyes | face | face with rolling eyes | rolling -๐Ÿ˜ฌ face face | grimace | grimacing face -๐Ÿ˜ฎโ€๐Ÿ’จ exhaling exhale | face exhaling | gasp | groan | relief | whisper | whistle -๐Ÿคฅ face face | lie | lying face | pinocchio | Pinocchio -๐Ÿซจ face earthquake | face | shaking | shock | vibrate -๐Ÿ™‚โ€โ†”๏ธ shaking horizontally -๐Ÿ™‚โ€โ†” shaking horizontally head shaking horizontally | no | shake -๐Ÿ™‚โ€โ†•๏ธ shaking vertically -๐Ÿ™‚โ€โ†• shaking vertically head shaking vertically | nod | yes -๐Ÿ˜Œ face | relieved -๐Ÿ˜” dejected | face | pensive -๐Ÿ˜ช face | good night | sleep | sleepy face -๐Ÿคค drooling | face -๐Ÿ˜ด face | good night | sleep | sleeping face | ZZZ -๐Ÿ˜ท face-unwell with medical mask cold | doctor | face | face with medical mask | mask | sick | ill | medicine | poorly -๐Ÿค’ face-unwell with thermometer face | face with thermometer | ill | sick | thermometer -๐Ÿค• face-unwell with head-bandage bandage | face | face with head-bandage | hurt | injury | face with head bandage -๐Ÿคข face-unwell face face | nauseated | vomit -๐Ÿคฎ face-unwell vomiting face vomiting | puke | sick | vomit -๐Ÿคง face-unwell face face | gesundheit | sneeze | sneezing face | bless you -๐Ÿฅต face-unwell face feverish | heat stroke | hot | hot face | red-faced | sweating | flushed -๐Ÿฅถ face-unwell face blue-faced | cold | cold face | freezing | frostbite | icicles -๐Ÿฅด face-unwell face dizzy | intoxicated | tipsy | uneven eyes | wavy mouth | woozy face -๐Ÿ˜ต face-unwell with crossed-out eyes crossed-out eyes | dead | face | face with crossed-out eyes | knocked out -๐Ÿ˜ตโ€๐Ÿ’ซ face-unwell with spiral eyes dizzy | face with spiral eyes | hypnotized | spiral | trouble | whoa | hypnotised -๐Ÿคฏ face-unwell head exploding head | mind blown | shocked -๐Ÿค  face-hat hat face cowboy | cowgirl | face | hat | face with cowboy hat -๐Ÿฅณ face-hat face celebration | hat | horn | party | partying face -๐Ÿฅธ face-hat face disguise | disguised face | face | glasses | incognito | nose -๐Ÿ˜Ž face-glasses face with sunglasses bright | cool | face | smiling face with sunglasses | sun | sunglasses -๐Ÿค“ face-glasses face face | geek | nerd -๐Ÿง face-glasses with monocle face | face with monocle | monocle | stuffy -๐Ÿ˜• face-concerned face confused | face | meh -๐Ÿซค face-concerned with diagonal mouth disappointed | face with diagonal mouth | meh | skeptical | unsure | sceptical -๐Ÿ˜Ÿ face-concerned face face | worried -๐Ÿ™ face-concerned frowning face face | frown | slightly frowning face -โ˜น๏ธ face-concerned face -โ˜น face-concerned face face | frown | frowning face -๐Ÿ˜ฎ face-concerned with open mouth face | face with open mouth | mouth | open | sympathy -๐Ÿ˜ฏ face-concerned face face | hushed | stunned | surprised -๐Ÿ˜ฒ face-concerned face astonished | face | shocked | totally -๐Ÿ˜ณ face-concerned face dazed | face | flushed -๐Ÿฅบ face-concerned face begging | mercy | pleading face | puppy eyes -๐Ÿฅน face-concerned holding back tears angry | cry | face holding back tears | proud | resist | sad -๐Ÿ˜ฆ face-concerned face with open mouth face | frown | frowning face with open mouth | mouth | open -๐Ÿ˜ง face-concerned face anguished | face -๐Ÿ˜จ face-concerned face face | fear | fearful | scared -๐Ÿ˜ฐ face-concerned face with sweat anxious face with sweat | blue | cold | face | rushed | sweat -๐Ÿ˜ฅ face-concerned but relieved face disappointed | face | relieved | sad but relieved face | whew -๐Ÿ˜ข face-concerned face cry | crying face | face | sad | tear -๐Ÿ˜ญ face-concerned crying face cry | face | loudly crying face | sad | sob | tear -๐Ÿ˜ฑ face-concerned screaming in fear face | face screaming in fear | fear | munch | scared | scream | Munch -๐Ÿ˜– face-concerned face confounded | face -๐Ÿ˜ฃ face-concerned face face | persevere | persevering face -๐Ÿ˜ž face-concerned face disappointed | face -๐Ÿ˜“ face-concerned face with sweat cold | downcast face with sweat | face | sweat -๐Ÿ˜ฉ face-concerned face face | tired | weary -๐Ÿ˜ซ face-concerned face face | tired -๐Ÿฅฑ face-concerned face bored | tired | yawn | yawning face -๐Ÿ˜ค face-negative with steam from nose face | face with steam from nose | triumph | won | angry | frustration -๐Ÿ˜ก face-negative face angry | enraged | face | mad | pouting | rage | red -๐Ÿ˜  face-negative face anger | angry | face | mad -๐Ÿคฌ face-negative with symbols on mouth face with symbols on mouth | swearing -๐Ÿ˜ˆ face-negative face with horns face | fairy tale | fantasy | horns | smile | smiling face with horns | devil -๐Ÿ‘ฟ face-negative face with horns angry face with horns | demon | devil | face | fantasy | imp -๐Ÿ’€ face-negative death | face | fairy tale | monster | skull -โ˜ ๏ธ face-negative and crossbones -โ˜  face-negative and crossbones crossbones | death | face | monster | skull | skull and crossbones -๐Ÿ’ฉ face-costume of poo dung | face | monster | pile of poo | poo | poop -๐Ÿคก face-costume face clown | face -๐Ÿ‘น face-costume creature | face | fairy tale | fantasy | monster | ogre -๐Ÿ‘บ face-costume creature | face | fairy tale | fantasy | goblin | monster -๐Ÿ‘ป face-costume creature | face | fairy tale | fantasy | ghost | monster -๐Ÿ‘ฝ face-costume alien | creature | extraterrestrial | face | fantasy | ufo | ET | UFO -๐Ÿ‘พ face-costume monster alien | creature | extraterrestrial | face | monster | ufo | ET | UFO -๐Ÿค– face-costume face | monster | robot -๐Ÿ˜บ cat-face cat cat | face | grinning | mouth | open | smile -๐Ÿ˜ธ cat-face cat with smiling eyes cat | eye | face | grin | grinning cat with smiling eyes | smile -๐Ÿ˜น cat-face with tears of joy cat | cat with tears of joy | face | joy | tear -๐Ÿ˜ป cat-face cat with heart-eyes cat | eye | face | heart | love | smile | smiling cat with heart-eyes | smiling cat face with heart eyes -๐Ÿ˜ผ cat-face with wry smile cat | cat with wry smile | face | ironic | smile | wry -๐Ÿ˜ฝ cat-face cat cat | eye | face | kiss | kissing cat -๐Ÿ™€ cat-face cat cat | face | oh | surprised | weary -๐Ÿ˜ฟ cat-face cat cat | cry | crying cat | face | sad | tear -๐Ÿ˜พ cat-face cat cat | face | pouting -๐Ÿ™ˆ monkey-face monkey evil | face | forbidden | monkey | see | see-no-evil monkey -๐Ÿ™‰ monkey-face monkey evil | face | forbidden | hear | hear-no-evil monkey | monkey -๐Ÿ™Š monkey-face monkey evil | face | forbidden | monkey | speak | speak-no-evil monkey -๐Ÿ’Œ heart letter heart | letter | love | mail -๐Ÿ’˜ heart with arrow arrow | cupid | heart with arrow -๐Ÿ’ heart with ribbon heart with ribbon | ribbon | valentine -๐Ÿ’– heart heart excited | sparkle | sparkling heart -๐Ÿ’— heart heart excited | growing | growing heart | nervous | pulse -๐Ÿ’“ heart heart beating | beating heart | heartbeat | pulsating -๐Ÿ’ž heart hearts revolving | revolving hearts -๐Ÿ’• heart hearts love | two hearts -๐Ÿ’Ÿ heart decoration heart | heart decoration -โฃ๏ธ heart exclamation -โฃ heart exclamation exclamation | heart exclamation | mark | punctuation -๐Ÿ’” heart heart break | broken | broken heart -โค๏ธโ€๐Ÿ”ฅ heart on fire -โคโ€๐Ÿ”ฅ heart on fire burn | heart | heart on fire | love | lust | sacred heart -โค๏ธโ€๐Ÿฉน heart heart -โคโ€๐Ÿฉน heart heart healthier | improving | mending | mending heart | recovering | recuperating | well -โค๏ธ heart heart -โค heart heart heart | red heart -๐Ÿฉท heart heart cute | heart | like | love | pink -๐Ÿงก heart heart orange | orange heart -๐Ÿ’› heart heart yellow | yellow heart -๐Ÿ’š heart heart green | green heart -๐Ÿ’™ heart heart blue | blue heart -๐Ÿฉต heart blue heart cyan | heart | light blue | light blue heart | teal -๐Ÿ’œ heart heart purple | purple heart -๐ŸคŽ heart heart brown | heart -๐Ÿ–ค heart heart black | black heart | evil | wicked -๐Ÿฉถ heart heart gray | grey heart | heart | silver | slate | grey -๐Ÿค heart heart heart | white -๐Ÿ’‹ emotion mark kiss | kiss mark | lips -๐Ÿ’ฏ emotion points 100 | full | hundred | hundred points | score | hundred percent | one hundred -๐Ÿ’ข emotion symbol anger symbol | angry | comic | mad -๐Ÿ’ฅ emotion boom | collision | comic -๐Ÿ’ซ emotion comic | dizzy | star -๐Ÿ’ฆ emotion droplets comic | splashing | sweat | sweat droplets -๐Ÿ’จ emotion away comic | dash | dashing away | running -๐Ÿ•ณ๏ธ emotion -๐Ÿ•ณ emotion hole -๐Ÿ’ฌ emotion balloon balloon | bubble | comic | dialog | speech | dialogue -๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ emotion in speech bubble -๐Ÿ‘๏ธโ€๐Ÿ—จ emotion in speech bubble -๐Ÿ‘โ€๐Ÿ—จ emotion in speech bubble balloon | bubble | eye | eye in speech bubble | speech | witness -๐Ÿ—จ๏ธ emotion speech bubble -๐Ÿ—จ emotion speech bubble balloon | bubble | dialog | left speech bubble | speech | dialogue -๐Ÿ—ฏ๏ธ emotion anger bubble -๐Ÿ—ฏ emotion anger bubble angry | balloon | bubble | mad | right anger bubble -๐Ÿ’ญ emotion balloon balloon | bubble | comic | thought -๐Ÿ’ค emotion comic | good night | sleep | ZZZ -๐Ÿ‘‹ hand hand | wave | waving -๐Ÿ‘‹๐Ÿป hand: light skin tone hand | light skin tone | wave | waving | waving hand: light skin tone -๐Ÿ‘‹๐Ÿผ hand: medium-light skin tone hand | medium-light skin tone | wave | waving | waving hand: medium-light skin tone -๐Ÿ‘‹๐Ÿฝ hand: medium skin tone hand | medium skin tone | wave | waving | waving hand: medium skin tone -๐Ÿ‘‹๐Ÿพ hand: medium-dark skin tone hand | medium-dark skin tone | wave | waving | waving hand: medium-dark skin tone -๐Ÿ‘‹๐Ÿฟ hand: dark skin tone dark skin tone | hand | wave | waving | waving hand: dark skin tone -๐Ÿคš back of hand backhand | raised | raised back of hand -๐Ÿคš๐Ÿป back of hand: light skin tone backhand | light skin tone | raised | raised back of hand | raised back of hand: light skin tone -๐Ÿคš๐Ÿผ back of hand: medium-light skin tone backhand | medium-light skin tone | raised | raised back of hand | raised back of hand: medium-light skin tone -๐Ÿคš๐Ÿฝ back of hand: medium skin tone backhand | medium skin tone | raised | raised back of hand | raised back of hand: medium skin tone -๐Ÿคš๐Ÿพ back of hand: medium-dark skin tone backhand | medium-dark skin tone | raised | raised back of hand | raised back of hand: medium-dark skin tone -๐Ÿคš๐Ÿฟ back of hand: dark skin tone backhand | dark skin tone | raised | raised back of hand | raised back of hand: dark skin tone -๐Ÿ–๏ธ with fingers splayed -๐Ÿ– with fingers splayed finger | hand | hand with fingers splayed | splayed -๐Ÿ–๐Ÿป with fingers splayed: light skin tone finger | hand | hand with fingers splayed | hand with fingers splayed: light skin tone | light skin tone | splayed -๐Ÿ–๐Ÿผ with fingers splayed: medium-light skin tone finger | hand | hand with fingers splayed | hand with fingers splayed: medium-light skin tone | medium-light skin tone | splayed -๐Ÿ–๐Ÿฝ with fingers splayed: medium skin tone finger | hand | hand with fingers splayed | hand with fingers splayed: medium skin tone | medium skin tone | splayed -๐Ÿ–๐Ÿพ with fingers splayed: medium-dark skin tone finger | hand | hand with fingers splayed | hand with fingers splayed: medium-dark skin tone | medium-dark skin tone | splayed -๐Ÿ–๐Ÿฟ with fingers splayed: dark skin tone dark skin tone | finger | hand | hand with fingers splayed | hand with fingers splayed: dark skin tone | splayed -โœ‹ hand hand | high 5 | high five | raised hand -โœ‹๐Ÿป hand: light skin tone hand | high 5 | high five | light skin tone | raised hand | raised hand: light skin tone -โœ‹๐Ÿผ hand: medium-light skin tone hand | high 5 | high five | medium-light skin tone | raised hand | raised hand: medium-light skin tone -โœ‹๐Ÿฝ hand: medium skin tone hand | high 5 | high five | medium skin tone | raised hand | raised hand: medium skin tone -โœ‹๐Ÿพ hand: medium-dark skin tone hand | high 5 | high five | medium-dark skin tone | raised hand | raised hand: medium-dark skin tone -โœ‹๐Ÿฟ hand: dark skin tone dark skin tone | hand | high 5 | high five | raised hand | raised hand: dark skin tone -๐Ÿ–– salute finger | hand | spock | vulcan | vulcan salute | Vulcan salute | Spock | Vulcan -๐Ÿ––๐Ÿป salute: light skin tone finger | hand | light skin tone | spock | vulcan | vulcan salute | vulcan salute: light skin tone | Vulcan salute | Vulcan salute: light skin tone | Spock | Vulcan -๐Ÿ––๐Ÿผ salute: medium-light skin tone finger | hand | medium-light skin tone | spock | vulcan | vulcan salute | vulcan salute: medium-light skin tone | Vulcan salute | Vulcan salute: medium-light skin tone | Spock | Vulcan -๐Ÿ––๐Ÿฝ salute: medium skin tone finger | hand | medium skin tone | spock | vulcan | vulcan salute | vulcan salute: medium skin tone | Vulcan salute | Vulcan salute: medium skin tone | Spock | Vulcan -๐Ÿ––๐Ÿพ salute: medium-dark skin tone finger | hand | medium-dark skin tone | spock | vulcan | vulcan salute | vulcan salute: medium-dark skin tone | Vulcan salute | Vulcan salute: medium-dark skin tone | Spock | Vulcan -๐Ÿ––๐Ÿฟ salute: dark skin tone dark skin tone | finger | hand | spock | vulcan | vulcan salute | vulcan salute: dark skin tone | Vulcan salute | Vulcan salute: dark skin tone | Spock | Vulcan -๐Ÿซฑ hand hand | right | rightward | rightwards hand | rightwards -๐Ÿซฑ๐Ÿป hand: light skin tone hand | light skin tone | right | rightward | rightwards hand | rightwards hand: light skin tone | rightward hand: light skin tone | rightwards -๐Ÿซฑ๐Ÿผ hand: medium-light skin tone hand | medium-light skin tone | right | rightward | rightwards hand | rightwards hand: medium-light skin tone | rightward hand: medium-light skin tone | rightwards -๐Ÿซฑ๐Ÿฝ hand: medium skin tone hand | medium skin tone | right | rightward | rightwards hand | rightwards hand: medium skin tone | rightward hand: medium skin tone | rightwards -๐Ÿซฑ๐Ÿพ hand: medium-dark skin tone hand | medium-dark skin tone | right | rightward | rightwards hand | rightwards hand: medium-dark skin tone | rightward hand: medium-dark skin tone | rightwards -๐Ÿซฑ๐Ÿฟ hand: dark skin tone dark skin tone | hand | right | rightward | rightwards hand | rightwards hand: dark skin tone | rightward hand: dark skin tone | rightwards -๐Ÿซฒ hand hand | left | leftward | leftwards hand | leftwards -๐Ÿซฒ๐Ÿป hand: light skin tone hand | left | leftward | leftwards hand | leftwards hand: light skin tone | light skin tone | leftward hand: light skin tone | leftwards -๐Ÿซฒ๐Ÿผ hand: medium-light skin tone hand | left | leftward | leftwards hand | leftwards hand: medium-light skin tone | medium-light skin tone | leftward hand: medium-light skin tone | leftwards -๐Ÿซฒ๐Ÿฝ hand: medium skin tone hand | left | leftward | leftwards hand | leftwards hand: medium skin tone | medium skin tone | leftward hand: medium skin tone | leftwards -๐Ÿซฒ๐Ÿพ hand: medium-dark skin tone hand | left | leftward | leftwards hand | leftwards hand: medium-dark skin tone | medium-dark skin tone | leftward hand: medium-dark skin tone | leftwards -๐Ÿซฒ๐Ÿฟ hand: dark skin tone dark skin tone | hand | left | leftward | leftwards hand | leftwards hand: dark skin tone | leftward hand: dark skin tone | leftwards -๐Ÿซณ down hand dismiss | drop | palm down hand | shoo | palm-down hand -๐Ÿซณ๐Ÿป down hand: light skin tone dismiss | drop | light skin tone | palm down hand | palm down hand: light skin tone | shoo | palm-down hand | palm-down hand: light skin tone -๐Ÿซณ๐Ÿผ down hand: medium-light skin tone dismiss | drop | medium-light skin tone | palm down hand | palm down hand: medium-light skin tone | shoo | palm-down hand | palm-down hand: medium-light skin tone -๐Ÿซณ๐Ÿฝ down hand: medium skin tone dismiss | drop | medium skin tone | palm down hand | palm down hand: medium skin tone | shoo | palm-down hand | palm-down hand: medium skin tone -๐Ÿซณ๐Ÿพ down hand: medium-dark skin tone dismiss | drop | medium-dark skin tone | palm down hand | palm down hand: medium-dark skin tone | shoo | palm-down hand | palm-down hand: medium-dark skin tone -๐Ÿซณ๐Ÿฟ down hand: dark skin tone dark skin tone | dismiss | drop | palm down hand | palm down hand: dark skin tone | shoo | palm-down hand | palm-down hand: dark skin tone -๐Ÿซด up hand beckon | catch | come | offer | palm up hand | palm-up hand -๐Ÿซด๐Ÿป up hand: light skin tone beckon | catch | come | light skin tone | offer | palm up hand | palm up hand: light skin tone | palm-up hand | palm-up hand: light skin tone -๐Ÿซด๐Ÿผ up hand: medium-light skin tone beckon | catch | come | medium-light skin tone | offer | palm up hand | palm up hand: medium-light skin tone | palm-up hand | palm-up hand: medium-light skin tone -๐Ÿซด๐Ÿฝ up hand: medium skin tone beckon | catch | come | medium skin tone | offer | palm up hand | palm up hand: medium skin tone | palm-up hand | palm-up hand: medium skin tone -๐Ÿซด๐Ÿพ up hand: medium-dark skin tone beckon | catch | come | medium-dark skin tone | offer | palm up hand | palm up hand: medium-dark skin tone | palm-up hand | palm-up hand: medium-dark skin tone -๐Ÿซด๐Ÿฟ up hand: dark skin tone beckon | catch | come | dark skin tone | offer | palm up hand | palm up hand: dark skin tone | palm-up hand | palm-up hand: dark skin tone -๐Ÿซท pushing hand high five | leftward | leftwards pushing hand | push | refuse | stop | wait | leftward-pushing hand -๐Ÿซท๐Ÿป pushing hand: light skin tone high five | leftward | leftwards pushing hand | leftwards pushing hand: light skin tone | light skin tone | push | refuse | stop | wait | leftward-pushing hand | leftward-pushing hand: light skin tone -๐Ÿซท๐Ÿผ pushing hand: medium-light skin tone high five | leftward | leftwards pushing hand | leftwards pushing hand: medium-light skin tone | medium-light skin tone | push | refuse | stop | wait | leftward-pushing hand | leftward-pushing hand: medium-light skin tone -๐Ÿซท๐Ÿฝ pushing hand: medium skin tone high five | leftward | leftwards pushing hand | leftwards pushing hand: medium skin tone | medium skin tone | push | refuse | stop | wait | leftward-pushing hand | leftward-pushing hand: medium skin tone -๐Ÿซท๐Ÿพ pushing hand: medium-dark skin tone high five | leftward | leftwards pushing hand | leftwards pushing hand: medium-dark skin tone | medium-dark skin tone | push | refuse | stop | wait | leftward-pushing hand | leftward-pushing hand: medium-dark skin tone -๐Ÿซท๐Ÿฟ pushing hand: dark skin tone dark skin tone | high five | leftward | leftwards pushing hand | leftwards pushing hand: dark skin tone | push | refuse | stop | wait | leftward-pushing hand | leftward-pushing hand: dark skin tone -๐Ÿซธ pushing hand high five | push | refuse | rightward | rightwards pushing hand | stop | wait | rightward-pushing hand -๐Ÿซธ๐Ÿป pushing hand: light skin tone high five | light skin tone | push | refuse | rightward | rightwards pushing hand | rightwards pushing hand: light skin tone | stop | wait | rightward-pushing hand | rightward-pushing hand: light skin tone -๐Ÿซธ๐Ÿผ pushing hand: medium-light skin tone high five | medium-light skin tone | push | refuse | rightward | rightwards pushing hand | rightwards pushing hand: medium-light skin tone | stop | wait | rightward-pushing hand | rightward-pushing hand: medium-light skin tone -๐Ÿซธ๐Ÿฝ pushing hand: medium skin tone high five | medium skin tone | push | refuse | rightward | rightwards pushing hand | rightwards pushing hand: medium skin tone | stop | wait | rightward-pushing hand | rightward-pushing hand: medium skin tone -๐Ÿซธ๐Ÿพ pushing hand: medium-dark skin tone high five | medium-dark skin tone | push | refuse | rightward | rightwards pushing hand | rightwards pushing hand: medium-dark skin tone | stop | wait | rightward-pushing hand | rightward-pushing hand: medium-dark skin tone -๐Ÿซธ๐Ÿฟ pushing hand: dark skin tone dark skin tone | high five | push | refuse | rightward | rightwards pushing hand | rightwards pushing hand: dark skin tone | stop | wait | rightward-pushing hand | rightward-pushing hand: dark skin tone -๐Ÿ‘Œ hand hand | OK | perfect -๐Ÿ‘Œ๐Ÿป hand: light skin tone hand | light skin tone | OK | OK hand: light skin tone | perfect -๐Ÿ‘Œ๐Ÿผ hand: medium-light skin tone hand | medium-light skin tone | OK | OK hand: medium-light skin tone | perfect -๐Ÿ‘Œ๐Ÿฝ hand: medium skin tone hand | medium skin tone | OK | OK hand: medium skin tone | perfect -๐Ÿ‘Œ๐Ÿพ hand: medium-dark skin tone hand | medium-dark skin tone | OK | OK hand: medium-dark skin tone | perfect -๐Ÿ‘Œ๐Ÿฟ hand: dark skin tone dark skin tone | hand | OK | OK hand: dark skin tone | perfect -๐ŸคŒ fingers fingers | hand gesture | interrogation | pinched | sarcastic -๐ŸคŒ๐Ÿป fingers: light skin tone fingers | hand gesture | interrogation | light skin tone | pinched | pinched fingers: light skin tone | sarcastic -๐ŸคŒ๐Ÿผ fingers: medium-light skin tone fingers | hand gesture | interrogation | medium-light skin tone | pinched | pinched fingers: medium-light skin tone | sarcastic -๐ŸคŒ๐Ÿฝ fingers: medium skin tone fingers | hand gesture | interrogation | medium skin tone | pinched | pinched fingers: medium skin tone | sarcastic -๐ŸคŒ๐Ÿพ fingers: medium-dark skin tone fingers | hand gesture | interrogation | medium-dark skin tone | pinched | pinched fingers: medium-dark skin tone | sarcastic -๐ŸคŒ๐Ÿฟ fingers: dark skin tone dark skin tone | fingers | hand gesture | interrogation | pinched | pinched fingers: dark skin tone | sarcastic -๐Ÿค hand pinching hand | small amount -๐Ÿค๐Ÿป hand: light skin tone light skin tone | pinching hand | pinching hand: light skin tone | small amount -๐Ÿค๐Ÿผ hand: medium-light skin tone medium-light skin tone | pinching hand | pinching hand: medium-light skin tone | small amount -๐Ÿค๐Ÿฝ hand: medium skin tone medium skin tone | pinching hand | pinching hand: medium skin tone | small amount -๐Ÿค๐Ÿพ hand: medium-dark skin tone medium-dark skin tone | pinching hand | pinching hand: medium-dark skin tone | small amount -๐Ÿค๐Ÿฟ hand: dark skin tone dark skin tone | pinching hand | pinching hand: dark skin tone | small amount -โœŒ๏ธ hand -โœŒ hand hand | v | victory -โœŒ๐Ÿป hand: light skin tone hand | light skin tone | v | victory | victory hand: light skin tone -โœŒ๐Ÿผ hand: medium-light skin tone hand | medium-light skin tone | v | victory | victory hand: medium-light skin tone -โœŒ๐Ÿฝ hand: medium skin tone hand | medium skin tone | v | victory | victory hand: medium skin tone -โœŒ๐Ÿพ hand: medium-dark skin tone hand | medium-dark skin tone | v | victory | victory hand: medium-dark skin tone -โœŒ๐Ÿฟ hand: dark skin tone dark skin tone | hand | v | victory | victory hand: dark skin tone -๐Ÿคž fingers cross | crossed fingers | finger | hand | luck | good luck -๐Ÿคž๐Ÿป fingers: light skin tone cross | crossed fingers | crossed fingers: light skin tone | finger | hand | light skin tone | luck | good luck -๐Ÿคž๐Ÿผ fingers: medium-light skin tone cross | crossed fingers | crossed fingers: medium-light skin tone | finger | hand | luck | medium-light skin tone | good luck -๐Ÿคž๐Ÿฝ fingers: medium skin tone cross | crossed fingers | crossed fingers: medium skin tone | finger | hand | luck | medium skin tone | good luck -๐Ÿคž๐Ÿพ fingers: medium-dark skin tone cross | crossed fingers | crossed fingers: medium-dark skin tone | finger | hand | luck | medium-dark skin tone | good luck -๐Ÿคž๐Ÿฟ fingers: dark skin tone cross | crossed fingers | crossed fingers: dark skin tone | dark skin tone | finger | hand | luck | good luck -๐Ÿซฐ with index finger and thumb crossed expensive | hand with index finger and thumb crossed | heart | love | money | snap -๐Ÿซฐ๐Ÿป with index finger and thumb crossed: light skin tone expensive | hand with index finger and thumb crossed | hand with index finger and thumb crossed: light skin tone | heart | light skin tone | love | money | snap -๐Ÿซฐ๐Ÿผ with index finger and thumb crossed: medium-light skin tone expensive | hand with index finger and thumb crossed | hand with index finger and thumb crossed: medium-light skin tone | heart | love | medium-light skin tone | money | snap -๐Ÿซฐ๐Ÿฝ with index finger and thumb crossed: medium skin tone expensive | hand with index finger and thumb crossed | hand with index finger and thumb crossed: medium skin tone | heart | love | medium skin tone | money | snap -๐Ÿซฐ๐Ÿพ with index finger and thumb crossed: medium-dark skin tone expensive | hand with index finger and thumb crossed | hand with index finger and thumb crossed: medium-dark skin tone | heart | love | medium-dark skin tone | money | snap -๐Ÿซฐ๐Ÿฟ with index finger and thumb crossed: dark skin tone dark skin tone | expensive | hand with index finger and thumb crossed | hand with index finger and thumb crossed: dark skin tone | heart | love | money | snap -๐ŸคŸ gesture hand | ILY | love-you gesture | love you gesture -๐ŸคŸ๐Ÿป gesture: light skin tone hand | ILY | light skin tone | love-you gesture | love-you gesture: light skin tone | love you gesture -๐ŸคŸ๐Ÿผ gesture: medium-light skin tone hand | ILY | love-you gesture | love-you gesture: medium-light skin tone | medium-light skin tone | love you gesture -๐ŸคŸ๐Ÿฝ gesture: medium skin tone hand | ILY | love-you gesture | love-you gesture: medium skin tone | medium skin tone | love you gesture -๐ŸคŸ๐Ÿพ gesture: medium-dark skin tone hand | ILY | love-you gesture | love-you gesture: medium-dark skin tone | medium-dark skin tone | love you gesture -๐ŸคŸ๐Ÿฟ gesture: dark skin tone dark skin tone | hand | ILY | love-you gesture | love-you gesture: dark skin tone | love you gesture -๐Ÿค˜ of the horns finger | hand | horns | rock-on | sign of the horns | rock on -๐Ÿค˜๐Ÿป of the horns: light skin tone finger | hand | horns | light skin tone | rock-on | sign of the horns | sign of the horns: light skin tone | rock on -๐Ÿค˜๐Ÿผ of the horns: medium-light skin tone finger | hand | horns | medium-light skin tone | rock-on | sign of the horns | sign of the horns: medium-light skin tone | rock on -๐Ÿค˜๐Ÿฝ of the horns: medium skin tone finger | hand | horns | medium skin tone | rock-on | sign of the horns | sign of the horns: medium skin tone | rock on -๐Ÿค˜๐Ÿพ of the horns: medium-dark skin tone finger | hand | horns | medium-dark skin tone | rock-on | sign of the horns | sign of the horns: medium-dark skin tone | rock on -๐Ÿค˜๐Ÿฟ of the horns: dark skin tone dark skin tone | finger | hand | horns | rock-on | sign of the horns | sign of the horns: dark skin tone | rock on -๐Ÿค™ me hand call | call me hand | hand | hang loose | Shaka | call-me hand | shaka -๐Ÿค™๐Ÿป me hand: light skin tone call | call me hand | call me hand: light skin tone | hand | hang loose | light skin tone | Shaka | call-me hand | shaka | call-me hand: light skin tone -๐Ÿค™๐Ÿผ me hand: medium-light skin tone call | call me hand | call me hand: medium-light skin tone | hand | hang loose | medium-light skin tone | Shaka | call-me hand | shaka | call-me hand: medium-light skin tone -๐Ÿค™๐Ÿฝ me hand: medium skin tone call | call me hand | call me hand: medium skin tone | hand | hang loose | medium skin tone | Shaka | call-me hand | shaka | call-me hand: medium skin tone -๐Ÿค™๐Ÿพ me hand: medium-dark skin tone call | call me hand | call me hand: medium-dark skin tone | hand | hang loose | medium-dark skin tone | Shaka | call-me hand | shaka | call-me hand: medium-dark skin tone -๐Ÿค™๐Ÿฟ me hand: dark skin tone call | call me hand | call me hand: dark skin tone | dark skin tone | hand | hang loose | Shaka | call-me hand | shaka | call-me hand: dark skin tone -๐Ÿ‘ˆ index pointing left backhand | backhand index pointing left | finger | hand | index | point -๐Ÿ‘ˆ๐Ÿป index pointing left: light skin tone backhand | backhand index pointing left | backhand index pointing left: light skin tone | finger | hand | index | light skin tone | point -๐Ÿ‘ˆ๐Ÿผ index pointing left: medium-light skin tone backhand | backhand index pointing left | backhand index pointing left: medium-light skin tone | finger | hand | index | medium-light skin tone | point -๐Ÿ‘ˆ๐Ÿฝ index pointing left: medium skin tone backhand | backhand index pointing left | backhand index pointing left: medium skin tone | finger | hand | index | medium skin tone | point -๐Ÿ‘ˆ๐Ÿพ index pointing left: medium-dark skin tone backhand | backhand index pointing left | backhand index pointing left: medium-dark skin tone | finger | hand | index | medium-dark skin tone | point -๐Ÿ‘ˆ๐Ÿฟ index pointing left: dark skin tone backhand | backhand index pointing left | backhand index pointing left: dark skin tone | dark skin tone | finger | hand | index | point -๐Ÿ‘‰ index pointing right backhand | backhand index pointing right | finger | hand | index | point -๐Ÿ‘‰๐Ÿป index pointing right: light skin tone backhand | backhand index pointing right | backhand index pointing right: light skin tone | finger | hand | index | light skin tone | point -๐Ÿ‘‰๐Ÿผ index pointing right: medium-light skin tone backhand | backhand index pointing right | backhand index pointing right: medium-light skin tone | finger | hand | index | medium-light skin tone | point -๐Ÿ‘‰๐Ÿฝ index pointing right: medium skin tone backhand | backhand index pointing right | backhand index pointing right: medium skin tone | finger | hand | index | medium skin tone | point -๐Ÿ‘‰๐Ÿพ index pointing right: medium-dark skin tone backhand | backhand index pointing right | backhand index pointing right: medium-dark skin tone | finger | hand | index | medium-dark skin tone | point -๐Ÿ‘‰๐Ÿฟ index pointing right: dark skin tone backhand | backhand index pointing right | backhand index pointing right: dark skin tone | dark skin tone | finger | hand | index | point -๐Ÿ‘† index pointing up backhand | backhand index pointing up | finger | hand | point | up -๐Ÿ‘†๐Ÿป index pointing up: light skin tone backhand | backhand index pointing up | backhand index pointing up: light skin tone | finger | hand | light skin tone | point | up -๐Ÿ‘†๐Ÿผ index pointing up: medium-light skin tone backhand | backhand index pointing up | backhand index pointing up: medium-light skin tone | finger | hand | medium-light skin tone | point | up -๐Ÿ‘†๐Ÿฝ index pointing up: medium skin tone backhand | backhand index pointing up | backhand index pointing up: medium skin tone | finger | hand | medium skin tone | point | up -๐Ÿ‘†๐Ÿพ index pointing up: medium-dark skin tone backhand | backhand index pointing up | backhand index pointing up: medium-dark skin tone | finger | hand | medium-dark skin tone | point | up -๐Ÿ‘†๐Ÿฟ index pointing up: dark skin tone backhand | backhand index pointing up | backhand index pointing up: dark skin tone | dark skin tone | finger | hand | point | up -๐Ÿ–• finger finger | hand | middle finger -๐Ÿ–•๐Ÿป finger: light skin tone finger | hand | light skin tone | middle finger | middle finger: light skin tone -๐Ÿ–•๐Ÿผ finger: medium-light skin tone finger | hand | medium-light skin tone | middle finger | middle finger: medium-light skin tone -๐Ÿ–•๐Ÿฝ finger: medium skin tone finger | hand | medium skin tone | middle finger | middle finger: medium skin tone -๐Ÿ–•๐Ÿพ finger: medium-dark skin tone finger | hand | medium-dark skin tone | middle finger | middle finger: medium-dark skin tone -๐Ÿ–•๐Ÿฟ finger: dark skin tone dark skin tone | finger | hand | middle finger | middle finger: dark skin tone -๐Ÿ‘‡ index pointing down backhand | backhand index pointing down | down | finger | hand | point -๐Ÿ‘‡๐Ÿป index pointing down: light skin tone backhand | backhand index pointing down | backhand index pointing down: light skin tone | down | finger | hand | light skin tone | point -๐Ÿ‘‡๐Ÿผ index pointing down: medium-light skin tone backhand | backhand index pointing down | backhand index pointing down: medium-light skin tone | down | finger | hand | medium-light skin tone | point -๐Ÿ‘‡๐Ÿฝ index pointing down: medium skin tone backhand | backhand index pointing down | backhand index pointing down: medium skin tone | down | finger | hand | medium skin tone | point -๐Ÿ‘‡๐Ÿพ index pointing down: medium-dark skin tone backhand | backhand index pointing down | backhand index pointing down: medium-dark skin tone | down | finger | hand | medium-dark skin tone | point -๐Ÿ‘‡๐Ÿฟ index pointing down: dark skin tone backhand | backhand index pointing down | backhand index pointing down: dark skin tone | dark skin tone | down | finger | hand | point -โ˜๏ธ pointing up -โ˜ pointing up finger | hand | index | index pointing up | point | up -โ˜๐Ÿป pointing up: light skin tone finger | hand | index | index pointing up | index pointing up: light skin tone | light skin tone | point | up -โ˜๐Ÿผ pointing up: medium-light skin tone finger | hand | index | index pointing up | index pointing up: medium-light skin tone | medium-light skin tone | point | up -โ˜๐Ÿฝ pointing up: medium skin tone finger | hand | index | index pointing up | index pointing up: medium skin tone | medium skin tone | point | up -โ˜๐Ÿพ pointing up: medium-dark skin tone finger | hand | index | index pointing up | index pointing up: medium-dark skin tone | medium-dark skin tone | point | up -โ˜๐Ÿฟ pointing up: dark skin tone dark skin tone | finger | hand | index | index pointing up | index pointing up: dark skin tone | point | up -๐Ÿซต pointing at the viewer index pointing at the viewer | point | you -๐Ÿซต๐Ÿป pointing at the viewer: light skin tone index pointing at the viewer | index pointing at the viewer: light skin tone | light skin tone | point | you -๐Ÿซต๐Ÿผ pointing at the viewer: medium-light skin tone index pointing at the viewer | index pointing at the viewer: medium-light skin tone | medium-light skin tone | point | you -๐Ÿซต๐Ÿฝ pointing at the viewer: medium skin tone index pointing at the viewer | index pointing at the viewer: medium skin tone | medium skin tone | point | you -๐Ÿซต๐Ÿพ pointing at the viewer: medium-dark skin tone index pointing at the viewer | index pointing at the viewer: medium-dark skin tone | medium-dark skin tone | point | you -๐Ÿซต๐Ÿฟ pointing at the viewer: dark skin tone dark skin tone | index pointing at the viewer | index pointing at the viewer: dark skin tone | point | you -๐Ÿ‘ up +1 | hand | thumb | thumbs up | up -๐Ÿ‘๐Ÿป up: light skin tone +1 | hand | light skin tone | thumb | thumbs up | thumbs up: light skin tone | up -๐Ÿ‘๐Ÿผ up: medium-light skin tone +1 | hand | medium-light skin tone | thumb | thumbs up | thumbs up: medium-light skin tone | up -๐Ÿ‘๐Ÿฝ up: medium skin tone +1 | hand | medium skin tone | thumb | thumbs up | thumbs up: medium skin tone | up -๐Ÿ‘๐Ÿพ up: medium-dark skin tone +1 | hand | medium-dark skin tone | thumb | thumbs up | thumbs up: medium-dark skin tone | up -๐Ÿ‘๐Ÿฟ up: dark skin tone +1 | dark skin tone | hand | thumb | thumbs up | thumbs up: dark skin tone | up -๐Ÿ‘Ž down -1 | down | hand | thumb | thumbs down -๐Ÿ‘Ž๐Ÿป down: light skin tone -1 | down | hand | light skin tone | thumb | thumbs down | thumbs down: light skin tone -๐Ÿ‘Ž๐Ÿผ down: medium-light skin tone -1 | down | hand | medium-light skin tone | thumb | thumbs down | thumbs down: medium-light skin tone -๐Ÿ‘Ž๐Ÿฝ down: medium skin tone -1 | down | hand | medium skin tone | thumb | thumbs down | thumbs down: medium skin tone -๐Ÿ‘Ž๐Ÿพ down: medium-dark skin tone -1 | down | hand | medium-dark skin tone | thumb | thumbs down | thumbs down: medium-dark skin tone -๐Ÿ‘Ž๐Ÿฟ down: dark skin tone -1 | dark skin tone | down | hand | thumb | thumbs down | thumbs down: dark skin tone -โœŠ fist clenched | fist | hand | punch | raised fist -โœŠ๐Ÿป fist: light skin tone clenched | fist | hand | light skin tone | punch | raised fist | raised fist: light skin tone -โœŠ๐Ÿผ fist: medium-light skin tone clenched | fist | hand | medium-light skin tone | punch | raised fist | raised fist: medium-light skin tone -โœŠ๐Ÿฝ fist: medium skin tone clenched | fist | hand | medium skin tone | punch | raised fist | raised fist: medium skin tone -โœŠ๐Ÿพ fist: medium-dark skin tone clenched | fist | hand | medium-dark skin tone | punch | raised fist | raised fist: medium-dark skin tone -โœŠ๐Ÿฟ fist: dark skin tone clenched | dark skin tone | fist | hand | punch | raised fist | raised fist: dark skin tone -๐Ÿ‘Š fist clenched | fist | hand | oncoming fist | punch -๐Ÿ‘Š๐Ÿป fist: light skin tone clenched | fist | hand | light skin tone | oncoming fist | oncoming fist: light skin tone | punch -๐Ÿ‘Š๐Ÿผ fist: medium-light skin tone clenched | fist | hand | medium-light skin tone | oncoming fist | oncoming fist: medium-light skin tone | punch -๐Ÿ‘Š๐Ÿฝ fist: medium skin tone clenched | fist | hand | medium skin tone | oncoming fist | oncoming fist: medium skin tone | punch -๐Ÿ‘Š๐Ÿพ fist: medium-dark skin tone clenched | fist | hand | medium-dark skin tone | oncoming fist | oncoming fist: medium-dark skin tone | punch -๐Ÿ‘Š๐Ÿฟ fist: dark skin tone clenched | dark skin tone | fist | hand | oncoming fist | oncoming fist: dark skin tone | punch -๐Ÿค› fist fist | left-facing fist | leftwards | leftward -๐Ÿค›๐Ÿป fist: light skin tone fist | left-facing fist | left-facing fist: light skin tone | leftwards | light skin tone | leftward -๐Ÿค›๐Ÿผ fist: medium-light skin tone fist | left-facing fist | left-facing fist: medium-light skin tone | leftwards | medium-light skin tone | leftward -๐Ÿค›๐Ÿฝ fist: medium skin tone fist | left-facing fist | left-facing fist: medium skin tone | leftwards | medium skin tone | leftward -๐Ÿค›๐Ÿพ fist: medium-dark skin tone fist | left-facing fist | left-facing fist: medium-dark skin tone | leftwards | medium-dark skin tone | leftward -๐Ÿค›๐Ÿฟ fist: dark skin tone dark skin tone | fist | left-facing fist | left-facing fist: dark skin tone | leftwards | leftward -๐Ÿคœ fist fist | right-facing fist | rightwards | rightward -๐Ÿคœ๐Ÿป fist: light skin tone fist | light skin tone | right-facing fist | right-facing fist: light skin tone | rightwards | rightward -๐Ÿคœ๐Ÿผ fist: medium-light skin tone fist | medium-light skin tone | right-facing fist | right-facing fist: medium-light skin tone | rightwards | rightward -๐Ÿคœ๐Ÿฝ fist: medium skin tone fist | medium skin tone | right-facing fist | right-facing fist: medium skin tone | rightwards | rightward -๐Ÿคœ๐Ÿพ fist: medium-dark skin tone fist | medium-dark skin tone | right-facing fist | right-facing fist: medium-dark skin tone | rightwards | rightward -๐Ÿคœ๐Ÿฟ fist: dark skin tone dark skin tone | fist | right-facing fist | right-facing fist: dark skin tone | rightwards | rightward -๐Ÿ‘ hands clap | clapping hands | hand -๐Ÿ‘๐Ÿป hands: light skin tone clap | clapping hands | clapping hands: light skin tone | hand | light skin tone -๐Ÿ‘๐Ÿผ hands: medium-light skin tone clap | clapping hands | clapping hands: medium-light skin tone | hand | medium-light skin tone -๐Ÿ‘๐Ÿฝ hands: medium skin tone clap | clapping hands | clapping hands: medium skin tone | hand | medium skin tone -๐Ÿ‘๐Ÿพ hands: medium-dark skin tone clap | clapping hands | clapping hands: medium-dark skin tone | hand | medium-dark skin tone -๐Ÿ‘๐Ÿฟ hands: dark skin tone clap | clapping hands | clapping hands: dark skin tone | dark skin tone | hand -๐Ÿ™Œ hands celebration | gesture | hand | hooray | raised | raising hands | woo hoo | yay -๐Ÿ™Œ๐Ÿป hands: light skin tone celebration | gesture | hand | hooray | light skin tone | raised | raising hands | raising hands: light skin tone | woo hoo | yay -๐Ÿ™Œ๐Ÿผ hands: medium-light skin tone celebration | gesture | hand | hooray | medium-light skin tone | raised | raising hands | raising hands: medium-light skin tone | woo hoo | yay -๐Ÿ™Œ๐Ÿฝ hands: medium skin tone celebration | gesture | hand | hooray | medium skin tone | raised | raising hands | raising hands: medium skin tone | woo hoo | yay -๐Ÿ™Œ๐Ÿพ hands: medium-dark skin tone celebration | gesture | hand | hooray | medium-dark skin tone | raised | raising hands | raising hands: medium-dark skin tone | woo hoo | yay -๐Ÿ™Œ๐Ÿฟ hands: dark skin tone celebration | dark skin tone | gesture | hand | hooray | raised | raising hands | raising hands: dark skin tone | woo hoo | yay -๐Ÿซถ hands heart hands | love -๐Ÿซถ๐Ÿป hands: light skin tone heart hands | heart hands: light skin tone | light skin tone | love -๐Ÿซถ๐Ÿผ hands: medium-light skin tone heart hands | heart hands: medium-light skin tone | love | medium-light skin tone -๐Ÿซถ๐Ÿฝ hands: medium skin tone heart hands | heart hands: medium skin tone | love | medium skin tone -๐Ÿซถ๐Ÿพ hands: medium-dark skin tone heart hands | heart hands: medium-dark skin tone | love | medium-dark skin tone -๐Ÿซถ๐Ÿฟ hands: dark skin tone dark skin tone | heart hands | heart hands: dark skin tone | love -๐Ÿ‘ hands hand | open | open hands -๐Ÿ‘๐Ÿป hands: light skin tone hand | light skin tone | open | open hands | open hands: light skin tone -๐Ÿ‘๐Ÿผ hands: medium-light skin tone hand | medium-light skin tone | open | open hands | open hands: medium-light skin tone -๐Ÿ‘๐Ÿฝ hands: medium skin tone hand | medium skin tone | open | open hands | open hands: medium skin tone -๐Ÿ‘๐Ÿพ hands: medium-dark skin tone hand | medium-dark skin tone | open | open hands | open hands: medium-dark skin tone -๐Ÿ‘๐Ÿฟ hands: dark skin tone dark skin tone | hand | open | open hands | open hands: dark skin tone -๐Ÿคฒ up together palms up together | prayer -๐Ÿคฒ๐Ÿป up together: light skin tone light skin tone | palms up together | palms up together: light skin tone | prayer -๐Ÿคฒ๐Ÿผ up together: medium-light skin tone medium-light skin tone | palms up together | palms up together: medium-light skin tone | prayer -๐Ÿคฒ๐Ÿฝ up together: medium skin tone medium skin tone | palms up together | palms up together: medium skin tone | prayer -๐Ÿคฒ๐Ÿพ up together: medium-dark skin tone medium-dark skin tone | palms up together | palms up together: medium-dark skin tone | prayer -๐Ÿคฒ๐Ÿฟ up together: dark skin tone dark skin tone | palms up together | palms up together: dark skin tone | prayer -๐Ÿค agreement | hand | handshake | meeting | shake -๐Ÿค๐Ÿป light skin tone agreement | hand | handshake | handshake: light skin tone | light skin tone | meeting | shake -๐Ÿค๐Ÿผ medium-light skin tone agreement | hand | handshake | handshake: medium-light skin tone | medium-light skin tone | meeting | shake -๐Ÿค๐Ÿฝ medium skin tone agreement | hand | handshake | handshake: medium skin tone | medium skin tone | meeting | shake -๐Ÿค๐Ÿพ medium-dark skin tone agreement | hand | handshake | handshake: medium-dark skin tone | medium-dark skin tone | meeting | shake -๐Ÿค๐Ÿฟ dark skin tone agreement | dark skin tone | hand | handshake | handshake: dark skin tone | meeting | shake -๐Ÿซฑ๐Ÿปโ€๐Ÿซฒ๐Ÿผ light skin tone, medium-light skin tone agreement | hand | handshake | handshake: light skin tone, medium-light skin tone | light skin tone | medium-light skin tone | meeting | shake -๐Ÿซฑ๐Ÿปโ€๐Ÿซฒ๐Ÿฝ light skin tone, medium skin tone agreement | hand | handshake | handshake: light skin tone, medium skin tone | light skin tone | medium skin tone | meeting | shake -๐Ÿซฑ๐Ÿปโ€๐Ÿซฒ๐Ÿพ light skin tone, medium-dark skin tone agreement | hand | handshake | handshake: light skin tone, medium-dark skin tone | light skin tone | medium-dark skin tone | meeting | shake -๐Ÿซฑ๐Ÿปโ€๐Ÿซฒ๐Ÿฟ light skin tone, dark skin tone agreement | dark skin tone | hand | handshake | handshake: light skin tone, dark skin tone | light skin tone | meeting | shake -๐Ÿซฑ๐Ÿผโ€๐Ÿซฒ๐Ÿป medium-light skin tone, light skin tone agreement | hand | handshake | handshake: medium-light skin tone, light skin tone | light skin tone | medium-light skin tone | meeting | shake -๐Ÿซฑ๐Ÿผโ€๐Ÿซฒ๐Ÿฝ medium-light skin tone, medium skin tone agreement | hand | handshake | handshake: medium-light skin tone, medium skin tone | medium skin tone | medium-light skin tone | meeting | shake -๐Ÿซฑ๐Ÿผโ€๐Ÿซฒ๐Ÿพ medium-light skin tone, medium-dark skin tone agreement | hand | handshake | handshake: medium-light skin tone, medium-dark skin tone | medium-dark skin tone | medium-light skin tone | meeting | shake -๐Ÿซฑ๐Ÿผโ€๐Ÿซฒ๐Ÿฟ medium-light skin tone, dark skin tone agreement | dark skin tone | hand | handshake | handshake: medium-light skin tone, dark skin tone | medium-light skin tone | meeting | shake -๐Ÿซฑ๐Ÿฝโ€๐Ÿซฒ๐Ÿป medium skin tone, light skin tone agreement | hand | handshake | handshake: medium skin tone, light skin tone | light skin tone | medium skin tone | meeting | shake -๐Ÿซฑ๐Ÿฝโ€๐Ÿซฒ๐Ÿผ medium skin tone, medium-light skin tone agreement | hand | handshake | handshake: medium skin tone, medium-light skin tone | medium skin tone | medium-light skin tone | meeting | shake -๐Ÿซฑ๐Ÿฝโ€๐Ÿซฒ๐Ÿพ medium skin tone, medium-dark skin tone agreement | hand | handshake | handshake: medium skin tone, medium-dark skin tone | medium skin tone | medium-dark skin tone | meeting | shake -๐Ÿซฑ๐Ÿฝโ€๐Ÿซฒ๐Ÿฟ medium skin tone, dark skin tone agreement | dark skin tone | hand | handshake | handshake: medium skin tone, dark skin tone | medium skin tone | meeting | shake -๐Ÿซฑ๐Ÿพโ€๐Ÿซฒ๐Ÿป medium-dark skin tone, light skin tone agreement | hand | handshake | handshake: medium-dark skin tone, light skin tone | light skin tone | medium-dark skin tone | meeting | shake -๐Ÿซฑ๐Ÿพโ€๐Ÿซฒ๐Ÿผ medium-dark skin tone, medium-light skin tone agreement | hand | handshake | handshake: medium-dark skin tone, medium-light skin tone | medium-dark skin tone | medium-light skin tone | meeting | shake -๐Ÿซฑ๐Ÿพโ€๐Ÿซฒ๐Ÿฝ medium-dark skin tone, medium skin tone agreement | hand | handshake | handshake: medium-dark skin tone, medium skin tone | medium skin tone | medium-dark skin tone | meeting | shake -๐Ÿซฑ๐Ÿพโ€๐Ÿซฒ๐Ÿฟ medium-dark skin tone, dark skin tone agreement | dark skin tone | hand | handshake | handshake: medium-dark skin tone, dark skin tone | medium-dark skin tone | meeting | shake -๐Ÿซฑ๐Ÿฟโ€๐Ÿซฒ๐Ÿป dark skin tone, light skin tone agreement | dark skin tone | hand | handshake | handshake: dark skin tone, light skin tone | light skin tone | meeting | shake -๐Ÿซฑ๐Ÿฟโ€๐Ÿซฒ๐Ÿผ dark skin tone, medium-light skin tone agreement | dark skin tone | hand | handshake | handshake: dark skin tone, medium-light skin tone | medium-light skin tone | meeting | shake -๐Ÿซฑ๐Ÿฟโ€๐Ÿซฒ๐Ÿฝ dark skin tone, medium skin tone agreement | dark skin tone | hand | handshake | handshake: dark skin tone, medium skin tone | medium skin tone | meeting | shake -๐Ÿซฑ๐Ÿฟโ€๐Ÿซฒ๐Ÿพ dark skin tone, medium-dark skin tone agreement | dark skin tone | hand | handshake | handshake: dark skin tone, medium-dark skin tone | medium-dark skin tone | meeting | shake -๐Ÿ™ hands ask | folded hands | hand | high 5 | high five | please | pray | thanks -๐Ÿ™๐Ÿป hands: light skin tone ask | folded hands | folded hands: light skin tone | hand | high 5 | high five | light skin tone | please | pray | thanks -๐Ÿ™๐Ÿผ hands: medium-light skin tone ask | folded hands | folded hands: medium-light skin tone | hand | high 5 | high five | medium-light skin tone | please | pray | thanks -๐Ÿ™๐Ÿฝ hands: medium skin tone ask | folded hands | folded hands: medium skin tone | hand | high 5 | high five | medium skin tone | please | pray | thanks -๐Ÿ™๐Ÿพ hands: medium-dark skin tone ask | folded hands | folded hands: medium-dark skin tone | hand | high 5 | high five | medium-dark skin tone | please | pray | thanks -๐Ÿ™๐Ÿฟ hands: dark skin tone ask | dark skin tone | folded hands | folded hands: dark skin tone | hand | high 5 | high five | please | pray | thanks -โœ๏ธ hand -โœ hand hand | write | writing hand -โœ๐Ÿป hand: light skin tone hand | light skin tone | write | writing hand | writing hand: light skin tone -โœ๐Ÿผ hand: medium-light skin tone hand | medium-light skin tone | write | writing hand | writing hand: medium-light skin tone -โœ๐Ÿฝ hand: medium skin tone hand | medium skin tone | write | writing hand | writing hand: medium skin tone -โœ๐Ÿพ hand: medium-dark skin tone hand | medium-dark skin tone | write | writing hand | writing hand: medium-dark skin tone -โœ๐Ÿฟ hand: dark skin tone dark skin tone | hand | write | writing hand | writing hand: dark skin tone -๐Ÿ’… polish care | cosmetics | manicure | nail | polish -๐Ÿ’…๐Ÿป polish: light skin tone care | cosmetics | light skin tone | manicure | nail | nail polish: light skin tone | polish -๐Ÿ’…๐Ÿผ polish: medium-light skin tone care | cosmetics | manicure | medium-light skin tone | nail | nail polish: medium-light skin tone | polish -๐Ÿ’…๐Ÿฝ polish: medium skin tone care | cosmetics | manicure | medium skin tone | nail | nail polish: medium skin tone | polish -๐Ÿ’…๐Ÿพ polish: medium-dark skin tone care | cosmetics | manicure | medium-dark skin tone | nail | nail polish: medium-dark skin tone | polish -๐Ÿ’…๐Ÿฟ polish: dark skin tone care | cosmetics | dark skin tone | manicure | nail | nail polish: dark skin tone | polish -๐Ÿคณ camera | phone | selfie -๐Ÿคณ๐Ÿป light skin tone camera | light skin tone | phone | selfie | selfie: light skin tone -๐Ÿคณ๐Ÿผ medium-light skin tone camera | medium-light skin tone | phone | selfie | selfie: medium-light skin tone -๐Ÿคณ๐Ÿฝ medium skin tone camera | medium skin tone | phone | selfie | selfie: medium skin tone -๐Ÿคณ๐Ÿพ medium-dark skin tone camera | medium-dark skin tone | phone | selfie | selfie: medium-dark skin tone -๐Ÿคณ๐Ÿฟ dark skin tone camera | dark skin tone | phone | selfie | selfie: dark skin tone -๐Ÿ’ช biceps biceps | comic | flex | flexed biceps | muscle | flexed bicep -๐Ÿ’ช๐Ÿป biceps: light skin tone biceps | comic | flex | flexed biceps | flexed biceps: light skin tone | light skin tone | muscle | flexed bicep | flexed bicep: light skin tone -๐Ÿ’ช๐Ÿผ biceps: medium-light skin tone biceps | comic | flex | flexed biceps | flexed biceps: medium-light skin tone | medium-light skin tone | muscle | flexed bicep | flexed bicep: medium-light skin tone -๐Ÿ’ช๐Ÿฝ biceps: medium skin tone biceps | comic | flex | flexed biceps | flexed biceps: medium skin tone | medium skin tone | muscle | flexed bicep | flexed bicep: medium skin tone -๐Ÿ’ช๐Ÿพ biceps: medium-dark skin tone biceps | comic | flex | flexed biceps | flexed biceps: medium-dark skin tone | medium-dark skin tone | muscle | flexed bicep | flexed bicep: medium-dark skin tone -๐Ÿ’ช๐Ÿฟ biceps: dark skin tone biceps | comic | dark skin tone | flex | flexed biceps | flexed biceps: dark skin tone | muscle | flexed bicep | flexed bicep: dark skin tone -๐Ÿฆพ arm accessibility | mechanical arm | prosthetic -๐Ÿฆฟ leg accessibility | mechanical leg | prosthetic -๐Ÿฆต kick | leg | limb -๐Ÿฆต๐Ÿป light skin tone kick | leg | leg: light skin tone | light skin tone | limb -๐Ÿฆต๐Ÿผ medium-light skin tone kick | leg | leg: medium-light skin tone | limb | medium-light skin tone -๐Ÿฆต๐Ÿฝ medium skin tone kick | leg | leg: medium skin tone | limb | medium skin tone -๐Ÿฆต๐Ÿพ medium-dark skin tone kick | leg | leg: medium-dark skin tone | limb | medium-dark skin tone -๐Ÿฆต๐Ÿฟ dark skin tone dark skin tone | kick | leg | leg: dark skin tone | limb -๐Ÿฆถ foot | kick | stomp -๐Ÿฆถ๐Ÿป light skin tone foot | foot: light skin tone | kick | light skin tone | stomp -๐Ÿฆถ๐Ÿผ medium-light skin tone foot | foot: medium-light skin tone | kick | medium-light skin tone | stomp -๐Ÿฆถ๐Ÿฝ medium skin tone foot | foot: medium skin tone | kick | medium skin tone | stomp -๐Ÿฆถ๐Ÿพ medium-dark skin tone foot | foot: medium-dark skin tone | kick | medium-dark skin tone | stomp -๐Ÿฆถ๐Ÿฟ dark skin tone dark skin tone | foot | foot: dark skin tone | kick | stomp -๐Ÿ‘‚ body | ear -๐Ÿ‘‚๐Ÿป light skin tone body | ear | ear: light skin tone | light skin tone -๐Ÿ‘‚๐Ÿผ medium-light skin tone body | ear | ear: medium-light skin tone | medium-light skin tone -๐Ÿ‘‚๐Ÿฝ medium skin tone body | ear | ear: medium skin tone | medium skin tone -๐Ÿ‘‚๐Ÿพ medium-dark skin tone body | ear | ear: medium-dark skin tone | medium-dark skin tone -๐Ÿ‘‚๐Ÿฟ dark skin tone body | dark skin tone | ear | ear: dark skin tone -๐Ÿฆป with hearing aid accessibility | ear with hearing aid | hard of hearing | hearing impaired -๐Ÿฆป๐Ÿป with hearing aid: light skin tone accessibility | ear with hearing aid | ear with hearing aid: light skin tone | hard of hearing | light skin tone | hearing impaired -๐Ÿฆป๐Ÿผ with hearing aid: medium-light skin tone accessibility | ear with hearing aid | ear with hearing aid: medium-light skin tone | hard of hearing | medium-light skin tone | hearing impaired -๐Ÿฆป๐Ÿฝ with hearing aid: medium skin tone accessibility | ear with hearing aid | ear with hearing aid: medium skin tone | hard of hearing | medium skin tone | hearing impaired -๐Ÿฆป๐Ÿพ with hearing aid: medium-dark skin tone accessibility | ear with hearing aid | ear with hearing aid: medium-dark skin tone | hard of hearing | medium-dark skin tone | hearing impaired -๐Ÿฆป๐Ÿฟ with hearing aid: dark skin tone accessibility | dark skin tone | ear with hearing aid | ear with hearing aid: dark skin tone | hard of hearing | hearing impaired -๐Ÿ‘ƒ body | nose -๐Ÿ‘ƒ๐Ÿป light skin tone body | light skin tone | nose | nose: light skin tone -๐Ÿ‘ƒ๐Ÿผ medium-light skin tone body | medium-light skin tone | nose | nose: medium-light skin tone -๐Ÿ‘ƒ๐Ÿฝ medium skin tone body | medium skin tone | nose | nose: medium skin tone -๐Ÿ‘ƒ๐Ÿพ medium-dark skin tone body | medium-dark skin tone | nose | nose: medium-dark skin tone -๐Ÿ‘ƒ๐Ÿฟ dark skin tone body | dark skin tone | nose | nose: dark skin tone -๐Ÿง  brain | intelligent -๐Ÿซ€ heart anatomical | cardiology | heart | organ | pulse | anatomical heart -๐Ÿซ breath | exhalation | inhalation | lungs | organ | respiration -๐Ÿฆท dentist | tooth -๐Ÿฆด bone | skeleton -๐Ÿ‘€ eye | eyes | face -๐Ÿ‘๏ธ brown eyes -๐Ÿ‘ body | eye -๐Ÿ‘… body | tongue -๐Ÿ‘„ lips | mouth -๐Ÿซฆ lip anxious | biting lip | fear | flirting | nervous | uncomfortable | worried -๐Ÿ‘ถ baby | young -๐Ÿ‘ถ๐Ÿป light skin tone baby | baby: light skin tone | light skin tone | young -๐Ÿ‘ถ๐Ÿผ medium-light skin tone baby | baby: medium-light skin tone | medium-light skin tone | young -๐Ÿ‘ถ๐Ÿฝ medium skin tone baby | baby: medium skin tone | medium skin tone | young -๐Ÿ‘ถ๐Ÿพ medium-dark skin tone baby | baby: medium-dark skin tone | medium-dark skin tone | young -๐Ÿ‘ถ๐Ÿฟ dark skin tone baby | baby: dark skin tone | dark skin tone | young -๐Ÿง’ child | gender-neutral | unspecified gender | young -๐Ÿง’๐Ÿป light skin tone child | child: light skin tone | gender-neutral | light skin tone | unspecified gender | young -๐Ÿง’๐Ÿผ medium-light skin tone child | child: medium-light skin tone | gender-neutral | medium-light skin tone | unspecified gender | young -๐Ÿง’๐Ÿฝ medium skin tone child | child: medium skin tone | gender-neutral | medium skin tone | unspecified gender | young -๐Ÿง’๐Ÿพ medium-dark skin tone child | child: medium-dark skin tone | gender-neutral | medium-dark skin tone | unspecified gender | young -๐Ÿง’๐Ÿฟ dark skin tone child | child: dark skin tone | dark skin tone | gender-neutral | unspecified gender | young -๐Ÿ‘ฆ boy | young | young person -๐Ÿ‘ฆ๐Ÿป light skin tone boy | boy: light skin tone | light skin tone | young | young person -๐Ÿ‘ฆ๐Ÿผ medium-light skin tone boy | boy: medium-light skin tone | medium-light skin tone | young | young person -๐Ÿ‘ฆ๐Ÿฝ medium skin tone boy | boy: medium skin tone | medium skin tone | young | young person -๐Ÿ‘ฆ๐Ÿพ medium-dark skin tone boy | boy: medium-dark skin tone | medium-dark skin tone | young | young person -๐Ÿ‘ฆ๐Ÿฟ dark skin tone boy | boy: dark skin tone | dark skin tone | young | young person -๐Ÿ‘ง girl | Virgo | young | zodiac | young person -๐Ÿ‘ง๐Ÿป light skin tone girl | girl: light skin tone | light skin tone | Virgo | young | zodiac | young person -๐Ÿ‘ง๐Ÿผ medium-light skin tone girl | girl: medium-light skin tone | medium-light skin tone | Virgo | young | zodiac | young person -๐Ÿ‘ง๐Ÿฝ medium skin tone girl | girl: medium skin tone | medium skin tone | Virgo | young | zodiac | young person -๐Ÿ‘ง๐Ÿพ medium-dark skin tone girl | girl: medium-dark skin tone | medium-dark skin tone | Virgo | young | zodiac | young person -๐Ÿ‘ง๐Ÿฟ dark skin tone dark skin tone | girl | girl: dark skin tone | Virgo | young | zodiac | young person -๐Ÿง‘ adult | gender-neutral | person | unspecified gender -๐Ÿง‘๐Ÿป light skin tone adult | gender-neutral | light skin tone | person | person: light skin tone | unspecified gender -๐Ÿง‘๐Ÿผ medium-light skin tone adult | gender-neutral | medium-light skin tone | person | person: medium-light skin tone | unspecified gender -๐Ÿง‘๐Ÿฝ medium skin tone adult | gender-neutral | medium skin tone | person | person: medium skin tone | unspecified gender -๐Ÿง‘๐Ÿพ medium-dark skin tone adult | gender-neutral | medium-dark skin tone | person | person: medium-dark skin tone | unspecified gender -๐Ÿง‘๐Ÿฟ dark skin tone adult | dark skin tone | gender-neutral | person | person: dark skin tone | unspecified gender -๐Ÿ‘ฑ blond hair blond | blond-haired person | hair | person: blond hair -๐Ÿ‘ฑ๐Ÿป light skin tone, blond hair blond | blond-haired person | hair | light skin tone | person: blond hair | person: light skin tone, blond hair -๐Ÿ‘ฑ๐Ÿผ medium-light skin tone, blond hair blond | blond-haired person | hair | medium-light skin tone | person: blond hair | person: medium-light skin tone, blond hair -๐Ÿ‘ฑ๐Ÿฝ medium skin tone, blond hair blond | blond-haired person | hair | medium skin tone | person: blond hair | person: medium skin tone, blond hair -๐Ÿ‘ฑ๐Ÿพ medium-dark skin tone, blond hair blond | blond-haired person | hair | medium-dark skin tone | person: blond hair | person: medium-dark skin tone, blond hair -๐Ÿ‘ฑ๐Ÿฟ dark skin tone, blond hair blond | blond-haired person | dark skin tone | hair | person: blond hair | person: dark skin tone, blond hair -๐Ÿ‘จ adult | man -๐Ÿ‘จ๐Ÿป light skin tone adult | light skin tone | man | man: light skin tone -๐Ÿ‘จ๐Ÿผ medium-light skin tone adult | man | man: medium-light skin tone | medium-light skin tone -๐Ÿ‘จ๐Ÿฝ medium skin tone adult | man | man: medium skin tone | medium skin tone -๐Ÿ‘จ๐Ÿพ medium-dark skin tone adult | man | man: medium-dark skin tone | medium-dark skin tone -๐Ÿ‘จ๐Ÿฟ dark skin tone adult | dark skin tone | man | man: dark skin tone -๐Ÿง” beard beard | person | person: beard -๐Ÿง”๐Ÿป light skin tone, beard beard | light skin tone | person | person: beard | person: light skin tone, beard -๐Ÿง”๐Ÿผ medium-light skin tone, beard beard | medium-light skin tone | person | person: beard | person: medium-light skin tone, beard -๐Ÿง”๐Ÿฝ medium skin tone, beard beard | medium skin tone | person | person: beard | person: medium skin tone, beard -๐Ÿง”๐Ÿพ medium-dark skin tone, beard beard | medium-dark skin tone | person | person: beard | person: medium-dark skin tone, beard -๐Ÿง”๐Ÿฟ dark skin tone, beard beard | dark skin tone | person | person: beard | person: dark skin tone, beard -๐Ÿง”โ€โ™‚๏ธ beard -๐Ÿง”โ€โ™‚ beard beard | man | man: beard -๐Ÿง”๐Ÿปโ€โ™‚๏ธ light skin tone, beard -๐Ÿง”๐Ÿปโ€โ™‚ light skin tone, beard beard | light skin tone | man | man: beard | man: light skin tone, beard -๐Ÿง”๐Ÿผโ€โ™‚๏ธ medium-light skin tone, beard -๐Ÿง”๐Ÿผโ€โ™‚ medium-light skin tone, beard beard | man | man: beard | man: medium-light skin tone, beard | medium-light skin tone -๐Ÿง”๐Ÿฝโ€โ™‚๏ธ medium skin tone, beard -๐Ÿง”๐Ÿฝโ€โ™‚ medium skin tone, beard beard | man | man: beard | man: medium skin tone, beard | medium skin tone -๐Ÿง”๐Ÿพโ€โ™‚๏ธ medium-dark skin tone, beard -๐Ÿง”๐Ÿพโ€โ™‚ medium-dark skin tone, beard beard | man | man: beard | man: medium-dark skin tone, beard | medium-dark skin tone -๐Ÿง”๐Ÿฟโ€โ™‚๏ธ dark skin tone, beard -๐Ÿง”๐Ÿฟโ€โ™‚ dark skin tone, beard beard | dark skin tone | man | man: beard | man: dark skin tone, beard -๐Ÿง”โ€โ™€๏ธ beard -๐Ÿง”โ€โ™€ beard beard | woman | woman: beard -๐Ÿง”๐Ÿปโ€โ™€๏ธ light skin tone, beard -๐Ÿง”๐Ÿปโ€โ™€ light skin tone, beard beard | light skin tone | woman | woman: beard | woman: light skin tone, beard -๐Ÿง”๐Ÿผโ€โ™€๏ธ medium-light skin tone, beard -๐Ÿง”๐Ÿผโ€โ™€ medium-light skin tone, beard beard | medium-light skin tone | woman | woman: beard | woman: medium-light skin tone, beard -๐Ÿง”๐Ÿฝโ€โ™€๏ธ medium skin tone, beard -๐Ÿง”๐Ÿฝโ€โ™€ medium skin tone, beard beard | medium skin tone | woman | woman: beard | woman: medium skin tone, beard -๐Ÿง”๐Ÿพโ€โ™€๏ธ medium-dark skin tone, beard -๐Ÿง”๐Ÿพโ€โ™€ medium-dark skin tone, beard beard | medium-dark skin tone | woman | woman: beard | woman: medium-dark skin tone, beard -๐Ÿง”๐Ÿฟโ€โ™€๏ธ dark skin tone, beard -๐Ÿง”๐Ÿฟโ€โ™€ dark skin tone, beard beard | dark skin tone | woman | woman: beard | woman: dark skin tone, beard -๐Ÿ‘จโ€๐Ÿฆฐ red hair adult | man | man: red hair | red hair -๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฐ light skin tone, red hair adult | light skin tone | man | man: light skin tone, red hair | red hair -๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฐ medium-light skin tone, red hair adult | man | man: medium-light skin tone, red hair | medium-light skin tone | red hair -๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฐ medium skin tone, red hair adult | man | man: medium skin tone, red hair | medium skin tone | red hair -๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฐ medium-dark skin tone, red hair adult | man | man: medium-dark skin tone, red hair | medium-dark skin tone | red hair -๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฐ dark skin tone, red hair adult | dark skin tone | man | man: dark skin tone, red hair | red hair -๐Ÿ‘จโ€๐Ÿฆฑ curly hair adult | curly hair | man | man: curly hair -๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฑ light skin tone, curly hair adult | curly hair | light skin tone | man | man: light skin tone, curly hair -๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฑ medium-light skin tone, curly hair adult | curly hair | man | man: medium-light skin tone, curly hair | medium-light skin tone -๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฑ medium skin tone, curly hair adult | curly hair | man | man: medium skin tone, curly hair | medium skin tone -๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฑ medium-dark skin tone, curly hair adult | curly hair | man | man: medium-dark skin tone, curly hair | medium-dark skin tone -๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฑ dark skin tone, curly hair adult | curly hair | dark skin tone | man | man: dark skin tone, curly hair -๐Ÿ‘จโ€๐Ÿฆณ white hair adult | man | man: white hair | white hair -๐Ÿ‘จ๐Ÿปโ€๐Ÿฆณ light skin tone, white hair adult | light skin tone | man | man: light skin tone, white hair | white hair -๐Ÿ‘จ๐Ÿผโ€๐Ÿฆณ medium-light skin tone, white hair adult | man | man: medium-light skin tone, white hair | medium-light skin tone | white hair -๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆณ medium skin tone, white hair adult | man | man: medium skin tone, white hair | medium skin tone | white hair -๐Ÿ‘จ๐Ÿพโ€๐Ÿฆณ medium-dark skin tone, white hair adult | man | man: medium-dark skin tone, white hair | medium-dark skin tone | white hair -๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆณ dark skin tone, white hair adult | dark skin tone | man | man: dark skin tone, white hair | white hair -๐Ÿ‘จโ€๐Ÿฆฒ bald adult | bald | man | man: bald -๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฒ light skin tone, bald adult | bald | light skin tone | man | man: light skin tone, bald -๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฒ medium-light skin tone, bald adult | bald | man | man: medium-light skin tone, bald | medium-light skin tone -๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฒ medium skin tone, bald adult | bald | man | man: medium skin tone, bald | medium skin tone -๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฒ medium-dark skin tone, bald adult | bald | man | man: medium-dark skin tone, bald | medium-dark skin tone -๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฒ dark skin tone, bald adult | bald | dark skin tone | man | man: dark skin tone, bald -๐Ÿ‘ฉ adult | woman -๐Ÿ‘ฉ๐Ÿป light skin tone adult | light skin tone | woman | woman: light skin tone -๐Ÿ‘ฉ๐Ÿผ medium-light skin tone adult | medium-light skin tone | woman | woman: medium-light skin tone -๐Ÿ‘ฉ๐Ÿฝ medium skin tone adult | medium skin tone | woman | woman: medium skin tone -๐Ÿ‘ฉ๐Ÿพ medium-dark skin tone adult | medium-dark skin tone | woman | woman: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฟ dark skin tone adult | dark skin tone | woman | woman: dark skin tone -๐Ÿ‘ฉโ€๐Ÿฆฐ red hair adult | red hair | woman | woman: red hair -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฐ light skin tone, red hair adult | light skin tone | red hair | woman | woman: light skin tone, red hair -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฐ medium-light skin tone, red hair adult | medium-light skin tone | red hair | woman | woman: medium-light skin tone, red hair -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฐ medium skin tone, red hair adult | medium skin tone | red hair | woman | woman: medium skin tone, red hair -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฐ medium-dark skin tone, red hair adult | medium-dark skin tone | red hair | woman | woman: medium-dark skin tone, red hair -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฐ dark skin tone, red hair adult | dark skin tone | red hair | woman | woman: dark skin tone, red hair -๐Ÿง‘โ€๐Ÿฆฐ red hair adult | gender-neutral | person | person: red hair | red hair | unspecified gender -๐Ÿง‘๐Ÿปโ€๐Ÿฆฐ light skin tone, red hair adult | gender-neutral | light skin tone | person | person: light skin tone, red hair | red hair | unspecified gender -๐Ÿง‘๐Ÿผโ€๐Ÿฆฐ medium-light skin tone, red hair adult | gender-neutral | medium-light skin tone | person | person: medium-light skin tone, red hair | red hair | unspecified gender -๐Ÿง‘๐Ÿฝโ€๐Ÿฆฐ medium skin tone, red hair adult | gender-neutral | medium skin tone | person | person: medium skin tone, red hair | red hair | unspecified gender -๐Ÿง‘๐Ÿพโ€๐Ÿฆฐ medium-dark skin tone, red hair adult | gender-neutral | medium-dark skin tone | person | person: medium-dark skin tone, red hair | red hair | unspecified gender -๐Ÿง‘๐Ÿฟโ€๐Ÿฆฐ dark skin tone, red hair adult | dark skin tone | gender-neutral | person | person: dark skin tone, red hair | red hair | unspecified gender -๐Ÿ‘ฉโ€๐Ÿฆฑ curly hair adult | curly hair | woman | woman: curly hair -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฑ light skin tone, curly hair adult | curly hair | light skin tone | woman | woman: light skin tone, curly hair -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฑ medium-light skin tone, curly hair adult | curly hair | medium-light skin tone | woman | woman: medium-light skin tone, curly hair -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฑ medium skin tone, curly hair adult | curly hair | medium skin tone | woman | woman: medium skin tone, curly hair -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฑ medium-dark skin tone, curly hair adult | curly hair | medium-dark skin tone | woman | woman: medium-dark skin tone, curly hair -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฑ dark skin tone, curly hair adult | curly hair | dark skin tone | woman | woman: dark skin tone, curly hair -๐Ÿง‘โ€๐Ÿฆฑ curly hair adult | curly hair | gender-neutral | person | person: curly hair | unspecified gender -๐Ÿง‘๐Ÿปโ€๐Ÿฆฑ light skin tone, curly hair adult | curly hair | gender-neutral | light skin tone | person | person: light skin tone, curly hair | unspecified gender -๐Ÿง‘๐Ÿผโ€๐Ÿฆฑ medium-light skin tone, curly hair adult | curly hair | gender-neutral | medium-light skin tone | person | person: medium-light skin tone, curly hair | unspecified gender -๐Ÿง‘๐Ÿฝโ€๐Ÿฆฑ medium skin tone, curly hair adult | curly hair | gender-neutral | medium skin tone | person | person: medium skin tone, curly hair | unspecified gender -๐Ÿง‘๐Ÿพโ€๐Ÿฆฑ medium-dark skin tone, curly hair adult | curly hair | gender-neutral | medium-dark skin tone | person | person: medium-dark skin tone, curly hair | unspecified gender -๐Ÿง‘๐Ÿฟโ€๐Ÿฆฑ dark skin tone, curly hair adult | curly hair | dark skin tone | gender-neutral | person | person: dark skin tone, curly hair | unspecified gender -๐Ÿ‘ฉโ€๐Ÿฆณ white hair adult | white hair | woman | woman: white hair -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆณ light skin tone, white hair adult | light skin tone | white hair | woman | woman: light skin tone, white hair -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆณ medium-light skin tone, white hair adult | medium-light skin tone | white hair | woman | woman: medium-light skin tone, white hair -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆณ medium skin tone, white hair adult | medium skin tone | white hair | woman | woman: medium skin tone, white hair -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆณ medium-dark skin tone, white hair adult | medium-dark skin tone | white hair | woman | woman: medium-dark skin tone, white hair -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆณ dark skin tone, white hair adult | dark skin tone | white hair | woman | woman: dark skin tone, white hair -๐Ÿง‘โ€๐Ÿฆณ white hair adult | gender-neutral | person | person: white hair | unspecified gender | white hair -๐Ÿง‘๐Ÿปโ€๐Ÿฆณ light skin tone, white hair adult | gender-neutral | light skin tone | person | person: light skin tone, white hair | unspecified gender | white hair -๐Ÿง‘๐Ÿผโ€๐Ÿฆณ medium-light skin tone, white hair adult | gender-neutral | medium-light skin tone | person | person: medium-light skin tone, white hair | unspecified gender | white hair -๐Ÿง‘๐Ÿฝโ€๐Ÿฆณ medium skin tone, white hair adult | gender-neutral | medium skin tone | person | person: medium skin tone, white hair | unspecified gender | white hair -๐Ÿง‘๐Ÿพโ€๐Ÿฆณ medium-dark skin tone, white hair adult | gender-neutral | medium-dark skin tone | person | person: medium-dark skin tone, white hair | unspecified gender | white hair -๐Ÿง‘๐Ÿฟโ€๐Ÿฆณ dark skin tone, white hair adult | dark skin tone | gender-neutral | person | person: dark skin tone, white hair | unspecified gender | white hair -๐Ÿ‘ฉโ€๐Ÿฆฒ bald adult | bald | woman | woman: bald -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฒ light skin tone, bald adult | bald | light skin tone | woman | woman: light skin tone, bald -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฒ medium-light skin tone, bald adult | bald | medium-light skin tone | woman | woman: medium-light skin tone, bald -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฒ medium skin tone, bald adult | bald | medium skin tone | woman | woman: medium skin tone, bald -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฒ medium-dark skin tone, bald adult | bald | medium-dark skin tone | woman | woman: medium-dark skin tone, bald -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฒ dark skin tone, bald adult | bald | dark skin tone | woman | woman: dark skin tone, bald -๐Ÿง‘โ€๐Ÿฆฒ bald adult | bald | gender-neutral | person | person: bald | unspecified gender -๐Ÿง‘๐Ÿปโ€๐Ÿฆฒ light skin tone, bald adult | bald | gender-neutral | light skin tone | person | person: light skin tone, bald | unspecified gender -๐Ÿง‘๐Ÿผโ€๐Ÿฆฒ medium-light skin tone, bald adult | bald | gender-neutral | medium-light skin tone | person | person: medium-light skin tone, bald | unspecified gender -๐Ÿง‘๐Ÿฝโ€๐Ÿฆฒ medium skin tone, bald adult | bald | gender-neutral | medium skin tone | person | person: medium skin tone, bald | unspecified gender -๐Ÿง‘๐Ÿพโ€๐Ÿฆฒ medium-dark skin tone, bald adult | bald | gender-neutral | medium-dark skin tone | person | person: medium-dark skin tone, bald | unspecified gender -๐Ÿง‘๐Ÿฟโ€๐Ÿฆฒ dark skin tone, bald adult | bald | dark skin tone | gender-neutral | person | person: dark skin tone, bald | unspecified gender -๐Ÿ‘ฑโ€โ™€๏ธ blond hair -๐Ÿ‘ฑโ€โ™€ blond hair blond-haired woman | blonde | hair | woman | woman: blond hair -๐Ÿ‘ฑ๐Ÿปโ€โ™€๏ธ light skin tone, blond hair -๐Ÿ‘ฑ๐Ÿปโ€โ™€ light skin tone, blond hair blond hair | blond-haired woman | blonde | hair | light skin tone | woman | woman: blond hair | woman: light skin tone, blond hair -๐Ÿ‘ฑ๐Ÿผโ€โ™€๏ธ medium-light skin tone, blond hair -๐Ÿ‘ฑ๐Ÿผโ€โ™€ medium-light skin tone, blond hair blond hair | blond-haired woman | blonde | hair | medium-light skin tone | woman | woman: blond hair | woman: medium-light skin tone, blond hair -๐Ÿ‘ฑ๐Ÿฝโ€โ™€๏ธ medium skin tone, blond hair -๐Ÿ‘ฑ๐Ÿฝโ€โ™€ medium skin tone, blond hair blond hair | blond-haired woman | blonde | hair | medium skin tone | woman | woman: blond hair | woman: medium skin tone, blond hair -๐Ÿ‘ฑ๐Ÿพโ€โ™€๏ธ medium-dark skin tone, blond hair -๐Ÿ‘ฑ๐Ÿพโ€โ™€ medium-dark skin tone, blond hair blond hair | blond-haired woman | blonde | hair | medium-dark skin tone | woman | woman: blond hair | woman: medium-dark skin tone, blond hair -๐Ÿ‘ฑ๐Ÿฟโ€โ™€๏ธ dark skin tone, blond hair -๐Ÿ‘ฑ๐Ÿฟโ€โ™€ dark skin tone, blond hair blond hair | blond-haired woman | blonde | dark skin tone | hair | woman | woman: blond hair | woman: dark skin tone, blond hair -๐Ÿ‘ฑโ€โ™‚๏ธ blond hair -๐Ÿ‘ฑโ€โ™‚ blond hair blond | blond-haired man | hair | man | man: blond hair -๐Ÿ‘ฑ๐Ÿปโ€โ™‚๏ธ light skin tone, blond hair -๐Ÿ‘ฑ๐Ÿปโ€โ™‚ light skin tone, blond hair blond | blond-haired man | hair | light skin tone | man | man: blond hair | man: light skin tone, blond hair -๐Ÿ‘ฑ๐Ÿผโ€โ™‚๏ธ medium-light skin tone, blond hair -๐Ÿ‘ฑ๐Ÿผโ€โ™‚ medium-light skin tone, blond hair blond | blond-haired man | hair | man | man: blond hair | man: medium-light skin tone, blond hair | medium-light skin tone -๐Ÿ‘ฑ๐Ÿฝโ€โ™‚๏ธ medium skin tone, blond hair -๐Ÿ‘ฑ๐Ÿฝโ€โ™‚ medium skin tone, blond hair blond | blond-haired man | hair | man | man: blond hair | man: medium skin tone, blond hair | medium skin tone -๐Ÿ‘ฑ๐Ÿพโ€โ™‚๏ธ medium-dark skin tone, blond hair -๐Ÿ‘ฑ๐Ÿพโ€โ™‚ medium-dark skin tone, blond hair blond | blond-haired man | hair | man | man: blond hair | man: medium-dark skin tone, blond hair | medium-dark skin tone -๐Ÿ‘ฑ๐Ÿฟโ€โ™‚๏ธ dark skin tone, blond hair -๐Ÿ‘ฑ๐Ÿฟโ€โ™‚ dark skin tone, blond hair blond | blond-haired man | dark skin tone | hair | man | man: blond hair | man: dark skin tone, blond hair -๐Ÿง“ person adult | gender-neutral | old | older person | unspecified gender -๐Ÿง“๐Ÿป person: light skin tone adult | gender-neutral | light skin tone | old | older person | older person: light skin tone | unspecified gender -๐Ÿง“๐Ÿผ person: medium-light skin tone adult | gender-neutral | medium-light skin tone | old | older person | older person: medium-light skin tone | unspecified gender -๐Ÿง“๐Ÿฝ person: medium skin tone adult | gender-neutral | medium skin tone | old | older person | older person: medium skin tone | unspecified gender -๐Ÿง“๐Ÿพ person: medium-dark skin tone adult | gender-neutral | medium-dark skin tone | old | older person | older person: medium-dark skin tone | unspecified gender -๐Ÿง“๐Ÿฟ person: dark skin tone adult | dark skin tone | gender-neutral | old | older person | older person: dark skin tone | unspecified gender -๐Ÿ‘ด man adult | man | old -๐Ÿ‘ด๐Ÿป man: light skin tone adult | light skin tone | man | old | old man: light skin tone -๐Ÿ‘ด๐Ÿผ man: medium-light skin tone adult | man | medium-light skin tone | old | old man: medium-light skin tone -๐Ÿ‘ด๐Ÿฝ man: medium skin tone adult | man | medium skin tone | old | old man: medium skin tone -๐Ÿ‘ด๐Ÿพ man: medium-dark skin tone adult | man | medium-dark skin tone | old | old man: medium-dark skin tone -๐Ÿ‘ด๐Ÿฟ man: dark skin tone adult | dark skin tone | man | old | old man: dark skin tone -๐Ÿ‘ต woman adult | old | woman -๐Ÿ‘ต๐Ÿป woman: light skin tone adult | light skin tone | old | old woman: light skin tone | woman -๐Ÿ‘ต๐Ÿผ woman: medium-light skin tone adult | medium-light skin tone | old | old woman: medium-light skin tone | woman -๐Ÿ‘ต๐Ÿฝ woman: medium skin tone adult | medium skin tone | old | old woman: medium skin tone | woman -๐Ÿ‘ต๐Ÿพ woman: medium-dark skin tone adult | medium-dark skin tone | old | old woman: medium-dark skin tone | woman -๐Ÿ‘ต๐Ÿฟ woman: dark skin tone adult | dark skin tone | old | old woman: dark skin tone | woman -๐Ÿ™ frowning frown | gesture | person frowning -๐Ÿ™๐Ÿป frowning: light skin tone frown | gesture | light skin tone | person frowning | person frowning: light skin tone -๐Ÿ™๐Ÿผ frowning: medium-light skin tone frown | gesture | medium-light skin tone | person frowning | person frowning: medium-light skin tone -๐Ÿ™๐Ÿฝ frowning: medium skin tone frown | gesture | medium skin tone | person frowning | person frowning: medium skin tone -๐Ÿ™๐Ÿพ frowning: medium-dark skin tone frown | gesture | medium-dark skin tone | person frowning | person frowning: medium-dark skin tone -๐Ÿ™๐Ÿฟ frowning: dark skin tone dark skin tone | frown | gesture | person frowning | person frowning: dark skin tone -๐Ÿ™โ€โ™‚๏ธ frowning -๐Ÿ™โ€โ™‚ frowning frowning | gesture | man -๐Ÿ™๐Ÿปโ€โ™‚๏ธ frowning: light skin tone -๐Ÿ™๐Ÿปโ€โ™‚ frowning: light skin tone frowning | gesture | light skin tone | man | man frowning: light skin tone -๐Ÿ™๐Ÿผโ€โ™‚๏ธ frowning: medium-light skin tone -๐Ÿ™๐Ÿผโ€โ™‚ frowning: medium-light skin tone frowning | gesture | man | man frowning: medium-light skin tone | medium-light skin tone -๐Ÿ™๐Ÿฝโ€โ™‚๏ธ frowning: medium skin tone -๐Ÿ™๐Ÿฝโ€โ™‚ frowning: medium skin tone frowning | gesture | man | man frowning: medium skin tone | medium skin tone -๐Ÿ™๐Ÿพโ€โ™‚๏ธ frowning: medium-dark skin tone -๐Ÿ™๐Ÿพโ€โ™‚ frowning: medium-dark skin tone frowning | gesture | man | man frowning: medium-dark skin tone | medium-dark skin tone -๐Ÿ™๐Ÿฟโ€โ™‚๏ธ frowning: dark skin tone -๐Ÿ™๐Ÿฟโ€โ™‚ frowning: dark skin tone dark skin tone | frowning | gesture | man | man frowning: dark skin tone -๐Ÿ™โ€โ™€๏ธ frowning -๐Ÿ™โ€โ™€ frowning frowning | gesture | woman -๐Ÿ™๐Ÿปโ€โ™€๏ธ frowning: light skin tone -๐Ÿ™๐Ÿปโ€โ™€ frowning: light skin tone frowning | gesture | light skin tone | woman | woman frowning: light skin tone -๐Ÿ™๐Ÿผโ€โ™€๏ธ frowning: medium-light skin tone -๐Ÿ™๐Ÿผโ€โ™€ frowning: medium-light skin tone frowning | gesture | medium-light skin tone | woman | woman frowning: medium-light skin tone -๐Ÿ™๐Ÿฝโ€โ™€๏ธ frowning: medium skin tone -๐Ÿ™๐Ÿฝโ€โ™€ frowning: medium skin tone frowning | gesture | medium skin tone | woman | woman frowning: medium skin tone -๐Ÿ™๐Ÿพโ€โ™€๏ธ frowning: medium-dark skin tone -๐Ÿ™๐Ÿพโ€โ™€ frowning: medium-dark skin tone frowning | gesture | medium-dark skin tone | woman | woman frowning: medium-dark skin tone -๐Ÿ™๐Ÿฟโ€โ™€๏ธ frowning: dark skin tone -๐Ÿ™๐Ÿฟโ€โ™€ frowning: dark skin tone dark skin tone | frowning | gesture | woman | woman frowning: dark skin tone -๐Ÿ™Ž pouting gesture | person pouting | pouting | facial expression -๐Ÿ™Ž๐Ÿป pouting: light skin tone gesture | light skin tone | person pouting | person pouting: light skin tone | pouting | facial expression -๐Ÿ™Ž๐Ÿผ pouting: medium-light skin tone gesture | medium-light skin tone | person pouting | person pouting: medium-light skin tone | pouting | facial expression -๐Ÿ™Ž๐Ÿฝ pouting: medium skin tone gesture | medium skin tone | person pouting | person pouting: medium skin tone | pouting | facial expression -๐Ÿ™Ž๐Ÿพ pouting: medium-dark skin tone gesture | medium-dark skin tone | person pouting | person pouting: medium-dark skin tone | pouting | facial expression -๐Ÿ™Ž๐Ÿฟ pouting: dark skin tone dark skin tone | gesture | person pouting | person pouting: dark skin tone | pouting | facial expression -๐Ÿ™Žโ€โ™‚๏ธ pouting -๐Ÿ™Žโ€โ™‚ pouting gesture | man | pouting -๐Ÿ™Ž๐Ÿปโ€โ™‚๏ธ pouting: light skin tone -๐Ÿ™Ž๐Ÿปโ€โ™‚ pouting: light skin tone gesture | light skin tone | man | man pouting: light skin tone | pouting -๐Ÿ™Ž๐Ÿผโ€โ™‚๏ธ pouting: medium-light skin tone -๐Ÿ™Ž๐Ÿผโ€โ™‚ pouting: medium-light skin tone gesture | man | man pouting: medium-light skin tone | medium-light skin tone | pouting -๐Ÿ™Ž๐Ÿฝโ€โ™‚๏ธ pouting: medium skin tone -๐Ÿ™Ž๐Ÿฝโ€โ™‚ pouting: medium skin tone gesture | man | man pouting: medium skin tone | medium skin tone | pouting -๐Ÿ™Ž๐Ÿพโ€โ™‚๏ธ pouting: medium-dark skin tone -๐Ÿ™Ž๐Ÿพโ€โ™‚ pouting: medium-dark skin tone gesture | man | man pouting: medium-dark skin tone | medium-dark skin tone | pouting -๐Ÿ™Ž๐Ÿฟโ€โ™‚๏ธ pouting: dark skin tone -๐Ÿ™Ž๐Ÿฟโ€โ™‚ pouting: dark skin tone dark skin tone | gesture | man | man pouting: dark skin tone | pouting -๐Ÿ™Žโ€โ™€๏ธ pouting -๐Ÿ™Žโ€โ™€ pouting gesture | pouting | woman -๐Ÿ™Ž๐Ÿปโ€โ™€๏ธ pouting: light skin tone -๐Ÿ™Ž๐Ÿปโ€โ™€ pouting: light skin tone gesture | light skin tone | pouting | woman | woman pouting: light skin tone -๐Ÿ™Ž๐Ÿผโ€โ™€๏ธ pouting: medium-light skin tone -๐Ÿ™Ž๐Ÿผโ€โ™€ pouting: medium-light skin tone gesture | medium-light skin tone | pouting | woman | woman pouting: medium-light skin tone -๐Ÿ™Ž๐Ÿฝโ€โ™€๏ธ pouting: medium skin tone -๐Ÿ™Ž๐Ÿฝโ€โ™€ pouting: medium skin tone gesture | medium skin tone | pouting | woman | woman pouting: medium skin tone -๐Ÿ™Ž๐Ÿพโ€โ™€๏ธ pouting: medium-dark skin tone -๐Ÿ™Ž๐Ÿพโ€โ™€ pouting: medium-dark skin tone gesture | medium-dark skin tone | pouting | woman | woman pouting: medium-dark skin tone -๐Ÿ™Ž๐Ÿฟโ€โ™€๏ธ pouting: dark skin tone -๐Ÿ™Ž๐Ÿฟโ€โ™€ pouting: dark skin tone dark skin tone | gesture | pouting | woman | woman pouting: dark skin tone -๐Ÿ™… gesturing NO forbidden | gesture | hand | person gesturing NO | prohibited -๐Ÿ™…๐Ÿป gesturing NO: light skin tone forbidden | gesture | hand | light skin tone | person gesturing NO | person gesturing NO: light skin tone | prohibited -๐Ÿ™…๐Ÿผ gesturing NO: medium-light skin tone forbidden | gesture | hand | medium-light skin tone | person gesturing NO | person gesturing NO: medium-light skin tone | prohibited -๐Ÿ™…๐Ÿฝ gesturing NO: medium skin tone forbidden | gesture | hand | medium skin tone | person gesturing NO | person gesturing NO: medium skin tone | prohibited -๐Ÿ™…๐Ÿพ gesturing NO: medium-dark skin tone forbidden | gesture | hand | medium-dark skin tone | person gesturing NO | person gesturing NO: medium-dark skin tone | prohibited -๐Ÿ™…๐Ÿฟ gesturing NO: dark skin tone dark skin tone | forbidden | gesture | hand | person gesturing NO | person gesturing NO: dark skin tone | prohibited -๐Ÿ™…โ€โ™‚๏ธ gesturing NO -๐Ÿ™…โ€โ™‚ gesturing NO forbidden | gesture | hand | man | man gesturing NO | prohibited -๐Ÿ™…๐Ÿปโ€โ™‚๏ธ gesturing NO: light skin tone -๐Ÿ™…๐Ÿปโ€โ™‚ gesturing NO: light skin tone forbidden | gesture | hand | light skin tone | man | man gesturing NO | man gesturing NO: light skin tone | prohibited -๐Ÿ™…๐Ÿผโ€โ™‚๏ธ gesturing NO: medium-light skin tone -๐Ÿ™…๐Ÿผโ€โ™‚ gesturing NO: medium-light skin tone forbidden | gesture | hand | man | man gesturing NO | man gesturing NO: medium-light skin tone | medium-light skin tone | prohibited -๐Ÿ™…๐Ÿฝโ€โ™‚๏ธ gesturing NO: medium skin tone -๐Ÿ™…๐Ÿฝโ€โ™‚ gesturing NO: medium skin tone forbidden | gesture | hand | man | man gesturing NO | man gesturing NO: medium skin tone | medium skin tone | prohibited -๐Ÿ™…๐Ÿพโ€โ™‚๏ธ gesturing NO: medium-dark skin tone -๐Ÿ™…๐Ÿพโ€โ™‚ gesturing NO: medium-dark skin tone forbidden | gesture | hand | man | man gesturing NO | man gesturing NO: medium-dark skin tone | medium-dark skin tone | prohibited -๐Ÿ™…๐Ÿฟโ€โ™‚๏ธ gesturing NO: dark skin tone -๐Ÿ™…๐Ÿฟโ€โ™‚ gesturing NO: dark skin tone dark skin tone | forbidden | gesture | hand | man | man gesturing NO | man gesturing NO: dark skin tone | prohibited -๐Ÿ™…โ€โ™€๏ธ gesturing NO -๐Ÿ™…โ€โ™€ gesturing NO forbidden | gesture | hand | prohibited | woman | woman gesturing NO -๐Ÿ™…๐Ÿปโ€โ™€๏ธ gesturing NO: light skin tone -๐Ÿ™…๐Ÿปโ€โ™€ gesturing NO: light skin tone forbidden | gesture | hand | light skin tone | prohibited | woman | woman gesturing NO | woman gesturing NO: light skin tone -๐Ÿ™…๐Ÿผโ€โ™€๏ธ gesturing NO: medium-light skin tone -๐Ÿ™…๐Ÿผโ€โ™€ gesturing NO: medium-light skin tone forbidden | gesture | hand | medium-light skin tone | prohibited | woman | woman gesturing NO | woman gesturing NO: medium-light skin tone -๐Ÿ™…๐Ÿฝโ€โ™€๏ธ gesturing NO: medium skin tone -๐Ÿ™…๐Ÿฝโ€โ™€ gesturing NO: medium skin tone forbidden | gesture | hand | medium skin tone | prohibited | woman | woman gesturing NO | woman gesturing NO: medium skin tone -๐Ÿ™…๐Ÿพโ€โ™€๏ธ gesturing NO: medium-dark skin tone -๐Ÿ™…๐Ÿพโ€โ™€ gesturing NO: medium-dark skin tone forbidden | gesture | hand | medium-dark skin tone | prohibited | woman | woman gesturing NO | woman gesturing NO: medium-dark skin tone -๐Ÿ™…๐Ÿฟโ€โ™€๏ธ gesturing NO: dark skin tone -๐Ÿ™…๐Ÿฟโ€โ™€ gesturing NO: dark skin tone dark skin tone | forbidden | gesture | hand | prohibited | woman | woman gesturing NO | woman gesturing NO: dark skin tone -๐Ÿ™† gesturing OK gesture | hand | OK | person gesturing OK -๐Ÿ™†๐Ÿป gesturing OK: light skin tone gesture | hand | light skin tone | OK | person gesturing OK | person gesturing OK: light skin tone -๐Ÿ™†๐Ÿผ gesturing OK: medium-light skin tone gesture | hand | medium-light skin tone | OK | person gesturing OK | person gesturing OK: medium-light skin tone -๐Ÿ™†๐Ÿฝ gesturing OK: medium skin tone gesture | hand | medium skin tone | OK | person gesturing OK | person gesturing OK: medium skin tone -๐Ÿ™†๐Ÿพ gesturing OK: medium-dark skin tone gesture | hand | medium-dark skin tone | OK | person gesturing OK | person gesturing OK: medium-dark skin tone -๐Ÿ™†๐Ÿฟ gesturing OK: dark skin tone dark skin tone | gesture | hand | OK | person gesturing OK | person gesturing OK: dark skin tone -๐Ÿ™†โ€โ™‚๏ธ gesturing OK -๐Ÿ™†โ€โ™‚ gesturing OK gesture | hand | man | man gesturing OK | OK -๐Ÿ™†๐Ÿปโ€โ™‚๏ธ gesturing OK: light skin tone -๐Ÿ™†๐Ÿปโ€โ™‚ gesturing OK: light skin tone gesture | hand | light skin tone | man | man gesturing OK | man gesturing OK: light skin tone | OK -๐Ÿ™†๐Ÿผโ€โ™‚๏ธ gesturing OK: medium-light skin tone -๐Ÿ™†๐Ÿผโ€โ™‚ gesturing OK: medium-light skin tone gesture | hand | man | man gesturing OK | man gesturing OK: medium-light skin tone | medium-light skin tone | OK -๐Ÿ™†๐Ÿฝโ€โ™‚๏ธ gesturing OK: medium skin tone -๐Ÿ™†๐Ÿฝโ€โ™‚ gesturing OK: medium skin tone gesture | hand | man | man gesturing OK | man gesturing OK: medium skin tone | medium skin tone | OK -๐Ÿ™†๐Ÿพโ€โ™‚๏ธ gesturing OK: medium-dark skin tone -๐Ÿ™†๐Ÿพโ€โ™‚ gesturing OK: medium-dark skin tone gesture | hand | man | man gesturing OK | man gesturing OK: medium-dark skin tone | medium-dark skin tone | OK -๐Ÿ™†๐Ÿฟโ€โ™‚๏ธ gesturing OK: dark skin tone -๐Ÿ™†๐Ÿฟโ€โ™‚ gesturing OK: dark skin tone dark skin tone | gesture | hand | man | man gesturing OK | man gesturing OK: dark skin tone | OK -๐Ÿ™†โ€โ™€๏ธ gesturing OK -๐Ÿ™†โ€โ™€ gesturing OK gesture | hand | OK | woman | woman gesturing OK -๐Ÿ™†๐Ÿปโ€โ™€๏ธ gesturing OK: light skin tone -๐Ÿ™†๐Ÿปโ€โ™€ gesturing OK: light skin tone gesture | hand | light skin tone | OK | woman | woman gesturing OK | woman gesturing OK: light skin tone -๐Ÿ™†๐Ÿผโ€โ™€๏ธ gesturing OK: medium-light skin tone -๐Ÿ™†๐Ÿผโ€โ™€ gesturing OK: medium-light skin tone gesture | hand | medium-light skin tone | OK | woman | woman gesturing OK | woman gesturing OK: medium-light skin tone -๐Ÿ™†๐Ÿฝโ€โ™€๏ธ gesturing OK: medium skin tone -๐Ÿ™†๐Ÿฝโ€โ™€ gesturing OK: medium skin tone gesture | hand | medium skin tone | OK | woman | woman gesturing OK | woman gesturing OK: medium skin tone -๐Ÿ™†๐Ÿพโ€โ™€๏ธ gesturing OK: medium-dark skin tone -๐Ÿ™†๐Ÿพโ€โ™€ gesturing OK: medium-dark skin tone gesture | hand | medium-dark skin tone | OK | woman | woman gesturing OK | woman gesturing OK: medium-dark skin tone -๐Ÿ™†๐Ÿฟโ€โ™€๏ธ gesturing OK: dark skin tone -๐Ÿ™†๐Ÿฟโ€โ™€ gesturing OK: dark skin tone dark skin tone | gesture | hand | OK | woman | woman gesturing OK | woman gesturing OK: dark skin tone -๐Ÿ’ tipping hand hand | help | information | person tipping hand | sassy | tipping -๐Ÿ’๐Ÿป tipping hand: light skin tone hand | help | information | light skin tone | person tipping hand | person tipping hand: light skin tone | sassy | tipping -๐Ÿ’๐Ÿผ tipping hand: medium-light skin tone hand | help | information | medium-light skin tone | person tipping hand | person tipping hand: medium-light skin tone | sassy | tipping -๐Ÿ’๐Ÿฝ tipping hand: medium skin tone hand | help | information | medium skin tone | person tipping hand | person tipping hand: medium skin tone | sassy | tipping -๐Ÿ’๐Ÿพ tipping hand: medium-dark skin tone hand | help | information | medium-dark skin tone | person tipping hand | person tipping hand: medium-dark skin tone | sassy | tipping -๐Ÿ’๐Ÿฟ tipping hand: dark skin tone dark skin tone | hand | help | information | person tipping hand | person tipping hand: dark skin tone | sassy | tipping -๐Ÿ’โ€โ™‚๏ธ tipping hand -๐Ÿ’โ€โ™‚ tipping hand man | man tipping hand | sassy | tipping hand -๐Ÿ’๐Ÿปโ€โ™‚๏ธ tipping hand: light skin tone -๐Ÿ’๐Ÿปโ€โ™‚ tipping hand: light skin tone light skin tone | man | man tipping hand | man tipping hand: light skin tone | sassy | tipping hand -๐Ÿ’๐Ÿผโ€โ™‚๏ธ tipping hand: medium-light skin tone -๐Ÿ’๐Ÿผโ€โ™‚ tipping hand: medium-light skin tone man | man tipping hand | man tipping hand: medium-light skin tone | medium-light skin tone | sassy | tipping hand -๐Ÿ’๐Ÿฝโ€โ™‚๏ธ tipping hand: medium skin tone -๐Ÿ’๐Ÿฝโ€โ™‚ tipping hand: medium skin tone man | man tipping hand | man tipping hand: medium skin tone | medium skin tone | sassy | tipping hand -๐Ÿ’๐Ÿพโ€โ™‚๏ธ tipping hand: medium-dark skin tone -๐Ÿ’๐Ÿพโ€โ™‚ tipping hand: medium-dark skin tone man | man tipping hand | man tipping hand: medium-dark skin tone | medium-dark skin tone | sassy | tipping hand -๐Ÿ’๐Ÿฟโ€โ™‚๏ธ tipping hand: dark skin tone -๐Ÿ’๐Ÿฟโ€โ™‚ tipping hand: dark skin tone dark skin tone | man | man tipping hand | man tipping hand: dark skin tone | sassy | tipping hand -๐Ÿ’โ€โ™€๏ธ tipping hand -๐Ÿ’โ€โ™€ tipping hand sassy | tipping hand | woman | woman tipping hand -๐Ÿ’๐Ÿปโ€โ™€๏ธ tipping hand: light skin tone -๐Ÿ’๐Ÿปโ€โ™€ tipping hand: light skin tone light skin tone | sassy | tipping hand | woman | woman tipping hand | woman tipping hand: light skin tone -๐Ÿ’๐Ÿผโ€โ™€๏ธ tipping hand: medium-light skin tone -๐Ÿ’๐Ÿผโ€โ™€ tipping hand: medium-light skin tone medium-light skin tone | sassy | tipping hand | woman | woman tipping hand | woman tipping hand: medium-light skin tone -๐Ÿ’๐Ÿฝโ€โ™€๏ธ tipping hand: medium skin tone -๐Ÿ’๐Ÿฝโ€โ™€ tipping hand: medium skin tone medium skin tone | sassy | tipping hand | woman | woman tipping hand | woman tipping hand: medium skin tone -๐Ÿ’๐Ÿพโ€โ™€๏ธ tipping hand: medium-dark skin tone -๐Ÿ’๐Ÿพโ€โ™€ tipping hand: medium-dark skin tone medium-dark skin tone | sassy | tipping hand | woman | woman tipping hand | woman tipping hand: medium-dark skin tone -๐Ÿ’๐Ÿฟโ€โ™€๏ธ tipping hand: dark skin tone -๐Ÿ’๐Ÿฟโ€โ™€ tipping hand: dark skin tone dark skin tone | sassy | tipping hand | woman | woman tipping hand | woman tipping hand: dark skin tone -๐Ÿ™‹ raising hand gesture | hand | happy | person raising hand | raised -๐Ÿ™‹๐Ÿป raising hand: light skin tone gesture | hand | happy | light skin tone | person raising hand | person raising hand: light skin tone | raised -๐Ÿ™‹๐Ÿผ raising hand: medium-light skin tone gesture | hand | happy | medium-light skin tone | person raising hand | person raising hand: medium-light skin tone | raised -๐Ÿ™‹๐Ÿฝ raising hand: medium skin tone gesture | hand | happy | medium skin tone | person raising hand | person raising hand: medium skin tone | raised -๐Ÿ™‹๐Ÿพ raising hand: medium-dark skin tone gesture | hand | happy | medium-dark skin tone | person raising hand | person raising hand: medium-dark skin tone | raised -๐Ÿ™‹๐Ÿฟ raising hand: dark skin tone dark skin tone | gesture | hand | happy | person raising hand | person raising hand: dark skin tone | raised -๐Ÿ™‹โ€โ™‚๏ธ raising hand -๐Ÿ™‹โ€โ™‚ raising hand gesture | man | man raising hand | raising hand -๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ raising hand: light skin tone -๐Ÿ™‹๐Ÿปโ€โ™‚ raising hand: light skin tone gesture | light skin tone | man | man raising hand | man raising hand: light skin tone | raising hand -๐Ÿ™‹๐Ÿผโ€โ™‚๏ธ raising hand: medium-light skin tone -๐Ÿ™‹๐Ÿผโ€โ™‚ raising hand: medium-light skin tone gesture | man | man raising hand | man raising hand: medium-light skin tone | medium-light skin tone | raising hand -๐Ÿ™‹๐Ÿฝโ€โ™‚๏ธ raising hand: medium skin tone -๐Ÿ™‹๐Ÿฝโ€โ™‚ raising hand: medium skin tone gesture | man | man raising hand | man raising hand: medium skin tone | medium skin tone | raising hand -๐Ÿ™‹๐Ÿพโ€โ™‚๏ธ raising hand: medium-dark skin tone -๐Ÿ™‹๐Ÿพโ€โ™‚ raising hand: medium-dark skin tone gesture | man | man raising hand | man raising hand: medium-dark skin tone | medium-dark skin tone | raising hand -๐Ÿ™‹๐Ÿฟโ€โ™‚๏ธ raising hand: dark skin tone -๐Ÿ™‹๐Ÿฟโ€โ™‚ raising hand: dark skin tone dark skin tone | gesture | man | man raising hand | man raising hand: dark skin tone | raising hand -๐Ÿ™‹โ€โ™€๏ธ raising hand -๐Ÿ™‹โ€โ™€ raising hand gesture | raising hand | woman | woman raising hand -๐Ÿ™‹๐Ÿปโ€โ™€๏ธ raising hand: light skin tone -๐Ÿ™‹๐Ÿปโ€โ™€ raising hand: light skin tone gesture | light skin tone | raising hand | woman | woman raising hand | woman raising hand: light skin tone -๐Ÿ™‹๐Ÿผโ€โ™€๏ธ raising hand: medium-light skin tone -๐Ÿ™‹๐Ÿผโ€โ™€ raising hand: medium-light skin tone gesture | medium-light skin tone | raising hand | woman | woman raising hand | woman raising hand: medium-light skin tone -๐Ÿ™‹๐Ÿฝโ€โ™€๏ธ raising hand: medium skin tone -๐Ÿ™‹๐Ÿฝโ€โ™€ raising hand: medium skin tone gesture | medium skin tone | raising hand | woman | woman raising hand | woman raising hand: medium skin tone -๐Ÿ™‹๐Ÿพโ€โ™€๏ธ raising hand: medium-dark skin tone -๐Ÿ™‹๐Ÿพโ€โ™€ raising hand: medium-dark skin tone gesture | medium-dark skin tone | raising hand | woman | woman raising hand | woman raising hand: medium-dark skin tone -๐Ÿ™‹๐Ÿฟโ€โ™€๏ธ raising hand: dark skin tone -๐Ÿ™‹๐Ÿฟโ€โ™€ raising hand: dark skin tone dark skin tone | gesture | raising hand | woman | woman raising hand | woman raising hand: dark skin tone -๐Ÿง person accessibility | deaf | deaf person | ear | hear | hard of hearing | hearing impaired -๐Ÿง๐Ÿป person: light skin tone accessibility | deaf | deaf person | deaf person: light skin tone | ear | hear | light skin tone | hard of hearing | hearing impaired -๐Ÿง๐Ÿผ person: medium-light skin tone accessibility | deaf | deaf person | deaf person: medium-light skin tone | ear | hear | medium-light skin tone | hard of hearing | hearing impaired -๐Ÿง๐Ÿฝ person: medium skin tone accessibility | deaf | deaf person | deaf person: medium skin tone | ear | hear | medium skin tone | hard of hearing | hearing impaired -๐Ÿง๐Ÿพ person: medium-dark skin tone accessibility | deaf | deaf person | deaf person: medium-dark skin tone | ear | hear | medium-dark skin tone | hard of hearing | hearing impaired -๐Ÿง๐Ÿฟ person: dark skin tone accessibility | dark skin tone | deaf | deaf person | deaf person: dark skin tone | ear | hear | hard of hearing | hearing impaired -๐Ÿงโ€โ™‚๏ธ man -๐Ÿงโ€โ™‚ man deaf | man -๐Ÿง๐Ÿปโ€โ™‚๏ธ man: light skin tone -๐Ÿง๐Ÿปโ€โ™‚ man: light skin tone deaf | deaf man: light skin tone | light skin tone | man -๐Ÿง๐Ÿผโ€โ™‚๏ธ man: medium-light skin tone -๐Ÿง๐Ÿผโ€โ™‚ man: medium-light skin tone deaf | deaf man: medium-light skin tone | man | medium-light skin tone -๐Ÿง๐Ÿฝโ€โ™‚๏ธ man: medium skin tone -๐Ÿง๐Ÿฝโ€โ™‚ man: medium skin tone deaf | deaf man: medium skin tone | man | medium skin tone -๐Ÿง๐Ÿพโ€โ™‚๏ธ man: medium-dark skin tone -๐Ÿง๐Ÿพโ€โ™‚ man: medium-dark skin tone deaf | deaf man: medium-dark skin tone | man | medium-dark skin tone -๐Ÿง๐Ÿฟโ€โ™‚๏ธ man: dark skin tone -๐Ÿง๐Ÿฟโ€โ™‚ man: dark skin tone dark skin tone | deaf | deaf man: dark skin tone | man -๐Ÿงโ€โ™€๏ธ woman -๐Ÿงโ€โ™€ woman deaf | woman -๐Ÿง๐Ÿปโ€โ™€๏ธ woman: light skin tone -๐Ÿง๐Ÿปโ€โ™€ woman: light skin tone deaf | deaf woman: light skin tone | light skin tone | woman -๐Ÿง๐Ÿผโ€โ™€๏ธ woman: medium-light skin tone -๐Ÿง๐Ÿผโ€โ™€ woman: medium-light skin tone deaf | deaf woman: medium-light skin tone | medium-light skin tone | woman -๐Ÿง๐Ÿฝโ€โ™€๏ธ woman: medium skin tone -๐Ÿง๐Ÿฝโ€โ™€ woman: medium skin tone deaf | deaf woman: medium skin tone | medium skin tone | woman -๐Ÿง๐Ÿพโ€โ™€๏ธ woman: medium-dark skin tone -๐Ÿง๐Ÿพโ€โ™€ woman: medium-dark skin tone deaf | deaf woman: medium-dark skin tone | medium-dark skin tone | woman -๐Ÿง๐Ÿฟโ€โ™€๏ธ woman: dark skin tone -๐Ÿง๐Ÿฟโ€โ™€ woman: dark skin tone dark skin tone | deaf | deaf woman: dark skin tone | woman -๐Ÿ™‡ bowing apology | bow | gesture | person bowing | sorry -๐Ÿ™‡๐Ÿป bowing: light skin tone apology | bow | gesture | light skin tone | person bowing | person bowing: light skin tone | sorry -๐Ÿ™‡๐Ÿผ bowing: medium-light skin tone apology | bow | gesture | medium-light skin tone | person bowing | person bowing: medium-light skin tone | sorry -๐Ÿ™‡๐Ÿฝ bowing: medium skin tone apology | bow | gesture | medium skin tone | person bowing | person bowing: medium skin tone | sorry -๐Ÿ™‡๐Ÿพ bowing: medium-dark skin tone apology | bow | gesture | medium-dark skin tone | person bowing | person bowing: medium-dark skin tone | sorry -๐Ÿ™‡๐Ÿฟ bowing: dark skin tone apology | bow | dark skin tone | gesture | person bowing | person bowing: dark skin tone | sorry -๐Ÿ™‡โ€โ™‚๏ธ bowing -๐Ÿ™‡โ€โ™‚ bowing apology | bowing | favor | gesture | man | sorry | favour -๐Ÿ™‡๐Ÿปโ€โ™‚๏ธ bowing: light skin tone -๐Ÿ™‡๐Ÿปโ€โ™‚ bowing: light skin tone apology | bowing | favor | gesture | light skin tone | man | man bowing: light skin tone | sorry | favour -๐Ÿ™‡๐Ÿผโ€โ™‚๏ธ bowing: medium-light skin tone -๐Ÿ™‡๐Ÿผโ€โ™‚ bowing: medium-light skin tone apology | bowing | favor | gesture | man | man bowing: medium-light skin tone | medium-light skin tone | sorry | favour -๐Ÿ™‡๐Ÿฝโ€โ™‚๏ธ bowing: medium skin tone -๐Ÿ™‡๐Ÿฝโ€โ™‚ bowing: medium skin tone apology | bowing | favor | gesture | man | man bowing: medium skin tone | medium skin tone | sorry | favour -๐Ÿ™‡๐Ÿพโ€โ™‚๏ธ bowing: medium-dark skin tone -๐Ÿ™‡๐Ÿพโ€โ™‚ bowing: medium-dark skin tone apology | bowing | favor | gesture | man | man bowing: medium-dark skin tone | medium-dark skin tone | sorry | favour -๐Ÿ™‡๐Ÿฟโ€โ™‚๏ธ bowing: dark skin tone -๐Ÿ™‡๐Ÿฟโ€โ™‚ bowing: dark skin tone apology | bowing | dark skin tone | favor | gesture | man | man bowing: dark skin tone | sorry | favour -๐Ÿ™‡โ€โ™€๏ธ bowing -๐Ÿ™‡โ€โ™€ bowing apology | bowing | favor | gesture | sorry | woman | favour -๐Ÿ™‡๐Ÿปโ€โ™€๏ธ bowing: light skin tone -๐Ÿ™‡๐Ÿปโ€โ™€ bowing: light skin tone apology | bowing | favor | gesture | light skin tone | sorry | woman | woman bowing: light skin tone | favour -๐Ÿ™‡๐Ÿผโ€โ™€๏ธ bowing: medium-light skin tone -๐Ÿ™‡๐Ÿผโ€โ™€ bowing: medium-light skin tone apology | bowing | favor | gesture | medium-light skin tone | sorry | woman | woman bowing: medium-light skin tone | favour -๐Ÿ™‡๐Ÿฝโ€โ™€๏ธ bowing: medium skin tone -๐Ÿ™‡๐Ÿฝโ€โ™€ bowing: medium skin tone apology | bowing | favor | gesture | medium skin tone | sorry | woman | woman bowing: medium skin tone | favour -๐Ÿ™‡๐Ÿพโ€โ™€๏ธ bowing: medium-dark skin tone -๐Ÿ™‡๐Ÿพโ€โ™€ bowing: medium-dark skin tone apology | bowing | favor | gesture | medium-dark skin tone | sorry | woman | woman bowing: medium-dark skin tone | favour -๐Ÿ™‡๐Ÿฟโ€โ™€๏ธ bowing: dark skin tone -๐Ÿ™‡๐Ÿฟโ€โ™€ bowing: dark skin tone apology | bowing | dark skin tone | favor | gesture | sorry | woman | woman bowing: dark skin tone | favour -๐Ÿคฆ facepalming disbelief | exasperation | face | palm | person facepalming -๐Ÿคฆ๐Ÿป facepalming: light skin tone disbelief | exasperation | face | light skin tone | palm | person facepalming | person facepalming: light skin tone -๐Ÿคฆ๐Ÿผ facepalming: medium-light skin tone disbelief | exasperation | face | medium-light skin tone | palm | person facepalming | person facepalming: medium-light skin tone -๐Ÿคฆ๐Ÿฝ facepalming: medium skin tone disbelief | exasperation | face | medium skin tone | palm | person facepalming | person facepalming: medium skin tone -๐Ÿคฆ๐Ÿพ facepalming: medium-dark skin tone disbelief | exasperation | face | medium-dark skin tone | palm | person facepalming | person facepalming: medium-dark skin tone -๐Ÿคฆ๐Ÿฟ facepalming: dark skin tone dark skin tone | disbelief | exasperation | face | palm | person facepalming | person facepalming: dark skin tone -๐Ÿคฆโ€โ™‚๏ธ facepalming -๐Ÿคฆโ€โ™‚ facepalming disbelief | exasperation | facepalm | man | man facepalming -๐Ÿคฆ๐Ÿปโ€โ™‚๏ธ facepalming: light skin tone -๐Ÿคฆ๐Ÿปโ€โ™‚ facepalming: light skin tone disbelief | exasperation | facepalm | light skin tone | man | man facepalming | man facepalming: light skin tone -๐Ÿคฆ๐Ÿผโ€โ™‚๏ธ facepalming: medium-light skin tone -๐Ÿคฆ๐Ÿผโ€โ™‚ facepalming: medium-light skin tone disbelief | exasperation | facepalm | man | man facepalming | man facepalming: medium-light skin tone | medium-light skin tone -๐Ÿคฆ๐Ÿฝโ€โ™‚๏ธ facepalming: medium skin tone -๐Ÿคฆ๐Ÿฝโ€โ™‚ facepalming: medium skin tone disbelief | exasperation | facepalm | man | man facepalming | man facepalming: medium skin tone | medium skin tone -๐Ÿคฆ๐Ÿพโ€โ™‚๏ธ facepalming: medium-dark skin tone -๐Ÿคฆ๐Ÿพโ€โ™‚ facepalming: medium-dark skin tone disbelief | exasperation | facepalm | man | man facepalming | man facepalming: medium-dark skin tone | medium-dark skin tone -๐Ÿคฆ๐Ÿฟโ€โ™‚๏ธ facepalming: dark skin tone -๐Ÿคฆ๐Ÿฟโ€โ™‚ facepalming: dark skin tone dark skin tone | disbelief | exasperation | facepalm | man | man facepalming | man facepalming: dark skin tone -๐Ÿคฆโ€โ™€๏ธ facepalming -๐Ÿคฆโ€โ™€ facepalming disbelief | exasperation | facepalm | woman | woman facepalming -๐Ÿคฆ๐Ÿปโ€โ™€๏ธ facepalming: light skin tone -๐Ÿคฆ๐Ÿปโ€โ™€ facepalming: light skin tone disbelief | exasperation | facepalm | light skin tone | woman | woman facepalming | woman facepalming: light skin tone -๐Ÿคฆ๐Ÿผโ€โ™€๏ธ facepalming: medium-light skin tone -๐Ÿคฆ๐Ÿผโ€โ™€ facepalming: medium-light skin tone disbelief | exasperation | facepalm | medium-light skin tone | woman | woman facepalming | woman facepalming: medium-light skin tone -๐Ÿคฆ๐Ÿฝโ€โ™€๏ธ facepalming: medium skin tone -๐Ÿคฆ๐Ÿฝโ€โ™€ facepalming: medium skin tone disbelief | exasperation | facepalm | medium skin tone | woman | woman facepalming | woman facepalming: medium skin tone -๐Ÿคฆ๐Ÿพโ€โ™€๏ธ facepalming: medium-dark skin tone -๐Ÿคฆ๐Ÿพโ€โ™€ facepalming: medium-dark skin tone disbelief | exasperation | facepalm | medium-dark skin tone | woman | woman facepalming | woman facepalming: medium-dark skin tone -๐Ÿคฆ๐Ÿฟโ€โ™€๏ธ facepalming: dark skin tone -๐Ÿคฆ๐Ÿฟโ€โ™€ facepalming: dark skin tone dark skin tone | disbelief | exasperation | facepalm | woman | woman facepalming | woman facepalming: dark skin tone -๐Ÿคท shrugging doubt | ignorance | indifference | person shrugging | shrug -๐Ÿคท๐Ÿป shrugging: light skin tone doubt | ignorance | indifference | light skin tone | person shrugging | person shrugging: light skin tone | shrug -๐Ÿคท๐Ÿผ shrugging: medium-light skin tone doubt | ignorance | indifference | medium-light skin tone | person shrugging | person shrugging: medium-light skin tone | shrug -๐Ÿคท๐Ÿฝ shrugging: medium skin tone doubt | ignorance | indifference | medium skin tone | person shrugging | person shrugging: medium skin tone | shrug -๐Ÿคท๐Ÿพ shrugging: medium-dark skin tone doubt | ignorance | indifference | medium-dark skin tone | person shrugging | person shrugging: medium-dark skin tone | shrug -๐Ÿคท๐Ÿฟ shrugging: dark skin tone dark skin tone | doubt | ignorance | indifference | person shrugging | person shrugging: dark skin tone | shrug -๐Ÿคทโ€โ™‚๏ธ shrugging -๐Ÿคทโ€โ™‚ shrugging doubt | ignorance | indifference | man | man shrugging | shrug -๐Ÿคท๐Ÿปโ€โ™‚๏ธ shrugging: light skin tone -๐Ÿคท๐Ÿปโ€โ™‚ shrugging: light skin tone doubt | ignorance | indifference | light skin tone | man | man shrugging | man shrugging: light skin tone | shrug -๐Ÿคท๐Ÿผโ€โ™‚๏ธ shrugging: medium-light skin tone -๐Ÿคท๐Ÿผโ€โ™‚ shrugging: medium-light skin tone doubt | ignorance | indifference | man | man shrugging | man shrugging: medium-light skin tone | medium-light skin tone | shrug -๐Ÿคท๐Ÿฝโ€โ™‚๏ธ shrugging: medium skin tone -๐Ÿคท๐Ÿฝโ€โ™‚ shrugging: medium skin tone doubt | ignorance | indifference | man | man shrugging | man shrugging: medium skin tone | medium skin tone | shrug -๐Ÿคท๐Ÿพโ€โ™‚๏ธ shrugging: medium-dark skin tone -๐Ÿคท๐Ÿพโ€โ™‚ shrugging: medium-dark skin tone doubt | ignorance | indifference | man | man shrugging | man shrugging: medium-dark skin tone | medium-dark skin tone | shrug -๐Ÿคท๐Ÿฟโ€โ™‚๏ธ shrugging: dark skin tone -๐Ÿคท๐Ÿฟโ€โ™‚ shrugging: dark skin tone dark skin tone | doubt | ignorance | indifference | man | man shrugging | man shrugging: dark skin tone | shrug -๐Ÿคทโ€โ™€๏ธ shrugging -๐Ÿคทโ€โ™€ shrugging doubt | ignorance | indifference | shrug | woman | woman shrugging -๐Ÿคท๐Ÿปโ€โ™€๏ธ shrugging: light skin tone -๐Ÿคท๐Ÿปโ€โ™€ shrugging: light skin tone doubt | ignorance | indifference | light skin tone | shrug | woman | woman shrugging | woman shrugging: light skin tone -๐Ÿคท๐Ÿผโ€โ™€๏ธ shrugging: medium-light skin tone -๐Ÿคท๐Ÿผโ€โ™€ shrugging: medium-light skin tone doubt | ignorance | indifference | medium-light skin tone | shrug | woman | woman shrugging | woman shrugging: medium-light skin tone -๐Ÿคท๐Ÿฝโ€โ™€๏ธ shrugging: medium skin tone -๐Ÿคท๐Ÿฝโ€โ™€ shrugging: medium skin tone doubt | ignorance | indifference | medium skin tone | shrug | woman | woman shrugging | woman shrugging: medium skin tone -๐Ÿคท๐Ÿพโ€โ™€๏ธ shrugging: medium-dark skin tone -๐Ÿคท๐Ÿพโ€โ™€ shrugging: medium-dark skin tone doubt | ignorance | indifference | medium-dark skin tone | shrug | woman | woman shrugging | woman shrugging: medium-dark skin tone -๐Ÿคท๐Ÿฟโ€โ™€๏ธ shrugging: dark skin tone -๐Ÿคท๐Ÿฟโ€โ™€ shrugging: dark skin tone dark skin tone | doubt | ignorance | indifference | shrug | woman | woman shrugging | woman shrugging: dark skin tone -๐Ÿง‘โ€โš•๏ธ worker -๐Ÿง‘โ€โš• worker doctor | health worker | healthcare | nurse | therapist | health care -๐Ÿง‘๐Ÿปโ€โš•๏ธ worker: light skin tone -๐Ÿง‘๐Ÿปโ€โš• worker: light skin tone doctor | health worker | health worker: light skin tone | healthcare | light skin tone | nurse | therapist | health care -๐Ÿง‘๐Ÿผโ€โš•๏ธ worker: medium-light skin tone -๐Ÿง‘๐Ÿผโ€โš• worker: medium-light skin tone doctor | health worker | health worker: medium-light skin tone | healthcare | medium-light skin tone | nurse | therapist | health care -๐Ÿง‘๐Ÿฝโ€โš•๏ธ worker: medium skin tone -๐Ÿง‘๐Ÿฝโ€โš• worker: medium skin tone doctor | health worker | health worker: medium skin tone | healthcare | medium skin tone | nurse | therapist | health care -๐Ÿง‘๐Ÿพโ€โš•๏ธ worker: medium-dark skin tone -๐Ÿง‘๐Ÿพโ€โš• worker: medium-dark skin tone doctor | health worker | health worker: medium-dark skin tone | healthcare | medium-dark skin tone | nurse | therapist | health care -๐Ÿง‘๐Ÿฟโ€โš•๏ธ worker: dark skin tone -๐Ÿง‘๐Ÿฟโ€โš• worker: dark skin tone dark skin tone | doctor | health worker | health worker: dark skin tone | healthcare | nurse | therapist | health care -๐Ÿ‘จโ€โš•๏ธ health worker -๐Ÿ‘จโ€โš• health worker doctor | healthcare | man | man health worker | nurse | therapist | health care -๐Ÿ‘จ๐Ÿปโ€โš•๏ธ health worker: light skin tone -๐Ÿ‘จ๐Ÿปโ€โš• health worker: light skin tone doctor | healthcare | light skin tone | man | man health worker | man health worker: light skin tone | nurse | therapist | health care -๐Ÿ‘จ๐Ÿผโ€โš•๏ธ health worker: medium-light skin tone -๐Ÿ‘จ๐Ÿผโ€โš• health worker: medium-light skin tone doctor | healthcare | man | man health worker | man health worker: medium-light skin tone | medium-light skin tone | nurse | therapist | health care -๐Ÿ‘จ๐Ÿฝโ€โš•๏ธ health worker: medium skin tone -๐Ÿ‘จ๐Ÿฝโ€โš• health worker: medium skin tone doctor | healthcare | man | man health worker | man health worker: medium skin tone | medium skin tone | nurse | therapist | health care -๐Ÿ‘จ๐Ÿพโ€โš•๏ธ health worker: medium-dark skin tone -๐Ÿ‘จ๐Ÿพโ€โš• health worker: medium-dark skin tone doctor | healthcare | man | man health worker | man health worker: medium-dark skin tone | medium-dark skin tone | nurse | therapist | health care -๐Ÿ‘จ๐Ÿฟโ€โš•๏ธ health worker: dark skin tone -๐Ÿ‘จ๐Ÿฟโ€โš• health worker: dark skin tone dark skin tone | doctor | healthcare | man | man health worker | man health worker: dark skin tone | nurse | therapist | health care -๐Ÿ‘ฉโ€โš•๏ธ health worker -๐Ÿ‘ฉโ€โš• health worker doctor | healthcare | nurse | therapist | woman | woman health worker | health care -๐Ÿ‘ฉ๐Ÿปโ€โš•๏ธ health worker: light skin tone -๐Ÿ‘ฉ๐Ÿปโ€โš• health worker: light skin tone doctor | healthcare | light skin tone | nurse | therapist | woman | woman health worker | woman health worker: light skin tone | health care -๐Ÿ‘ฉ๐Ÿผโ€โš•๏ธ health worker: medium-light skin tone -๐Ÿ‘ฉ๐Ÿผโ€โš• health worker: medium-light skin tone doctor | healthcare | medium-light skin tone | nurse | therapist | woman | woman health worker | woman health worker: medium-light skin tone | health care -๐Ÿ‘ฉ๐Ÿฝโ€โš•๏ธ health worker: medium skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โš• health worker: medium skin tone doctor | healthcare | medium skin tone | nurse | therapist | woman | woman health worker | woman health worker: medium skin tone | health care -๐Ÿ‘ฉ๐Ÿพโ€โš•๏ธ health worker: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿพโ€โš• health worker: medium-dark skin tone doctor | healthcare | medium-dark skin tone | nurse | therapist | woman | woman health worker | woman health worker: medium-dark skin tone | health care -๐Ÿ‘ฉ๐Ÿฟโ€โš•๏ธ health worker: dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โš• health worker: dark skin tone dark skin tone | doctor | healthcare | nurse | therapist | woman | woman health worker | woman health worker: dark skin tone | health care -๐Ÿง‘โ€๐ŸŽ“ graduate | student -๐Ÿง‘๐Ÿปโ€๐ŸŽ“ light skin tone graduate | light skin tone | student | student: light skin tone -๐Ÿง‘๐Ÿผโ€๐ŸŽ“ medium-light skin tone graduate | medium-light skin tone | student | student: medium-light skin tone -๐Ÿง‘๐Ÿฝโ€๐ŸŽ“ medium skin tone graduate | medium skin tone | student | student: medium skin tone -๐Ÿง‘๐Ÿพโ€๐ŸŽ“ medium-dark skin tone graduate | medium-dark skin tone | student | student: medium-dark skin tone -๐Ÿง‘๐Ÿฟโ€๐ŸŽ“ dark skin tone dark skin tone | graduate | student | student: dark skin tone -๐Ÿ‘จโ€๐ŸŽ“ student graduate | man | student -๐Ÿ‘จ๐Ÿปโ€๐ŸŽ“ student: light skin tone graduate | light skin tone | man | man student: light skin tone | student -๐Ÿ‘จ๐Ÿผโ€๐ŸŽ“ student: medium-light skin tone graduate | man | man student: medium-light skin tone | medium-light skin tone | student -๐Ÿ‘จ๐Ÿฝโ€๐ŸŽ“ student: medium skin tone graduate | man | man student: medium skin tone | medium skin tone | student -๐Ÿ‘จ๐Ÿพโ€๐ŸŽ“ student: medium-dark skin tone graduate | man | man student: medium-dark skin tone | medium-dark skin tone | student -๐Ÿ‘จ๐Ÿฟโ€๐ŸŽ“ student: dark skin tone dark skin tone | graduate | man | man student: dark skin tone | student -๐Ÿ‘ฉโ€๐ŸŽ“ student graduate | student | woman -๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽ“ student: light skin tone graduate | light skin tone | student | woman | woman student: light skin tone -๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽ“ student: medium-light skin tone graduate | medium-light skin tone | student | woman | woman student: medium-light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽ“ student: medium skin tone graduate | medium skin tone | student | woman | woman student: medium skin tone -๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽ“ student: medium-dark skin tone graduate | medium-dark skin tone | student | woman | woman student: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽ“ student: dark skin tone dark skin tone | graduate | student | woman | woman student: dark skin tone -๐Ÿง‘โ€๐Ÿซ instructor | lecturer | professor | teacher -๐Ÿง‘๐Ÿปโ€๐Ÿซ light skin tone instructor | lecturer | light skin tone | professor | teacher | teacher: light skin tone -๐Ÿง‘๐Ÿผโ€๐Ÿซ medium-light skin tone instructor | lecturer | medium-light skin tone | professor | teacher | teacher: medium-light skin tone -๐Ÿง‘๐Ÿฝโ€๐Ÿซ medium skin tone instructor | lecturer | medium skin tone | professor | teacher | teacher: medium skin tone -๐Ÿง‘๐Ÿพโ€๐Ÿซ medium-dark skin tone instructor | lecturer | medium-dark skin tone | professor | teacher | teacher: medium-dark skin tone -๐Ÿง‘๐Ÿฟโ€๐Ÿซ dark skin tone dark skin tone | instructor | lecturer | professor | teacher | teacher: dark skin tone -๐Ÿ‘จโ€๐Ÿซ teacher instructor | lecturer | man | professor | teacher -๐Ÿ‘จ๐Ÿปโ€๐Ÿซ teacher: light skin tone instructor | lecturer | light skin tone | man | man teacher: light skin tone | professor | teacher -๐Ÿ‘จ๐Ÿผโ€๐Ÿซ teacher: medium-light skin tone instructor | lecturer | man | man teacher: medium-light skin tone | medium-light skin tone | professor | teacher -๐Ÿ‘จ๐Ÿฝโ€๐Ÿซ teacher: medium skin tone instructor | lecturer | man | man teacher: medium skin tone | medium skin tone | professor | teacher -๐Ÿ‘จ๐Ÿพโ€๐Ÿซ teacher: medium-dark skin tone instructor | lecturer | man | man teacher: medium-dark skin tone | medium-dark skin tone | professor | teacher -๐Ÿ‘จ๐Ÿฟโ€๐Ÿซ teacher: dark skin tone dark skin tone | instructor | lecturer | man | man teacher: dark skin tone | professor | teacher -๐Ÿ‘ฉโ€๐Ÿซ teacher instructor | lecturer | professor | teacher | woman -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿซ teacher: light skin tone instructor | lecturer | light skin tone | professor | teacher | woman | woman teacher: light skin tone -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿซ teacher: medium-light skin tone instructor | lecturer | medium-light skin tone | professor | teacher | woman | woman teacher: medium-light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿซ teacher: medium skin tone instructor | lecturer | medium skin tone | professor | teacher | woman | woman teacher: medium skin tone -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿซ teacher: medium-dark skin tone instructor | lecturer | medium-dark skin tone | professor | teacher | woman | woman teacher: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿซ teacher: dark skin tone dark skin tone | instructor | lecturer | professor | teacher | woman | woman teacher: dark skin tone -๐Ÿง‘โ€โš– judge | justice | law | scales -๐Ÿง‘๐Ÿปโ€โš–๏ธ light skin tone -๐Ÿง‘๐Ÿปโ€โš– light skin tone judge | judge: light skin tone | justice | law | light skin tone | scales -๐Ÿง‘๐Ÿผโ€โš–๏ธ medium-light skin tone -๐Ÿง‘๐Ÿผโ€โš– medium-light skin tone judge | judge: medium-light skin tone | justice | law | medium-light skin tone | scales -๐Ÿง‘๐Ÿฝโ€โš–๏ธ medium skin tone -๐Ÿง‘๐Ÿฝโ€โš– medium skin tone judge | judge: medium skin tone | justice | law | medium skin tone | scales -๐Ÿง‘๐Ÿพโ€โš–๏ธ medium-dark skin tone -๐Ÿง‘๐Ÿพโ€โš– medium-dark skin tone judge | judge: medium-dark skin tone | justice | law | medium-dark skin tone | scales -๐Ÿง‘๐Ÿฟโ€โš–๏ธ dark skin tone -๐Ÿง‘๐Ÿฟโ€โš– dark skin tone dark skin tone | judge | judge: dark skin tone | justice | law | scales -๐Ÿ‘จโ€โš–๏ธ judge -๐Ÿ‘จโ€โš– judge judge | justice | law | man | scales -๐Ÿ‘จ๐Ÿปโ€โš–๏ธ judge: light skin tone -๐Ÿ‘จ๐Ÿปโ€โš– judge: light skin tone judge | justice | law | light skin tone | man | man judge: light skin tone | scales -๐Ÿ‘จ๐Ÿผโ€โš–๏ธ judge: medium-light skin tone -๐Ÿ‘จ๐Ÿผโ€โš– judge: medium-light skin tone judge | justice | law | man | man judge: medium-light skin tone | medium-light skin tone | scales -๐Ÿ‘จ๐Ÿฝโ€โš–๏ธ judge: medium skin tone -๐Ÿ‘จ๐Ÿฝโ€โš– judge: medium skin tone judge | justice | law | man | man judge: medium skin tone | medium skin tone | scales -๐Ÿ‘จ๐Ÿพโ€โš–๏ธ judge: medium-dark skin tone -๐Ÿ‘จ๐Ÿพโ€โš– judge: medium-dark skin tone judge | justice | law | man | man judge: medium-dark skin tone | medium-dark skin tone | scales -๐Ÿ‘จ๐Ÿฟโ€โš–๏ธ judge: dark skin tone -๐Ÿ‘จ๐Ÿฟโ€โš– judge: dark skin tone dark skin tone | judge | justice | law | man | man judge: dark skin tone | scales -๐Ÿ‘ฉโ€โš–๏ธ judge -๐Ÿ‘ฉโ€โš– judge judge | justice | law | scales | woman -๐Ÿ‘ฉ๐Ÿปโ€โš–๏ธ judge: light skin tone -๐Ÿ‘ฉ๐Ÿปโ€โš– judge: light skin tone judge | justice | law | light skin tone | scales | woman | woman judge: light skin tone -๐Ÿ‘ฉ๐Ÿผโ€โš–๏ธ judge: medium-light skin tone -๐Ÿ‘ฉ๐Ÿผโ€โš– judge: medium-light skin tone judge | justice | law | medium-light skin tone | scales | woman | woman judge: medium-light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โš–๏ธ judge: medium skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โš– judge: medium skin tone judge | justice | law | medium skin tone | scales | woman | woman judge: medium skin tone -๐Ÿ‘ฉ๐Ÿพโ€โš–๏ธ judge: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿพโ€โš– judge: medium-dark skin tone judge | justice | law | medium-dark skin tone | scales | woman | woman judge: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โš–๏ธ judge: dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โš– judge: dark skin tone dark skin tone | judge | justice | law | scales | woman | woman judge: dark skin tone -๐Ÿง‘โ€๐ŸŒพ farmer | gardener | rancher -๐Ÿง‘๐Ÿปโ€๐ŸŒพ light skin tone farmer | farmer: light skin tone | gardener | light skin tone | rancher -๐Ÿง‘๐Ÿผโ€๐ŸŒพ medium-light skin tone farmer | farmer: medium-light skin tone | gardener | medium-light skin tone | rancher -๐Ÿง‘๐Ÿฝโ€๐ŸŒพ medium skin tone farmer | farmer: medium skin tone | gardener | medium skin tone | rancher -๐Ÿง‘๐Ÿพโ€๐ŸŒพ medium-dark skin tone farmer | farmer: medium-dark skin tone | gardener | medium-dark skin tone | rancher -๐Ÿง‘๐Ÿฟโ€๐ŸŒพ dark skin tone dark skin tone | farmer | farmer: dark skin tone | gardener | rancher -๐Ÿ‘จโ€๐ŸŒพ farmer farmer | gardener | man | rancher -๐Ÿ‘จ๐Ÿปโ€๐ŸŒพ farmer: light skin tone farmer | gardener | light skin tone | man | man farmer: light skin tone | rancher -๐Ÿ‘จ๐Ÿผโ€๐ŸŒพ farmer: medium-light skin tone farmer | gardener | man | man farmer: medium-light skin tone | medium-light skin tone | rancher -๐Ÿ‘จ๐Ÿฝโ€๐ŸŒพ farmer: medium skin tone farmer | gardener | man | man farmer: medium skin tone | medium skin tone | rancher -๐Ÿ‘จ๐Ÿพโ€๐ŸŒพ farmer: medium-dark skin tone farmer | gardener | man | man farmer: medium-dark skin tone | medium-dark skin tone | rancher -๐Ÿ‘จ๐Ÿฟโ€๐ŸŒพ farmer: dark skin tone dark skin tone | farmer | gardener | man | man farmer: dark skin tone | rancher -๐Ÿ‘ฉโ€๐ŸŒพ farmer farmer | gardener | rancher | woman -๐Ÿ‘ฉ๐Ÿปโ€๐ŸŒพ farmer: light skin tone farmer | gardener | light skin tone | rancher | woman | woman farmer: light skin tone -๐Ÿ‘ฉ๐Ÿผโ€๐ŸŒพ farmer: medium-light skin tone farmer | gardener | medium-light skin tone | rancher | woman | woman farmer: medium-light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŒพ farmer: medium skin tone farmer | gardener | medium skin tone | rancher | woman | woman farmer: medium skin tone -๐Ÿ‘ฉ๐Ÿพโ€๐ŸŒพ farmer: medium-dark skin tone farmer | gardener | medium-dark skin tone | rancher | woman | woman farmer: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŒพ farmer: dark skin tone dark skin tone | farmer | gardener | rancher | woman | woman farmer: dark skin tone -๐Ÿง‘โ€๐Ÿณ chef | cook -๐Ÿง‘๐Ÿปโ€๐Ÿณ light skin tone chef | cook | cook: light skin tone | light skin tone -๐Ÿง‘๐Ÿผโ€๐Ÿณ medium-light skin tone chef | cook | cook: medium-light skin tone | medium-light skin tone -๐Ÿง‘๐Ÿฝโ€๐Ÿณ medium skin tone chef | cook | cook: medium skin tone | medium skin tone -๐Ÿง‘๐Ÿพโ€๐Ÿณ medium-dark skin tone chef | cook | cook: medium-dark skin tone | medium-dark skin tone -๐Ÿง‘๐Ÿฟโ€๐Ÿณ dark skin tone chef | cook | cook: dark skin tone | dark skin tone -๐Ÿ‘จโ€๐Ÿณ cook chef | cook | man -๐Ÿ‘จ๐Ÿปโ€๐Ÿณ cook: light skin tone chef | cook | light skin tone | man | man cook: light skin tone -๐Ÿ‘จ๐Ÿผโ€๐Ÿณ cook: medium-light skin tone chef | cook | man | man cook: medium-light skin tone | medium-light skin tone -๐Ÿ‘จ๐Ÿฝโ€๐Ÿณ cook: medium skin tone chef | cook | man | man cook: medium skin tone | medium skin tone -๐Ÿ‘จ๐Ÿพโ€๐Ÿณ cook: medium-dark skin tone chef | cook | man | man cook: medium-dark skin tone | medium-dark skin tone -๐Ÿ‘จ๐Ÿฟโ€๐Ÿณ cook: dark skin tone chef | cook | dark skin tone | man | man cook: dark skin tone -๐Ÿ‘ฉโ€๐Ÿณ cook chef | cook | woman -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿณ cook: light skin tone chef | cook | light skin tone | woman | woman cook: light skin tone -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿณ cook: medium-light skin tone chef | cook | medium-light skin tone | woman | woman cook: medium-light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿณ cook: medium skin tone chef | cook | medium skin tone | woman | woman cook: medium skin tone -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿณ cook: medium-dark skin tone chef | cook | medium-dark skin tone | woman | woman cook: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿณ cook: dark skin tone chef | cook | dark skin tone | woman | woman cook: dark skin tone -๐Ÿง‘โ€๐Ÿ”ง electrician | mechanic | plumber | tradesperson | tradie -๐Ÿง‘๐Ÿปโ€๐Ÿ”ง light skin tone electrician | light skin tone | mechanic | mechanic: light skin tone | plumber | tradesperson | tradie -๐Ÿง‘๐Ÿผโ€๐Ÿ”ง medium-light skin tone electrician | mechanic | mechanic: medium-light skin tone | medium-light skin tone | plumber | tradesperson | tradie -๐Ÿง‘๐Ÿฝโ€๐Ÿ”ง medium skin tone electrician | mechanic | mechanic: medium skin tone | medium skin tone | plumber | tradesperson | tradie -๐Ÿง‘๐Ÿพโ€๐Ÿ”ง medium-dark skin tone electrician | mechanic | mechanic: medium-dark skin tone | medium-dark skin tone | plumber | tradesperson | tradie -๐Ÿง‘๐Ÿฟโ€๐Ÿ”ง dark skin tone dark skin tone | electrician | mechanic | mechanic: dark skin tone | plumber | tradesperson | tradie -๐Ÿ‘จโ€๐Ÿ”ง mechanic electrician | man | mechanic | plumber | tradesperson -๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ง mechanic: light skin tone electrician | light skin tone | man | man mechanic: light skin tone | mechanic | plumber | tradesperson -๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ง mechanic: medium-light skin tone electrician | man | man mechanic: medium-light skin tone | mechanic | medium-light skin tone | plumber | tradesperson -๐Ÿ‘จ๐Ÿฝโ€๐Ÿ”ง mechanic: medium skin tone electrician | man | man mechanic: medium skin tone | mechanic | medium skin tone | plumber | tradesperson -๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ง mechanic: medium-dark skin tone electrician | man | man mechanic: medium-dark skin tone | mechanic | medium-dark skin tone | plumber | tradesperson -๐Ÿ‘จ๐Ÿฟโ€๐Ÿ”ง mechanic: dark skin tone dark skin tone | electrician | man | man mechanic: dark skin tone | mechanic | plumber | tradesperson -๐Ÿ‘ฉโ€๐Ÿ”ง mechanic electrician | mechanic | plumber | tradesperson | woman -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ง mechanic: light skin tone electrician | light skin tone | mechanic | plumber | tradesperson | woman | woman mechanic: light skin tone -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ”ง mechanic: medium-light skin tone electrician | mechanic | medium-light skin tone | plumber | tradesperson | woman | woman mechanic: medium-light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ง mechanic: medium skin tone electrician | mechanic | medium skin tone | plumber | tradesperson | woman | woman mechanic: medium skin tone -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ง mechanic: medium-dark skin tone electrician | mechanic | medium-dark skin tone | plumber | tradesperson | woman | woman mechanic: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ง mechanic: dark skin tone dark skin tone | electrician | mechanic | plumber | tradesperson | woman | woman mechanic: dark skin tone -๐Ÿง‘โ€๐Ÿญ worker assembly | factory | industrial | worker -๐Ÿง‘๐Ÿปโ€๐Ÿญ worker: light skin tone assembly | factory | factory worker: light skin tone | industrial | light skin tone | worker -๐Ÿง‘๐Ÿผโ€๐Ÿญ worker: medium-light skin tone assembly | factory | factory worker: medium-light skin tone | industrial | medium-light skin tone | worker -๐Ÿง‘๐Ÿฝโ€๐Ÿญ worker: medium skin tone assembly | factory | factory worker: medium skin tone | industrial | medium skin tone | worker -๐Ÿง‘๐Ÿพโ€๐Ÿญ worker: medium-dark skin tone assembly | factory | factory worker: medium-dark skin tone | industrial | medium-dark skin tone | worker -๐Ÿง‘๐Ÿฟโ€๐Ÿญ worker: dark skin tone assembly | dark skin tone | factory | factory worker: dark skin tone | industrial | worker -๐Ÿ‘จโ€๐Ÿญ factory worker assembly | factory | industrial | man | worker -๐Ÿ‘จ๐Ÿปโ€๐Ÿญ factory worker: light skin tone assembly | factory | industrial | light skin tone | man | man factory worker: light skin tone | worker -๐Ÿ‘จ๐Ÿผโ€๐Ÿญ factory worker: medium-light skin tone assembly | factory | industrial | man | man factory worker: medium-light skin tone | medium-light skin tone | worker -๐Ÿ‘จ๐Ÿฝโ€๐Ÿญ factory worker: medium skin tone assembly | factory | industrial | man | man factory worker: medium skin tone | medium skin tone | worker -๐Ÿ‘จ๐Ÿพโ€๐Ÿญ factory worker: medium-dark skin tone assembly | factory | industrial | man | man factory worker: medium-dark skin tone | medium-dark skin tone | worker -๐Ÿ‘จ๐Ÿฟโ€๐Ÿญ factory worker: dark skin tone assembly | dark skin tone | factory | industrial | man | man factory worker: dark skin tone | worker -๐Ÿ‘ฉโ€๐Ÿญ factory worker assembly | factory | industrial | woman | worker -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿญ factory worker: light skin tone assembly | factory | industrial | light skin tone | woman | woman factory worker: light skin tone | worker -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿญ factory worker: medium-light skin tone assembly | factory | industrial | medium-light skin tone | woman | woman factory worker: medium-light skin tone | worker -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿญ factory worker: medium skin tone assembly | factory | industrial | medium skin tone | woman | woman factory worker: medium skin tone | worker -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿญ factory worker: medium-dark skin tone assembly | factory | industrial | medium-dark skin tone | woman | woman factory worker: medium-dark skin tone | worker -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿญ factory worker: dark skin tone assembly | dark skin tone | factory | industrial | woman | woman factory worker: dark skin tone | worker -๐Ÿง‘โ€๐Ÿ’ผ worker architect | business | manager | office worker | white-collar -๐Ÿง‘๐Ÿปโ€๐Ÿ’ผ worker: light skin tone architect | business | light skin tone | manager | office worker | office worker: light skin tone | white-collar -๐Ÿง‘๐Ÿผโ€๐Ÿ’ผ worker: medium-light skin tone architect | business | manager | medium-light skin tone | office worker | office worker: medium-light skin tone | white-collar -๐Ÿง‘๐Ÿฝโ€๐Ÿ’ผ worker: medium skin tone architect | business | manager | medium skin tone | office worker | office worker: medium skin tone | white-collar -๐Ÿง‘๐Ÿพโ€๐Ÿ’ผ worker: medium-dark skin tone architect | business | manager | medium-dark skin tone | office worker | office worker: medium-dark skin tone | white-collar -๐Ÿง‘๐Ÿฟโ€๐Ÿ’ผ worker: dark skin tone architect | business | dark skin tone | manager | office worker | office worker: dark skin tone | white-collar -๐Ÿ‘จโ€๐Ÿ’ผ office worker architect | business | man | man office worker | manager | white-collar | business man | office worker | white collar -๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ผ office worker: light skin tone architect | business | light skin tone | man | man office worker | man office worker: light skin tone | manager | white-collar | business man | office worker | white collar -๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ผ office worker: medium-light skin tone architect | business | man | man office worker | man office worker: medium-light skin tone | manager | medium-light skin tone | white-collar | business man | office worker | white collar -๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ผ office worker: medium skin tone architect | business | man | man office worker | man office worker: medium skin tone | manager | medium skin tone | white-collar | business man | office worker | white collar -๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ผ office worker: medium-dark skin tone architect | business | man | man office worker | man office worker: medium-dark skin tone | manager | medium-dark skin tone | white-collar | business man | office worker | white collar -๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ผ office worker: dark skin tone architect | business | dark skin tone | man | man office worker | man office worker: dark skin tone | manager | white-collar | business man | office worker | white collar -๐Ÿ‘ฉโ€๐Ÿ’ผ office worker architect | business | manager | white-collar | woman | woman office worker | business woman | office worker | white collar -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ผ office worker: light skin tone architect | business | light skin tone | manager | white-collar | woman | woman office worker | woman office worker: light skin tone | business woman | office worker | white collar -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ผ office worker: medium-light skin tone architect | business | manager | medium-light skin tone | white-collar | woman | woman office worker | woman office worker: medium-light skin tone | business woman | office worker | white collar -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ผ office worker: medium skin tone architect | business | manager | medium skin tone | white-collar | woman | woman office worker | woman office worker: medium skin tone | business woman | office worker | white collar -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ผ office worker: medium-dark skin tone architect | business | manager | medium-dark skin tone | white-collar | woman | woman office worker | woman office worker: medium-dark skin tone | business woman | office worker | white collar -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ผ office worker: dark skin tone architect | business | dark skin tone | manager | white-collar | woman | woman office worker | woman office worker: dark skin tone | business woman | office worker | white collar -๐Ÿง‘โ€๐Ÿ”ฌ biologist | chemist | engineer | physicist | scientist -๐Ÿง‘๐Ÿปโ€๐Ÿ”ฌ light skin tone biologist | chemist | engineer | light skin tone | physicist | scientist | scientist: light skin tone -๐Ÿง‘๐Ÿผโ€๐Ÿ”ฌ medium-light skin tone biologist | chemist | engineer | medium-light skin tone | physicist | scientist | scientist: medium-light skin tone -๐Ÿง‘๐Ÿฝโ€๐Ÿ”ฌ medium skin tone biologist | chemist | engineer | medium skin tone | physicist | scientist | scientist: medium skin tone -๐Ÿง‘๐Ÿพโ€๐Ÿ”ฌ medium-dark skin tone biologist | chemist | engineer | medium-dark skin tone | physicist | scientist | scientist: medium-dark skin tone -๐Ÿง‘๐Ÿฟโ€๐Ÿ”ฌ dark skin tone biologist | chemist | dark skin tone | engineer | physicist | scientist | scientist: dark skin tone -๐Ÿ‘จโ€๐Ÿ”ฌ scientist biologist | chemist | engineer | man | physicist | scientist -๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ฌ scientist: light skin tone biologist | chemist | engineer | light skin tone | man | man scientist: light skin tone | physicist | scientist -๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ scientist: medium-light skin tone biologist | chemist | engineer | man | man scientist: medium-light skin tone | medium-light skin tone | physicist | scientist -๐Ÿ‘จ๐Ÿฝโ€๐Ÿ”ฌ scientist: medium skin tone biologist | chemist | engineer | man | man scientist: medium skin tone | medium skin tone | physicist | scientist -๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ฌ scientist: medium-dark skin tone biologist | chemist | engineer | man | man scientist: medium-dark skin tone | medium-dark skin tone | physicist | scientist -๐Ÿ‘จ๐Ÿฟโ€๐Ÿ”ฌ scientist: dark skin tone biologist | chemist | dark skin tone | engineer | man | man scientist: dark skin tone | physicist | scientist -๐Ÿ‘ฉโ€๐Ÿ”ฌ scientist biologist | chemist | engineer | physicist | scientist | woman -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ฌ scientist: light skin tone biologist | chemist | engineer | light skin tone | physicist | scientist | woman | woman scientist: light skin tone -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ”ฌ scientist: medium-light skin tone biologist | chemist | engineer | medium-light skin tone | physicist | scientist | woman | woman scientist: medium-light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ฌ scientist: medium skin tone biologist | chemist | engineer | medium skin tone | physicist | scientist | woman | woman scientist: medium skin tone -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ฌ scientist: medium-dark skin tone biologist | chemist | engineer | medium-dark skin tone | physicist | scientist | woman | woman scientist: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ฌ scientist: dark skin tone biologist | chemist | dark skin tone | engineer | physicist | scientist | woman | woman scientist: dark skin tone -๐Ÿง‘โ€๐Ÿ’ป coder | developer | inventor | software | technologist -๐Ÿง‘๐Ÿปโ€๐Ÿ’ป light skin tone coder | developer | inventor | light skin tone | software | technologist | technologist: light skin tone -๐Ÿง‘๐Ÿผโ€๐Ÿ’ป medium-light skin tone coder | developer | inventor | medium-light skin tone | software | technologist | technologist: medium-light skin tone -๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป medium skin tone coder | developer | inventor | medium skin tone | software | technologist | technologist: medium skin tone -๐Ÿง‘๐Ÿพโ€๐Ÿ’ป medium-dark skin tone coder | developer | inventor | medium-dark skin tone | software | technologist | technologist: medium-dark skin tone -๐Ÿง‘๐Ÿฟโ€๐Ÿ’ป dark skin tone coder | dark skin tone | developer | inventor | software | technologist | technologist: dark skin tone -๐Ÿ‘จโ€๐Ÿ’ป technologist coder | developer | inventor | man | software | technologist -๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป technologist: light skin tone coder | developer | inventor | light skin tone | man | man technologist: light skin tone | software | technologist -๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ป technologist: medium-light skin tone coder | developer | inventor | man | man technologist: medium-light skin tone | medium-light skin tone | software | technologist -๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป technologist: medium skin tone coder | developer | inventor | man | man technologist: medium skin tone | medium skin tone | software | technologist -๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป technologist: medium-dark skin tone coder | developer | inventor | man | man technologist: medium-dark skin tone | medium-dark skin tone | software | technologist -๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ป technologist: dark skin tone coder | dark skin tone | developer | inventor | man | man technologist: dark skin tone | software | technologist -๐Ÿ‘ฉโ€๐Ÿ’ป technologist coder | developer | inventor | software | technologist | woman -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป technologist: light skin tone coder | developer | inventor | light skin tone | software | technologist | woman | woman technologist: light skin tone -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ป technologist: medium-light skin tone coder | developer | inventor | medium-light skin tone | software | technologist | woman | woman technologist: medium-light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป technologist: medium skin tone coder | developer | inventor | medium skin tone | software | technologist | woman | woman technologist: medium skin tone -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ป technologist: medium-dark skin tone coder | developer | inventor | medium-dark skin tone | software | technologist | woman | woman technologist: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ป technologist: dark skin tone coder | dark skin tone | developer | inventor | software | technologist | woman | woman technologist: dark skin tone -๐Ÿง‘โ€๐ŸŽค actor | entertainer | rock | singer | star -๐Ÿง‘๐Ÿปโ€๐ŸŽค light skin tone actor | entertainer | light skin tone | rock | singer | singer: light skin tone | star -๐Ÿง‘๐Ÿผโ€๐ŸŽค medium-light skin tone actor | entertainer | medium-light skin tone | rock | singer | singer: medium-light skin tone | star -๐Ÿง‘๐Ÿฝโ€๐ŸŽค medium skin tone actor | entertainer | medium skin tone | rock | singer | singer: medium skin tone | star -๐Ÿง‘๐Ÿพโ€๐ŸŽค medium-dark skin tone actor | entertainer | medium-dark skin tone | rock | singer | singer: medium-dark skin tone | star -๐Ÿง‘๐Ÿฟโ€๐ŸŽค dark skin tone actor | dark skin tone | entertainer | rock | singer | singer: dark skin tone | star -๐Ÿ‘จโ€๐ŸŽค singer actor | entertainer | man | rock | singer | star -๐Ÿ‘จ๐Ÿปโ€๐ŸŽค singer: light skin tone actor | entertainer | light skin tone | man | man singer: light skin tone | rock | singer | star -๐Ÿ‘จ๐Ÿผโ€๐ŸŽค singer: medium-light skin tone actor | entertainer | man | man singer: medium-light skin tone | medium-light skin tone | rock | singer | star -๐Ÿ‘จ๐Ÿฝโ€๐ŸŽค singer: medium skin tone actor | entertainer | man | man singer: medium skin tone | medium skin tone | rock | singer | star -๐Ÿ‘จ๐Ÿพโ€๐ŸŽค singer: medium-dark skin tone actor | entertainer | man | man singer: medium-dark skin tone | medium-dark skin tone | rock | singer | star -๐Ÿ‘จ๐Ÿฟโ€๐ŸŽค singer: dark skin tone actor | dark skin tone | entertainer | man | man singer: dark skin tone | rock | singer | star -๐Ÿ‘ฉโ€๐ŸŽค singer actor | entertainer | rock | singer | star | woman -๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽค singer: light skin tone actor | entertainer | light skin tone | rock | singer | star | woman | woman singer: light skin tone -๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽค singer: medium-light skin tone actor | entertainer | medium-light skin tone | rock | singer | star | woman | woman singer: medium-light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽค singer: medium skin tone actor | entertainer | medium skin tone | rock | singer | star | woman | woman singer: medium skin tone -๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽค singer: medium-dark skin tone actor | entertainer | medium-dark skin tone | rock | singer | star | woman | woman singer: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽค singer: dark skin tone actor | dark skin tone | entertainer | rock | singer | star | woman | woman singer: dark skin tone -๐Ÿง‘โ€๐ŸŽจ artist | palette -๐Ÿง‘๐Ÿปโ€๐ŸŽจ light skin tone artist | artist: light skin tone | light skin tone | palette -๐Ÿง‘๐Ÿผโ€๐ŸŽจ medium-light skin tone artist | artist: medium-light skin tone | medium-light skin tone | palette -๐Ÿง‘๐Ÿฝโ€๐ŸŽจ medium skin tone artist | artist: medium skin tone | medium skin tone | palette -๐Ÿง‘๐Ÿพโ€๐ŸŽจ medium-dark skin tone artist | artist: medium-dark skin tone | medium-dark skin tone | palette -๐Ÿง‘๐Ÿฟโ€๐ŸŽจ dark skin tone artist | artist: dark skin tone | dark skin tone | palette -๐Ÿ‘จโ€๐ŸŽจ artist artist | man | palette | painter -๐Ÿ‘จ๐Ÿปโ€๐ŸŽจ artist: light skin tone artist | light skin tone | man | man artist: light skin tone | palette | painter -๐Ÿ‘จ๐Ÿผโ€๐ŸŽจ artist: medium-light skin tone artist | man | man artist: medium-light skin tone | medium-light skin tone | palette | painter -๐Ÿ‘จ๐Ÿฝโ€๐ŸŽจ artist: medium skin tone artist | man | man artist: medium skin tone | medium skin tone | palette | painter -๐Ÿ‘จ๐Ÿพโ€๐ŸŽจ artist: medium-dark skin tone artist | man | man artist: medium-dark skin tone | medium-dark skin tone | palette | painter -๐Ÿ‘จ๐Ÿฟโ€๐ŸŽจ artist: dark skin tone artist | dark skin tone | man | man artist: dark skin tone | palette | painter -๐Ÿ‘ฉโ€๐ŸŽจ artist artist | palette | woman | painter -๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽจ artist: light skin tone artist | light skin tone | palette | woman | woman artist: light skin tone | painter -๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽจ artist: medium-light skin tone artist | medium-light skin tone | palette | woman | woman artist: medium-light skin tone | painter -๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽจ artist: medium skin tone artist | medium skin tone | palette | woman | woman artist: medium skin tone | painter -๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽจ artist: medium-dark skin tone artist | medium-dark skin tone | palette | woman | woman artist: medium-dark skin tone | painter -๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽจ artist: dark skin tone artist | dark skin tone | palette | woman | woman artist: dark skin tone | painter -๐Ÿง‘โ€โœˆ pilot | plane -๐Ÿง‘๐Ÿปโ€โœˆ๏ธ light skin tone -๐Ÿง‘๐Ÿปโ€โœˆ light skin tone light skin tone | pilot | pilot: light skin tone | plane -๐Ÿง‘๐Ÿผโ€โœˆ๏ธ medium-light skin tone -๐Ÿง‘๐Ÿผโ€โœˆ medium-light skin tone medium-light skin tone | pilot | pilot: medium-light skin tone | plane -๐Ÿง‘๐Ÿฝโ€โœˆ๏ธ medium skin tone -๐Ÿง‘๐Ÿฝโ€โœˆ medium skin tone medium skin tone | pilot | pilot: medium skin tone | plane -๐Ÿง‘๐Ÿพโ€โœˆ๏ธ medium-dark skin tone -๐Ÿง‘๐Ÿพโ€โœˆ medium-dark skin tone medium-dark skin tone | pilot | pilot: medium-dark skin tone | plane -๐Ÿง‘๐Ÿฟโ€โœˆ๏ธ dark skin tone -๐Ÿง‘๐Ÿฟโ€โœˆ dark skin tone dark skin tone | pilot | pilot: dark skin tone | plane -๐Ÿ‘จโ€โœˆ๏ธ pilot -๐Ÿ‘จโ€โœˆ pilot man | pilot | plane -๐Ÿ‘จ๐Ÿปโ€โœˆ๏ธ pilot: light skin tone -๐Ÿ‘จ๐Ÿปโ€โœˆ pilot: light skin tone light skin tone | man | man pilot: light skin tone | pilot | plane -๐Ÿ‘จ๐Ÿผโ€โœˆ๏ธ pilot: medium-light skin tone -๐Ÿ‘จ๐Ÿผโ€โœˆ pilot: medium-light skin tone man | man pilot: medium-light skin tone | medium-light skin tone | pilot | plane -๐Ÿ‘จ๐Ÿฝโ€โœˆ๏ธ pilot: medium skin tone -๐Ÿ‘จ๐Ÿฝโ€โœˆ pilot: medium skin tone man | man pilot: medium skin tone | medium skin tone | pilot | plane -๐Ÿ‘จ๐Ÿพโ€โœˆ๏ธ pilot: medium-dark skin tone -๐Ÿ‘จ๐Ÿพโ€โœˆ pilot: medium-dark skin tone man | man pilot: medium-dark skin tone | medium-dark skin tone | pilot | plane -๐Ÿ‘จ๐Ÿฟโ€โœˆ๏ธ pilot: dark skin tone -๐Ÿ‘จ๐Ÿฟโ€โœˆ pilot: dark skin tone dark skin tone | man | man pilot: dark skin tone | pilot | plane -๐Ÿ‘ฉโ€โœˆ๏ธ pilot -๐Ÿ‘ฉโ€โœˆ pilot pilot | plane | woman -๐Ÿ‘ฉ๐Ÿปโ€โœˆ๏ธ pilot: light skin tone -๐Ÿ‘ฉ๐Ÿปโ€โœˆ pilot: light skin tone light skin tone | pilot | plane | woman | woman pilot: light skin tone -๐Ÿ‘ฉ๐Ÿผโ€โœˆ๏ธ pilot: medium-light skin tone -๐Ÿ‘ฉ๐Ÿผโ€โœˆ pilot: medium-light skin tone medium-light skin tone | pilot | plane | woman | woman pilot: medium-light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โœˆ๏ธ pilot: medium skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โœˆ pilot: medium skin tone medium skin tone | pilot | plane | woman | woman pilot: medium skin tone -๐Ÿ‘ฉ๐Ÿพโ€โœˆ๏ธ pilot: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿพโ€โœˆ pilot: medium-dark skin tone medium-dark skin tone | pilot | plane | woman | woman pilot: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โœˆ๏ธ pilot: dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โœˆ pilot: dark skin tone dark skin tone | pilot | plane | woman | woman pilot: dark skin tone -๐Ÿง‘โ€๐Ÿš€ astronaut | rocket -๐Ÿง‘๐Ÿปโ€๐Ÿš€ light skin tone astronaut | astronaut: light skin tone | light skin tone | rocket -๐Ÿง‘๐Ÿผโ€๐Ÿš€ medium-light skin tone astronaut | astronaut: medium-light skin tone | medium-light skin tone | rocket -๐Ÿง‘๐Ÿฝโ€๐Ÿš€ medium skin tone astronaut | astronaut: medium skin tone | medium skin tone | rocket -๐Ÿง‘๐Ÿพโ€๐Ÿš€ medium-dark skin tone astronaut | astronaut: medium-dark skin tone | medium-dark skin tone | rocket -๐Ÿง‘๐Ÿฟโ€๐Ÿš€ dark skin tone astronaut | astronaut: dark skin tone | dark skin tone | rocket -๐Ÿ‘จโ€๐Ÿš€ astronaut astronaut | man | rocket -๐Ÿ‘จ๐Ÿปโ€๐Ÿš€ astronaut: light skin tone astronaut | light skin tone | man | man astronaut: light skin tone | rocket -๐Ÿ‘จ๐Ÿผโ€๐Ÿš€ astronaut: medium-light skin tone astronaut | man | man astronaut: medium-light skin tone | medium-light skin tone | rocket -๐Ÿ‘จ๐Ÿฝโ€๐Ÿš€ astronaut: medium skin tone astronaut | man | man astronaut: medium skin tone | medium skin tone | rocket -๐Ÿ‘จ๐Ÿพโ€๐Ÿš€ astronaut: medium-dark skin tone astronaut | man | man astronaut: medium-dark skin tone | medium-dark skin tone | rocket -๐Ÿ‘จ๐Ÿฟโ€๐Ÿš€ astronaut: dark skin tone astronaut | dark skin tone | man | man astronaut: dark skin tone | rocket -๐Ÿ‘ฉโ€๐Ÿš€ astronaut astronaut | rocket | woman -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿš€ astronaut: light skin tone astronaut | light skin tone | rocket | woman | woman astronaut: light skin tone -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿš€ astronaut: medium-light skin tone astronaut | medium-light skin tone | rocket | woman | woman astronaut: medium-light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿš€ astronaut: medium skin tone astronaut | medium skin tone | rocket | woman | woman astronaut: medium skin tone -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿš€ astronaut: medium-dark skin tone astronaut | medium-dark skin tone | rocket | woman | woman astronaut: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿš€ astronaut: dark skin tone astronaut | dark skin tone | rocket | woman | woman astronaut: dark skin tone -๐Ÿง‘โ€๐Ÿš’ fire | firefighter | firetruck | fire engine | fire truck | engine | truck -๐Ÿง‘๐Ÿปโ€๐Ÿš’ light skin tone fire | firefighter | firefighter: light skin tone | firetruck | light skin tone | fire engine | fire truck | engine | truck -๐Ÿง‘๐Ÿผโ€๐Ÿš’ medium-light skin tone fire | firefighter | firefighter: medium-light skin tone | firetruck | medium-light skin tone | fire engine | fire truck | engine | truck -๐Ÿง‘๐Ÿฝโ€๐Ÿš’ medium skin tone fire | firefighter | firefighter: medium skin tone | firetruck | medium skin tone | fire engine | fire truck | engine | truck -๐Ÿง‘๐Ÿพโ€๐Ÿš’ medium-dark skin tone fire | firefighter | firefighter: medium-dark skin tone | firetruck | medium-dark skin tone | fire engine | fire truck | engine | truck -๐Ÿง‘๐Ÿฟโ€๐Ÿš’ dark skin tone dark skin tone | fire | firefighter | firefighter: dark skin tone | firetruck | fire engine | fire truck | engine | truck -๐Ÿ‘จโ€๐Ÿš’ firefighter firefighter | firetruck | man | fire | fire truck | fireman -๐Ÿ‘จ๐Ÿปโ€๐Ÿš’ firefighter: light skin tone firefighter | firetruck | light skin tone | man | man firefighter: light skin tone | fire | fire truck | fireman -๐Ÿ‘จ๐Ÿผโ€๐Ÿš’ firefighter: medium-light skin tone firefighter | firetruck | man | man firefighter: medium-light skin tone | medium-light skin tone | fire | fire truck | fireman -๐Ÿ‘จ๐Ÿฝโ€๐Ÿš’ firefighter: medium skin tone firefighter | firetruck | man | man firefighter: medium skin tone | medium skin tone | fire | fire truck | fireman -๐Ÿ‘จ๐Ÿพโ€๐Ÿš’ firefighter: medium-dark skin tone firefighter | firetruck | man | man firefighter: medium-dark skin tone | medium-dark skin tone | fire | fire truck | fireman -๐Ÿ‘จ๐Ÿฟโ€๐Ÿš’ firefighter: dark skin tone dark skin tone | firefighter | firetruck | man | man firefighter: dark skin tone | fire | fire truck | fireman -๐Ÿ‘ฉโ€๐Ÿš’ firefighter firefighter | firetruck | woman | fire | fire truck | engine | firewoman | truck -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿš’ firefighter: light skin tone firefighter | firetruck | light skin tone | woman | woman firefighter: light skin tone | fire | fire truck | engine | firewoman | truck -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿš’ firefighter: medium-light skin tone firefighter | firetruck | medium-light skin tone | woman | woman firefighter: medium-light skin tone | fire | fire truck | engine | firewoman | truck -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿš’ firefighter: medium skin tone firefighter | firetruck | medium skin tone | woman | woman firefighter: medium skin tone | fire | fire truck | engine | firewoman | truck -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿš’ firefighter: medium-dark skin tone firefighter | firetruck | medium-dark skin tone | woman | woman firefighter: medium-dark skin tone | fire | fire truck | engine | firewoman | truck -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿš’ firefighter: dark skin tone dark skin tone | firefighter | firetruck | woman | woman firefighter: dark skin tone | fire | fire truck | engine | firewoman | truck -๐Ÿ‘ฎ officer cop | officer | police -๐Ÿ‘ฎ๐Ÿป officer: light skin tone cop | light skin tone | officer | police | police officer: light skin tone -๐Ÿ‘ฎ๐Ÿผ officer: medium-light skin tone cop | medium-light skin tone | officer | police | police officer: medium-light skin tone -๐Ÿ‘ฎ๐Ÿฝ officer: medium skin tone cop | medium skin tone | officer | police | police officer: medium skin tone -๐Ÿ‘ฎ๐Ÿพ officer: medium-dark skin tone cop | medium-dark skin tone | officer | police | police officer: medium-dark skin tone -๐Ÿ‘ฎ๐Ÿฟ officer: dark skin tone cop | dark skin tone | officer | police | police officer: dark skin tone -๐Ÿ‘ฎโ€โ™‚๏ธ police officer -๐Ÿ‘ฎโ€โ™‚ police officer cop | man | officer | police -๐Ÿ‘ฎ๐Ÿปโ€โ™‚๏ธ police officer: light skin tone -๐Ÿ‘ฎ๐Ÿปโ€โ™‚ police officer: light skin tone cop | light skin tone | man | man police officer: light skin tone | officer | police -๐Ÿ‘ฎ๐Ÿผโ€โ™‚๏ธ police officer: medium-light skin tone -๐Ÿ‘ฎ๐Ÿผโ€โ™‚ police officer: medium-light skin tone cop | man | man police officer: medium-light skin tone | medium-light skin tone | officer | police -๐Ÿ‘ฎ๐Ÿฝโ€โ™‚๏ธ police officer: medium skin tone -๐Ÿ‘ฎ๐Ÿฝโ€โ™‚ police officer: medium skin tone cop | man | man police officer: medium skin tone | medium skin tone | officer | police -๐Ÿ‘ฎ๐Ÿพโ€โ™‚๏ธ police officer: medium-dark skin tone -๐Ÿ‘ฎ๐Ÿพโ€โ™‚ police officer: medium-dark skin tone cop | man | man police officer: medium-dark skin tone | medium-dark skin tone | officer | police -๐Ÿ‘ฎ๐Ÿฟโ€โ™‚๏ธ police officer: dark skin tone -๐Ÿ‘ฎ๐Ÿฟโ€โ™‚ police officer: dark skin tone cop | dark skin tone | man | man police officer: dark skin tone | officer | police -๐Ÿ‘ฎโ€โ™€๏ธ police officer -๐Ÿ‘ฎโ€โ™€ police officer cop | officer | police | woman -๐Ÿ‘ฎ๐Ÿปโ€โ™€๏ธ police officer: light skin tone -๐Ÿ‘ฎ๐Ÿปโ€โ™€ police officer: light skin tone cop | light skin tone | officer | police | woman | woman police officer: light skin tone -๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ police officer: medium-light skin tone -๐Ÿ‘ฎ๐Ÿผโ€โ™€ police officer: medium-light skin tone cop | medium-light skin tone | officer | police | woman | woman police officer: medium-light skin tone -๐Ÿ‘ฎ๐Ÿฝโ€โ™€๏ธ police officer: medium skin tone -๐Ÿ‘ฎ๐Ÿฝโ€โ™€ police officer: medium skin tone cop | medium skin tone | officer | police | woman | woman police officer: medium skin tone -๐Ÿ‘ฎ๐Ÿพโ€โ™€๏ธ police officer: medium-dark skin tone -๐Ÿ‘ฎ๐Ÿพโ€โ™€ police officer: medium-dark skin tone cop | medium-dark skin tone | officer | police | woman | woman police officer: medium-dark skin tone -๐Ÿ‘ฎ๐Ÿฟโ€โ™€๏ธ police officer: dark skin tone -๐Ÿ‘ฎ๐Ÿฟโ€โ™€ police officer: dark skin tone cop | dark skin tone | officer | police | woman | woman police officer: dark skin tone -๐Ÿ•ต detective | sleuth | spy | investigator | private eye -๐Ÿ•ต๐Ÿป light skin tone detective | detective: light skin tone | light skin tone | sleuth | spy | investigator | private eye -๐Ÿ•ต๐Ÿผ medium-light skin tone detective | detective: medium-light skin tone | medium-light skin tone | sleuth | spy | investigator | private eye -๐Ÿ•ต๐Ÿฝ medium skin tone detective | detective: medium skin tone | medium skin tone | sleuth | spy | investigator | private eye -๐Ÿ•ต๐Ÿพ medium-dark skin tone detective | detective: medium-dark skin tone | medium-dark skin tone | sleuth | spy | investigator | private eye -๐Ÿ•ต๐Ÿฟ dark skin tone dark skin tone | detective | detective: dark skin tone | sleuth | spy | investigator | private eye -๐Ÿ•ต๏ธโ€โ™‚๏ธ detective -๐Ÿ•ต๏ธโ€โ™‚ detective -๐Ÿ•ตโ€โ™‚ detective detective | man | sleuth | spy | investigator -๐Ÿ•ต๐Ÿปโ€โ™‚๏ธ detective: light skin tone -๐Ÿ•ต๐Ÿปโ€โ™‚ detective: light skin tone detective | light skin tone | man | man detective: light skin tone | sleuth | spy | investigator -๐Ÿ•ต๐Ÿผโ€โ™‚๏ธ detective: medium-light skin tone -๐Ÿ•ต๐Ÿผโ€โ™‚ detective: medium-light skin tone detective | man | man detective: medium-light skin tone | medium-light skin tone | sleuth | spy | investigator -๐Ÿ•ต๐Ÿฝโ€โ™‚๏ธ detective: medium skin tone -๐Ÿ•ต๐Ÿฝโ€โ™‚ detective: medium skin tone detective | man | man detective: medium skin tone | medium skin tone | sleuth | spy | investigator -๐Ÿ•ต๐Ÿพโ€โ™‚๏ธ detective: medium-dark skin tone -๐Ÿ•ต๐Ÿพโ€โ™‚ detective: medium-dark skin tone detective | man | man detective: medium-dark skin tone | medium-dark skin tone | sleuth | spy | investigator -๐Ÿ•ต๐Ÿฟโ€โ™‚๏ธ detective: dark skin tone -๐Ÿ•ต๐Ÿฟโ€โ™‚ detective: dark skin tone dark skin tone | detective | man | man detective: dark skin tone | sleuth | spy | investigator -๐Ÿ•ตโ€โ™€ detective detective | sleuth | spy | woman | investigator -๐Ÿ•ต๐Ÿปโ€โ™€๏ธ detective: light skin tone -๐Ÿ•ต๐Ÿปโ€โ™€ detective: light skin tone detective | light skin tone | sleuth | spy | woman | woman detective: light skin tone | investigator -๐Ÿ•ต๐Ÿผโ€โ™€๏ธ detective: medium-light skin tone -๐Ÿ•ต๐Ÿผโ€โ™€ detective: medium-light skin tone detective | medium-light skin tone | sleuth | spy | woman | woman detective: medium-light skin tone | investigator -๐Ÿ•ต๐Ÿฝโ€โ™€๏ธ detective: medium skin tone -๐Ÿ•ต๐Ÿฝโ€โ™€ detective: medium skin tone detective | medium skin tone | sleuth | spy | woman | woman detective: medium skin tone | investigator -๐Ÿ•ต๐Ÿพโ€โ™€๏ธ detective: medium-dark skin tone -๐Ÿ•ต๐Ÿพโ€โ™€ detective: medium-dark skin tone detective | medium-dark skin tone | sleuth | spy | woman | woman detective: medium-dark skin tone | investigator -๐Ÿ•ต๐Ÿฟโ€โ™€๏ธ detective: dark skin tone -๐Ÿ•ต๐Ÿฟโ€โ™€ detective: dark skin tone dark skin tone | detective | sleuth | spy | woman | woman detective: dark skin tone | investigator -๐Ÿ’‚ guard -๐Ÿ’‚๐Ÿป light skin tone guard | guard: light skin tone | light skin tone -๐Ÿ’‚๐Ÿผ medium-light skin tone guard | guard: medium-light skin tone | medium-light skin tone -๐Ÿ’‚๐Ÿฝ medium skin tone guard | guard: medium skin tone | medium skin tone -๐Ÿ’‚๐Ÿพ medium-dark skin tone guard | guard: medium-dark skin tone | medium-dark skin tone -๐Ÿ’‚๐Ÿฟ dark skin tone dark skin tone | guard | guard: dark skin tone -๐Ÿ’‚โ€โ™‚ guard guard | man -๐Ÿ’‚๐Ÿปโ€โ™‚๏ธ guard: light skin tone -๐Ÿ’‚๐Ÿปโ€โ™‚ guard: light skin tone guard | light skin tone | man | man guard: light skin tone -๐Ÿ’‚๐Ÿผโ€โ™‚๏ธ guard: medium-light skin tone -๐Ÿ’‚๐Ÿผโ€โ™‚ guard: medium-light skin tone guard | man | man guard: medium-light skin tone | medium-light skin tone -๐Ÿ’‚๐Ÿฝโ€โ™‚๏ธ guard: medium skin tone -๐Ÿ’‚๐Ÿฝโ€โ™‚ guard: medium skin tone guard | man | man guard: medium skin tone | medium skin tone -๐Ÿ’‚๐Ÿพโ€โ™‚๏ธ guard: medium-dark skin tone -๐Ÿ’‚๐Ÿพโ€โ™‚ guard: medium-dark skin tone guard | man | man guard: medium-dark skin tone | medium-dark skin tone -๐Ÿ’‚๐Ÿฟโ€โ™‚๏ธ guard: dark skin tone -๐Ÿ’‚๐Ÿฟโ€โ™‚ guard: dark skin tone dark skin tone | guard | man | man guard: dark skin tone -๐Ÿ’‚โ€โ™€๏ธ guard -๐Ÿ’‚โ€โ™€ guard guard | woman -๐Ÿ’‚๐Ÿปโ€โ™€๏ธ guard: light skin tone -๐Ÿ’‚๐Ÿปโ€โ™€ guard: light skin tone guard | light skin tone | woman | woman guard: light skin tone -๐Ÿ’‚๐Ÿผโ€โ™€๏ธ guard: medium-light skin tone -๐Ÿ’‚๐Ÿผโ€โ™€ guard: medium-light skin tone guard | medium-light skin tone | woman | woman guard: medium-light skin tone -๐Ÿ’‚๐Ÿฝโ€โ™€๏ธ guard: medium skin tone -๐Ÿ’‚๐Ÿฝโ€โ™€ guard: medium skin tone guard | medium skin tone | woman | woman guard: medium skin tone -๐Ÿ’‚๐Ÿพโ€โ™€๏ธ guard: medium-dark skin tone -๐Ÿ’‚๐Ÿพโ€โ™€ guard: medium-dark skin tone guard | medium-dark skin tone | woman | woman guard: medium-dark skin tone -๐Ÿ’‚๐Ÿฟโ€โ™€๏ธ guard: dark skin tone -๐Ÿ’‚๐Ÿฟโ€โ™€ guard: dark skin tone dark skin tone | guard | woman | woman guard: dark skin tone -๐Ÿฅท fighter | hidden | ninja | stealth -๐Ÿฅท๐Ÿป light skin tone fighter | hidden | light skin tone | ninja | ninja: light skin tone | stealth -๐Ÿฅท๐Ÿผ medium-light skin tone fighter | hidden | medium-light skin tone | ninja | ninja: medium-light skin tone | stealth -๐Ÿฅท๐Ÿฝ medium skin tone fighter | hidden | medium skin tone | ninja | ninja: medium skin tone | stealth -๐Ÿฅท๐Ÿพ medium-dark skin tone fighter | hidden | medium-dark skin tone | ninja | ninja: medium-dark skin tone | stealth -๐Ÿฅท๐Ÿฟ dark skin tone dark skin tone | fighter | hidden | ninja | ninja: dark skin tone | stealth -๐Ÿ‘ท worker construction | hat | worker -๐Ÿ‘ท๐Ÿป worker: light skin tone construction | construction worker: light skin tone | hat | light skin tone | worker -๐Ÿ‘ท๐Ÿผ worker: medium-light skin tone construction | construction worker: medium-light skin tone | hat | medium-light skin tone | worker -๐Ÿ‘ท๐Ÿฝ worker: medium skin tone construction | construction worker: medium skin tone | hat | medium skin tone | worker -๐Ÿ‘ท๐Ÿพ worker: medium-dark skin tone construction | construction worker: medium-dark skin tone | hat | medium-dark skin tone | worker -๐Ÿ‘ท๐Ÿฟ worker: dark skin tone construction | construction worker: dark skin tone | dark skin tone | hat | worker -๐Ÿ‘ทโ€โ™‚๏ธ construction worker -๐Ÿ‘ทโ€โ™‚ construction worker construction | man | worker -๐Ÿ‘ท๐Ÿปโ€โ™‚๏ธ construction worker: light skin tone -๐Ÿ‘ท๐Ÿปโ€โ™‚ construction worker: light skin tone construction | light skin tone | man | man construction worker: light skin tone | worker -๐Ÿ‘ท๐Ÿผโ€โ™‚๏ธ construction worker: medium-light skin tone -๐Ÿ‘ท๐Ÿผโ€โ™‚ construction worker: medium-light skin tone construction | man | man construction worker: medium-light skin tone | medium-light skin tone | worker -๐Ÿ‘ท๐Ÿฝโ€โ™‚๏ธ construction worker: medium skin tone -๐Ÿ‘ท๐Ÿฝโ€โ™‚ construction worker: medium skin tone construction | man | man construction worker: medium skin tone | medium skin tone | worker -๐Ÿ‘ท๐Ÿพโ€โ™‚๏ธ construction worker: medium-dark skin tone -๐Ÿ‘ท๐Ÿพโ€โ™‚ construction worker: medium-dark skin tone construction | man | man construction worker: medium-dark skin tone | medium-dark skin tone | worker -๐Ÿ‘ท๐Ÿฟโ€โ™‚๏ธ construction worker: dark skin tone -๐Ÿ‘ท๐Ÿฟโ€โ™‚ construction worker: dark skin tone construction | dark skin tone | man | man construction worker: dark skin tone | worker -๐Ÿ‘ทโ€โ™€๏ธ construction worker -๐Ÿ‘ทโ€โ™€ construction worker construction | woman | worker -๐Ÿ‘ท๐Ÿปโ€โ™€๏ธ construction worker: light skin tone -๐Ÿ‘ท๐Ÿปโ€โ™€ construction worker: light skin tone construction | light skin tone | woman | woman construction worker: light skin tone | worker -๐Ÿ‘ท๐Ÿผโ€โ™€๏ธ construction worker: medium-light skin tone -๐Ÿ‘ท๐Ÿผโ€โ™€ construction worker: medium-light skin tone construction | medium-light skin tone | woman | woman construction worker: medium-light skin tone | worker -๐Ÿ‘ท๐Ÿฝโ€โ™€๏ธ construction worker: medium skin tone -๐Ÿ‘ท๐Ÿฝโ€โ™€ construction worker: medium skin tone construction | medium skin tone | woman | woman construction worker: medium skin tone | worker -๐Ÿ‘ท๐Ÿพโ€โ™€๏ธ construction worker: medium-dark skin tone -๐Ÿ‘ท๐Ÿพโ€โ™€ construction worker: medium-dark skin tone construction | medium-dark skin tone | woman | woman construction worker: medium-dark skin tone | worker -๐Ÿ‘ท๐Ÿฟโ€โ™€๏ธ construction worker: dark skin tone -๐Ÿ‘ท๐Ÿฟโ€โ™€ construction worker: dark skin tone construction | dark skin tone | woman | woman construction worker: dark skin tone | worker -๐Ÿซ… with crown monarch | noble | person with crown | regal | royalty | king | queen -๐Ÿซ…๐Ÿป with crown: light skin tone light skin tone | monarch | noble | person with crown | person with crown: light skin tone | regal | royalty | king | queen -๐Ÿซ…๐Ÿผ with crown: medium-light skin tone medium-light skin tone | monarch | noble | person with crown | person with crown: medium-light skin tone | regal | royalty | king | queen -๐Ÿซ…๐Ÿฝ with crown: medium skin tone medium skin tone | monarch | noble | person with crown | person with crown: medium skin tone | regal | royalty | king | queen -๐Ÿซ…๐Ÿพ with crown: medium-dark skin tone medium-dark skin tone | monarch | noble | person with crown | person with crown: medium-dark skin tone | regal | royalty | king | queen -๐Ÿซ…๐Ÿฟ with crown: dark skin tone dark skin tone | monarch | noble | person with crown | person with crown: dark skin tone | regal | royalty | king | queen -๐Ÿคด prince | fairy tale | fantasy -๐Ÿคด๐Ÿป light skin tone light skin tone | prince | prince: light skin tone | fairy tale | fantasy -๐Ÿคด๐Ÿผ medium-light skin tone medium-light skin tone | prince | prince: medium-light skin tone | fairy tale | fantasy -๐Ÿคด๐Ÿฝ medium skin tone medium skin tone | prince | prince: medium skin tone | fairy tale | fantasy -๐Ÿคด๐Ÿพ medium-dark skin tone medium-dark skin tone | prince | prince: medium-dark skin tone | fairy tale | fantasy -๐Ÿคด๐Ÿฟ dark skin tone dark skin tone | prince | prince: dark skin tone | fairy tale | fantasy -๐Ÿ‘ธ fairy tale | fantasy | princess -๐Ÿ‘ธ๐Ÿป light skin tone fairy tale | fantasy | light skin tone | princess | princess: light skin tone -๐Ÿ‘ธ๐Ÿผ medium-light skin tone fairy tale | fantasy | medium-light skin tone | princess | princess: medium-light skin tone -๐Ÿ‘ธ๐Ÿฝ medium skin tone fairy tale | fantasy | medium skin tone | princess | princess: medium skin tone -๐Ÿ‘ธ๐Ÿพ medium-dark skin tone fairy tale | fantasy | medium-dark skin tone | princess | princess: medium-dark skin tone -๐Ÿ‘ธ๐Ÿฟ dark skin tone dark skin tone | fairy tale | fantasy | princess | princess: dark skin tone -๐Ÿ‘ณ wearing turban person wearing turban | turban -๐Ÿ‘ณ๐Ÿป wearing turban: light skin tone light skin tone | person wearing turban | person wearing turban: light skin tone | turban -๐Ÿ‘ณ๐Ÿผ wearing turban: medium-light skin tone medium-light skin tone | person wearing turban | person wearing turban: medium-light skin tone | turban -๐Ÿ‘ณ๐Ÿฝ wearing turban: medium skin tone medium skin tone | person wearing turban | person wearing turban: medium skin tone | turban -๐Ÿ‘ณ๐Ÿพ wearing turban: medium-dark skin tone medium-dark skin tone | person wearing turban | person wearing turban: medium-dark skin tone | turban -๐Ÿ‘ณ๐Ÿฟ wearing turban: dark skin tone dark skin tone | person wearing turban | person wearing turban: dark skin tone | turban -๐Ÿ‘ณโ€โ™‚๏ธ wearing turban -๐Ÿ‘ณโ€โ™‚ wearing turban man | man wearing turban | turban -๐Ÿ‘ณ๐Ÿปโ€โ™‚๏ธ wearing turban: light skin tone -๐Ÿ‘ณ๐Ÿปโ€โ™‚ wearing turban: light skin tone light skin tone | man | man wearing turban | man wearing turban: light skin tone | turban -๐Ÿ‘ณ๐Ÿผโ€โ™‚๏ธ wearing turban: medium-light skin tone -๐Ÿ‘ณ๐Ÿผโ€โ™‚ wearing turban: medium-light skin tone man | man wearing turban | man wearing turban: medium-light skin tone | medium-light skin tone | turban -๐Ÿ‘ณ๐Ÿฝโ€โ™‚๏ธ wearing turban: medium skin tone -๐Ÿ‘ณ๐Ÿฝโ€โ™‚ wearing turban: medium skin tone man | man wearing turban | man wearing turban: medium skin tone | medium skin tone | turban -๐Ÿ‘ณ๐Ÿพโ€โ™‚๏ธ wearing turban: medium-dark skin tone -๐Ÿ‘ณ๐Ÿพโ€โ™‚ wearing turban: medium-dark skin tone man | man wearing turban | man wearing turban: medium-dark skin tone | medium-dark skin tone | turban -๐Ÿ‘ณ๐Ÿฟโ€โ™‚๏ธ wearing turban: dark skin tone -๐Ÿ‘ณ๐Ÿฟโ€โ™‚ wearing turban: dark skin tone dark skin tone | man | man wearing turban | man wearing turban: dark skin tone | turban -๐Ÿ‘ณโ€โ™€๏ธ wearing turban -๐Ÿ‘ณโ€โ™€ wearing turban turban | woman | woman wearing turban -๐Ÿ‘ณ๐Ÿปโ€โ™€๏ธ wearing turban: light skin tone -๐Ÿ‘ณ๐Ÿปโ€โ™€ wearing turban: light skin tone light skin tone | turban | woman | woman wearing turban | woman wearing turban: light skin tone -๐Ÿ‘ณ๐Ÿผโ€โ™€๏ธ wearing turban: medium-light skin tone -๐Ÿ‘ณ๐Ÿผโ€โ™€ wearing turban: medium-light skin tone medium-light skin tone | turban | woman | woman wearing turban | woman wearing turban: medium-light skin tone -๐Ÿ‘ณ๐Ÿฝโ€โ™€๏ธ wearing turban: medium skin tone -๐Ÿ‘ณ๐Ÿฝโ€โ™€ wearing turban: medium skin tone medium skin tone | turban | woman | woman wearing turban | woman wearing turban: medium skin tone -๐Ÿ‘ณ๐Ÿพโ€โ™€๏ธ wearing turban: medium-dark skin tone -๐Ÿ‘ณ๐Ÿพโ€โ™€ wearing turban: medium-dark skin tone medium-dark skin tone | turban | woman | woman wearing turban | woman wearing turban: medium-dark skin tone -๐Ÿ‘ณ๐Ÿฟโ€โ™€๏ธ wearing turban: dark skin tone -๐Ÿ‘ณ๐Ÿฟโ€โ™€ wearing turban: dark skin tone dark skin tone | turban | woman | woman wearing turban | woman wearing turban: dark skin tone -๐Ÿ‘ฒ with skullcap cap | gua pi mao | hat | person | person with skullcap | skullcap -๐Ÿ‘ฒ๐Ÿป with skullcap: light skin tone cap | gua pi mao | hat | light skin tone | person | person with skullcap | person with skullcap: light skin tone | skullcap -๐Ÿ‘ฒ๐Ÿผ with skullcap: medium-light skin tone cap | gua pi mao | hat | medium-light skin tone | person | person with skullcap | person with skullcap: medium-light skin tone | skullcap -๐Ÿ‘ฒ๐Ÿฝ with skullcap: medium skin tone cap | gua pi mao | hat | medium skin tone | person | person with skullcap | person with skullcap: medium skin tone | skullcap -๐Ÿ‘ฒ๐Ÿพ with skullcap: medium-dark skin tone cap | gua pi mao | hat | medium-dark skin tone | person | person with skullcap | person with skullcap: medium-dark skin tone | skullcap -๐Ÿ‘ฒ๐Ÿฟ with skullcap: dark skin tone cap | dark skin tone | gua pi mao | hat | person | person with skullcap | person with skullcap: dark skin tone | skullcap -๐Ÿง• with headscarf headscarf | hijab | mantilla | tichel | woman with headscarf -๐Ÿง•๐Ÿป with headscarf: light skin tone headscarf | hijab | light skin tone | mantilla | tichel | woman with headscarf | woman with headscarf: light skin tone -๐Ÿง•๐Ÿผ with headscarf: medium-light skin tone headscarf | hijab | mantilla | medium-light skin tone | tichel | woman with headscarf | woman with headscarf: medium-light skin tone -๐Ÿง•๐Ÿฝ with headscarf: medium skin tone headscarf | hijab | mantilla | medium skin tone | tichel | woman with headscarf | woman with headscarf: medium skin tone -๐Ÿง•๐Ÿพ with headscarf: medium-dark skin tone headscarf | hijab | mantilla | medium-dark skin tone | tichel | woman with headscarf | woman with headscarf: medium-dark skin tone -๐Ÿง•๐Ÿฟ with headscarf: dark skin tone dark skin tone | headscarf | hijab | mantilla | tichel | woman with headscarf | woman with headscarf: dark skin tone -๐Ÿคต in tuxedo groom | person | person in tuxedo | tuxedo | person in tux -๐Ÿคต๐Ÿป in tuxedo: light skin tone groom | light skin tone | person | person in tuxedo | person in tuxedo: light skin tone | tuxedo | person in tux -๐Ÿคต๐Ÿผ in tuxedo: medium-light skin tone groom | medium-light skin tone | person | person in tuxedo | person in tuxedo: medium-light skin tone | tuxedo | person in tux -๐Ÿคต๐Ÿฝ in tuxedo: medium skin tone groom | medium skin tone | person | person in tuxedo | person in tuxedo: medium skin tone | tuxedo | person in tux -๐Ÿคต๐Ÿพ in tuxedo: medium-dark skin tone groom | medium-dark skin tone | person | person in tuxedo | person in tuxedo: medium-dark skin tone | tuxedo | person in tux -๐Ÿคต๐Ÿฟ in tuxedo: dark skin tone dark skin tone | groom | person | person in tuxedo | person in tuxedo: dark skin tone | tuxedo | person in tux -๐Ÿคตโ€โ™‚๏ธ in tuxedo -๐Ÿคตโ€โ™‚ in tuxedo man | man in tuxedo | tuxedo | man in tux | tux -๐Ÿคต๐Ÿปโ€โ™‚๏ธ in tuxedo: light skin tone -๐Ÿคต๐Ÿปโ€โ™‚ in tuxedo: light skin tone light skin tone | man | man in tuxedo | man in tuxedo: light skin tone | tuxedo | man in tux | tux -๐Ÿคต๐Ÿผโ€โ™‚๏ธ in tuxedo: medium-light skin tone -๐Ÿคต๐Ÿผโ€โ™‚ in tuxedo: medium-light skin tone man | man in tuxedo | man in tuxedo: medium-light skin tone | medium-light skin tone | tuxedo | man in tux | tux -๐Ÿคต๐Ÿฝโ€โ™‚๏ธ in tuxedo: medium skin tone -๐Ÿคต๐Ÿฝโ€โ™‚ in tuxedo: medium skin tone man | man in tuxedo | man in tuxedo: medium skin tone | medium skin tone | tuxedo | man in tux | tux -๐Ÿคต๐Ÿพโ€โ™‚๏ธ in tuxedo: medium-dark skin tone -๐Ÿคต๐Ÿพโ€โ™‚ in tuxedo: medium-dark skin tone man | man in tuxedo | man in tuxedo: medium-dark skin tone | medium-dark skin tone | tuxedo | man in tux | tux -๐Ÿคต๐Ÿฟโ€โ™‚๏ธ in tuxedo: dark skin tone -๐Ÿคต๐Ÿฟโ€โ™‚ in tuxedo: dark skin tone dark skin tone | man | man in tuxedo | man in tuxedo: dark skin tone | tuxedo | man in tux | tux -๐Ÿคตโ€โ™€๏ธ in tuxedo -๐Ÿคตโ€โ™€ in tuxedo tuxedo | woman | woman in tuxedo | woman in tux -๐Ÿคต๐Ÿปโ€โ™€๏ธ in tuxedo: light skin tone -๐Ÿคต๐Ÿปโ€โ™€ in tuxedo: light skin tone light skin tone | tuxedo | woman | woman in tuxedo | woman in tuxedo: light skin tone | woman in tux -๐Ÿคต๐Ÿผโ€โ™€๏ธ in tuxedo: medium-light skin tone -๐Ÿคต๐Ÿผโ€โ™€ in tuxedo: medium-light skin tone medium-light skin tone | tuxedo | woman | woman in tuxedo | woman in tuxedo: medium-light skin tone | woman in tux -๐Ÿคต๐Ÿฝโ€โ™€๏ธ in tuxedo: medium skin tone -๐Ÿคต๐Ÿฝโ€โ™€ in tuxedo: medium skin tone medium skin tone | tuxedo | woman | woman in tuxedo | woman in tuxedo: medium skin tone | woman in tux -๐Ÿคต๐Ÿพโ€โ™€๏ธ in tuxedo: medium-dark skin tone -๐Ÿคต๐Ÿพโ€โ™€ in tuxedo: medium-dark skin tone medium-dark skin tone | tuxedo | woman | woman in tuxedo | woman in tuxedo: medium-dark skin tone | woman in tux -๐Ÿคต๐Ÿฟโ€โ™€๏ธ in tuxedo: dark skin tone -๐Ÿคต๐Ÿฟโ€โ™€ in tuxedo: dark skin tone dark skin tone | tuxedo | woman | woman in tuxedo | woman in tuxedo: dark skin tone | woman in tux -๐Ÿ‘ฐ with veil bride | person | person with veil | veil | wedding -๐Ÿ‘ฐ๐Ÿป with veil: light skin tone bride | light skin tone | person | person with veil | person with veil: light skin tone | veil | wedding -๐Ÿ‘ฐ๐Ÿผ with veil: medium-light skin tone bride | medium-light skin tone | person | person with veil | person with veil: medium-light skin tone | veil | wedding -๐Ÿ‘ฐ๐Ÿฝ with veil: medium skin tone bride | medium skin tone | person | person with veil | person with veil: medium skin tone | veil | wedding -๐Ÿ‘ฐ๐Ÿพ with veil: medium-dark skin tone bride | medium-dark skin tone | person | person with veil | person with veil: medium-dark skin tone | veil | wedding -๐Ÿ‘ฐ๐Ÿฟ with veil: dark skin tone bride | dark skin tone | person | person with veil | person with veil: dark skin tone | veil | wedding -๐Ÿ‘ฐโ€โ™‚๏ธ with veil -๐Ÿ‘ฐโ€โ™‚ with veil man | man with veil | veil -๐Ÿ‘ฐ๐Ÿปโ€โ™‚๏ธ with veil: light skin tone -๐Ÿ‘ฐ๐Ÿปโ€โ™‚ with veil: light skin tone light skin tone | man | man with veil | man with veil: light skin tone | veil -๐Ÿ‘ฐ๐Ÿผโ€โ™‚๏ธ with veil: medium-light skin tone -๐Ÿ‘ฐ๐Ÿผโ€โ™‚ with veil: medium-light skin tone man | man with veil | man with veil: medium-light skin tone | medium-light skin tone | veil -๐Ÿ‘ฐ๐Ÿฝโ€โ™‚๏ธ with veil: medium skin tone -๐Ÿ‘ฐ๐Ÿฝโ€โ™‚ with veil: medium skin tone man | man with veil | man with veil: medium skin tone | medium skin tone | veil -๐Ÿ‘ฐ๐Ÿพโ€โ™‚๏ธ with veil: medium-dark skin tone -๐Ÿ‘ฐ๐Ÿพโ€โ™‚ with veil: medium-dark skin tone man | man with veil | man with veil: medium-dark skin tone | medium-dark skin tone | veil -๐Ÿ‘ฐ๐Ÿฟโ€โ™‚๏ธ with veil: dark skin tone -๐Ÿ‘ฐ๐Ÿฟโ€โ™‚ with veil: dark skin tone dark skin tone | man | man with veil | man with veil: dark skin tone | veil -๐Ÿ‘ฐโ€โ™€๏ธ with veil -๐Ÿ‘ฐโ€โ™€ with veil veil | woman | woman with veil | bride -๐Ÿ‘ฐ๐Ÿปโ€โ™€๏ธ with veil: light skin tone -๐Ÿ‘ฐ๐Ÿปโ€โ™€ with veil: light skin tone light skin tone | veil | woman | woman with veil | woman with veil: light skin tone | bride -๐Ÿ‘ฐ๐Ÿผโ€โ™€๏ธ with veil: medium-light skin tone -๐Ÿ‘ฐ๐Ÿผโ€โ™€ with veil: medium-light skin tone medium-light skin tone | veil | woman | woman with veil | woman with veil: medium-light skin tone | bride -๐Ÿ‘ฐ๐Ÿฝโ€โ™€๏ธ with veil: medium skin tone -๐Ÿ‘ฐ๐Ÿฝโ€โ™€ with veil: medium skin tone medium skin tone | veil | woman | woman with veil | woman with veil: medium skin tone | bride -๐Ÿ‘ฐ๐Ÿพโ€โ™€๏ธ with veil: medium-dark skin tone -๐Ÿ‘ฐ๐Ÿพโ€โ™€ with veil: medium-dark skin tone medium-dark skin tone | veil | woman | woman with veil | woman with veil: medium-dark skin tone | bride -๐Ÿ‘ฐ๐Ÿฟโ€โ™€๏ธ with veil: dark skin tone -๐Ÿ‘ฐ๐Ÿฟโ€โ™€ with veil: dark skin tone dark skin tone | veil | woman | woman with veil | woman with veil: dark skin tone | bride -๐Ÿคฐ woman pregnant | woman -๐Ÿคฐ๐Ÿป woman: light skin tone light skin tone | pregnant | pregnant woman: light skin tone | woman -๐Ÿคฐ๐Ÿผ woman: medium-light skin tone medium-light skin tone | pregnant | pregnant woman: medium-light skin tone | woman -๐Ÿคฐ๐Ÿฝ woman: medium skin tone medium skin tone | pregnant | pregnant woman: medium skin tone | woman -๐Ÿคฐ๐Ÿพ woman: medium-dark skin tone medium-dark skin tone | pregnant | pregnant woman: medium-dark skin tone | woman -๐Ÿคฐ๐Ÿฟ woman: dark skin tone dark skin tone | pregnant | pregnant woman: dark skin tone | woman -๐Ÿซƒ man belly | bloated | full | pregnant | pregnant man -๐Ÿซƒ๐Ÿป man: light skin tone belly | bloated | full | light skin tone | pregnant | pregnant man | pregnant man: light skin tone -๐Ÿซƒ๐Ÿผ man: medium-light skin tone belly | bloated | full | medium-light skin tone | pregnant | pregnant man | pregnant man: medium-light skin tone -๐Ÿซƒ๐Ÿฝ man: medium skin tone belly | bloated | full | medium skin tone | pregnant | pregnant man | pregnant man: medium skin tone -๐Ÿซƒ๐Ÿพ man: medium-dark skin tone belly | bloated | full | medium-dark skin tone | pregnant | pregnant man | pregnant man: medium-dark skin tone -๐Ÿซƒ๐Ÿฟ man: dark skin tone belly | bloated | dark skin tone | full | pregnant | pregnant man | pregnant man: dark skin tone -๐Ÿซ„ person belly | bloated | full | pregnant | pregnant person -๐Ÿซ„๐Ÿป person: light skin tone belly | bloated | full | light skin tone | pregnant | pregnant person | pregnant person: light skin tone -๐Ÿซ„๐Ÿผ person: medium-light skin tone belly | bloated | full | medium-light skin tone | pregnant | pregnant person | pregnant person: medium-light skin tone -๐Ÿซ„๐Ÿฝ person: medium skin tone belly | bloated | full | medium skin tone | pregnant | pregnant person | pregnant person: medium skin tone -๐Ÿซ„๐Ÿพ person: medium-dark skin tone belly | bloated | full | medium-dark skin tone | pregnant | pregnant person | pregnant person: medium-dark skin tone -๐Ÿซ„๐Ÿฟ person: dark skin tone belly | bloated | dark skin tone | full | pregnant | pregnant person | pregnant person: dark skin tone -๐Ÿคฑ baby | breast | breast-feeding | nursing -๐Ÿคฑ๐Ÿป light skin tone baby | breast | breast-feeding | breast-feeding: light skin tone | light skin tone | nursing -๐Ÿคฑ๐Ÿผ medium-light skin tone baby | breast | breast-feeding | breast-feeding: medium-light skin tone | medium-light skin tone | nursing -๐Ÿคฑ๐Ÿฝ medium skin tone baby | breast | breast-feeding | breast-feeding: medium skin tone | medium skin tone | nursing -๐Ÿคฑ๐Ÿพ medium-dark skin tone baby | breast | breast-feeding | breast-feeding: medium-dark skin tone | medium-dark skin tone | nursing -๐Ÿคฑ๐Ÿฟ dark skin tone baby | breast | breast-feeding | breast-feeding: dark skin tone | dark skin tone | nursing -๐Ÿ‘ฉโ€๐Ÿผ feeding baby baby | feeding | nursing | woman -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿผ feeding baby: light skin tone baby | feeding | light skin tone | nursing | woman | woman feeding baby: light skin tone -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿผ feeding baby: medium-light skin tone baby | feeding | medium-light skin tone | nursing | woman | woman feeding baby: medium-light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿผ feeding baby: medium skin tone baby | feeding | medium skin tone | nursing | woman | woman feeding baby: medium skin tone -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿผ feeding baby: medium-dark skin tone baby | feeding | medium-dark skin tone | nursing | woman | woman feeding baby: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿผ feeding baby: dark skin tone baby | dark skin tone | feeding | nursing | woman | woman feeding baby: dark skin tone -๐Ÿ‘จโ€๐Ÿผ feeding baby baby | feeding | man | nursing -๐Ÿ‘จ๐Ÿปโ€๐Ÿผ feeding baby: light skin tone baby | feeding | light skin tone | man | man feeding baby: light skin tone | nursing -๐Ÿ‘จ๐Ÿผโ€๐Ÿผ feeding baby: medium-light skin tone baby | feeding | man | man feeding baby: medium-light skin tone | medium-light skin tone | nursing -๐Ÿ‘จ๐Ÿฝโ€๐Ÿผ feeding baby: medium skin tone baby | feeding | man | man feeding baby: medium skin tone | medium skin tone | nursing -๐Ÿ‘จ๐Ÿพโ€๐Ÿผ feeding baby: medium-dark skin tone baby | feeding | man | man feeding baby: medium-dark skin tone | medium-dark skin tone | nursing -๐Ÿ‘จ๐Ÿฟโ€๐Ÿผ feeding baby: dark skin tone baby | dark skin tone | feeding | man | man feeding baby: dark skin tone | nursing -๐Ÿง‘โ€๐Ÿผ feeding baby baby | feeding | nursing | person -๐Ÿง‘๐Ÿปโ€๐Ÿผ feeding baby: light skin tone baby | feeding | light skin tone | nursing | person | person feeding baby: light skin tone -๐Ÿง‘๐Ÿผโ€๐Ÿผ feeding baby: medium-light skin tone baby | feeding | medium-light skin tone | nursing | person | person feeding baby: medium-light skin tone -๐Ÿง‘๐Ÿฝโ€๐Ÿผ feeding baby: medium skin tone baby | feeding | medium skin tone | nursing | person | person feeding baby: medium skin tone -๐Ÿง‘๐Ÿพโ€๐Ÿผ feeding baby: medium-dark skin tone baby | feeding | medium-dark skin tone | nursing | person | person feeding baby: medium-dark skin tone -๐Ÿง‘๐Ÿฟโ€๐Ÿผ feeding baby: dark skin tone baby | dark skin tone | feeding | nursing | person | person feeding baby: dark skin tone -๐Ÿ‘ผ angel angel | baby | face | fairy tale | fantasy -๐Ÿ‘ผ๐Ÿป angel: light skin tone angel | baby | baby angel: light skin tone | face | fairy tale | fantasy | light skin tone -๐Ÿ‘ผ๐Ÿผ angel: medium-light skin tone angel | baby | baby angel: medium-light skin tone | face | fairy tale | fantasy | medium-light skin tone -๐Ÿ‘ผ๐Ÿฝ angel: medium skin tone angel | baby | baby angel: medium skin tone | face | fairy tale | fantasy | medium skin tone -๐Ÿ‘ผ๐Ÿพ angel: medium-dark skin tone angel | baby | baby angel: medium-dark skin tone | face | fairy tale | fantasy | medium-dark skin tone -๐Ÿ‘ผ๐Ÿฟ angel: dark skin tone angel | baby | baby angel: dark skin tone | dark skin tone | face | fairy tale | fantasy -๐ŸŽ… Claus celebration | Christmas | claus | father | santa | Father Christmas | Santa | Santa Claus | Claus | Father -๐ŸŽ…๐Ÿป Claus: light skin tone celebration | Christmas | claus | father | light skin tone | santa | Santa Claus: light skin tone | Father Christmas | Santa | Santa Claus | Santa: light skin tone | Claus | Father -๐ŸŽ…๐Ÿผ Claus: medium-light skin tone celebration | Christmas | claus | father | medium-light skin tone | santa | Santa Claus: medium-light skin tone | Father Christmas | Santa | Santa Claus | Santa: medium-light skin tone | Claus | Father -๐ŸŽ…๐Ÿฝ Claus: medium skin tone celebration | Christmas | claus | father | medium skin tone | santa | Santa Claus: medium skin tone | Father Christmas | Santa | Santa Claus | Santa: medium skin tone | Claus | Father -๐ŸŽ…๐Ÿพ Claus: medium-dark skin tone celebration | Christmas | claus | father | medium-dark skin tone | santa | Santa Claus: medium-dark skin tone | Father Christmas | Santa | Santa Claus | Santa: medium-dark skin tone | Claus | Father -๐ŸŽ…๐Ÿฟ Claus: dark skin tone celebration | Christmas | claus | dark skin tone | father | santa | Santa Claus: dark skin tone | Father Christmas | Santa | Santa Claus | Santa: dark skin tone | Claus | Father -๐Ÿคถ Claus celebration | Christmas | claus | mother | Mrs. | Mrs Claus | Mrs Santa Claus | Mrs. Claus | Claus | Mother | Mrs -๐Ÿคถ๐Ÿป Claus: light skin tone celebration | Christmas | claus | light skin tone | mother | Mrs. | Mrs. Claus: light skin tone | Mrs Claus | Mrs Santa Claus | Mrs. Claus | Claus | Mother | Mrs | Mrs Claus: light skin tone -๐Ÿคถ๐Ÿผ Claus: medium-light skin tone celebration | Christmas | claus | medium-light skin tone | mother | Mrs. | Mrs. Claus: medium-light skin tone | Mrs Claus | Mrs Santa Claus | Mrs. Claus | Claus | Mother | Mrs | Mrs Claus: medium-light skin tone -๐Ÿคถ๐Ÿฝ Claus: medium skin tone celebration | Christmas | claus | medium skin tone | mother | Mrs. | Mrs. Claus: medium skin tone | Mrs Claus | Mrs Santa Claus | Mrs. Claus | Claus | Mother | Mrs | Mrs Claus: medium skin tone -๐Ÿคถ๐Ÿพ Claus: medium-dark skin tone celebration | Christmas | claus | medium-dark skin tone | mother | Mrs. | Mrs. Claus: medium-dark skin tone | Mrs Claus | Mrs Santa Claus | Mrs. Claus | Claus | Mother | Mrs | Mrs Claus: medium-dark skin tone -๐Ÿคถ๐Ÿฟ Claus: dark skin tone celebration | Christmas | claus | dark skin tone | mother | Mrs. | Mrs. Claus: dark skin tone | Mrs Claus | Mrs Santa Claus | Mrs. Claus | Claus | Mother | Mrs | Mrs Claus: dark skin tone -๐Ÿง‘โ€๐ŸŽ„ claus christmas | claus | mx claus | Christmas | Claus | Mx. Claus -๐Ÿง‘๐Ÿปโ€๐ŸŽ„ claus: light skin tone christmas | claus | light skin tone | mx claus | mx claus: light skin tone | Christmas | Claus | Mx. Claus | Mx. Claus: light skin tone -๐Ÿง‘๐Ÿผโ€๐ŸŽ„ claus: medium-light skin tone christmas | claus | medium-light skin tone | mx claus | mx claus: medium-light skin tone | Christmas | Claus | Mx. Claus | Mx. Claus: medium-light skin tone -๐Ÿง‘๐Ÿฝโ€๐ŸŽ„ claus: medium skin tone christmas | claus | medium skin tone | mx claus | mx claus: medium skin tone | Christmas | Claus | Mx. Claus | Mx. Claus: medium skin tone -๐Ÿง‘๐Ÿพโ€๐ŸŽ„ claus: medium-dark skin tone christmas | claus | medium-dark skin tone | mx claus | mx claus: medium-dark skin tone | Christmas | Claus | Mx. Claus | Mx. Claus: medium-dark skin tone -๐Ÿง‘๐Ÿฟโ€๐ŸŽ„ claus: dark skin tone christmas | claus | dark skin tone | mx claus | mx claus: dark skin tone | Christmas | Claus | Mx. Claus | Mx. Claus: dark skin tone -๐Ÿฆธ good | hero | heroine | superhero | superpower -๐Ÿฆธ๐Ÿป light skin tone good | hero | heroine | light skin tone | superhero | superhero: light skin tone | superpower -๐Ÿฆธ๐Ÿผ medium-light skin tone good | hero | heroine | medium-light skin tone | superhero | superhero: medium-light skin tone | superpower -๐Ÿฆธ๐Ÿฝ medium skin tone good | hero | heroine | medium skin tone | superhero | superhero: medium skin tone | superpower -๐Ÿฆธ๐Ÿพ medium-dark skin tone good | hero | heroine | medium-dark skin tone | superhero | superhero: medium-dark skin tone | superpower -๐Ÿฆธ๐Ÿฟ dark skin tone dark skin tone | good | hero | heroine | superhero | superhero: dark skin tone | superpower -๐Ÿฆธโ€โ™‚๏ธ superhero -๐Ÿฆธโ€โ™‚ superhero good | hero | man | man superhero | superpower -๐Ÿฆธ๐Ÿปโ€โ™‚๏ธ superhero: light skin tone -๐Ÿฆธ๐Ÿปโ€โ™‚ superhero: light skin tone good | hero | light skin tone | man | man superhero | man superhero: light skin tone | superpower -๐Ÿฆธ๐Ÿผโ€โ™‚๏ธ superhero: medium-light skin tone -๐Ÿฆธ๐Ÿผโ€โ™‚ superhero: medium-light skin tone good | hero | man | man superhero | man superhero: medium-light skin tone | medium-light skin tone | superpower -๐Ÿฆธ๐Ÿฝโ€โ™‚๏ธ superhero: medium skin tone -๐Ÿฆธ๐Ÿฝโ€โ™‚ superhero: medium skin tone good | hero | man | man superhero | man superhero: medium skin tone | medium skin tone | superpower -๐Ÿฆธ๐Ÿพโ€โ™‚๏ธ superhero: medium-dark skin tone -๐Ÿฆธ๐Ÿพโ€โ™‚ superhero: medium-dark skin tone good | hero | man | man superhero | man superhero: medium-dark skin tone | medium-dark skin tone | superpower -๐Ÿฆธ๐Ÿฟโ€โ™‚๏ธ superhero: dark skin tone -๐Ÿฆธ๐Ÿฟโ€โ™‚ superhero: dark skin tone dark skin tone | good | hero | man | man superhero | man superhero: dark skin tone | superpower -๐Ÿฆธโ€โ™€ superhero good | hero | heroine | superpower | woman | woman superhero -๐Ÿฆธ๐Ÿปโ€โ™€๏ธ superhero: light skin tone -๐Ÿฆธ๐Ÿปโ€โ™€ superhero: light skin tone good | hero | heroine | light skin tone | superpower | woman | woman superhero | woman superhero: light skin tone -๐Ÿฆธ๐Ÿผโ€โ™€๏ธ superhero: medium-light skin tone -๐Ÿฆธ๐Ÿผโ€โ™€ superhero: medium-light skin tone good | hero | heroine | medium-light skin tone | superpower | woman | woman superhero | woman superhero: medium-light skin tone -๐Ÿฆธ๐Ÿฝโ€โ™€๏ธ superhero: medium skin tone -๐Ÿฆธ๐Ÿฝโ€โ™€ superhero: medium skin tone good | hero | heroine | medium skin tone | superpower | woman | woman superhero | woman superhero: medium skin tone -๐Ÿฆธ๐Ÿพโ€โ™€๏ธ superhero: medium-dark skin tone -๐Ÿฆธ๐Ÿพโ€โ™€ superhero: medium-dark skin tone good | hero | heroine | medium-dark skin tone | superpower | woman | woman superhero | woman superhero: medium-dark skin tone -๐Ÿฆธ๐Ÿฟโ€โ™€๏ธ superhero: dark skin tone -๐Ÿฆธ๐Ÿฟโ€โ™€ superhero: dark skin tone dark skin tone | good | hero | heroine | superpower | woman | woman superhero | woman superhero: dark skin tone -๐Ÿฆน criminal | evil | superpower | supervillain | villain -๐Ÿฆน๐Ÿป light skin tone criminal | evil | light skin tone | superpower | supervillain | supervillain: light skin tone | villain -๐Ÿฆน๐Ÿผ medium-light skin tone criminal | evil | medium-light skin tone | superpower | supervillain | supervillain: medium-light skin tone | villain -๐Ÿฆน๐Ÿฝ medium skin tone criminal | evil | medium skin tone | superpower | supervillain | supervillain: medium skin tone | villain -๐Ÿฆน๐Ÿพ medium-dark skin tone criminal | evil | medium-dark skin tone | superpower | supervillain | supervillain: medium-dark skin tone | villain -๐Ÿฆน๐Ÿฟ dark skin tone criminal | dark skin tone | evil | superpower | supervillain | supervillain: dark skin tone | villain -๐Ÿฆนโ€โ™‚๏ธ supervillain -๐Ÿฆนโ€โ™‚ supervillain criminal | evil | man | man supervillain | superpower | villain -๐Ÿฆน๐Ÿปโ€โ™‚๏ธ supervillain: light skin tone -๐Ÿฆน๐Ÿปโ€โ™‚ supervillain: light skin tone criminal | evil | light skin tone | man | man supervillain | man supervillain: light skin tone | superpower | villain -๐Ÿฆน๐Ÿผโ€โ™‚๏ธ supervillain: medium-light skin tone -๐Ÿฆน๐Ÿผโ€โ™‚ supervillain: medium-light skin tone criminal | evil | man | man supervillain | man supervillain: medium-light skin tone | medium-light skin tone | superpower | villain -๐Ÿฆน๐Ÿฝโ€โ™‚๏ธ supervillain: medium skin tone -๐Ÿฆน๐Ÿฝโ€โ™‚ supervillain: medium skin tone criminal | evil | man | man supervillain | man supervillain: medium skin tone | medium skin tone | superpower | villain -๐Ÿฆน๐Ÿพโ€โ™‚๏ธ supervillain: medium-dark skin tone -๐Ÿฆน๐Ÿพโ€โ™‚ supervillain: medium-dark skin tone criminal | evil | man | man supervillain | man supervillain: medium-dark skin tone | medium-dark skin tone | superpower | villain -๐Ÿฆน๐Ÿฟโ€โ™‚๏ธ supervillain: dark skin tone -๐Ÿฆน๐Ÿฟโ€โ™‚ supervillain: dark skin tone criminal | dark skin tone | evil | man | man supervillain | man supervillain: dark skin tone | superpower | villain -๐Ÿฆนโ€โ™€๏ธ supervillain -๐Ÿฆนโ€โ™€ supervillain criminal | evil | superpower | villain | woman | woman supervillain -๐Ÿฆน๐Ÿปโ€โ™€๏ธ supervillain: light skin tone -๐Ÿฆน๐Ÿปโ€โ™€ supervillain: light skin tone criminal | evil | light skin tone | superpower | villain | woman | woman supervillain | woman supervillain: light skin tone -๐Ÿฆน๐Ÿผโ€โ™€๏ธ supervillain: medium-light skin tone -๐Ÿฆน๐Ÿผโ€โ™€ supervillain: medium-light skin tone criminal | evil | medium-light skin tone | superpower | villain | woman | woman supervillain | woman supervillain: medium-light skin tone -๐Ÿฆน๐Ÿฝโ€โ™€๏ธ supervillain: medium skin tone -๐Ÿฆน๐Ÿฝโ€โ™€ supervillain: medium skin tone criminal | evil | medium skin tone | superpower | villain | woman | woman supervillain | woman supervillain: medium skin tone -๐Ÿฆน๐Ÿพโ€โ™€๏ธ supervillain: medium-dark skin tone -๐Ÿฆน๐Ÿพโ€โ™€ supervillain: medium-dark skin tone criminal | evil | medium-dark skin tone | superpower | villain | woman | woman supervillain | woman supervillain: medium-dark skin tone -๐Ÿฆน๐Ÿฟโ€โ™€๏ธ supervillain: dark skin tone -๐Ÿฆน๐Ÿฟโ€โ™€ supervillain: dark skin tone criminal | dark skin tone | evil | superpower | villain | woman | woman supervillain | woman supervillain: dark skin tone -๐Ÿง™ mage | sorcerer | sorceress | witch | wizard -๐Ÿง™๐Ÿป light skin tone light skin tone | mage | mage: light skin tone | sorcerer | sorceress | witch | wizard -๐Ÿง™๐Ÿผ medium-light skin tone mage | mage: medium-light skin tone | medium-light skin tone | sorcerer | sorceress | witch | wizard -๐Ÿง™๐Ÿฝ medium skin tone mage | mage: medium skin tone | medium skin tone | sorcerer | sorceress | witch | wizard -๐Ÿง™๐Ÿพ medium-dark skin tone mage | mage: medium-dark skin tone | medium-dark skin tone | sorcerer | sorceress | witch | wizard -๐Ÿง™๐Ÿฟ dark skin tone dark skin tone | mage | mage: dark skin tone | sorcerer | sorceress | witch | wizard -๐Ÿง™โ€โ™‚๏ธ mage -๐Ÿง™โ€โ™‚ mage man mage | sorcerer | wizard -๐Ÿง™๐Ÿปโ€โ™‚๏ธ mage: light skin tone -๐Ÿง™๐Ÿปโ€โ™‚ mage: light skin tone light skin tone | man mage | man mage: light skin tone | sorcerer | wizard -๐Ÿง™๐Ÿผโ€โ™‚๏ธ mage: medium-light skin tone -๐Ÿง™๐Ÿผโ€โ™‚ mage: medium-light skin tone man mage | man mage: medium-light skin tone | medium-light skin tone | sorcerer | wizard -๐Ÿง™๐Ÿฝโ€โ™‚๏ธ mage: medium skin tone -๐Ÿง™๐Ÿฝโ€โ™‚ mage: medium skin tone man mage | man mage: medium skin tone | medium skin tone | sorcerer | wizard -๐Ÿง™๐Ÿพโ€โ™‚๏ธ mage: medium-dark skin tone -๐Ÿง™๐Ÿพโ€โ™‚ mage: medium-dark skin tone man mage | man mage: medium-dark skin tone | medium-dark skin tone | sorcerer | wizard -๐Ÿง™๐Ÿฟโ€โ™‚๏ธ mage: dark skin tone -๐Ÿง™๐Ÿฟโ€โ™‚ mage: dark skin tone dark skin tone | man mage | man mage: dark skin tone | sorcerer | wizard -๐Ÿง™โ€โ™€ mage sorceress | witch | woman mage -๐Ÿง™๐Ÿปโ€โ™€๏ธ mage: light skin tone -๐Ÿง™๐Ÿปโ€โ™€ mage: light skin tone light skin tone | sorceress | witch | woman mage | woman mage: light skin tone -๐Ÿง™๐Ÿผโ€โ™€๏ธ mage: medium-light skin tone -๐Ÿง™๐Ÿผโ€โ™€ mage: medium-light skin tone medium-light skin tone | sorceress | witch | woman mage | woman mage: medium-light skin tone -๐Ÿง™๐Ÿฝโ€โ™€๏ธ mage: medium skin tone -๐Ÿง™๐Ÿฝโ€โ™€ mage: medium skin tone medium skin tone | sorceress | witch | woman mage | woman mage: medium skin tone -๐Ÿง™๐Ÿพโ€โ™€๏ธ mage: medium-dark skin tone -๐Ÿง™๐Ÿพโ€โ™€ mage: medium-dark skin tone medium-dark skin tone | sorceress | witch | woman mage | woman mage: medium-dark skin tone -๐Ÿง™๐Ÿฟโ€โ™€๏ธ mage: dark skin tone -๐Ÿง™๐Ÿฟโ€โ™€ mage: dark skin tone dark skin tone | sorceress | witch | woman mage | woman mage: dark skin tone -๐Ÿงš fairy | Oberon | Puck | Titania -๐Ÿงš๐Ÿป light skin tone fairy | fairy: light skin tone | light skin tone | Oberon | Puck | Titania -๐Ÿงš๐Ÿผ medium-light skin tone fairy | fairy: medium-light skin tone | medium-light skin tone | Oberon | Puck | Titania -๐Ÿงš๐Ÿฝ medium skin tone fairy | fairy: medium skin tone | medium skin tone | Oberon | Puck | Titania -๐Ÿงš๐Ÿพ medium-dark skin tone fairy | fairy: medium-dark skin tone | medium-dark skin tone | Oberon | Puck | Titania -๐Ÿงš๐Ÿฟ dark skin tone dark skin tone | fairy | fairy: dark skin tone | Oberon | Puck | Titania -๐Ÿงšโ€โ™‚๏ธ fairy -๐Ÿงšโ€โ™‚ fairy man fairy | Oberon | Puck -๐Ÿงš๐Ÿปโ€โ™‚๏ธ fairy: light skin tone -๐Ÿงš๐Ÿปโ€โ™‚ fairy: light skin tone light skin tone | man fairy | man fairy: light skin tone | Oberon | Puck -๐Ÿงš๐Ÿผโ€โ™‚๏ธ fairy: medium-light skin tone -๐Ÿงš๐Ÿผโ€โ™‚ fairy: medium-light skin tone man fairy | man fairy: medium-light skin tone | medium-light skin tone | Oberon | Puck -๐Ÿงš๐Ÿฝโ€โ™‚๏ธ fairy: medium skin tone -๐Ÿงš๐Ÿฝโ€โ™‚ fairy: medium skin tone man fairy | man fairy: medium skin tone | medium skin tone | Oberon | Puck -๐Ÿงš๐Ÿพโ€โ™‚๏ธ fairy: medium-dark skin tone -๐Ÿงš๐Ÿพโ€โ™‚ fairy: medium-dark skin tone man fairy | man fairy: medium-dark skin tone | medium-dark skin tone | Oberon | Puck -๐Ÿงš๐Ÿฟโ€โ™‚๏ธ fairy: dark skin tone -๐Ÿงš๐Ÿฟโ€โ™‚ fairy: dark skin tone dark skin tone | man fairy | man fairy: dark skin tone | Oberon | Puck -๐Ÿงšโ€โ™€ fairy Titania | woman fairy -๐Ÿงš๐Ÿปโ€โ™€๏ธ fairy: light skin tone -๐Ÿงš๐Ÿปโ€โ™€ fairy: light skin tone light skin tone | Titania | woman fairy | woman fairy: light skin tone -๐Ÿงš๐Ÿผโ€โ™€๏ธ fairy: medium-light skin tone -๐Ÿงš๐Ÿผโ€โ™€ fairy: medium-light skin tone medium-light skin tone | Titania | woman fairy | woman fairy: medium-light skin tone -๐Ÿงš๐Ÿฝโ€โ™€๏ธ fairy: medium skin tone -๐Ÿงš๐Ÿฝโ€โ™€ fairy: medium skin tone medium skin tone | Titania | woman fairy | woman fairy: medium skin tone -๐Ÿงš๐Ÿพโ€โ™€๏ธ fairy: medium-dark skin tone -๐Ÿงš๐Ÿพโ€โ™€ fairy: medium-dark skin tone medium-dark skin tone | Titania | woman fairy | woman fairy: medium-dark skin tone -๐Ÿงš๐Ÿฟโ€โ™€๏ธ fairy: dark skin tone -๐Ÿงš๐Ÿฟโ€โ™€ fairy: dark skin tone dark skin tone | Titania | woman fairy | woman fairy: dark skin tone -๐Ÿง› Dracula | undead | vampire -๐Ÿง›๐Ÿป light skin tone Dracula | light skin tone | undead | vampire | vampire: light skin tone -๐Ÿง›๐Ÿผ medium-light skin tone Dracula | medium-light skin tone | undead | vampire | vampire: medium-light skin tone -๐Ÿง›๐Ÿฝ medium skin tone Dracula | medium skin tone | undead | vampire | vampire: medium skin tone -๐Ÿง›๐Ÿพ medium-dark skin tone Dracula | medium-dark skin tone | undead | vampire | vampire: medium-dark skin tone -๐Ÿง›๐Ÿฟ dark skin tone dark skin tone | Dracula | undead | vampire | vampire: dark skin tone -๐Ÿง›โ€โ™‚๏ธ vampire -๐Ÿง›โ€โ™‚ vampire Dracula | man vampire | undead -๐Ÿง›๐Ÿปโ€โ™‚๏ธ vampire: light skin tone -๐Ÿง›๐Ÿปโ€โ™‚ vampire: light skin tone Dracula | light skin tone | man vampire | man vampire: light skin tone | undead -๐Ÿง›๐Ÿผโ€โ™‚๏ธ vampire: medium-light skin tone -๐Ÿง›๐Ÿผโ€โ™‚ vampire: medium-light skin tone Dracula | man vampire | man vampire: medium-light skin tone | medium-light skin tone | undead -๐Ÿง›๐Ÿฝโ€โ™‚๏ธ vampire: medium skin tone -๐Ÿง›๐Ÿฝโ€โ™‚ vampire: medium skin tone Dracula | man vampire | man vampire: medium skin tone | medium skin tone | undead -๐Ÿง›๐Ÿพโ€โ™‚๏ธ vampire: medium-dark skin tone -๐Ÿง›๐Ÿพโ€โ™‚ vampire: medium-dark skin tone Dracula | man vampire | man vampire: medium-dark skin tone | medium-dark skin tone | undead -๐Ÿง›๐Ÿฟโ€โ™‚๏ธ vampire: dark skin tone -๐Ÿง›๐Ÿฟโ€โ™‚ vampire: dark skin tone dark skin tone | Dracula | man vampire | man vampire: dark skin tone | undead -๐Ÿง›โ€โ™€ vampire undead | woman vampire -๐Ÿง›๐Ÿปโ€โ™€๏ธ vampire: light skin tone -๐Ÿง›๐Ÿปโ€โ™€ vampire: light skin tone light skin tone | undead | woman vampire | woman vampire: light skin tone -๐Ÿง›๐Ÿผโ€โ™€๏ธ vampire: medium-light skin tone -๐Ÿง›๐Ÿผโ€โ™€ vampire: medium-light skin tone medium-light skin tone | undead | woman vampire | woman vampire: medium-light skin tone -๐Ÿง›๐Ÿฝโ€โ™€๏ธ vampire: medium skin tone -๐Ÿง›๐Ÿฝโ€โ™€ vampire: medium skin tone medium skin tone | undead | woman vampire | woman vampire: medium skin tone -๐Ÿง›๐Ÿพโ€โ™€๏ธ vampire: medium-dark skin tone -๐Ÿง›๐Ÿพโ€โ™€ vampire: medium-dark skin tone medium-dark skin tone | undead | woman vampire | woman vampire: medium-dark skin tone -๐Ÿง›๐Ÿฟโ€โ™€๏ธ vampire: dark skin tone -๐Ÿง›๐Ÿฟโ€โ™€ vampire: dark skin tone dark skin tone | undead | woman vampire | woman vampire: dark skin tone -๐Ÿงœ mermaid | merman | merperson | merwoman -๐Ÿงœ๐Ÿป light skin tone light skin tone | mermaid | merman | merperson | merperson: light skin tone | merwoman -๐Ÿงœ๐Ÿผ medium-light skin tone medium-light skin tone | mermaid | merman | merperson | merperson: medium-light skin tone | merwoman -๐Ÿงœ๐Ÿฝ medium skin tone medium skin tone | mermaid | merman | merperson | merperson: medium skin tone | merwoman -๐Ÿงœ๐Ÿพ medium-dark skin tone medium-dark skin tone | mermaid | merman | merperson | merperson: medium-dark skin tone | merwoman -๐Ÿงœ๐Ÿฟ dark skin tone dark skin tone | mermaid | merman | merperson | merperson: dark skin tone | merwoman -๐Ÿงœโ€โ™‚ merman | Triton -๐Ÿงœ๐Ÿปโ€โ™‚๏ธ light skin tone -๐Ÿงœ๐Ÿปโ€โ™‚ light skin tone light skin tone | merman | merman: light skin tone | Triton -๐Ÿงœ๐Ÿผโ€โ™‚๏ธ medium-light skin tone -๐Ÿงœ๐Ÿผโ€โ™‚ medium-light skin tone medium-light skin tone | merman | merman: medium-light skin tone | Triton -๐Ÿงœ๐Ÿฝโ€โ™‚๏ธ medium skin tone -๐Ÿงœ๐Ÿฝโ€โ™‚ medium skin tone medium skin tone | merman | merman: medium skin tone | Triton -๐Ÿงœ๐Ÿพโ€โ™‚๏ธ medium-dark skin tone -๐Ÿงœ๐Ÿพโ€โ™‚ medium-dark skin tone medium-dark skin tone | merman | merman: medium-dark skin tone | Triton -๐Ÿงœ๐Ÿฟโ€โ™‚๏ธ dark skin tone -๐Ÿงœ๐Ÿฟโ€โ™‚ dark skin tone dark skin tone | merman | merman: dark skin tone | Triton -๐Ÿงœโ€โ™€ mermaid | merwoman -๐Ÿงœ๐Ÿปโ€โ™€๏ธ light skin tone -๐Ÿงœ๐Ÿปโ€โ™€ light skin tone light skin tone | mermaid | mermaid: light skin tone | merwoman -๐Ÿงœ๐Ÿผโ€โ™€๏ธ medium-light skin tone -๐Ÿงœ๐Ÿผโ€โ™€ medium-light skin tone medium-light skin tone | mermaid | mermaid: medium-light skin tone | merwoman -๐Ÿงœ๐Ÿฝโ€โ™€๏ธ medium skin tone -๐Ÿงœ๐Ÿฝโ€โ™€ medium skin tone medium skin tone | mermaid | mermaid: medium skin tone | merwoman -๐Ÿงœ๐Ÿพโ€โ™€๏ธ medium-dark skin tone -๐Ÿงœ๐Ÿพโ€โ™€ medium-dark skin tone medium-dark skin tone | mermaid | mermaid: medium-dark skin tone | merwoman -๐Ÿงœ๐Ÿฟโ€โ™€๏ธ dark skin tone -๐Ÿงœ๐Ÿฟโ€โ™€ dark skin tone dark skin tone | mermaid | mermaid: dark skin tone | merwoman -๐Ÿง elf | magical -๐Ÿง๐Ÿป light skin tone elf | elf: light skin tone | light skin tone | magical -๐Ÿง๐Ÿผ medium-light skin tone elf | elf: medium-light skin tone | magical | medium-light skin tone -๐Ÿง๐Ÿฝ medium skin tone elf | elf: medium skin tone | magical | medium skin tone -๐Ÿง๐Ÿพ medium-dark skin tone elf | elf: medium-dark skin tone | magical | medium-dark skin tone -๐Ÿง๐Ÿฟ dark skin tone dark skin tone | elf | elf: dark skin tone | magical -๐Ÿงโ€โ™‚๏ธ elf -๐Ÿงโ€โ™‚ elf magical | man elf -๐Ÿง๐Ÿปโ€โ™‚๏ธ elf: light skin tone -๐Ÿง๐Ÿปโ€โ™‚ elf: light skin tone light skin tone | magical | man elf | man elf: light skin tone -๐Ÿง๐Ÿผโ€โ™‚๏ธ elf: medium-light skin tone -๐Ÿง๐Ÿผโ€โ™‚ elf: medium-light skin tone magical | man elf | man elf: medium-light skin tone | medium-light skin tone -๐Ÿง๐Ÿฝโ€โ™‚๏ธ elf: medium skin tone -๐Ÿง๐Ÿฝโ€โ™‚ elf: medium skin tone magical | man elf | man elf: medium skin tone | medium skin tone -๐Ÿง๐Ÿพโ€โ™‚๏ธ elf: medium-dark skin tone -๐Ÿง๐Ÿพโ€โ™‚ elf: medium-dark skin tone magical | man elf | man elf: medium-dark skin tone | medium-dark skin tone -๐Ÿง๐Ÿฟโ€โ™‚๏ธ elf: dark skin tone -๐Ÿง๐Ÿฟโ€โ™‚ elf: dark skin tone dark skin tone | magical | man elf | man elf: dark skin tone -๐Ÿงโ€โ™€ elf magical | woman elf -๐Ÿง๐Ÿปโ€โ™€๏ธ elf: light skin tone -๐Ÿง๐Ÿปโ€โ™€ elf: light skin tone light skin tone | magical | woman elf | woman elf: light skin tone -๐Ÿง๐Ÿผโ€โ™€๏ธ elf: medium-light skin tone -๐Ÿง๐Ÿผโ€โ™€ elf: medium-light skin tone magical | medium-light skin tone | woman elf | woman elf: medium-light skin tone -๐Ÿง๐Ÿฝโ€โ™€๏ธ elf: medium skin tone -๐Ÿง๐Ÿฝโ€โ™€ elf: medium skin tone magical | medium skin tone | woman elf | woman elf: medium skin tone -๐Ÿง๐Ÿพโ€โ™€๏ธ elf: medium-dark skin tone -๐Ÿง๐Ÿพโ€โ™€ elf: medium-dark skin tone magical | medium-dark skin tone | woman elf | woman elf: medium-dark skin tone -๐Ÿง๐Ÿฟโ€โ™€๏ธ elf: dark skin tone -๐Ÿง๐Ÿฟโ€โ™€ elf: dark skin tone dark skin tone | magical | woman elf | woman elf: dark skin tone -๐Ÿงž djinn | genie -๐Ÿงžโ€โ™‚๏ธ genie -๐Ÿงžโ€โ™‚ genie djinn | man genie -๐Ÿงžโ€โ™€๏ธ genie -๐Ÿงžโ€โ™€ genie djinn | woman genie -๐ŸงŸ undead | walking dead | zombie -๐ŸงŸโ€โ™‚๏ธ zombie -๐ŸงŸโ€โ™‚ zombie man zombie | undead | walking dead -๐ŸงŸโ€โ™€๏ธ zombie -๐ŸงŸโ€โ™€ zombie undead | walking dead | woman zombie -๐ŸงŒ fairy tale | fantasy | monster | troll -๐Ÿ’† getting massage face | massage | person getting massage | salon -๐Ÿ’†๐Ÿป getting massage: light skin tone face | light skin tone | massage | person getting massage | person getting massage: light skin tone | salon -๐Ÿ’†๐Ÿผ getting massage: medium-light skin tone face | massage | medium-light skin tone | person getting massage | person getting massage: medium-light skin tone | salon -๐Ÿ’†๐Ÿฝ getting massage: medium skin tone face | massage | medium skin tone | person getting massage | person getting massage: medium skin tone | salon -๐Ÿ’†๐Ÿพ getting massage: medium-dark skin tone face | massage | medium-dark skin tone | person getting massage | person getting massage: medium-dark skin tone | salon -๐Ÿ’†๐Ÿฟ getting massage: dark skin tone dark skin tone | face | massage | person getting massage | person getting massage: dark skin tone | salon -๐Ÿ’†โ€โ™‚๏ธ getting massage -๐Ÿ’†โ€โ™‚ getting massage face | man | man getting massage | massage -๐Ÿ’†๐Ÿปโ€โ™‚๏ธ getting massage: light skin tone -๐Ÿ’†๐Ÿปโ€โ™‚ getting massage: light skin tone face | light skin tone | man | man getting massage | man getting massage: light skin tone | massage -๐Ÿ’†๐Ÿผโ€โ™‚๏ธ getting massage: medium-light skin tone -๐Ÿ’†๐Ÿผโ€โ™‚ getting massage: medium-light skin tone face | man | man getting massage | man getting massage: medium-light skin tone | massage | medium-light skin tone -๐Ÿ’†๐Ÿฝโ€โ™‚๏ธ getting massage: medium skin tone -๐Ÿ’†๐Ÿฝโ€โ™‚ getting massage: medium skin tone face | man | man getting massage | man getting massage: medium skin tone | massage | medium skin tone -๐Ÿ’†๐Ÿพโ€โ™‚๏ธ getting massage: medium-dark skin tone -๐Ÿ’†๐Ÿพโ€โ™‚ getting massage: medium-dark skin tone face | man | man getting massage | man getting massage: medium-dark skin tone | massage | medium-dark skin tone -๐Ÿ’†๐Ÿฟโ€โ™‚๏ธ getting massage: dark skin tone -๐Ÿ’†๐Ÿฟโ€โ™‚ getting massage: dark skin tone dark skin tone | face | man | man getting massage | man getting massage: dark skin tone | massage -๐Ÿ’†โ€โ™€๏ธ getting massage -๐Ÿ’†โ€โ™€ getting massage face | massage | woman | woman getting massage -๐Ÿ’†๐Ÿปโ€โ™€๏ธ getting massage: light skin tone -๐Ÿ’†๐Ÿปโ€โ™€ getting massage: light skin tone face | light skin tone | massage | woman | woman getting massage | woman getting massage: light skin tone -๐Ÿ’†๐Ÿผโ€โ™€๏ธ getting massage: medium-light skin tone -๐Ÿ’†๐Ÿผโ€โ™€ getting massage: medium-light skin tone face | massage | medium-light skin tone | woman | woman getting massage | woman getting massage: medium-light skin tone -๐Ÿ’†๐Ÿฝโ€โ™€๏ธ getting massage: medium skin tone -๐Ÿ’†๐Ÿฝโ€โ™€ getting massage: medium skin tone face | massage | medium skin tone | woman | woman getting massage | woman getting massage: medium skin tone -๐Ÿ’†๐Ÿพโ€โ™€๏ธ getting massage: medium-dark skin tone -๐Ÿ’†๐Ÿพโ€โ™€ getting massage: medium-dark skin tone face | massage | medium-dark skin tone | woman | woman getting massage | woman getting massage: medium-dark skin tone -๐Ÿ’†๐Ÿฟโ€โ™€๏ธ getting massage: dark skin tone -๐Ÿ’†๐Ÿฟโ€โ™€ getting massage: dark skin tone dark skin tone | face | massage | woman | woman getting massage | woman getting massage: dark skin tone -๐Ÿ’‡ getting haircut barber | beauty | haircut | parlor | person getting haircut | parlour | salon -๐Ÿ’‡๐Ÿป getting haircut: light skin tone barber | beauty | haircut | light skin tone | parlor | person getting haircut | person getting haircut: light skin tone | parlour | salon -๐Ÿ’‡๐Ÿผ getting haircut: medium-light skin tone barber | beauty | haircut | medium-light skin tone | parlor | person getting haircut | person getting haircut: medium-light skin tone | parlour | salon -๐Ÿ’‡๐Ÿฝ getting haircut: medium skin tone barber | beauty | haircut | medium skin tone | parlor | person getting haircut | person getting haircut: medium skin tone | parlour | salon -๐Ÿ’‡๐Ÿพ getting haircut: medium-dark skin tone barber | beauty | haircut | medium-dark skin tone | parlor | person getting haircut | person getting haircut: medium-dark skin tone | parlour | salon -๐Ÿ’‡๐Ÿฟ getting haircut: dark skin tone barber | beauty | dark skin tone | haircut | parlor | person getting haircut | person getting haircut: dark skin tone | parlour | salon -๐Ÿ’‡โ€โ™‚๏ธ getting haircut -๐Ÿ’‡โ€โ™‚ getting haircut haircut | man | man getting haircut | hairdresser -๐Ÿ’‡๐Ÿปโ€โ™‚๏ธ getting haircut: light skin tone -๐Ÿ’‡๐Ÿปโ€โ™‚ getting haircut: light skin tone haircut | light skin tone | man | man getting haircut | man getting haircut: light skin tone | hairdresser -๐Ÿ’‡๐Ÿผโ€โ™‚๏ธ getting haircut: medium-light skin tone -๐Ÿ’‡๐Ÿผโ€โ™‚ getting haircut: medium-light skin tone haircut | man | man getting haircut | man getting haircut: medium-light skin tone | medium-light skin tone | hairdresser -๐Ÿ’‡๐Ÿฝโ€โ™‚๏ธ getting haircut: medium skin tone -๐Ÿ’‡๐Ÿฝโ€โ™‚ getting haircut: medium skin tone haircut | man | man getting haircut | man getting haircut: medium skin tone | medium skin tone | hairdresser -๐Ÿ’‡๐Ÿพโ€โ™‚๏ธ getting haircut: medium-dark skin tone -๐Ÿ’‡๐Ÿพโ€โ™‚ getting haircut: medium-dark skin tone haircut | man | man getting haircut | man getting haircut: medium-dark skin tone | medium-dark skin tone | hairdresser -๐Ÿ’‡๐Ÿฟโ€โ™‚๏ธ getting haircut: dark skin tone -๐Ÿ’‡๐Ÿฟโ€โ™‚ getting haircut: dark skin tone dark skin tone | haircut | man | man getting haircut | man getting haircut: dark skin tone | hairdresser -๐Ÿ’‡โ€โ™€๏ธ getting haircut -๐Ÿ’‡โ€โ™€ getting haircut haircut | woman | woman getting haircut | hairdresser -๐Ÿ’‡๐Ÿปโ€โ™€๏ธ getting haircut: light skin tone -๐Ÿ’‡๐Ÿปโ€โ™€ getting haircut: light skin tone haircut | light skin tone | woman | woman getting haircut | woman getting haircut: light skin tone | hairdresser -๐Ÿ’‡๐Ÿผโ€โ™€๏ธ getting haircut: medium-light skin tone -๐Ÿ’‡๐Ÿผโ€โ™€ getting haircut: medium-light skin tone haircut | medium-light skin tone | woman | woman getting haircut | woman getting haircut: medium-light skin tone | hairdresser -๐Ÿ’‡๐Ÿฝโ€โ™€๏ธ getting haircut: medium skin tone -๐Ÿ’‡๐Ÿฝโ€โ™€ getting haircut: medium skin tone haircut | medium skin tone | woman | woman getting haircut | woman getting haircut: medium skin tone | hairdresser -๐Ÿ’‡๐Ÿพโ€โ™€๏ธ getting haircut: medium-dark skin tone -๐Ÿ’‡๐Ÿพโ€โ™€ getting haircut: medium-dark skin tone haircut | medium-dark skin tone | woman | woman getting haircut | woman getting haircut: medium-dark skin tone | hairdresser -๐Ÿ’‡๐Ÿฟโ€โ™€๏ธ getting haircut: dark skin tone -๐Ÿ’‡๐Ÿฟโ€โ™€ getting haircut: dark skin tone dark skin tone | haircut | woman | woman getting haircut | woman getting haircut: dark skin tone | hairdresser -๐Ÿšถ walking hike | person walking | walk | walking -๐Ÿšถ๐Ÿป walking: light skin tone hike | light skin tone | person walking | person walking: light skin tone | walk | walking -๐Ÿšถ๐Ÿผ walking: medium-light skin tone hike | medium-light skin tone | person walking | person walking: medium-light skin tone | walk | walking -๐Ÿšถ๐Ÿฝ walking: medium skin tone hike | medium skin tone | person walking | person walking: medium skin tone | walk | walking -๐Ÿšถ๐Ÿพ walking: medium-dark skin tone hike | medium-dark skin tone | person walking | person walking: medium-dark skin tone | walk | walking -๐Ÿšถ๐Ÿฟ walking: dark skin tone dark skin tone | hike | person walking | person walking: dark skin tone | walk | walking -๐Ÿšถโ€โ™‚๏ธ walking -๐Ÿšถโ€โ™‚ walking hike | man | man walking | walk -๐Ÿšถ๐Ÿปโ€โ™‚๏ธ walking: light skin tone -๐Ÿšถ๐Ÿปโ€โ™‚ walking: light skin tone hike | light skin tone | man | man walking | man walking: light skin tone | walk -๐Ÿšถ๐Ÿผโ€โ™‚๏ธ walking: medium-light skin tone -๐Ÿšถ๐Ÿผโ€โ™‚ walking: medium-light skin tone hike | man | man walking | man walking: medium-light skin tone | medium-light skin tone | walk -๐Ÿšถ๐Ÿฝโ€โ™‚๏ธ walking: medium skin tone -๐Ÿšถ๐Ÿฝโ€โ™‚ walking: medium skin tone hike | man | man walking | man walking: medium skin tone | medium skin tone | walk -๐Ÿšถ๐Ÿพโ€โ™‚๏ธ walking: medium-dark skin tone -๐Ÿšถ๐Ÿพโ€โ™‚ walking: medium-dark skin tone hike | man | man walking | man walking: medium-dark skin tone | medium-dark skin tone | walk -๐Ÿšถ๐Ÿฟโ€โ™‚๏ธ walking: dark skin tone -๐Ÿšถ๐Ÿฟโ€โ™‚ walking: dark skin tone dark skin tone | hike | man | man walking | man walking: dark skin tone | walk -๐Ÿšถโ€โ™€๏ธ walking -๐Ÿšถโ€โ™€ walking hike | walk | woman | woman walking -๐Ÿšถ๐Ÿปโ€โ™€๏ธ walking: light skin tone -๐Ÿšถ๐Ÿปโ€โ™€ walking: light skin tone hike | light skin tone | walk | woman | woman walking | woman walking: light skin tone -๐Ÿšถ๐Ÿผโ€โ™€๏ธ walking: medium-light skin tone -๐Ÿšถ๐Ÿผโ€โ™€ walking: medium-light skin tone hike | medium-light skin tone | walk | woman | woman walking | woman walking: medium-light skin tone -๐Ÿšถ๐Ÿฝโ€โ™€๏ธ walking: medium skin tone -๐Ÿšถ๐Ÿฝโ€โ™€ walking: medium skin tone hike | medium skin tone | walk | woman | woman walking | woman walking: medium skin tone -๐Ÿšถ๐Ÿพโ€โ™€๏ธ walking: medium-dark skin tone -๐Ÿšถ๐Ÿพโ€โ™€ walking: medium-dark skin tone hike | medium-dark skin tone | walk | woman | woman walking | woman walking: medium-dark skin tone -๐Ÿšถ๐Ÿฟโ€โ™€๏ธ walking: dark skin tone -๐Ÿšถ๐Ÿฟโ€โ™€ walking: dark skin tone dark skin tone | hike | walk | woman | woman walking | woman walking: dark skin tone -๐Ÿšถโ€โžก๏ธ walking facing right -๐Ÿšถโ€โžก walking facing right hike | person walking | person walking facing right | walk | walking -๐Ÿšถ๐Ÿปโ€โžก๏ธ walking facing right: light skin tone -๐Ÿšถ๐Ÿปโ€โžก walking facing right: light skin tone hike | person walking | person walking facing right | walk | walking -๐Ÿšถ๐Ÿผโ€โžก๏ธ walking facing right: medium-light skin tone -๐Ÿšถ๐Ÿผโ€โžก walking facing right: medium-light skin tone hike | person walking | person walking facing right | walk | walking -๐Ÿšถ๐Ÿฝโ€โžก๏ธ walking facing right: medium skin tone -๐Ÿšถ๐Ÿฝโ€โžก walking facing right: medium skin tone hike | person walking | person walking facing right | walk | walking -๐Ÿšถ๐Ÿพโ€โžก๏ธ walking facing right: medium-dark skin tone -๐Ÿšถ๐Ÿพโ€โžก walking facing right: medium-dark skin tone hike | person walking | person walking facing right | walk | walking -๐Ÿšถ๐Ÿฟโ€โžก๏ธ walking facing right: dark skin tone -๐Ÿšถ๐Ÿฟโ€โžก walking facing right: dark skin tone hike | person walking | person walking facing right | walk | walking -๐Ÿšถโ€โ™€๏ธโ€โžก๏ธ walking facing right -๐Ÿšถโ€โ™€โ€โžก walking facing right hike | walk | woman | woman walking | woman walking facing right -๐Ÿšถ๐Ÿปโ€โ™€๏ธโ€โžก๏ธ walking facing right: light skin tone -๐Ÿšถ๐Ÿปโ€โ™€โ€โžก walking facing right: light skin tone hike | walk | woman | woman walking | woman walking facing right -๐Ÿšถ๐Ÿผโ€โ™€๏ธโ€โžก๏ธ walking facing right: medium-light skin tone -๐Ÿšถ๐Ÿผโ€โ™€โ€โžก walking facing right: medium-light skin tone hike | walk | woman | woman walking | woman walking facing right -๐Ÿšถ๐Ÿฝโ€โ™€๏ธโ€โžก๏ธ walking facing right: medium skin tone -๐Ÿšถ๐Ÿฝโ€โ™€โ€โžก walking facing right: medium skin tone hike | walk | woman | woman walking | woman walking facing right -๐Ÿšถ๐Ÿพโ€โ™€๏ธโ€โžก๏ธ walking facing right: medium-dark skin tone -๐Ÿšถ๐Ÿพโ€โ™€โ€โžก walking facing right: medium-dark skin tone hike | walk | woman | woman walking | woman walking facing right -๐Ÿšถ๐Ÿฟโ€โ™€๏ธโ€โžก๏ธ walking facing right: dark skin tone -๐Ÿšถ๐Ÿฟโ€โ™€โ€โžก walking facing right: dark skin tone hike | walk | woman | woman walking | woman walking facing right -๐Ÿšถโ€โ™‚๏ธโ€โžก๏ธ walking facing right -๐Ÿšถโ€โ™‚โ€โžก walking facing right hike | man | man walking | man walking facing right | walk -๐Ÿšถ๐Ÿปโ€โ™‚๏ธโ€โžก๏ธ walking facing right: light skin tone -๐Ÿšถ๐Ÿปโ€โ™‚โ€โžก walking facing right: light skin tone hike | man | man walking | man walking facing right | walk -๐Ÿšถ๐Ÿผโ€โ™‚๏ธโ€โžก๏ธ walking facing right: medium-light skin tone -๐Ÿšถ๐Ÿผโ€โ™‚โ€โžก walking facing right: medium-light skin tone hike | man | man walking | man walking facing right | walk -๐Ÿšถ๐Ÿฝโ€โ™‚๏ธโ€โžก๏ธ walking facing right: medium skin tone -๐Ÿšถ๐Ÿฝโ€โ™‚โ€โžก walking facing right: medium skin tone hike | man | man walking | man walking facing right | walk -๐Ÿšถ๐Ÿพโ€โ™‚๏ธโ€โžก๏ธ walking facing right: medium-dark skin tone -๐Ÿšถ๐Ÿพโ€โ™‚โ€โžก walking facing right: medium-dark skin tone hike | man | man walking | man walking facing right | walk -๐Ÿšถ๐Ÿฟโ€โ™‚๏ธโ€โžก๏ธ walking facing right: dark skin tone -๐Ÿšถ๐Ÿฟโ€โ™‚โ€โžก walking facing right: dark skin tone hike | man | man walking | man walking facing right | walk -๐Ÿง standing person standing | stand | standing -๐Ÿง๐Ÿป standing: light skin tone light skin tone | person standing | person standing: light skin tone | stand | standing -๐Ÿง๐Ÿผ standing: medium-light skin tone medium-light skin tone | person standing | person standing: medium-light skin tone | stand | standing -๐Ÿง๐Ÿฝ standing: medium skin tone medium skin tone | person standing | person standing: medium skin tone | stand | standing -๐Ÿง๐Ÿพ standing: medium-dark skin tone medium-dark skin tone | person standing | person standing: medium-dark skin tone | stand | standing -๐Ÿง๐Ÿฟ standing: dark skin tone dark skin tone | person standing | person standing: dark skin tone | stand | standing -๐Ÿงโ€โ™‚๏ธ standing -๐Ÿงโ€โ™‚ standing man | standing -๐Ÿง๐Ÿปโ€โ™‚๏ธ standing: light skin tone -๐Ÿง๐Ÿปโ€โ™‚ standing: light skin tone light skin tone | man | man standing: light skin tone | standing -๐Ÿง๐Ÿผโ€โ™‚๏ธ standing: medium-light skin tone -๐Ÿง๐Ÿผโ€โ™‚ standing: medium-light skin tone man | man standing: medium-light skin tone | medium-light skin tone | standing -๐Ÿง๐Ÿฝโ€โ™‚๏ธ standing: medium skin tone -๐Ÿง๐Ÿฝโ€โ™‚ standing: medium skin tone man | man standing: medium skin tone | medium skin tone | standing -๐Ÿง๐Ÿพโ€โ™‚๏ธ standing: medium-dark skin tone -๐Ÿง๐Ÿพโ€โ™‚ standing: medium-dark skin tone man | man standing: medium-dark skin tone | medium-dark skin tone | standing -๐Ÿง๐Ÿฟโ€โ™‚๏ธ standing: dark skin tone -๐Ÿง๐Ÿฟโ€โ™‚ standing: dark skin tone dark skin tone | man | man standing: dark skin tone | standing -๐Ÿงโ€โ™€๏ธ standing -๐Ÿงโ€โ™€ standing standing | woman -๐Ÿง๐Ÿปโ€โ™€๏ธ standing: light skin tone -๐Ÿง๐Ÿปโ€โ™€ standing: light skin tone light skin tone | standing | woman | woman standing: light skin tone -๐Ÿง๐Ÿผโ€โ™€๏ธ standing: medium-light skin tone -๐Ÿง๐Ÿผโ€โ™€ standing: medium-light skin tone medium-light skin tone | standing | woman | woman standing: medium-light skin tone -๐Ÿง๐Ÿฝโ€โ™€๏ธ standing: medium skin tone -๐Ÿง๐Ÿฝโ€โ™€ standing: medium skin tone medium skin tone | standing | woman | woman standing: medium skin tone -๐Ÿง๐Ÿพโ€โ™€๏ธ standing: medium-dark skin tone -๐Ÿง๐Ÿพโ€โ™€ standing: medium-dark skin tone medium-dark skin tone | standing | woman | woman standing: medium-dark skin tone -๐Ÿง๐Ÿฟโ€โ™€๏ธ standing: dark skin tone -๐Ÿง๐Ÿฟโ€โ™€ standing: dark skin tone dark skin tone | standing | woman | woman standing: dark skin tone -๐ŸงŽ kneeling kneel | kneeling | person kneeling -๐ŸงŽ๐Ÿป kneeling: light skin tone kneel | kneeling | light skin tone | person kneeling | person kneeling: light skin tone -๐ŸงŽ๐Ÿผ kneeling: medium-light skin tone kneel | kneeling | medium-light skin tone | person kneeling | person kneeling: medium-light skin tone -๐ŸงŽ๐Ÿฝ kneeling: medium skin tone kneel | kneeling | medium skin tone | person kneeling | person kneeling: medium skin tone -๐ŸงŽ๐Ÿพ kneeling: medium-dark skin tone kneel | kneeling | medium-dark skin tone | person kneeling | person kneeling: medium-dark skin tone -๐ŸงŽ๐Ÿฟ kneeling: dark skin tone dark skin tone | kneel | kneeling | person kneeling | person kneeling: dark skin tone -๐ŸงŽโ€โ™‚๏ธ kneeling -๐ŸงŽโ€โ™‚ kneeling kneeling | man -๐ŸงŽ๐Ÿปโ€โ™‚๏ธ kneeling: light skin tone -๐ŸงŽ๐Ÿปโ€โ™‚ kneeling: light skin tone kneeling | light skin tone | man | man kneeling: light skin tone -๐ŸงŽ๐Ÿผโ€โ™‚๏ธ kneeling: medium-light skin tone -๐ŸงŽ๐Ÿผโ€โ™‚ kneeling: medium-light skin tone kneeling | man | man kneeling: medium-light skin tone | medium-light skin tone -๐ŸงŽ๐Ÿฝโ€โ™‚๏ธ kneeling: medium skin tone -๐ŸงŽ๐Ÿฝโ€โ™‚ kneeling: medium skin tone kneeling | man | man kneeling: medium skin tone | medium skin tone -๐ŸงŽ๐Ÿพโ€โ™‚๏ธ kneeling: medium-dark skin tone -๐ŸงŽ๐Ÿพโ€โ™‚ kneeling: medium-dark skin tone kneeling | man | man kneeling: medium-dark skin tone | medium-dark skin tone -๐ŸงŽ๐Ÿฟโ€โ™‚๏ธ kneeling: dark skin tone -๐ŸงŽ๐Ÿฟโ€โ™‚ kneeling: dark skin tone dark skin tone | kneeling | man | man kneeling: dark skin tone -๐ŸงŽโ€โ™€๏ธ kneeling -๐ŸงŽโ€โ™€ kneeling kneeling | woman -๐ŸงŽ๐Ÿปโ€โ™€๏ธ kneeling: light skin tone -๐ŸงŽ๐Ÿปโ€โ™€ kneeling: light skin tone kneeling | light skin tone | woman | woman kneeling: light skin tone -๐ŸงŽ๐Ÿผโ€โ™€๏ธ kneeling: medium-light skin tone -๐ŸงŽ๐Ÿผโ€โ™€ kneeling: medium-light skin tone kneeling | medium-light skin tone | woman | woman kneeling: medium-light skin tone -๐ŸงŽ๐Ÿฝโ€โ™€๏ธ kneeling: medium skin tone -๐ŸงŽ๐Ÿฝโ€โ™€ kneeling: medium skin tone kneeling | medium skin tone | woman | woman kneeling: medium skin tone -๐ŸงŽ๐Ÿพโ€โ™€๏ธ kneeling: medium-dark skin tone -๐ŸงŽ๐Ÿพโ€โ™€ kneeling: medium-dark skin tone kneeling | medium-dark skin tone | woman | woman kneeling: medium-dark skin tone -๐ŸงŽ๐Ÿฟโ€โ™€๏ธ kneeling: dark skin tone -๐ŸงŽ๐Ÿฟโ€โ™€ kneeling: dark skin tone dark skin tone | kneeling | woman | woman kneeling: dark skin tone -๐ŸงŽโ€โžก๏ธ kneeling facing right -๐ŸงŽโ€โžก kneeling facing right kneel | kneeling | person kneeling | person kneeling facing right -๐ŸงŽ๐Ÿปโ€โžก๏ธ kneeling facing right: light skin tone -๐ŸงŽ๐Ÿปโ€โžก kneeling facing right: light skin tone kneel | kneeling | person kneeling | person kneeling facing right -๐ŸงŽ๐Ÿผโ€โžก๏ธ kneeling facing right: medium-light skin tone -๐ŸงŽ๐Ÿผโ€โžก kneeling facing right: medium-light skin tone kneel | kneeling | person kneeling | person kneeling facing right -๐ŸงŽ๐Ÿฝโ€โžก๏ธ kneeling facing right: medium skin tone -๐ŸงŽ๐Ÿฝโ€โžก kneeling facing right: medium skin tone kneel | kneeling | person kneeling | person kneeling facing right -๐ŸงŽ๐Ÿพโ€โžก๏ธ kneeling facing right: medium-dark skin tone -๐ŸงŽ๐Ÿพโ€โžก kneeling facing right: medium-dark skin tone kneel | kneeling | person kneeling | person kneeling facing right -๐ŸงŽ๐Ÿฟโ€โžก๏ธ kneeling facing right: dark skin tone -๐ŸงŽ๐Ÿฟโ€โžก kneeling facing right: dark skin tone kneel | kneeling | person kneeling | person kneeling facing right -๐ŸงŽโ€โ™€๏ธโ€โžก๏ธ kneeling facing right -๐ŸงŽโ€โ™€โ€โžก kneeling facing right kneeling | woman | woman kneeling facing right -๐ŸงŽ๐Ÿปโ€โ™€๏ธโ€โžก๏ธ kneeling facing right: light skin tone -๐ŸงŽ๐Ÿปโ€โ™€โ€โžก kneeling facing right: light skin tone kneeling | woman | woman kneeling facing right -๐ŸงŽ๐Ÿผโ€โ™€๏ธโ€โžก๏ธ kneeling facing right: medium-light skin tone -๐ŸงŽ๐Ÿผโ€โ™€โ€โžก kneeling facing right: medium-light skin tone kneeling | woman | woman kneeling facing right -๐ŸงŽ๐Ÿฝโ€โ™€๏ธโ€โžก๏ธ kneeling facing right: medium skin tone -๐ŸงŽ๐Ÿฝโ€โ™€โ€โžก kneeling facing right: medium skin tone kneeling | woman | woman kneeling facing right -๐ŸงŽ๐Ÿพโ€โ™€๏ธโ€โžก๏ธ kneeling facing right: medium-dark skin tone -๐ŸงŽ๐Ÿพโ€โ™€โ€โžก kneeling facing right: medium-dark skin tone kneeling | woman | woman kneeling facing right -๐ŸงŽ๐Ÿฟโ€โ™€๏ธโ€โžก๏ธ kneeling facing right: dark skin tone -๐ŸงŽ๐Ÿฟโ€โ™€โ€โžก kneeling facing right: dark skin tone kneeling | woman | woman kneeling facing right -๐ŸงŽโ€โ™‚๏ธโ€โžก๏ธ kneeling facing right -๐ŸงŽโ€โ™‚โ€โžก kneeling facing right kneeling | man | man kneeling facing right -๐ŸงŽ๐Ÿปโ€โ™‚๏ธโ€โžก๏ธ kneeling facing right: light skin tone -๐ŸงŽ๐Ÿปโ€โ™‚โ€โžก kneeling facing right: light skin tone kneeling | man | man kneeling facing right -๐ŸงŽ๐Ÿผโ€โ™‚๏ธโ€โžก๏ธ kneeling facing right: medium-light skin tone -๐ŸงŽ๐Ÿผโ€โ™‚โ€โžก kneeling facing right: medium-light skin tone kneeling | man | man kneeling facing right -๐ŸงŽ๐Ÿฝโ€โ™‚๏ธโ€โžก๏ธ kneeling facing right: medium skin tone -๐ŸงŽ๐Ÿฝโ€โ™‚โ€โžก kneeling facing right: medium skin tone kneeling | man | man kneeling facing right -๐ŸงŽ๐Ÿพโ€โ™‚๏ธโ€โžก๏ธ kneeling facing right: medium-dark skin tone -๐ŸงŽ๐Ÿพโ€โ™‚โ€โžก kneeling facing right: medium-dark skin tone kneeling | man | man kneeling facing right -๐ŸงŽ๐Ÿฟโ€โ™‚๏ธโ€โžก๏ธ kneeling facing right: dark skin tone -๐ŸงŽ๐Ÿฟโ€โ™‚โ€โžก kneeling facing right: dark skin tone kneeling | man | man kneeling facing right -๐Ÿง‘โ€๐Ÿฆฏ with white cane accessibility | blind | person with white cane | person with guide cane | person with long mobility cane -๐Ÿง‘๐Ÿปโ€๐Ÿฆฏ with white cane: light skin tone accessibility | blind | light skin tone | person with white cane | person with white cane: light skin tone | person with guide cane | person with guide cane: light skin tone | person with long mobility cane | person with long mobility cane: light skin tone -๐Ÿง‘๐Ÿผโ€๐Ÿฆฏ with white cane: medium-light skin tone accessibility | blind | medium-light skin tone | person with white cane | person with white cane: medium-light skin tone | person with guide cane | person with guide cane: medium-light skin tone | person with long mobility cane | person with long mobility cane: medium-light skin tone -๐Ÿง‘๐Ÿฝโ€๐Ÿฆฏ with white cane: medium skin tone accessibility | blind | medium skin tone | person with white cane | person with white cane: medium skin tone | person with guide cane | person with guide cane: medium skin tone | person with long mobility cane | person with long mobility cane: medium skin tone -๐Ÿง‘๐Ÿพโ€๐Ÿฆฏ with white cane: medium-dark skin tone accessibility | blind | medium-dark skin tone | person with white cane | person with white cane: medium-dark skin tone | person with guide cane | person with guide cane: medium-dark skin tone | person with long mobility cane | person with long mobility cane: medium-dark skin tone -๐Ÿง‘๐Ÿฟโ€๐Ÿฆฏ with white cane: dark skin tone accessibility | blind | dark skin tone | person with white cane | person with white cane: dark skin tone | person with guide cane | person with guide cane: dark skin tone | person with long mobility cane | person with long mobility cane: dark skin tone -๐Ÿง‘โ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right -๐Ÿง‘โ€๐Ÿฆฏโ€โžก with white cane facing right accessibility | blind | person with white cane | person with white cane facing right | person with guide cane | person with guide cane facing right | person with long mobility cane | person with long mobility cane facing right -๐Ÿง‘๐Ÿปโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: light skin tone -๐Ÿง‘๐Ÿปโ€๐Ÿฆฏโ€โžก with white cane facing right: light skin tone accessibility | blind | person with white cane | person with white cane facing right | person with guide cane | person with guide cane facing right | person with long mobility cane | person with long mobility cane facing right -๐Ÿง‘๐Ÿผโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: medium-light skin tone -๐Ÿง‘๐Ÿผโ€๐Ÿฆฏโ€โžก with white cane facing right: medium-light skin tone accessibility | blind | person with white cane | person with white cane facing right | person with guide cane | person with guide cane facing right | person with long mobility cane | person with long mobility cane facing right -๐Ÿง‘๐Ÿฝโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: medium skin tone -๐Ÿง‘๐Ÿฝโ€๐Ÿฆฏโ€โžก with white cane facing right: medium skin tone accessibility | blind | person with white cane | person with white cane facing right | person with guide cane | person with guide cane facing right | person with long mobility cane | person with long mobility cane facing right -๐Ÿง‘๐Ÿพโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: medium-dark skin tone -๐Ÿง‘๐Ÿพโ€๐Ÿฆฏโ€โžก with white cane facing right: medium-dark skin tone accessibility | blind | person with white cane | person with white cane facing right | person with guide cane | person with guide cane facing right | person with long mobility cane | person with long mobility cane facing right -๐Ÿง‘๐Ÿฟโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: dark skin tone -๐Ÿง‘๐Ÿฟโ€๐Ÿฆฏโ€โžก with white cane facing right: dark skin tone accessibility | blind | person with white cane | person with white cane facing right | person with guide cane | person with guide cane facing right | person with long mobility cane | person with long mobility cane facing right -๐Ÿ‘จโ€๐Ÿฆฏ with white cane accessibility | blind | man | man with white cane | man with guide cane -๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฏ with white cane: light skin tone accessibility | blind | light skin tone | man | man with white cane | man with white cane: light skin tone | man with guide cane | man with guide cane: light skin tone -๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฏ with white cane: medium-light skin tone accessibility | blind | man | man with white cane | man with white cane: medium-light skin tone | medium-light skin tone | man with guide cane | man with guide cane: medium-light skin tone -๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฏ with white cane: medium skin tone accessibility | blind | man | man with white cane | man with white cane: medium skin tone | medium skin tone | man with guide cane | man with guide cane: medium skin tone -๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฏ with white cane: medium-dark skin tone accessibility | blind | man | man with white cane | man with white cane: medium-dark skin tone | medium-dark skin tone | man with guide cane | man with guide cane: medium-dark skin tone -๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฏ with white cane: dark skin tone accessibility | blind | dark skin tone | man | man with white cane | man with white cane: dark skin tone | man with guide cane | man with guide cane: dark skin tone -๐Ÿ‘จโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right -๐Ÿ‘จโ€๐Ÿฆฏโ€โžก with white cane facing right accessibility | blind | man | man with white cane | man with white cane facing right | man with guide cane | man with guide cane facing right -๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: light skin tone -๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฏโ€โžก with white cane facing right: light skin tone accessibility | blind | man | man with white cane | man with white cane facing right | man with guide cane | man with guide cane facing right -๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: medium-light skin tone -๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฏโ€โžก with white cane facing right: medium-light skin tone accessibility | blind | man | man with white cane | man with white cane facing right | man with guide cane | man with guide cane facing right -๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: medium skin tone -๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฏโ€โžก with white cane facing right: medium skin tone accessibility | blind | man | man with white cane | man with white cane facing right | man with guide cane | man with guide cane facing right -๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: medium-dark skin tone -๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฏโ€โžก with white cane facing right: medium-dark skin tone accessibility | blind | man | man with white cane | man with white cane facing right | man with guide cane | man with guide cane facing right -๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: dark skin tone -๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฏโ€โžก with white cane facing right: dark skin tone accessibility | blind | man | man with white cane | man with white cane facing right | man with guide cane | man with guide cane facing right -๐Ÿ‘ฉโ€๐Ÿฆฏ with white cane accessibility | blind | woman | woman with white cane | woman with guide cane -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฏ with white cane: light skin tone accessibility | blind | light skin tone | woman | woman with white cane | woman with white cane: light skin tone | woman with guide cane | woman with guide cane: light skin tone -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฏ with white cane: medium-light skin tone accessibility | blind | medium-light skin tone | woman | woman with white cane | woman with white cane: medium-light skin tone | woman with guide cane | woman with guide cane: medium-light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฏ with white cane: medium skin tone accessibility | blind | medium skin tone | woman | woman with white cane | woman with white cane: medium skin tone | woman with guide cane | woman with guide cane: medium skin tone -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฏ with white cane: medium-dark skin tone accessibility | blind | medium-dark skin tone | woman | woman with white cane | woman with white cane: medium-dark skin tone | woman with guide cane | woman with guide cane: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฏ with white cane: dark skin tone accessibility | blind | dark skin tone | woman | woman with white cane | woman with white cane: dark skin tone | woman with guide cane | woman with guide cane: dark skin tone -๐Ÿ‘ฉโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right -๐Ÿ‘ฉโ€๐Ÿฆฏโ€โžก with white cane facing right accessibility | blind | woman | woman with white cane | woman with white cane facing right | woman with guide cane | woman with guide cane facing right -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: light skin tone -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฏโ€โžก with white cane facing right: light skin tone accessibility | blind | woman | woman with white cane | woman with white cane facing right | woman with guide cane | woman with guide cane facing right -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: medium-light skin tone -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฏโ€โžก with white cane facing right: medium-light skin tone accessibility | blind | woman | woman with white cane | woman with white cane facing right | woman with guide cane | woman with guide cane facing right -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: medium skin tone -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฏโ€โžก with white cane facing right: medium skin tone accessibility | blind | woman | woman with white cane | woman with white cane facing right | woman with guide cane | woman with guide cane facing right -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฏโ€โžก with white cane facing right: medium-dark skin tone accessibility | blind | woman | woman with white cane | woman with white cane facing right | woman with guide cane | woman with guide cane facing right -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฏโ€โžก๏ธ with white cane facing right: dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฏโ€โžก with white cane facing right: dark skin tone accessibility | blind | woman | woman with white cane | woman with white cane facing right | woman with guide cane | woman with guide cane facing right -๐Ÿง‘โ€๐Ÿฆผ in motorized wheelchair accessibility | person in motorized wheelchair | wheelchair | person in powered wheelchair | electric wheelchair | person in motorised wheelchair -๐Ÿง‘๐Ÿปโ€๐Ÿฆผ in motorized wheelchair: light skin tone accessibility | light skin tone | person in motorized wheelchair | person in motorized wheelchair: light skin tone | wheelchair | person in powered wheelchair | person in powered wheelchair: light skin tone | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair: light skin tone -๐Ÿง‘๐Ÿผโ€๐Ÿฆผ in motorized wheelchair: medium-light skin tone accessibility | medium-light skin tone | person in motorized wheelchair | person in motorized wheelchair: medium-light skin tone | wheelchair | person in powered wheelchair | person in powered wheelchair: medium-light skin tone | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair: medium-light skin tone -๐Ÿง‘๐Ÿฝโ€๐Ÿฆผ in motorized wheelchair: medium skin tone accessibility | medium skin tone | person in motorized wheelchair | person in motorized wheelchair: medium skin tone | wheelchair | person in powered wheelchair | person in powered wheelchair: medium skin tone | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair: medium skin tone -๐Ÿง‘๐Ÿพโ€๐Ÿฆผ in motorized wheelchair: medium-dark skin tone accessibility | medium-dark skin tone | person in motorized wheelchair | person in motorized wheelchair: medium-dark skin tone | wheelchair | person in powered wheelchair | person in powered wheelchair: medium-dark skin tone | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair: medium-dark skin tone -๐Ÿง‘๐Ÿฟโ€๐Ÿฆผ in motorized wheelchair: dark skin tone accessibility | dark skin tone | person in motorized wheelchair | person in motorized wheelchair: dark skin tone | wheelchair | person in powered wheelchair | person in powered wheelchair: dark skin tone | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair: dark skin tone -๐Ÿง‘โ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right -๐Ÿง‘โ€๐Ÿฆผโ€โžก in motorized wheelchair facing right accessibility | person in motorized wheelchair | person in motorized wheelchair facing right | wheelchair | person in powered wheelchair | person in powered wheelchair facing right | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair facing right -๐Ÿง‘๐Ÿปโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: light skin tone -๐Ÿง‘๐Ÿปโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: light skin tone accessibility | person in motorized wheelchair | person in motorized wheelchair facing right | wheelchair | person in powered wheelchair | person in powered wheelchair facing right | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair facing right -๐Ÿง‘๐Ÿผโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: medium-light skin tone -๐Ÿง‘๐Ÿผโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: medium-light skin tone accessibility | person in motorized wheelchair | person in motorized wheelchair facing right | wheelchair | person in powered wheelchair | person in powered wheelchair facing right | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair facing right -๐Ÿง‘๐Ÿฝโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: medium skin tone -๐Ÿง‘๐Ÿฝโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: medium skin tone accessibility | person in motorized wheelchair | person in motorized wheelchair facing right | wheelchair | person in powered wheelchair | person in powered wheelchair facing right | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair facing right -๐Ÿง‘๐Ÿพโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: medium-dark skin tone -๐Ÿง‘๐Ÿพโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: medium-dark skin tone accessibility | person in motorized wheelchair | person in motorized wheelchair facing right | wheelchair | person in powered wheelchair | person in powered wheelchair facing right | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair facing right -๐Ÿง‘๐Ÿฟโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: dark skin tone -๐Ÿง‘๐Ÿฟโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: dark skin tone accessibility | person in motorized wheelchair | person in motorized wheelchair facing right | wheelchair | person in powered wheelchair | person in powered wheelchair facing right | electric wheelchair | person in motorised wheelchair | person in motorised wheelchair facing right -๐Ÿ‘จโ€๐Ÿฆผ in motorized wheelchair accessibility | man | man in motorized wheelchair | wheelchair | man in powered wheelchair | electric wheelchair | man in motorised wheelchair -๐Ÿ‘จ๐Ÿปโ€๐Ÿฆผ in motorized wheelchair: light skin tone accessibility | light skin tone | man | man in motorized wheelchair | man in motorized wheelchair: light skin tone | wheelchair | man in powered wheelchair | man in powered wheelchair: light skin tone | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair: light skin tone -๐Ÿ‘จ๐Ÿผโ€๐Ÿฆผ in motorized wheelchair: medium-light skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair: medium-light skin tone | medium-light skin tone | wheelchair | man in powered wheelchair | man in powered wheelchair: medium-light skin tone | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair: medium-light skin tone -๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆผ in motorized wheelchair: medium skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair: medium skin tone | medium skin tone | wheelchair | man in powered wheelchair | man in powered wheelchair: medium skin tone | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair: medium skin tone -๐Ÿ‘จ๐Ÿพโ€๐Ÿฆผ in motorized wheelchair: medium-dark skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair: medium-dark skin tone | medium-dark skin tone | wheelchair | man in powered wheelchair | man in powered wheelchair: medium-dark skin tone | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair: medium-dark skin tone -๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆผ in motorized wheelchair: dark skin tone accessibility | dark skin tone | man | man in motorized wheelchair | man in motorized wheelchair: dark skin tone | wheelchair | man in powered wheelchair | man in powered wheelchair: dark skin tone | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair: dark skin tone -๐Ÿ‘จโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right -๐Ÿ‘จโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right accessibility | man | man in motorized wheelchair | man in motorized wheelchair facing right | wheelchair | man in powered wheelchair | man in powered wheelchair facing right | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair facing right -๐Ÿ‘จ๐Ÿปโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: light skin tone -๐Ÿ‘จ๐Ÿปโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: light skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair facing right | wheelchair | man in powered wheelchair | man in powered wheelchair facing right | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair facing right -๐Ÿ‘จ๐Ÿผโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: medium-light skin tone -๐Ÿ‘จ๐Ÿผโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: medium-light skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair facing right | wheelchair | man in powered wheelchair | man in powered wheelchair facing right | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair facing right -๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: medium skin tone -๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: medium skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair facing right | wheelchair | man in powered wheelchair | man in powered wheelchair facing right | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair facing right -๐Ÿ‘จ๐Ÿพโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: medium-dark skin tone -๐Ÿ‘จ๐Ÿพโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: medium-dark skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair facing right | wheelchair | man in powered wheelchair | man in powered wheelchair facing right | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair facing right -๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: dark skin tone -๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: dark skin tone accessibility | man | man in motorized wheelchair | man in motorized wheelchair facing right | wheelchair | man in powered wheelchair | man in powered wheelchair facing right | electric wheelchair | man in motorised wheelchair | man in motorised wheelchair facing right -๐Ÿ‘ฉโ€๐Ÿฆผ in motorized wheelchair accessibility | wheelchair | woman | woman in motorized wheelchair | woman in powered wheelchair | electric wheelchair | woman in motorised wheelchair -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆผ in motorized wheelchair: light skin tone accessibility | light skin tone | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair: light skin tone | woman in powered wheelchair | woman in powered wheelchair: light skin tone | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair: light skin tone -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆผ in motorized wheelchair: medium-light skin tone accessibility | medium-light skin tone | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair: medium-light skin tone | woman in powered wheelchair | woman in powered wheelchair: medium-light skin tone | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair: medium-light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆผ in motorized wheelchair: medium skin tone accessibility | medium skin tone | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair: medium skin tone | woman in powered wheelchair | woman in powered wheelchair: medium skin tone | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair: medium skin tone -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆผ in motorized wheelchair: medium-dark skin tone accessibility | medium-dark skin tone | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair: medium-dark skin tone | woman in powered wheelchair | woman in powered wheelchair: medium-dark skin tone | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆผ in motorized wheelchair: dark skin tone accessibility | dark skin tone | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair: dark skin tone | woman in powered wheelchair | woman in powered wheelchair: dark skin tone | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair: dark skin tone -๐Ÿ‘ฉโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right -๐Ÿ‘ฉโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right accessibility | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair facing right | woman in powered wheelchair | woman in powered wheelchair facing right | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair facing right -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: light skin tone -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: light skin tone accessibility | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair facing right | woman in powered wheelchair | woman in powered wheelchair facing right | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair facing right -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: medium-light skin tone -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: medium-light skin tone accessibility | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair facing right | woman in powered wheelchair | woman in powered wheelchair facing right | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair facing right -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: medium skin tone -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: medium skin tone accessibility | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair facing right | woman in powered wheelchair | woman in powered wheelchair facing right | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair facing right -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: medium-dark skin tone accessibility | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair facing right | woman in powered wheelchair | woman in powered wheelchair facing right | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair facing right -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆผโ€โžก๏ธ in motorized wheelchair facing right: dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆผโ€โžก in motorized wheelchair facing right: dark skin tone accessibility | wheelchair | woman | woman in motorized wheelchair | woman in motorized wheelchair facing right | woman in powered wheelchair | woman in powered wheelchair facing right | electric wheelchair | woman in motorised wheelchair | woman in motorised wheelchair facing right -๐Ÿง‘โ€๐Ÿฆฝ in manual wheelchair accessibility | person in manual wheelchair | wheelchair -๐Ÿง‘๐Ÿปโ€๐Ÿฆฝ in manual wheelchair: light skin tone accessibility | light skin tone | person in manual wheelchair | person in manual wheelchair: light skin tone | wheelchair -๐Ÿง‘๐Ÿผโ€๐Ÿฆฝ in manual wheelchair: medium-light skin tone accessibility | medium-light skin tone | person in manual wheelchair | person in manual wheelchair: medium-light skin tone | wheelchair -๐Ÿง‘๐Ÿฝโ€๐Ÿฆฝ in manual wheelchair: medium skin tone accessibility | medium skin tone | person in manual wheelchair | person in manual wheelchair: medium skin tone | wheelchair -๐Ÿง‘๐Ÿพโ€๐Ÿฆฝ in manual wheelchair: medium-dark skin tone accessibility | medium-dark skin tone | person in manual wheelchair | person in manual wheelchair: medium-dark skin tone | wheelchair -๐Ÿง‘๐Ÿฟโ€๐Ÿฆฝ in manual wheelchair: dark skin tone accessibility | dark skin tone | person in manual wheelchair | person in manual wheelchair: dark skin tone | wheelchair -๐Ÿง‘โ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right -๐Ÿง‘โ€๐Ÿฆฝโ€โžก in manual wheelchair facing right accessibility | person in manual wheelchair | person in manual wheelchair facing right | wheelchair -๐Ÿง‘๐Ÿปโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: light skin tone -๐Ÿง‘๐Ÿปโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: light skin tone accessibility | person in manual wheelchair | person in manual wheelchair facing right | wheelchair -๐Ÿง‘๐Ÿผโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: medium-light skin tone -๐Ÿง‘๐Ÿผโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: medium-light skin tone accessibility | person in manual wheelchair | person in manual wheelchair facing right | wheelchair -๐Ÿง‘๐Ÿฝโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: medium skin tone -๐Ÿง‘๐Ÿฝโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: medium skin tone accessibility | person in manual wheelchair | person in manual wheelchair facing right | wheelchair -๐Ÿง‘๐Ÿพโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: medium-dark skin tone -๐Ÿง‘๐Ÿพโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: medium-dark skin tone accessibility | person in manual wheelchair | person in manual wheelchair facing right | wheelchair -๐Ÿง‘๐Ÿฟโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: dark skin tone -๐Ÿง‘๐Ÿฟโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: dark skin tone accessibility | person in manual wheelchair | person in manual wheelchair facing right | wheelchair -๐Ÿ‘จโ€๐Ÿฆฝ in manual wheelchair accessibility | man | man in manual wheelchair | wheelchair -๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฝ in manual wheelchair: light skin tone accessibility | light skin tone | man | man in manual wheelchair | man in manual wheelchair: light skin tone | wheelchair -๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฝ in manual wheelchair: medium-light skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair: medium-light skin tone | medium-light skin tone | wheelchair -๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฝ in manual wheelchair: medium skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair: medium skin tone | medium skin tone | wheelchair -๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฝ in manual wheelchair: medium-dark skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair: medium-dark skin tone | medium-dark skin tone | wheelchair -๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฝ in manual wheelchair: dark skin tone accessibility | dark skin tone | man | man in manual wheelchair | man in manual wheelchair: dark skin tone | wheelchair -๐Ÿ‘จโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right -๐Ÿ‘จโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right accessibility | man | man in manual wheelchair | man in manual wheelchair facing right | wheelchair -๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: light skin tone -๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: light skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair facing right | wheelchair -๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: medium-light skin tone -๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: medium-light skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair facing right | wheelchair -๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: medium skin tone -๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: medium skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair facing right | wheelchair -๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: medium-dark skin tone -๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: medium-dark skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair facing right | wheelchair -๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: dark skin tone -๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: dark skin tone accessibility | man | man in manual wheelchair | man in manual wheelchair facing right | wheelchair -๐Ÿ‘ฉโ€๐Ÿฆฝ in manual wheelchair accessibility | wheelchair | woman | woman in manual wheelchair -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฝ in manual wheelchair: light skin tone accessibility | light skin tone | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair: light skin tone -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฝ in manual wheelchair: medium-light skin tone accessibility | medium-light skin tone | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair: medium-light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฝ in manual wheelchair: medium skin tone accessibility | medium skin tone | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair: medium skin tone -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฝ in manual wheelchair: medium-dark skin tone accessibility | medium-dark skin tone | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฝ in manual wheelchair: dark skin tone accessibility | dark skin tone | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair: dark skin tone -๐Ÿ‘ฉโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right -๐Ÿ‘ฉโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right accessibility | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair facing right -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: light skin tone -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: light skin tone accessibility | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair facing right -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: medium-light skin tone -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: medium-light skin tone accessibility | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair facing right -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: medium skin tone -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: medium skin tone accessibility | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair facing right -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: medium-dark skin tone -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: medium-dark skin tone accessibility | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair facing right -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฝโ€โžก๏ธ in manual wheelchair facing right: dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฝโ€โžก in manual wheelchair facing right: dark skin tone accessibility | wheelchair | woman | woman in manual wheelchair | woman in manual wheelchair facing right -๐Ÿƒ running marathon | person running | running -๐Ÿƒ๐Ÿป running: light skin tone light skin tone | marathon | person running | person running: light skin tone | running -๐Ÿƒ๐Ÿผ running: medium-light skin tone marathon | medium-light skin tone | person running | person running: medium-light skin tone | running -๐Ÿƒ๐Ÿฝ running: medium skin tone marathon | medium skin tone | person running | person running: medium skin tone | running -๐Ÿƒ๐Ÿพ running: medium-dark skin tone marathon | medium-dark skin tone | person running | person running: medium-dark skin tone | running -๐Ÿƒ๐Ÿฟ running: dark skin tone dark skin tone | marathon | person running | person running: dark skin tone | running -๐Ÿƒโ€โ™‚๏ธ running -๐Ÿƒโ€โ™‚ running man | marathon | racing | running -๐Ÿƒ๐Ÿปโ€โ™‚๏ธ running: light skin tone -๐Ÿƒ๐Ÿปโ€โ™‚ running: light skin tone light skin tone | man | man running: light skin tone | marathon | racing | running -๐Ÿƒ๐Ÿผโ€โ™‚๏ธ running: medium-light skin tone -๐Ÿƒ๐Ÿผโ€โ™‚ running: medium-light skin tone man | man running: medium-light skin tone | marathon | medium-light skin tone | racing | running -๐Ÿƒ๐Ÿฝโ€โ™‚๏ธ running: medium skin tone -๐Ÿƒ๐Ÿฝโ€โ™‚ running: medium skin tone man | man running: medium skin tone | marathon | medium skin tone | racing | running -๐Ÿƒ๐Ÿพโ€โ™‚๏ธ running: medium-dark skin tone -๐Ÿƒ๐Ÿพโ€โ™‚ running: medium-dark skin tone man | man running: medium-dark skin tone | marathon | medium-dark skin tone | racing | running -๐Ÿƒ๐Ÿฟโ€โ™‚๏ธ running: dark skin tone -๐Ÿƒ๐Ÿฟโ€โ™‚ running: dark skin tone dark skin tone | man | man running: dark skin tone | marathon | racing | running -๐Ÿƒโ€โ™€๏ธ running -๐Ÿƒโ€โ™€ running marathon | racing | running | woman -๐Ÿƒ๐Ÿปโ€โ™€๏ธ running: light skin tone -๐Ÿƒ๐Ÿปโ€โ™€ running: light skin tone light skin tone | marathon | racing | running | woman | woman running: light skin tone -๐Ÿƒ๐Ÿผโ€โ™€๏ธ running: medium-light skin tone -๐Ÿƒ๐Ÿผโ€โ™€ running: medium-light skin tone marathon | medium-light skin tone | racing | running | woman | woman running: medium-light skin tone -๐Ÿƒ๐Ÿฝโ€โ™€๏ธ running: medium skin tone -๐Ÿƒ๐Ÿฝโ€โ™€ running: medium skin tone marathon | medium skin tone | racing | running | woman | woman running: medium skin tone -๐Ÿƒ๐Ÿพโ€โ™€๏ธ running: medium-dark skin tone -๐Ÿƒ๐Ÿพโ€โ™€ running: medium-dark skin tone marathon | medium-dark skin tone | racing | running | woman | woman running: medium-dark skin tone -๐Ÿƒ๐Ÿฟโ€โ™€๏ธ running: dark skin tone -๐Ÿƒ๐Ÿฟโ€โ™€ running: dark skin tone dark skin tone | marathon | racing | running | woman | woman running: dark skin tone -๐Ÿƒโ€โžก๏ธ running facing right -๐Ÿƒโ€โžก running facing right marathon | person running | person running facing right | running -๐Ÿƒ๐Ÿปโ€โžก๏ธ running facing right: light skin tone -๐Ÿƒ๐Ÿปโ€โžก running facing right: light skin tone marathon | person running | person running facing right | running -๐Ÿƒ๐Ÿผโ€โžก๏ธ running facing right: medium-light skin tone -๐Ÿƒ๐Ÿผโ€โžก running facing right: medium-light skin tone marathon | person running | person running facing right | running -๐Ÿƒ๐Ÿฝโ€โžก๏ธ running facing right: medium skin tone -๐Ÿƒ๐Ÿฝโ€โžก running facing right: medium skin tone marathon | person running | person running facing right | running -๐Ÿƒ๐Ÿพโ€โžก๏ธ running facing right: medium-dark skin tone -๐Ÿƒ๐Ÿพโ€โžก running facing right: medium-dark skin tone marathon | person running | person running facing right | running -๐Ÿƒ๐Ÿฟโ€โžก๏ธ running facing right: dark skin tone -๐Ÿƒ๐Ÿฟโ€โžก running facing right: dark skin tone marathon | person running | person running facing right | running -๐Ÿƒโ€โ™€๏ธโ€โžก๏ธ running facing right -๐Ÿƒโ€โ™€โ€โžก running facing right marathon | racing | running | woman | woman running facing right -๐Ÿƒ๐Ÿปโ€โ™€๏ธโ€โžก๏ธ running facing right: light skin tone -๐Ÿƒ๐Ÿปโ€โ™€โ€โžก running facing right: light skin tone marathon | racing | running | woman | woman running facing right -๐Ÿƒ๐Ÿผโ€โ™€๏ธโ€โžก๏ธ running facing right: medium-light skin tone -๐Ÿƒ๐Ÿผโ€โ™€โ€โžก running facing right: medium-light skin tone marathon | racing | running | woman | woman running facing right -๐Ÿƒ๐Ÿฝโ€โ™€๏ธโ€โžก๏ธ running facing right: medium skin tone -๐Ÿƒ๐Ÿฝโ€โ™€โ€โžก running facing right: medium skin tone marathon | racing | running | woman | woman running facing right -๐Ÿƒ๐Ÿพโ€โ™€๏ธโ€โžก๏ธ running facing right: medium-dark skin tone -๐Ÿƒ๐Ÿพโ€โ™€โ€โžก running facing right: medium-dark skin tone marathon | racing | running | woman | woman running facing right -๐Ÿƒ๐Ÿฟโ€โ™€๏ธโ€โžก๏ธ running facing right: dark skin tone -๐Ÿƒ๐Ÿฟโ€โ™€โ€โžก running facing right: dark skin tone marathon | racing | running | woman | woman running facing right -๐Ÿƒโ€โ™‚๏ธโ€โžก๏ธ running facing right -๐Ÿƒโ€โ™‚โ€โžก running facing right man | man running facing right | marathon | racing | running -๐Ÿƒ๐Ÿปโ€โ™‚๏ธโ€โžก๏ธ running facing right: light skin tone -๐Ÿƒ๐Ÿปโ€โ™‚โ€โžก running facing right: light skin tone man | man running facing right | marathon | racing | running -๐Ÿƒ๐Ÿผโ€โ™‚๏ธโ€โžก๏ธ running facing right: medium-light skin tone -๐Ÿƒ๐Ÿผโ€โ™‚โ€โžก running facing right: medium-light skin tone man | man running facing right | marathon | racing | running -๐Ÿƒ๐Ÿฝโ€โ™‚๏ธโ€โžก๏ธ running facing right: medium skin tone -๐Ÿƒ๐Ÿฝโ€โ™‚โ€โžก running facing right: medium skin tone man | man running facing right | marathon | racing | running -๐Ÿƒ๐Ÿพโ€โ™‚๏ธโ€โžก๏ธ running facing right: medium-dark skin tone -๐Ÿƒ๐Ÿพโ€โ™‚โ€โžก running facing right: medium-dark skin tone man | man running facing right | marathon | racing | running -๐Ÿƒ๐Ÿฟโ€โ™‚๏ธโ€โžก๏ธ running facing right: dark skin tone -๐Ÿƒ๐Ÿฟโ€โ™‚โ€โžก running facing right: dark skin tone man | man running facing right | marathon | racing | running -๐Ÿ’ƒ dancing dance | dancing | woman -๐Ÿ’ƒ๐Ÿป dancing: light skin tone dance | dancing | light skin tone | woman | woman dancing: light skin tone -๐Ÿ’ƒ๐Ÿผ dancing: medium-light skin tone dance | dancing | medium-light skin tone | woman | woman dancing: medium-light skin tone -๐Ÿ’ƒ๐Ÿฝ dancing: medium skin tone dance | dancing | medium skin tone | woman | woman dancing: medium skin tone -๐Ÿ’ƒ๐Ÿพ dancing: medium-dark skin tone dance | dancing | medium-dark skin tone | woman | woman dancing: medium-dark skin tone -๐Ÿ’ƒ๐Ÿฟ dancing: dark skin tone dance | dancing | dark skin tone | woman | woman dancing: dark skin tone -๐Ÿ•บ dancing dance | dancing | man -๐Ÿ•บ๐Ÿป dancing: light skin tone dance | dancing | light skin tone | man | man dancing: light skin tone -๐Ÿ•บ๐Ÿผ dancing: medium-light skin tone dance | dancing | man | man dancing: medium-light skin tone | medium-light skin tone -๐Ÿ•บ๐Ÿฝ dancing: medium skin tone dance | dancing | man | man dancing: medium skin tone | medium skin tone -๐Ÿ•บ๐Ÿพ dancing: medium-dark skin tone dance | dancing | man | man dancing: medium-dark skin tone | medium-dark skin tone -๐Ÿ•บ๐Ÿฟ dancing: dark skin tone dance | dancing | dark skin tone | man | man dancing: dark skin tone -๐Ÿ•ด๏ธ in suit levitating -๐Ÿ•ด in suit levitating business | person | person in suit levitating | suit -๐Ÿ•ด๐Ÿป in suit levitating: light skin tone business | light skin tone | person | person in suit levitating | person in suit levitating: light skin tone | suit -๐Ÿ•ด๐Ÿผ in suit levitating: medium-light skin tone business | medium-light skin tone | person | person in suit levitating | person in suit levitating: medium-light skin tone | suit -๐Ÿ•ด๐Ÿฝ in suit levitating: medium skin tone business | medium skin tone | person | person in suit levitating | person in suit levitating: medium skin tone | suit -๐Ÿ•ด๐Ÿพ in suit levitating: medium-dark skin tone business | medium-dark skin tone | person | person in suit levitating | person in suit levitating: medium-dark skin tone | suit -๐Ÿ•ด๐Ÿฟ in suit levitating: dark skin tone business | dark skin tone | person | person in suit levitating | person in suit levitating: dark skin tone | suit -๐Ÿ‘ฏ with bunny ears bunny ear | dancer | partying | people with bunny ears -๐Ÿ‘ฏโ€โ™‚๏ธ with bunny ears -๐Ÿ‘ฏโ€โ™‚ with bunny ears bunny ear | dancer | men | men with bunny ears | partying -๐Ÿ‘ฏโ€โ™€๏ธ with bunny ears -๐Ÿ‘ฏโ€โ™€ with bunny ears bunny ear | dancer | partying | women | women with bunny ears -๐Ÿง– in steamy room person in steamy room | sauna | steam room -๐Ÿง–๐Ÿป in steamy room: light skin tone light skin tone | person in steamy room | person in steamy room: light skin tone | sauna | steam room -๐Ÿง–๐Ÿผ in steamy room: medium-light skin tone medium-light skin tone | person in steamy room | person in steamy room: medium-light skin tone | sauna | steam room -๐Ÿง–๐Ÿฝ in steamy room: medium skin tone medium skin tone | person in steamy room | person in steamy room: medium skin tone | sauna | steam room -๐Ÿง–๐Ÿพ in steamy room: medium-dark skin tone medium-dark skin tone | person in steamy room | person in steamy room: medium-dark skin tone | sauna | steam room -๐Ÿง–๐Ÿฟ in steamy room: dark skin tone dark skin tone | person in steamy room | person in steamy room: dark skin tone | sauna | steam room -๐Ÿง–โ€โ™‚๏ธ in steamy room -๐Ÿง–โ€โ™‚ in steamy room man in steamy room | sauna | steam room | man in steam room -๐Ÿง–๐Ÿปโ€โ™‚๏ธ in steamy room: light skin tone -๐Ÿง–๐Ÿปโ€โ™‚ in steamy room: light skin tone light skin tone | man in steamy room | man in steamy room: light skin tone | sauna | steam room | man in steam room | man in steam room: light skin tone -๐Ÿง–๐Ÿผโ€โ™‚๏ธ in steamy room: medium-light skin tone -๐Ÿง–๐Ÿผโ€โ™‚ in steamy room: medium-light skin tone man in steamy room | man in steamy room: medium-light skin tone | medium-light skin tone | sauna | steam room | man in steam room | man in steam room: medium-light skin tone -๐Ÿง–๐Ÿฝโ€โ™‚๏ธ in steamy room: medium skin tone -๐Ÿง–๐Ÿฝโ€โ™‚ in steamy room: medium skin tone man in steamy room | man in steamy room: medium skin tone | medium skin tone | sauna | steam room | man in steam room | man in steam room: medium skin tone -๐Ÿง–๐Ÿพโ€โ™‚๏ธ in steamy room: medium-dark skin tone -๐Ÿง–๐Ÿพโ€โ™‚ in steamy room: medium-dark skin tone man in steamy room | man in steamy room: medium-dark skin tone | medium-dark skin tone | sauna | steam room | man in steam room | man in steam room: medium-dark skin tone -๐Ÿง–๐Ÿฟโ€โ™‚๏ธ in steamy room: dark skin tone -๐Ÿง–๐Ÿฟโ€โ™‚ in steamy room: dark skin tone dark skin tone | man in steamy room | man in steamy room: dark skin tone | sauna | steam room | man in steam room | man in steam room: dark skin tone -๐Ÿง–โ€โ™€๏ธ in steamy room -๐Ÿง–โ€โ™€ in steamy room sauna | steam room | woman in steamy room | woman in steam room -๐Ÿง–๐Ÿปโ€โ™€๏ธ in steamy room: light skin tone -๐Ÿง–๐Ÿปโ€โ™€ in steamy room: light skin tone light skin tone | sauna | steam room | woman in steamy room | woman in steamy room: light skin tone | woman in steam room | woman in steam room: light skin tone -๐Ÿง–๐Ÿผโ€โ™€๏ธ in steamy room: medium-light skin tone -๐Ÿง–๐Ÿผโ€โ™€ in steamy room: medium-light skin tone medium-light skin tone | sauna | steam room | woman in steamy room | woman in steamy room: medium-light skin tone | woman in steam room | woman in steam room: medium-light skin tone -๐Ÿง–๐Ÿฝโ€โ™€๏ธ in steamy room: medium skin tone -๐Ÿง–๐Ÿฝโ€โ™€ in steamy room: medium skin tone medium skin tone | sauna | steam room | woman in steamy room | woman in steamy room: medium skin tone | woman in steam room | woman in steam room: medium skin tone -๐Ÿง–๐Ÿพโ€โ™€๏ธ in steamy room: medium-dark skin tone -๐Ÿง–๐Ÿพโ€โ™€ in steamy room: medium-dark skin tone medium-dark skin tone | sauna | steam room | woman in steamy room | woman in steamy room: medium-dark skin tone | woman in steam room | woman in steam room: medium-dark skin tone -๐Ÿง–๐Ÿฟโ€โ™€๏ธ in steamy room: dark skin tone -๐Ÿง–๐Ÿฟโ€โ™€ in steamy room: dark skin tone dark skin tone | sauna | steam room | woman in steamy room | woman in steamy room: dark skin tone | woman in steam room | woman in steam room: dark skin tone -๐Ÿง— climbing climber | person climbing -๐Ÿง—๐Ÿป climbing: light skin tone climber | light skin tone | person climbing | person climbing: light skin tone -๐Ÿง—๐Ÿผ climbing: medium-light skin tone climber | medium-light skin tone | person climbing | person climbing: medium-light skin tone -๐Ÿง—๐Ÿฝ climbing: medium skin tone climber | medium skin tone | person climbing | person climbing: medium skin tone -๐Ÿง—๐Ÿพ climbing: medium-dark skin tone climber | medium-dark skin tone | person climbing | person climbing: medium-dark skin tone -๐Ÿง—๐Ÿฟ climbing: dark skin tone climber | dark skin tone | person climbing | person climbing: dark skin tone -๐Ÿง—โ€โ™‚๏ธ climbing -๐Ÿง—โ€โ™‚ climbing climber | man climbing -๐Ÿง—๐Ÿปโ€โ™‚๏ธ climbing: light skin tone -๐Ÿง—๐Ÿปโ€โ™‚ climbing: light skin tone climber | light skin tone | man climbing | man climbing: light skin tone -๐Ÿง—๐Ÿผโ€โ™‚๏ธ climbing: medium-light skin tone -๐Ÿง—๐Ÿผโ€โ™‚ climbing: medium-light skin tone climber | man climbing | man climbing: medium-light skin tone | medium-light skin tone -๐Ÿง—๐Ÿฝโ€โ™‚๏ธ climbing: medium skin tone -๐Ÿง—๐Ÿฝโ€โ™‚ climbing: medium skin tone climber | man climbing | man climbing: medium skin tone | medium skin tone -๐Ÿง—๐Ÿพโ€โ™‚๏ธ climbing: medium-dark skin tone -๐Ÿง—๐Ÿพโ€โ™‚ climbing: medium-dark skin tone climber | man climbing | man climbing: medium-dark skin tone | medium-dark skin tone -๐Ÿง—๐Ÿฟโ€โ™‚๏ธ climbing: dark skin tone -๐Ÿง—๐Ÿฟโ€โ™‚ climbing: dark skin tone climber | dark skin tone | man climbing | man climbing: dark skin tone -๐Ÿง—โ€โ™€๏ธ climbing -๐Ÿง—โ€โ™€ climbing climber | woman climbing -๐Ÿง—๐Ÿปโ€โ™€๏ธ climbing: light skin tone -๐Ÿง—๐Ÿปโ€โ™€ climbing: light skin tone climber | light skin tone | woman climbing | woman climbing: light skin tone -๐Ÿง—๐Ÿผโ€โ™€๏ธ climbing: medium-light skin tone -๐Ÿง—๐Ÿผโ€โ™€ climbing: medium-light skin tone climber | medium-light skin tone | woman climbing | woman climbing: medium-light skin tone -๐Ÿง—๐Ÿฝโ€โ™€๏ธ climbing: medium skin tone -๐Ÿง—๐Ÿฝโ€โ™€ climbing: medium skin tone climber | medium skin tone | woman climbing | woman climbing: medium skin tone -๐Ÿง—๐Ÿพโ€โ™€๏ธ climbing: medium-dark skin tone -๐Ÿง—๐Ÿพโ€โ™€ climbing: medium-dark skin tone climber | medium-dark skin tone | woman climbing | woman climbing: medium-dark skin tone -๐Ÿง—๐Ÿฟโ€โ™€๏ธ climbing: dark skin tone -๐Ÿง—๐Ÿฟโ€โ™€ climbing: dark skin tone climber | dark skin tone | woman climbing | woman climbing: dark skin tone -๐Ÿคบ fencing fencer | fencing | person fencing | sword -๐Ÿ‡ racing horse | jockey | racehorse | racing -๐Ÿ‡๐Ÿป racing: light skin tone horse | horse racing: light skin tone | jockey | light skin tone | racehorse | racing -๐Ÿ‡๐Ÿผ racing: medium-light skin tone horse | horse racing: medium-light skin tone | jockey | medium-light skin tone | racehorse | racing -๐Ÿ‡๐Ÿฝ racing: medium skin tone horse | horse racing: medium skin tone | jockey | medium skin tone | racehorse | racing -๐Ÿ‡๐Ÿพ racing: medium-dark skin tone horse | horse racing: medium-dark skin tone | jockey | medium-dark skin tone | racehorse | racing -๐Ÿ‡๐Ÿฟ racing: dark skin tone dark skin tone | horse | horse racing: dark skin tone | jockey | racehorse | racing -โ›ท ski | skier | snow -๐Ÿ‚ ki | snow | snowboard | snowboarder -๐Ÿ‚๐Ÿป light skin tone light skin tone | ski | snow | snowboard | snowboarder | snowboarder: light skin tone -๐Ÿ‚๐Ÿผ medium-light skin tone medium-light skin tone | ski | snow | snowboard | snowboarder | snowboarder: medium-light skin tone -๐Ÿ‚๐Ÿฝ medium skin tone medium skin tone | ski | snow | snowboard | snowboarder | snowboarder: medium skin tone -๐Ÿ‚๐Ÿพ medium-dark skin tone medium-dark skin tone | ski | snow | snowboard | snowboarder | snowboarder: medium-dark skin tone -๐Ÿ‚๐Ÿฟ dark skin tone dark skin tone | ski | snow | snowboard | snowboarder | snowboarder: dark skin tone -๐ŸŒ๏ธ golfing -๐ŸŒ golfing ball | golf | person golfing | golfer -๐ŸŒ๐Ÿป golfing: light skin tone ball | golf | light skin tone | person golfing | person golfing: light skin tone | golfer -๐ŸŒ๐Ÿผ golfing: medium-light skin tone ball | golf | medium-light skin tone | person golfing | person golfing: medium-light skin tone | golfer -๐ŸŒ๐Ÿฝ golfing: medium skin tone ball | golf | medium skin tone | person golfing | person golfing: medium skin tone | golfer -๐ŸŒ๐Ÿพ golfing: medium-dark skin tone ball | golf | medium-dark skin tone | person golfing | person golfing: medium-dark skin tone | golfer -๐ŸŒ๐Ÿฟ golfing: dark skin tone ball | dark skin tone | golf | person golfing | person golfing: dark skin tone | golfer -๐ŸŒ๏ธโ€โ™‚๏ธ golfing -๐ŸŒ๏ธโ€โ™‚ golfing -๐ŸŒโ€โ™‚ golfing golf | man | man golfing | golfer -๐ŸŒ๐Ÿปโ€โ™‚๏ธ golfing: light skin tone -๐ŸŒ๐Ÿปโ€โ™‚ golfing: light skin tone golf | light skin tone | man | man golfing | man golfing: light skin tone | golfer -๐ŸŒ๐Ÿผโ€โ™‚๏ธ golfing: medium-light skin tone -๐ŸŒ๐Ÿผโ€โ™‚ golfing: medium-light skin tone golf | man | man golfing | man golfing: medium-light skin tone | medium-light skin tone | golfer -๐ŸŒ๐Ÿฝโ€โ™‚๏ธ golfing: medium skin tone -๐ŸŒ๐Ÿฝโ€โ™‚ golfing: medium skin tone golf | man | man golfing | man golfing: medium skin tone | medium skin tone | golfer -๐ŸŒ๐Ÿพโ€โ™‚๏ธ golfing: medium-dark skin tone -๐ŸŒ๐Ÿพโ€โ™‚ golfing: medium-dark skin tone golf | man | man golfing | man golfing: medium-dark skin tone | medium-dark skin tone | golfer -๐ŸŒ๐Ÿฟโ€โ™‚๏ธ golfing: dark skin tone -๐ŸŒ๐Ÿฟโ€โ™‚ golfing: dark skin tone dark skin tone | golf | man | man golfing | man golfing: dark skin tone | golfer -๐ŸŒ๏ธโ€โ™€๏ธ golfing -๐ŸŒ๏ธโ€โ™€ golfing -๐ŸŒโ€โ™€ golfing golf | woman | woman golfing | golfer -๐ŸŒ๐Ÿปโ€โ™€๏ธ golfing: light skin tone -๐ŸŒ๐Ÿปโ€โ™€ golfing: light skin tone golf | light skin tone | woman | woman golfing | woman golfing: light skin tone | golfer -๐ŸŒ๐Ÿผโ€โ™€๏ธ golfing: medium-light skin tone -๐ŸŒ๐Ÿผโ€โ™€ golfing: medium-light skin tone golf | medium-light skin tone | woman | woman golfing | woman golfing: medium-light skin tone | golfer -๐ŸŒ๐Ÿฝโ€โ™€๏ธ golfing: medium skin tone -๐ŸŒ๐Ÿฝโ€โ™€ golfing: medium skin tone golf | medium skin tone | woman | woman golfing | woman golfing: medium skin tone | golfer -๐ŸŒ๐Ÿพโ€โ™€๏ธ golfing: medium-dark skin tone -๐ŸŒ๐Ÿพโ€โ™€ golfing: medium-dark skin tone golf | medium-dark skin tone | woman | woman golfing | woman golfing: medium-dark skin tone | golfer -๐ŸŒ๐Ÿฟโ€โ™€๏ธ golfing: dark skin tone -๐ŸŒ๐Ÿฟโ€โ™€ golfing: dark skin tone dark skin tone | golf | woman | woman golfing | woman golfing: dark skin tone | golfer -๐Ÿ„ surfing person surfing | surfing | surfer -๐Ÿ„๐Ÿป surfing: light skin tone light skin tone | person surfing | person surfing: light skin tone | surfing | surfer -๐Ÿ„๐Ÿผ surfing: medium-light skin tone medium-light skin tone | person surfing | person surfing: medium-light skin tone | surfing | surfer -๐Ÿ„๐Ÿฝ surfing: medium skin tone medium skin tone | person surfing | person surfing: medium skin tone | surfing | surfer -๐Ÿ„๐Ÿพ surfing: medium-dark skin tone medium-dark skin tone | person surfing | person surfing: medium-dark skin tone | surfing | surfer -๐Ÿ„๐Ÿฟ surfing: dark skin tone dark skin tone | person surfing | person surfing: dark skin tone | surfing | surfer -๐Ÿ„โ€โ™‚๏ธ surfing -๐Ÿ„โ€โ™‚ surfing man | surfing | surfer -๐Ÿ„๐Ÿปโ€โ™‚๏ธ surfing: light skin tone -๐Ÿ„๐Ÿปโ€โ™‚ surfing: light skin tone light skin tone | man | man surfing: light skin tone | surfing | surfer -๐Ÿ„๐Ÿผโ€โ™‚๏ธ surfing: medium-light skin tone -๐Ÿ„๐Ÿผโ€โ™‚ surfing: medium-light skin tone man | man surfing: medium-light skin tone | medium-light skin tone | surfing | surfer -๐Ÿ„๐Ÿฝโ€โ™‚๏ธ surfing: medium skin tone -๐Ÿ„๐Ÿฝโ€โ™‚ surfing: medium skin tone man | man surfing: medium skin tone | medium skin tone | surfing | surfer -๐Ÿ„๐Ÿพโ€โ™‚๏ธ surfing: medium-dark skin tone -๐Ÿ„๐Ÿพโ€โ™‚ surfing: medium-dark skin tone man | man surfing: medium-dark skin tone | medium-dark skin tone | surfing | surfer -๐Ÿ„๐Ÿฟโ€โ™‚๏ธ surfing: dark skin tone -๐Ÿ„๐Ÿฟโ€โ™‚ surfing: dark skin tone dark skin tone | man | man surfing: dark skin tone | surfing | surfer -๐Ÿ„โ€โ™€๏ธ surfing -๐Ÿ„โ€โ™€ surfing surfing | woman | surfer -๐Ÿ„๐Ÿปโ€โ™€๏ธ surfing: light skin tone -๐Ÿ„๐Ÿปโ€โ™€ surfing: light skin tone light skin tone | surfing | woman | woman surfing: light skin tone | surfer -๐Ÿ„๐Ÿผโ€โ™€๏ธ surfing: medium-light skin tone -๐Ÿ„๐Ÿผโ€โ™€ surfing: medium-light skin tone medium-light skin tone | surfing | woman | woman surfing: medium-light skin tone | surfer -๐Ÿ„๐Ÿฝโ€โ™€๏ธ surfing: medium skin tone -๐Ÿ„๐Ÿฝโ€โ™€ surfing: medium skin tone medium skin tone | surfing | woman | woman surfing: medium skin tone | surfer -๐Ÿ„๐Ÿพโ€โ™€๏ธ surfing: medium-dark skin tone -๐Ÿ„๐Ÿพโ€โ™€ surfing: medium-dark skin tone medium-dark skin tone | surfing | woman | woman surfing: medium-dark skin tone | surfer -๐Ÿ„๐Ÿฟโ€โ™€๏ธ surfing: dark skin tone -๐Ÿ„๐Ÿฟโ€โ™€ surfing: dark skin tone dark skin tone | surfing | woman | woman surfing: dark skin tone | surfer -๐Ÿšฃ rowing boat boat | person rowing boat | rowboat | person -๐Ÿšฃ๐Ÿป rowing boat: light skin tone boat | light skin tone | person rowing boat | person rowing boat: light skin tone | rowboat | person -๐Ÿšฃ๐Ÿผ rowing boat: medium-light skin tone boat | medium-light skin tone | person rowing boat | person rowing boat: medium-light skin tone | rowboat | person -๐Ÿšฃ๐Ÿฝ rowing boat: medium skin tone boat | medium skin tone | person rowing boat | person rowing boat: medium skin tone | rowboat | person -๐Ÿšฃ๐Ÿพ rowing boat: medium-dark skin tone boat | medium-dark skin tone | person rowing boat | person rowing boat: medium-dark skin tone | rowboat | person -๐Ÿšฃ๐Ÿฟ rowing boat: dark skin tone boat | dark skin tone | person rowing boat | person rowing boat: dark skin tone | rowboat | person -๐Ÿšฃโ€โ™‚๏ธ rowing boat -๐Ÿšฃโ€โ™‚ rowing boat boat | man | man rowing boat | rowboat -๐Ÿšฃ๐Ÿปโ€โ™‚๏ธ rowing boat: light skin tone -๐Ÿšฃ๐Ÿปโ€โ™‚ rowing boat: light skin tone boat | light skin tone | man | man rowing boat | man rowing boat: light skin tone | rowboat -๐Ÿšฃ๐Ÿผโ€โ™‚๏ธ rowing boat: medium-light skin tone -๐Ÿšฃ๐Ÿผโ€โ™‚ rowing boat: medium-light skin tone boat | man | man rowing boat | man rowing boat: medium-light skin tone | medium-light skin tone | rowboat -๐Ÿšฃ๐Ÿฝโ€โ™‚๏ธ rowing boat: medium skin tone -๐Ÿšฃ๐Ÿฝโ€โ™‚ rowing boat: medium skin tone boat | man | man rowing boat | man rowing boat: medium skin tone | medium skin tone | rowboat -๐Ÿšฃ๐Ÿพโ€โ™‚๏ธ rowing boat: medium-dark skin tone -๐Ÿšฃ๐Ÿพโ€โ™‚ rowing boat: medium-dark skin tone boat | man | man rowing boat | man rowing boat: medium-dark skin tone | medium-dark skin tone | rowboat -๐Ÿšฃ๐Ÿฟโ€โ™‚๏ธ rowing boat: dark skin tone -๐Ÿšฃ๐Ÿฟโ€โ™‚ rowing boat: dark skin tone boat | dark skin tone | man | man rowing boat | man rowing boat: dark skin tone | rowboat -๐Ÿšฃโ€โ™€๏ธ rowing boat -๐Ÿšฃโ€โ™€ rowing boat boat | rowboat | woman | woman rowing boat -๐Ÿšฃ๐Ÿปโ€โ™€๏ธ rowing boat: light skin tone -๐Ÿšฃ๐Ÿปโ€โ™€ rowing boat: light skin tone boat | light skin tone | rowboat | woman | woman rowing boat | woman rowing boat: light skin tone -๐Ÿšฃ๐Ÿผโ€โ™€๏ธ rowing boat: medium-light skin tone -๐Ÿšฃ๐Ÿผโ€โ™€ rowing boat: medium-light skin tone boat | medium-light skin tone | rowboat | woman | woman rowing boat | woman rowing boat: medium-light skin tone -๐Ÿšฃ๐Ÿฝโ€โ™€๏ธ rowing boat: medium skin tone -๐Ÿšฃ๐Ÿฝโ€โ™€ rowing boat: medium skin tone boat | medium skin tone | rowboat | woman | woman rowing boat | woman rowing boat: medium skin tone -๐Ÿšฃ๐Ÿพโ€โ™€๏ธ rowing boat: medium-dark skin tone -๐Ÿšฃ๐Ÿพโ€โ™€ rowing boat: medium-dark skin tone boat | medium-dark skin tone | rowboat | woman | woman rowing boat | woman rowing boat: medium-dark skin tone -๐Ÿšฃ๐Ÿฟโ€โ™€๏ธ rowing boat: dark skin tone -๐Ÿšฃ๐Ÿฟโ€โ™€ rowing boat: dark skin tone boat | dark skin tone | rowboat | woman | woman rowing boat | woman rowing boat: dark skin tone -๐ŸŠ swimming person swimming | swim | swimmer -๐ŸŠ๐Ÿป swimming: light skin tone light skin tone | person swimming | person swimming: light skin tone | swim | swimmer -๐ŸŠ๐Ÿผ swimming: medium-light skin tone medium-light skin tone | person swimming | person swimming: medium-light skin tone | swim | swimmer -๐ŸŠ๐Ÿฝ swimming: medium skin tone medium skin tone | person swimming | person swimming: medium skin tone | swim | swimmer -๐ŸŠ๐Ÿพ swimming: medium-dark skin tone medium-dark skin tone | person swimming | person swimming: medium-dark skin tone | swim | swimmer -๐ŸŠ๐Ÿฟ swimming: dark skin tone dark skin tone | person swimming | person swimming: dark skin tone | swim | swimmer -๐ŸŠโ€โ™‚๏ธ swimming -๐ŸŠโ€โ™‚ swimming man | man swimming | swim | swimmer -๐ŸŠ๐Ÿปโ€โ™‚๏ธ swimming: light skin tone -๐ŸŠ๐Ÿปโ€โ™‚ swimming: light skin tone light skin tone | man | man swimming | man swimming: light skin tone | swim | swimmer -๐ŸŠ๐Ÿผโ€โ™‚๏ธ swimming: medium-light skin tone -๐ŸŠ๐Ÿผโ€โ™‚ swimming: medium-light skin tone man | man swimming | man swimming: medium-light skin tone | medium-light skin tone | swim | swimmer -๐ŸŠ๐Ÿฝโ€โ™‚๏ธ swimming: medium skin tone -๐ŸŠ๐Ÿฝโ€โ™‚ swimming: medium skin tone man | man swimming | man swimming: medium skin tone | medium skin tone | swim | swimmer -๐ŸŠ๐Ÿพโ€โ™‚๏ธ swimming: medium-dark skin tone -๐ŸŠ๐Ÿพโ€โ™‚ swimming: medium-dark skin tone man | man swimming | man swimming: medium-dark skin tone | medium-dark skin tone | swim | swimmer -๐ŸŠ๐Ÿฟโ€โ™‚๏ธ swimming: dark skin tone -๐ŸŠ๐Ÿฟโ€โ™‚ swimming: dark skin tone dark skin tone | man | man swimming | man swimming: dark skin tone | swim | swimmer -๐ŸŠโ€โ™€๏ธ swimming -๐ŸŠโ€โ™€ swimming swim | woman | woman swimming | swimmer -๐ŸŠ๐Ÿปโ€โ™€๏ธ swimming: light skin tone -๐ŸŠ๐Ÿปโ€โ™€ swimming: light skin tone light skin tone | swim | woman | woman swimming | woman swimming: light skin tone | swimmer -๐ŸŠ๐Ÿผโ€โ™€๏ธ swimming: medium-light skin tone -๐ŸŠ๐Ÿผโ€โ™€ swimming: medium-light skin tone medium-light skin tone | swim | woman | woman swimming | woman swimming: medium-light skin tone | swimmer -๐ŸŠ๐Ÿฝโ€โ™€๏ธ swimming: medium skin tone -๐ŸŠ๐Ÿฝโ€โ™€ swimming: medium skin tone medium skin tone | swim | woman | woman swimming | woman swimming: medium skin tone | swimmer -๐ŸŠ๐Ÿพโ€โ™€๏ธ swimming: medium-dark skin tone -๐ŸŠ๐Ÿพโ€โ™€ swimming: medium-dark skin tone medium-dark skin tone | swim | woman | woman swimming | woman swimming: medium-dark skin tone | swimmer -๐ŸŠ๐Ÿฟโ€โ™€๏ธ swimming: dark skin tone -๐ŸŠ๐Ÿฟโ€โ™€ swimming: dark skin tone dark skin tone | swim | woman | woman swimming | woman swimming: dark skin tone | swimmer -โ›น๏ธ bouncing ball -โ›น bouncing ball ball | person bouncing ball -โ›น๐Ÿป bouncing ball: light skin tone ball | light skin tone | person bouncing ball | person bouncing ball: light skin tone -โ›น๐Ÿผ bouncing ball: medium-light skin tone ball | medium-light skin tone | person bouncing ball | person bouncing ball: medium-light skin tone -โ›น๐Ÿฝ bouncing ball: medium skin tone ball | medium skin tone | person bouncing ball | person bouncing ball: medium skin tone -โ›น๐Ÿพ bouncing ball: medium-dark skin tone ball | medium-dark skin tone | person bouncing ball | person bouncing ball: medium-dark skin tone -โ›น๐Ÿฟ bouncing ball: dark skin tone ball | dark skin tone | person bouncing ball | person bouncing ball: dark skin tone -โ›น๏ธโ€โ™‚๏ธ bouncing ball -โ›น๏ธโ€โ™‚ bouncing ball -โ›นโ€โ™‚ bouncing ball ball | man | man bouncing ball -โ›น๐Ÿปโ€โ™‚๏ธ bouncing ball: light skin tone -โ›น๐Ÿปโ€โ™‚ bouncing ball: light skin tone ball | light skin tone | man | man bouncing ball | man bouncing ball: light skin tone -โ›น๐Ÿผโ€โ™‚๏ธ bouncing ball: medium-light skin tone -โ›น๐Ÿผโ€โ™‚ bouncing ball: medium-light skin tone ball | man | man bouncing ball | man bouncing ball: medium-light skin tone | medium-light skin tone -โ›น๐Ÿฝโ€โ™‚๏ธ bouncing ball: medium skin tone -โ›น๐Ÿฝโ€โ™‚ bouncing ball: medium skin tone ball | man | man bouncing ball | man bouncing ball: medium skin tone | medium skin tone -โ›น๐Ÿพโ€โ™‚๏ธ bouncing ball: medium-dark skin tone -โ›น๐Ÿพโ€โ™‚ bouncing ball: medium-dark skin tone ball | man | man bouncing ball | man bouncing ball: medium-dark skin tone | medium-dark skin tone -โ›น๐Ÿฟโ€โ™‚๏ธ bouncing ball: dark skin tone -โ›น๐Ÿฟโ€โ™‚ bouncing ball: dark skin tone ball | dark skin tone | man | man bouncing ball | man bouncing ball: dark skin tone -โ›น๏ธโ€โ™€๏ธ bouncing ball -โ›น๏ธโ€โ™€ bouncing ball -โ›นโ€โ™€ bouncing ball ball | woman | woman bouncing ball -โ›น๐Ÿปโ€โ™€๏ธ bouncing ball: light skin tone -โ›น๐Ÿปโ€โ™€ bouncing ball: light skin tone ball | light skin tone | woman | woman bouncing ball | woman bouncing ball: light skin tone -โ›น๐Ÿผโ€โ™€๏ธ bouncing ball: medium-light skin tone -โ›น๐Ÿผโ€โ™€ bouncing ball: medium-light skin tone ball | medium-light skin tone | woman | woman bouncing ball | woman bouncing ball: medium-light skin tone -โ›น๐Ÿฝโ€โ™€๏ธ bouncing ball: medium skin tone -โ›น๐Ÿฝโ€โ™€ bouncing ball: medium skin tone ball | medium skin tone | woman | woman bouncing ball | woman bouncing ball: medium skin tone -โ›น๐Ÿพโ€โ™€๏ธ bouncing ball: medium-dark skin tone -โ›น๐Ÿพโ€โ™€ bouncing ball: medium-dark skin tone ball | medium-dark skin tone | woman | woman bouncing ball | woman bouncing ball: medium-dark skin tone -โ›น๐Ÿฟโ€โ™€๏ธ bouncing ball: dark skin tone -โ›น๐Ÿฟโ€โ™€ bouncing ball: dark skin tone ball | dark skin tone | woman | woman bouncing ball | woman bouncing ball: dark skin tone -๐Ÿ‹๏ธ lifting weights -๐Ÿ‹ lifting weights lifter | person lifting weights | weight | weightlifter -๐Ÿ‹๐Ÿป lifting weights: light skin tone lifter | light skin tone | person lifting weights | person lifting weights: light skin tone | weight | weightlifter -๐Ÿ‹๐Ÿผ lifting weights: medium-light skin tone lifter | medium-light skin tone | person lifting weights | person lifting weights: medium-light skin tone | weight | weightlifter -๐Ÿ‹๐Ÿฝ lifting weights: medium skin tone lifter | medium skin tone | person lifting weights | person lifting weights: medium skin tone | weight | weightlifter -๐Ÿ‹๐Ÿพ lifting weights: medium-dark skin tone lifter | medium-dark skin tone | person lifting weights | person lifting weights: medium-dark skin tone | weight | weightlifter -๐Ÿ‹๐Ÿฟ lifting weights: dark skin tone dark skin tone | lifter | person lifting weights | person lifting weights: dark skin tone | weight | weightlifter -๐Ÿ‹๏ธโ€โ™‚๏ธ lifting weights -๐Ÿ‹๏ธโ€โ™‚ lifting weights -๐Ÿ‹โ€โ™‚ lifting weights man | man lifting weights | weight lifter -๐Ÿ‹๐Ÿปโ€โ™‚๏ธ lifting weights: light skin tone -๐Ÿ‹๐Ÿปโ€โ™‚ lifting weights: light skin tone light skin tone | man | man lifting weights | man lifting weights: light skin tone | weight lifter -๐Ÿ‹๐Ÿผโ€โ™‚๏ธ lifting weights: medium-light skin tone -๐Ÿ‹๐Ÿผโ€โ™‚ lifting weights: medium-light skin tone man | man lifting weights | man lifting weights: medium-light skin tone | medium-light skin tone | weight lifter -๐Ÿ‹๐Ÿฝโ€โ™‚๏ธ lifting weights: medium skin tone -๐Ÿ‹๐Ÿฝโ€โ™‚ lifting weights: medium skin tone man | man lifting weights | man lifting weights: medium skin tone | medium skin tone | weight lifter -๐Ÿ‹๐Ÿพโ€โ™‚๏ธ lifting weights: medium-dark skin tone -๐Ÿ‹๐Ÿพโ€โ™‚ lifting weights: medium-dark skin tone man | man lifting weights | man lifting weights: medium-dark skin tone | medium-dark skin tone | weight lifter -๐Ÿ‹๐Ÿฟโ€โ™‚๏ธ lifting weights: dark skin tone -๐Ÿ‹๐Ÿฟโ€โ™‚ lifting weights: dark skin tone dark skin tone | man | man lifting weights | man lifting weights: dark skin tone | weight lifter -๐Ÿ‹๏ธโ€โ™€๏ธ lifting weights -๐Ÿ‹๏ธโ€โ™€ lifting weights -๐Ÿ‹โ€โ™€ lifting weights weight lifter | woman | woman lifting weights -๐Ÿ‹๐Ÿปโ€โ™€๏ธ lifting weights: light skin tone -๐Ÿ‹๐Ÿปโ€โ™€ lifting weights: light skin tone light skin tone | weight lifter | woman | woman lifting weights | woman lifting weights: light skin tone -๐Ÿ‹๐Ÿผโ€โ™€๏ธ lifting weights: medium-light skin tone -๐Ÿ‹๐Ÿผโ€โ™€ lifting weights: medium-light skin tone medium-light skin tone | weight lifter | woman | woman lifting weights | woman lifting weights: medium-light skin tone -๐Ÿ‹๐Ÿฝโ€โ™€๏ธ lifting weights: medium skin tone -๐Ÿ‹๐Ÿฝโ€โ™€ lifting weights: medium skin tone medium skin tone | weight lifter | woman | woman lifting weights | woman lifting weights: medium skin tone -๐Ÿ‹๐Ÿพโ€โ™€๏ธ lifting weights: medium-dark skin tone -๐Ÿ‹๐Ÿพโ€โ™€ lifting weights: medium-dark skin tone medium-dark skin tone | weight lifter | woman | woman lifting weights | woman lifting weights: medium-dark skin tone -๐Ÿ‹๐Ÿฟโ€โ™€๏ธ lifting weights: dark skin tone -๐Ÿ‹๐Ÿฟโ€โ™€ lifting weights: dark skin tone dark skin tone | weight lifter | woman | woman lifting weights | woman lifting weights: dark skin tone -๐Ÿšด biking bicycle | biking | cyclist | person biking | person riding a bike -๐Ÿšด๐Ÿป biking: light skin tone bicycle | biking | cyclist | light skin tone | person biking | person biking: light skin tone | person riding a bike | person riding a bike: light skin tone -๐Ÿšด๐Ÿผ biking: medium-light skin tone bicycle | biking | cyclist | medium-light skin tone | person biking | person biking: medium-light skin tone | person riding a bike | person riding a bike: medium-light skin tone -๐Ÿšด๐Ÿฝ biking: medium skin tone bicycle | biking | cyclist | medium skin tone | person biking | person biking: medium skin tone | person riding a bike | person riding a bike: medium skin tone -๐Ÿšด๐Ÿพ biking: medium-dark skin tone bicycle | biking | cyclist | medium-dark skin tone | person biking | person biking: medium-dark skin tone | person riding a bike | person riding a bike: medium-dark skin tone -๐Ÿšด๐Ÿฟ biking: dark skin tone bicycle | biking | cyclist | dark skin tone | person biking | person biking: dark skin tone | person riding a bike | person riding a bike: dark skin tone -๐Ÿšดโ€โ™‚๏ธ biking -๐Ÿšดโ€โ™‚ biking bicycle | biking | cyclist | man | cycling | man riding a bike -๐Ÿšด๐Ÿปโ€โ™‚๏ธ biking: light skin tone -๐Ÿšด๐Ÿปโ€โ™‚ biking: light skin tone bicycle | biking | cyclist | light skin tone | man | man biking: light skin tone | cycling | man riding a bike | man riding a bike: light skin tone -๐Ÿšด๐Ÿผโ€โ™‚๏ธ biking: medium-light skin tone -๐Ÿšด๐Ÿผโ€โ™‚ biking: medium-light skin tone bicycle | biking | cyclist | man | man biking: medium-light skin tone | medium-light skin tone | cycling | man riding a bike | man riding a bike: medium-light skin tone -๐Ÿšด๐Ÿฝโ€โ™‚๏ธ biking: medium skin tone -๐Ÿšด๐Ÿฝโ€โ™‚ biking: medium skin tone bicycle | biking | cyclist | man | man biking: medium skin tone | medium skin tone | cycling | man riding a bike | man riding a bike: medium skin tone -๐Ÿšด๐Ÿพโ€โ™‚๏ธ biking: medium-dark skin tone -๐Ÿšด๐Ÿพโ€โ™‚ biking: medium-dark skin tone bicycle | biking | cyclist | man | man biking: medium-dark skin tone | medium-dark skin tone | cycling | man riding a bike | man riding a bike: medium-dark skin tone -๐Ÿšด๐Ÿฟโ€โ™‚๏ธ biking: dark skin tone -๐Ÿšด๐Ÿฟโ€โ™‚ biking: dark skin tone bicycle | biking | cyclist | dark skin tone | man | man biking: dark skin tone | cycling | man riding a bike | man riding a bike: dark skin tone -๐Ÿšดโ€โ™€๏ธ biking -๐Ÿšดโ€โ™€ biking bicycle | biking | cyclist | woman | cycling | woman riding a bike -๐Ÿšด๐Ÿปโ€โ™€๏ธ biking: light skin tone -๐Ÿšด๐Ÿปโ€โ™€ biking: light skin tone bicycle | biking | cyclist | light skin tone | woman | woman biking: light skin tone | cycling | woman riding a bike | woman riding a bike: light skin tone -๐Ÿšด๐Ÿผโ€โ™€๏ธ biking: medium-light skin tone -๐Ÿšด๐Ÿผโ€โ™€ biking: medium-light skin tone bicycle | biking | cyclist | medium-light skin tone | woman | woman biking: medium-light skin tone | cycling | woman riding a bike | woman riding a bike: medium-light skin tone -๐Ÿšด๐Ÿฝโ€โ™€๏ธ biking: medium skin tone -๐Ÿšด๐Ÿฝโ€โ™€ biking: medium skin tone bicycle | biking | cyclist | medium skin tone | woman | woman biking: medium skin tone | cycling | woman riding a bike | woman riding a bike: medium skin tone -๐Ÿšด๐Ÿพโ€โ™€๏ธ biking: medium-dark skin tone -๐Ÿšด๐Ÿพโ€โ™€ biking: medium-dark skin tone bicycle | biking | cyclist | medium-dark skin tone | woman | woman biking: medium-dark skin tone | cycling | woman riding a bike | woman riding a bike: medium-dark skin tone -๐Ÿšด๐Ÿฟโ€โ™€๏ธ biking: dark skin tone -๐Ÿšด๐Ÿฟโ€โ™€ biking: dark skin tone bicycle | biking | cyclist | dark skin tone | woman | woman biking: dark skin tone | cycling | woman riding a bike | woman riding a bike: dark skin tone -๐Ÿšต mountain biking bicycle | bicyclist | bike | cyclist | mountain | person mountain biking -๐Ÿšต๐Ÿป mountain biking: light skin tone bicycle | bicyclist | bike | cyclist | light skin tone | mountain | person mountain biking | person mountain biking: light skin tone -๐Ÿšต๐Ÿผ mountain biking: medium-light skin tone bicycle | bicyclist | bike | cyclist | medium-light skin tone | mountain | person mountain biking | person mountain biking: medium-light skin tone -๐Ÿšต๐Ÿฝ mountain biking: medium skin tone bicycle | bicyclist | bike | cyclist | medium skin tone | mountain | person mountain biking | person mountain biking: medium skin tone -๐Ÿšต๐Ÿพ mountain biking: medium-dark skin tone bicycle | bicyclist | bike | cyclist | medium-dark skin tone | mountain | person mountain biking | person mountain biking: medium-dark skin tone -๐Ÿšต๐Ÿฟ mountain biking: dark skin tone bicycle | bicyclist | bike | cyclist | dark skin tone | mountain | person mountain biking | person mountain biking: dark skin tone -๐Ÿšตโ€โ™‚๏ธ mountain biking -๐Ÿšตโ€โ™‚ mountain biking bicycle | bike | cyclist | man | man mountain biking | mountain -๐Ÿšต๐Ÿปโ€โ™‚๏ธ mountain biking: light skin tone -๐Ÿšต๐Ÿปโ€โ™‚ mountain biking: light skin tone bicycle | bike | cyclist | light skin tone | man | man mountain biking | man mountain biking: light skin tone | mountain -๐Ÿšต๐Ÿผโ€โ™‚๏ธ mountain biking: medium-light skin tone -๐Ÿšต๐Ÿผโ€โ™‚ mountain biking: medium-light skin tone bicycle | bike | cyclist | man | man mountain biking | man mountain biking: medium-light skin tone | medium-light skin tone | mountain -๐Ÿšต๐Ÿฝโ€โ™‚๏ธ mountain biking: medium skin tone -๐Ÿšต๐Ÿฝโ€โ™‚ mountain biking: medium skin tone bicycle | bike | cyclist | man | man mountain biking | man mountain biking: medium skin tone | medium skin tone | mountain -๐Ÿšต๐Ÿพโ€โ™‚๏ธ mountain biking: medium-dark skin tone -๐Ÿšต๐Ÿพโ€โ™‚ mountain biking: medium-dark skin tone bicycle | bike | cyclist | man | man mountain biking | man mountain biking: medium-dark skin tone | medium-dark skin tone | mountain -๐Ÿšต๐Ÿฟโ€โ™‚๏ธ mountain biking: dark skin tone -๐Ÿšต๐Ÿฟโ€โ™‚ mountain biking: dark skin tone bicycle | bike | cyclist | dark skin tone | man | man mountain biking | man mountain biking: dark skin tone | mountain -๐Ÿšตโ€โ™€๏ธ mountain biking -๐Ÿšตโ€โ™€ mountain biking bicycle | bike | biking | cyclist | mountain | woman -๐Ÿšต๐Ÿปโ€โ™€๏ธ mountain biking: light skin tone -๐Ÿšต๐Ÿปโ€โ™€ mountain biking: light skin tone bicycle | bike | biking | cyclist | light skin tone | mountain | woman | woman mountain biking: light skin tone -๐Ÿšต๐Ÿผโ€โ™€๏ธ mountain biking: medium-light skin tone -๐Ÿšต๐Ÿผโ€โ™€ mountain biking: medium-light skin tone bicycle | bike | biking | cyclist | medium-light skin tone | mountain | woman | woman mountain biking: medium-light skin tone -๐Ÿšต๐Ÿฝโ€โ™€๏ธ mountain biking: medium skin tone -๐Ÿšต๐Ÿฝโ€โ™€ mountain biking: medium skin tone bicycle | bike | biking | cyclist | medium skin tone | mountain | woman | woman mountain biking: medium skin tone -๐Ÿšต๐Ÿพโ€โ™€๏ธ mountain biking: medium-dark skin tone -๐Ÿšต๐Ÿพโ€โ™€ mountain biking: medium-dark skin tone bicycle | bike | biking | cyclist | medium-dark skin tone | mountain | woman | woman mountain biking: medium-dark skin tone -๐Ÿšต๐Ÿฟโ€โ™€๏ธ mountain biking: dark skin tone -๐Ÿšต๐Ÿฟโ€โ™€ mountain biking: dark skin tone bicycle | bike | biking | cyclist | dark skin tone | mountain | woman | woman mountain biking: dark skin tone -๐Ÿคธ cartwheeling cartwheel | gymnastics | person cartwheeling -๐Ÿคธ๐Ÿป cartwheeling: light skin tone cartwheel | gymnastics | light skin tone | person cartwheeling | person cartwheeling: light skin tone -๐Ÿคธ๐Ÿผ cartwheeling: medium-light skin tone cartwheel | gymnastics | medium-light skin tone | person cartwheeling | person cartwheeling: medium-light skin tone -๐Ÿคธ๐Ÿฝ cartwheeling: medium skin tone cartwheel | gymnastics | medium skin tone | person cartwheeling | person cartwheeling: medium skin tone -๐Ÿคธ๐Ÿพ cartwheeling: medium-dark skin tone cartwheel | gymnastics | medium-dark skin tone | person cartwheeling | person cartwheeling: medium-dark skin tone -๐Ÿคธ๐Ÿฟ cartwheeling: dark skin tone cartwheel | dark skin tone | gymnastics | person cartwheeling | person cartwheeling: dark skin tone -๐Ÿคธโ€โ™‚๏ธ cartwheeling -๐Ÿคธโ€โ™‚ cartwheeling cartwheel | gymnastics | man | man cartwheeling -๐Ÿคธ๐Ÿปโ€โ™‚๏ธ cartwheeling: light skin tone -๐Ÿคธ๐Ÿปโ€โ™‚ cartwheeling: light skin tone cartwheel | gymnastics | light skin tone | man | man cartwheeling | man cartwheeling: light skin tone -๐Ÿคธ๐Ÿผโ€โ™‚๏ธ cartwheeling: medium-light skin tone -๐Ÿคธ๐Ÿผโ€โ™‚ cartwheeling: medium-light skin tone cartwheel | gymnastics | man | man cartwheeling | man cartwheeling: medium-light skin tone | medium-light skin tone -๐Ÿคธ๐Ÿฝโ€โ™‚๏ธ cartwheeling: medium skin tone -๐Ÿคธ๐Ÿฝโ€โ™‚ cartwheeling: medium skin tone cartwheel | gymnastics | man | man cartwheeling | man cartwheeling: medium skin tone | medium skin tone -๐Ÿคธ๐Ÿพโ€โ™‚๏ธ cartwheeling: medium-dark skin tone -๐Ÿคธ๐Ÿพโ€โ™‚ cartwheeling: medium-dark skin tone cartwheel | gymnastics | man | man cartwheeling | man cartwheeling: medium-dark skin tone | medium-dark skin tone -๐Ÿคธ๐Ÿฟโ€โ™‚๏ธ cartwheeling: dark skin tone -๐Ÿคธ๐Ÿฟโ€โ™‚ cartwheeling: dark skin tone cartwheel | dark skin tone | gymnastics | man | man cartwheeling | man cartwheeling: dark skin tone -๐Ÿคธโ€โ™€๏ธ cartwheeling -๐Ÿคธโ€โ™€ cartwheeling cartwheel | gymnastics | woman | woman cartwheeling -๐Ÿคธ๐Ÿปโ€โ™€๏ธ cartwheeling: light skin tone -๐Ÿคธ๐Ÿปโ€โ™€ cartwheeling: light skin tone cartwheel | gymnastics | light skin tone | woman | woman cartwheeling | woman cartwheeling: light skin tone -๐Ÿคธ๐Ÿผโ€โ™€๏ธ cartwheeling: medium-light skin tone -๐Ÿคธ๐Ÿผโ€โ™€ cartwheeling: medium-light skin tone cartwheel | gymnastics | medium-light skin tone | woman | woman cartwheeling | woman cartwheeling: medium-light skin tone -๐Ÿคธ๐Ÿฝโ€โ™€๏ธ cartwheeling: medium skin tone -๐Ÿคธ๐Ÿฝโ€โ™€ cartwheeling: medium skin tone cartwheel | gymnastics | medium skin tone | woman | woman cartwheeling | woman cartwheeling: medium skin tone -๐Ÿคธ๐Ÿพโ€โ™€๏ธ cartwheeling: medium-dark skin tone -๐Ÿคธ๐Ÿพโ€โ™€ cartwheeling: medium-dark skin tone cartwheel | gymnastics | medium-dark skin tone | woman | woman cartwheeling | woman cartwheeling: medium-dark skin tone -๐Ÿคธ๐Ÿฟโ€โ™€๏ธ cartwheeling: dark skin tone -๐Ÿคธ๐Ÿฟโ€โ™€ cartwheeling: dark skin tone cartwheel | dark skin tone | gymnastics | woman | woman cartwheeling | woman cartwheeling: dark skin tone -๐Ÿคผ wrestling people wrestling | wrestle | wrestler -๐Ÿคผโ€โ™‚๏ธ wrestling -๐Ÿคผโ€โ™‚ wrestling men | men wrestling | wrestle -๐Ÿคผโ€โ™€๏ธ wrestling -๐Ÿคผโ€โ™€ wrestling women | women wrestling | wrestle -๐Ÿคฝ playing water polo person playing water polo | polo | water -๐Ÿคฝ๐Ÿป playing water polo: light skin tone light skin tone | person playing water polo | person playing water polo: light skin tone | polo | water -๐Ÿคฝ๐Ÿผ playing water polo: medium-light skin tone medium-light skin tone | person playing water polo | person playing water polo: medium-light skin tone | polo | water -๐Ÿคฝ๐Ÿฝ playing water polo: medium skin tone medium skin tone | person playing water polo | person playing water polo: medium skin tone | polo | water -๐Ÿคฝ๐Ÿพ playing water polo: medium-dark skin tone medium-dark skin tone | person playing water polo | person playing water polo: medium-dark skin tone | polo | water -๐Ÿคฝ๐Ÿฟ playing water polo: dark skin tone dark skin tone | person playing water polo | person playing water polo: dark skin tone | polo | water -๐Ÿคฝโ€โ™‚๏ธ playing water polo -๐Ÿคฝโ€โ™‚ playing water polo man | man playing water polo | water polo -๐Ÿคฝ๐Ÿปโ€โ™‚๏ธ playing water polo: light skin tone -๐Ÿคฝ๐Ÿปโ€โ™‚ playing water polo: light skin tone light skin tone | man | man playing water polo | man playing water polo: light skin tone | water polo -๐Ÿคฝ๐Ÿผโ€โ™‚๏ธ playing water polo: medium-light skin tone -๐Ÿคฝ๐Ÿผโ€โ™‚ playing water polo: medium-light skin tone man | man playing water polo | man playing water polo: medium-light skin tone | medium-light skin tone | water polo -๐Ÿคฝ๐Ÿฝโ€โ™‚๏ธ playing water polo: medium skin tone -๐Ÿคฝ๐Ÿฝโ€โ™‚ playing water polo: medium skin tone man | man playing water polo | man playing water polo: medium skin tone | medium skin tone | water polo -๐Ÿคฝ๐Ÿพโ€โ™‚๏ธ playing water polo: medium-dark skin tone -๐Ÿคฝ๐Ÿพโ€โ™‚ playing water polo: medium-dark skin tone man | man playing water polo | man playing water polo: medium-dark skin tone | medium-dark skin tone | water polo -๐Ÿคฝ๐Ÿฟโ€โ™‚๏ธ playing water polo: dark skin tone -๐Ÿคฝ๐Ÿฟโ€โ™‚ playing water polo: dark skin tone dark skin tone | man | man playing water polo | man playing water polo: dark skin tone | water polo -๐Ÿคฝโ€โ™€๏ธ playing water polo -๐Ÿคฝโ€โ™€ playing water polo water polo | woman | woman playing water polo -๐Ÿคฝ๐Ÿปโ€โ™€๏ธ playing water polo: light skin tone -๐Ÿคฝ๐Ÿปโ€โ™€ playing water polo: light skin tone light skin tone | water polo | woman | woman playing water polo | woman playing water polo: light skin tone -๐Ÿคฝ๐Ÿผโ€โ™€๏ธ playing water polo: medium-light skin tone -๐Ÿคฝ๐Ÿผโ€โ™€ playing water polo: medium-light skin tone medium-light skin tone | water polo | woman | woman playing water polo | woman playing water polo: medium-light skin tone -๐Ÿคฝ๐Ÿฝโ€โ™€๏ธ playing water polo: medium skin tone -๐Ÿคฝ๐Ÿฝโ€โ™€ playing water polo: medium skin tone medium skin tone | water polo | woman | woman playing water polo | woman playing water polo: medium skin tone -๐Ÿคฝ๐Ÿพโ€โ™€๏ธ playing water polo: medium-dark skin tone -๐Ÿคฝ๐Ÿพโ€โ™€ playing water polo: medium-dark skin tone medium-dark skin tone | water polo | woman | woman playing water polo | woman playing water polo: medium-dark skin tone -๐Ÿคฝ๐Ÿฟโ€โ™€๏ธ playing water polo: dark skin tone -๐Ÿคฝ๐Ÿฟโ€โ™€ playing water polo: dark skin tone dark skin tone | water polo | woman | woman playing water polo | woman playing water polo: dark skin tone -๐Ÿคพ playing handball ball | handball | person playing handball -๐Ÿคพ๐Ÿป playing handball: light skin tone ball | handball | light skin tone | person playing handball | person playing handball: light skin tone -๐Ÿคพ๐Ÿผ playing handball: medium-light skin tone ball | handball | medium-light skin tone | person playing handball | person playing handball: medium-light skin tone -๐Ÿคพ๐Ÿฝ playing handball: medium skin tone ball | handball | medium skin tone | person playing handball | person playing handball: medium skin tone -๐Ÿคพ๐Ÿพ playing handball: medium-dark skin tone ball | handball | medium-dark skin tone | person playing handball | person playing handball: medium-dark skin tone -๐Ÿคพ๐Ÿฟ playing handball: dark skin tone ball | dark skin tone | handball | person playing handball | person playing handball: dark skin tone -๐Ÿคพโ€โ™‚๏ธ playing handball -๐Ÿคพโ€โ™‚ playing handball handball | man | man playing handball -๐Ÿคพ๐Ÿปโ€โ™‚๏ธ playing handball: light skin tone -๐Ÿคพ๐Ÿปโ€โ™‚ playing handball: light skin tone handball | light skin tone | man | man playing handball | man playing handball: light skin tone -๐Ÿคพ๐Ÿผโ€โ™‚๏ธ playing handball: medium-light skin tone -๐Ÿคพ๐Ÿผโ€โ™‚ playing handball: medium-light skin tone handball | man | man playing handball | man playing handball: medium-light skin tone | medium-light skin tone -๐Ÿคพ๐Ÿฝโ€โ™‚๏ธ playing handball: medium skin tone -๐Ÿคพ๐Ÿฝโ€โ™‚ playing handball: medium skin tone handball | man | man playing handball | man playing handball: medium skin tone | medium skin tone -๐Ÿคพ๐Ÿพโ€โ™‚๏ธ playing handball: medium-dark skin tone -๐Ÿคพ๐Ÿพโ€โ™‚ playing handball: medium-dark skin tone handball | man | man playing handball | man playing handball: medium-dark skin tone | medium-dark skin tone -๐Ÿคพ๐Ÿฟโ€โ™‚๏ธ playing handball: dark skin tone -๐Ÿคพ๐Ÿฟโ€โ™‚ playing handball: dark skin tone dark skin tone | handball | man | man playing handball | man playing handball: dark skin tone -๐Ÿคพโ€โ™€๏ธ playing handball -๐Ÿคพโ€โ™€ playing handball handball | woman | woman playing handball -๐Ÿคพ๐Ÿปโ€โ™€๏ธ playing handball: light skin tone -๐Ÿคพ๐Ÿปโ€โ™€ playing handball: light skin tone handball | light skin tone | woman | woman playing handball | woman playing handball: light skin tone -๐Ÿคพ๐Ÿผโ€โ™€๏ธ playing handball: medium-light skin tone -๐Ÿคพ๐Ÿผโ€โ™€ playing handball: medium-light skin tone handball | medium-light skin tone | woman | woman playing handball | woman playing handball: medium-light skin tone -๐Ÿคพ๐Ÿฝโ€โ™€๏ธ playing handball: medium skin tone -๐Ÿคพ๐Ÿฝโ€โ™€ playing handball: medium skin tone handball | medium skin tone | woman | woman playing handball | woman playing handball: medium skin tone -๐Ÿคพ๐Ÿพโ€โ™€๏ธ playing handball: medium-dark skin tone -๐Ÿคพ๐Ÿพโ€โ™€ playing handball: medium-dark skin tone handball | medium-dark skin tone | woman | woman playing handball | woman playing handball: medium-dark skin tone -๐Ÿคพ๐Ÿฟโ€โ™€๏ธ playing handball: dark skin tone -๐Ÿคพ๐Ÿฟโ€โ™€ playing handball: dark skin tone dark skin tone | handball | woman | woman playing handball | woman playing handball: dark skin tone -๐Ÿคน juggling balance | juggle | multitask | person juggling | skill | multi-task -๐Ÿคน๐Ÿป juggling: light skin tone balance | juggle | light skin tone | multitask | person juggling | person juggling: light skin tone | skill | multi-task -๐Ÿคน๐Ÿผ juggling: medium-light skin tone balance | juggle | medium-light skin tone | multitask | person juggling | person juggling: medium-light skin tone | skill | multi-task -๐Ÿคน๐Ÿฝ juggling: medium skin tone balance | juggle | medium skin tone | multitask | person juggling | person juggling: medium skin tone | skill | multi-task -๐Ÿคน๐Ÿพ juggling: medium-dark skin tone balance | juggle | medium-dark skin tone | multitask | person juggling | person juggling: medium-dark skin tone | skill | multi-task -๐Ÿคน๐Ÿฟ juggling: dark skin tone balance | dark skin tone | juggle | multitask | person juggling | person juggling: dark skin tone | skill | multi-task -๐Ÿคนโ€โ™‚๏ธ juggling -๐Ÿคนโ€โ™‚ juggling juggling | man | multitask | multi-task -๐Ÿคน๐Ÿปโ€โ™‚๏ธ juggling: light skin tone -๐Ÿคน๐Ÿปโ€โ™‚ juggling: light skin tone juggling | light skin tone | man | man juggling: light skin tone | multitask | multi-task -๐Ÿคน๐Ÿผโ€โ™‚๏ธ juggling: medium-light skin tone -๐Ÿคน๐Ÿผโ€โ™‚ juggling: medium-light skin tone juggling | man | man juggling: medium-light skin tone | medium-light skin tone | multitask | multi-task -๐Ÿคน๐Ÿฝโ€โ™‚๏ธ juggling: medium skin tone -๐Ÿคน๐Ÿฝโ€โ™‚ juggling: medium skin tone juggling | man | man juggling: medium skin tone | medium skin tone | multitask | multi-task -๐Ÿคน๐Ÿพโ€โ™‚๏ธ juggling: medium-dark skin tone -๐Ÿคน๐Ÿพโ€โ™‚ juggling: medium-dark skin tone juggling | man | man juggling: medium-dark skin tone | medium-dark skin tone | multitask | multi-task -๐Ÿคน๐Ÿฟโ€โ™‚๏ธ juggling: dark skin tone -๐Ÿคน๐Ÿฟโ€โ™‚ juggling: dark skin tone dark skin tone | juggling | man | man juggling: dark skin tone | multitask | multi-task -๐Ÿคนโ€โ™€๏ธ juggling -๐Ÿคนโ€โ™€ juggling juggling | multitask | woman | multi-task -๐Ÿคน๐Ÿปโ€โ™€๏ธ juggling: light skin tone -๐Ÿคน๐Ÿปโ€โ™€ juggling: light skin tone juggling | light skin tone | multitask | woman | woman juggling: light skin tone | multi-task -๐Ÿคน๐Ÿผโ€โ™€๏ธ juggling: medium-light skin tone -๐Ÿคน๐Ÿผโ€โ™€ juggling: medium-light skin tone juggling | medium-light skin tone | multitask | woman | woman juggling: medium-light skin tone | multi-task -๐Ÿคน๐Ÿฝโ€โ™€๏ธ juggling: medium skin tone -๐Ÿคน๐Ÿฝโ€โ™€ juggling: medium skin tone juggling | medium skin tone | multitask | woman | woman juggling: medium skin tone | multi-task -๐Ÿคน๐Ÿพโ€โ™€๏ธ juggling: medium-dark skin tone -๐Ÿคน๐Ÿพโ€โ™€ juggling: medium-dark skin tone juggling | medium-dark skin tone | multitask | woman | woman juggling: medium-dark skin tone | multi-task -๐Ÿคน๐Ÿฟโ€โ™€๏ธ juggling: dark skin tone -๐Ÿคน๐Ÿฟโ€โ™€ juggling: dark skin tone dark skin tone | juggling | multitask | woman | woman juggling: dark skin tone | multi-task -๐Ÿง˜ meditation | person in lotus position | yoga -๐Ÿง˜๐Ÿป light skin tone light skin tone | meditation | person in lotus position | person in lotus position: light skin tone | yoga -๐Ÿง˜๐Ÿผ medium-light skin tone meditation | medium-light skin tone | person in lotus position | person in lotus position: medium-light skin tone | yoga -๐Ÿง˜๐Ÿฝ medium skin tone meditation | medium skin tone | person in lotus position | person in lotus position: medium skin tone | yoga -๐Ÿง˜๐Ÿพ medium-dark skin tone meditation | medium-dark skin tone | person in lotus position | person in lotus position: medium-dark skin tone | yoga -๐Ÿง˜๐Ÿฟ dark skin tone dark skin tone | meditation | person in lotus position | person in lotus position: dark skin tone | yoga -๐Ÿง˜โ€โ™‚ in lotus position man in lotus position | meditation | yoga -๐Ÿง˜๐Ÿปโ€โ™‚๏ธ light skin tone -๐Ÿง˜๐Ÿปโ€โ™‚ light skin tone light skin tone | man in lotus position | man in lotus position: light skin tone | meditation | yoga -๐Ÿง˜๐Ÿผโ€โ™‚๏ธ medium-light skin tone -๐Ÿง˜๐Ÿผโ€โ™‚ medium-light skin tone man in lotus position | man in lotus position: medium-light skin tone | meditation | medium-light skin tone | yoga -๐Ÿง˜๐Ÿฝโ€โ™‚๏ธ medium skin tone -๐Ÿง˜๐Ÿฝโ€โ™‚ medium skin tone man in lotus position | man in lotus position: medium skin tone | meditation | medium skin tone | yoga -๐Ÿง˜๐Ÿพโ€โ™‚๏ธ medium-dark skin tone -๐Ÿง˜๐Ÿพโ€โ™‚ medium-dark skin tone man in lotus position | man in lotus position: medium-dark skin tone | meditation | medium-dark skin tone | yoga -๐Ÿง˜๐Ÿฟโ€โ™‚๏ธ dark skin tone -๐Ÿง˜๐Ÿฟโ€โ™‚ dark skin tone dark skin tone | man in lotus position | man in lotus position: dark skin tone | meditation | yoga -๐Ÿง˜โ€โ™€๏ธ in lotus position -๐Ÿง˜โ€โ™€ in lotus position meditation | woman in lotus position | yoga -๐Ÿง˜๐Ÿปโ€โ™€๏ธ light skin tone -๐Ÿง˜๐Ÿปโ€โ™€ light skin tone light skin tone | meditation | woman in lotus position | woman in lotus position: light skin tone | yoga -๐Ÿง˜๐Ÿผโ€โ™€๏ธ medium-light skin tone -๐Ÿง˜๐Ÿผโ€โ™€ medium-light skin tone meditation | medium-light skin tone | woman in lotus position | woman in lotus position: medium-light skin tone | yoga -๐Ÿง˜๐Ÿฝโ€โ™€๏ธ medium skin tone -๐Ÿง˜๐Ÿฝโ€โ™€ medium skin tone meditation | medium skin tone | woman in lotus position | woman in lotus position: medium skin tone | yoga -๐Ÿง˜๐Ÿพโ€โ™€๏ธ medium-dark skin tone -๐Ÿง˜๐Ÿพโ€โ™€ medium-dark skin tone meditation | medium-dark skin tone | woman in lotus position | woman in lotus position: medium-dark skin tone | yoga -๐Ÿง˜๐Ÿฟโ€โ™€๏ธ dark skin tone -๐Ÿง˜๐Ÿฟโ€โ™€ dark skin tone dark skin tone | meditation | woman in lotus position | woman in lotus position: dark skin tone | yoga -๐Ÿ›€ taking bath bath | bathtub | person taking bath | tub -๐Ÿ›€๐Ÿป taking bath: light skin tone bath | bathtub | light skin tone | person taking bath | person taking bath: light skin tone | tub -๐Ÿ›€๐Ÿผ taking bath: medium-light skin tone bath | bathtub | medium-light skin tone | person taking bath | person taking bath: medium-light skin tone | tub -๐Ÿ›€๐Ÿฝ taking bath: medium skin tone bath | bathtub | medium skin tone | person taking bath | person taking bath: medium skin tone | tub -๐Ÿ›€๐Ÿพ taking bath: medium-dark skin tone bath | bathtub | medium-dark skin tone | person taking bath | person taking bath: medium-dark skin tone | tub -๐Ÿ›€๐Ÿฟ taking bath: dark skin tone bath | bathtub | dark skin tone | person taking bath | person taking bath: dark skin tone | tub -๐Ÿ›Œ in bed good night | hotel | person in bed | sleep | sleeping -๐Ÿ›Œ๐Ÿป in bed: light skin tone good night | hotel | light skin tone | person in bed | person in bed: light skin tone | sleep | sleeping -๐Ÿ›Œ๐Ÿผ in bed: medium-light skin tone good night | hotel | medium-light skin tone | person in bed | person in bed: medium-light skin tone | sleep | sleeping -๐Ÿ›Œ๐Ÿฝ in bed: medium skin tone good night | hotel | medium skin tone | person in bed | person in bed: medium skin tone | sleep | sleeping -๐Ÿ›Œ๐Ÿพ in bed: medium-dark skin tone good night | hotel | medium-dark skin tone | person in bed | person in bed: medium-dark skin tone | sleep | sleeping -๐Ÿ›Œ๐Ÿฟ in bed: dark skin tone dark skin tone | good night | hotel | person in bed | person in bed: dark skin tone | sleep | sleeping -๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘ couple | hand | hold | holding hands | people holding hands | person -๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿป light skin tone couple | hand | hold | holding hands | light skin tone | people holding hands | people holding hands: light skin tone | person -๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ light skin tone, medium-light skin tone couple | hand | hold | holding hands | light skin tone | medium-light skin tone | people holding hands | people holding hands: light skin tone, medium-light skin tone | person -๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ light skin tone, medium skin tone couple | hand | hold | holding hands | light skin tone | medium skin tone | people holding hands | people holding hands: light skin tone, medium skin tone | person -๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ light skin tone, medium-dark skin tone couple | hand | hold | holding hands | light skin tone | medium-dark skin tone | people holding hands | people holding hands: light skin tone, medium-dark skin tone | person -๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ light skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | light skin tone | people holding hands | people holding hands: light skin tone, dark skin tone | person -๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿป medium-light skin tone, light skin tone couple | hand | hold | holding hands | light skin tone | medium-light skin tone | people holding hands | people holding hands: medium-light skin tone, light skin tone | person -๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ medium-light skin tone couple | hand | hold | holding hands | medium-light skin tone | people holding hands | people holding hands: medium-light skin tone | person -๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ medium-light skin tone, medium skin tone couple | hand | hold | holding hands | medium skin tone | medium-light skin tone | people holding hands | people holding hands: medium-light skin tone, medium skin tone | person -๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ medium-light skin tone, medium-dark skin tone couple | hand | hold | holding hands | medium-dark skin tone | medium-light skin tone | people holding hands | people holding hands: medium-light skin tone, medium-dark skin tone | person -๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ medium-light skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | medium-light skin tone | people holding hands | people holding hands: medium-light skin tone, dark skin tone | person -๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿป medium skin tone, light skin tone couple | hand | hold | holding hands | light skin tone | medium skin tone | people holding hands | people holding hands: medium skin tone, light skin tone | person -๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ medium skin tone, medium-light skin tone couple | hand | hold | holding hands | medium skin tone | medium-light skin tone | people holding hands | people holding hands: medium skin tone, medium-light skin tone | person -๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ medium skin tone couple | hand | hold | holding hands | medium skin tone | people holding hands | people holding hands: medium skin tone | person -๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ medium skin tone, medium-dark skin tone couple | hand | hold | holding hands | medium skin tone | medium-dark skin tone | people holding hands | people holding hands: medium skin tone, medium-dark skin tone | person -๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ medium skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | medium skin tone | people holding hands | people holding hands: medium skin tone, dark skin tone | person -๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿป medium-dark skin tone, light skin tone couple | hand | hold | holding hands | light skin tone | medium-dark skin tone | people holding hands | people holding hands: medium-dark skin tone, light skin tone | person -๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ medium-dark skin tone, medium-light skin tone couple | hand | hold | holding hands | medium-dark skin tone | medium-light skin tone | people holding hands | people holding hands: medium-dark skin tone, medium-light skin tone | person -๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ medium-dark skin tone, medium skin tone couple | hand | hold | holding hands | medium skin tone | medium-dark skin tone | people holding hands | people holding hands: medium-dark skin tone, medium skin tone | person -๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ medium-dark skin tone couple | hand | hold | holding hands | medium-dark skin tone | people holding hands | people holding hands: medium-dark skin tone | person -๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ medium-dark skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | medium-dark skin tone | people holding hands | people holding hands: medium-dark skin tone, dark skin tone | person -๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿป dark skin tone, light skin tone couple | dark skin tone | hand | hold | holding hands | light skin tone | people holding hands | people holding hands: dark skin tone, light skin tone | person -๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ dark skin tone, medium-light skin tone couple | dark skin tone | hand | hold | holding hands | medium-light skin tone | people holding hands | people holding hands: dark skin tone, medium-light skin tone | person -๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ dark skin tone, medium skin tone couple | dark skin tone | hand | hold | holding hands | medium skin tone | people holding hands | people holding hands: dark skin tone, medium skin tone | person -๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ dark skin tone, medium-dark skin tone couple | dark skin tone | hand | hold | holding hands | medium-dark skin tone | people holding hands | people holding hands: dark skin tone, medium-dark skin tone | person -๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ dark skin tone couple | dark skin tone | hand | hold | holding hands | people holding hands | people holding hands: dark skin tone | person -๐Ÿ‘ญ holding hands couple | hand | holding hands | women | women holding hands | two women holding hands -๐Ÿ‘ญ๐Ÿป light skin tone couple | hand | holding hands | light skin tone | women | women holding hands | women holding hands: light skin tone | two women holding hands -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ light skin tone, medium-light skin tone couple | hand | holding hands | light skin tone | medium-light skin tone | women | women holding hands | women holding hands: light skin tone, medium-light skin tone | two women holding hands -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ light skin tone, medium skin tone couple | hand | holding hands | light skin tone | medium skin tone | women | women holding hands | women holding hands: light skin tone, medium skin tone | two women holding hands -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ light skin tone, medium-dark skin tone couple | hand | holding hands | light skin tone | medium-dark skin tone | women | women holding hands | women holding hands: light skin tone, medium-dark skin tone | two women holding hands -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ light skin tone, dark skin tone couple | dark skin tone | hand | holding hands | light skin tone | women | women holding hands | women holding hands: light skin tone, dark skin tone | two women holding hands -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป medium-light skin tone, light skin tone couple | hand | holding hands | light skin tone | medium-light skin tone | women | women holding hands | women holding hands: medium-light skin tone, light skin tone | two women holding hands -๐Ÿ‘ญ๐Ÿผ medium-light skin tone couple | hand | holding hands | medium-light skin tone | women | women holding hands | women holding hands: medium-light skin tone | two women holding hands -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ medium-light skin tone, medium skin tone couple | hand | holding hands | medium skin tone | medium-light skin tone | women | women holding hands | women holding hands: medium-light skin tone, medium skin tone | two women holding hands -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ medium-light skin tone, medium-dark skin tone couple | hand | holding hands | medium-dark skin tone | medium-light skin tone | women | women holding hands | women holding hands: medium-light skin tone, medium-dark skin tone | two women holding hands -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ medium-light skin tone, dark skin tone couple | dark skin tone | hand | holding hands | medium-light skin tone | women | women holding hands | women holding hands: medium-light skin tone, dark skin tone | two women holding hands -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป medium skin tone, light skin tone couple | hand | holding hands | light skin tone | medium skin tone | women | women holding hands | women holding hands: medium skin tone, light skin tone | two women holding hands -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ medium skin tone, medium-light skin tone couple | hand | holding hands | medium skin tone | medium-light skin tone | women | women holding hands | women holding hands: medium skin tone, medium-light skin tone | two women holding hands -๐Ÿ‘ญ๐Ÿฝ medium skin tone couple | hand | holding hands | medium skin tone | women | women holding hands | women holding hands: medium skin tone | two women holding hands -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ medium skin tone, medium-dark skin tone couple | hand | holding hands | medium skin tone | medium-dark skin tone | women | women holding hands | women holding hands: medium skin tone, medium-dark skin tone | two women holding hands -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ medium skin tone, dark skin tone couple | dark skin tone | hand | holding hands | medium skin tone | women | women holding hands | women holding hands: medium skin tone, dark skin tone | two women holding hands -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป medium-dark skin tone, light skin tone couple | hand | holding hands | light skin tone | medium-dark skin tone | women | women holding hands | women holding hands: medium-dark skin tone, light skin tone | two women holding hands -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ medium-dark skin tone, medium-light skin tone couple | hand | holding hands | medium-dark skin tone | medium-light skin tone | women | women holding hands | women holding hands: medium-dark skin tone, medium-light skin tone | two women holding hands -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ medium-dark skin tone, medium skin tone couple | hand | holding hands | medium skin tone | medium-dark skin tone | women | women holding hands | women holding hands: medium-dark skin tone, medium skin tone | two women holding hands -๐Ÿ‘ญ๐Ÿพ medium-dark skin tone couple | hand | holding hands | medium-dark skin tone | women | women holding hands | women holding hands: medium-dark skin tone | two women holding hands -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ medium-dark skin tone, dark skin tone couple | dark skin tone | hand | holding hands | medium-dark skin tone | women | women holding hands | women holding hands: medium-dark skin tone, dark skin tone | two women holding hands -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป dark skin tone, light skin tone couple | dark skin tone | hand | holding hands | light skin tone | women | women holding hands | women holding hands: dark skin tone, light skin tone | two women holding hands -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ dark skin tone, medium-light skin tone couple | dark skin tone | hand | holding hands | medium-light skin tone | women | women holding hands | women holding hands: dark skin tone, medium-light skin tone | two women holding hands -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ dark skin tone, medium skin tone couple | dark skin tone | hand | holding hands | medium skin tone | women | women holding hands | women holding hands: dark skin tone, medium skin tone | two women holding hands -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ dark skin tone, medium-dark skin tone couple | dark skin tone | hand | holding hands | medium-dark skin tone | women | women holding hands | women holding hands: dark skin tone, medium-dark skin tone | two women holding hands -๐Ÿ‘ญ๐Ÿฟ dark skin tone couple | dark skin tone | hand | holding hands | women | women holding hands | women holding hands: dark skin tone | two women holding hands -๐Ÿ‘ซ couple | hand | hold | holding hands | man | woman | woman and man holding hands | man and woman holding hands -๐Ÿ‘ซ๐Ÿป light skin tone couple | hand | hold | holding hands | light skin tone | man | woman | woman and man holding hands | woman and man holding hands: light skin tone | man and woman holding hands -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ light skin tone, medium-light skin tone couple | hand | hold | holding hands | light skin tone | man | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: light skin tone, medium-light skin tone | man and woman holding hands -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ light skin tone, medium skin tone couple | hand | hold | holding hands | light skin tone | man | medium skin tone | woman | woman and man holding hands | woman and man holding hands: light skin tone, medium skin tone | man and woman holding hands -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ light skin tone, medium-dark skin tone couple | hand | hold | holding hands | light skin tone | man | medium-dark skin tone | woman | woman and man holding hands | woman and man holding hands: light skin tone, medium-dark skin tone | man and woman holding hands -๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ light skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | light skin tone | man | woman | woman and man holding hands | woman and man holding hands: light skin tone, dark skin tone | man and woman holding hands -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป medium-light skin tone, light skin tone couple | hand | hold | holding hands | light skin tone | man | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: medium-light skin tone, light skin tone | man and woman holding hands -๐Ÿ‘ซ๐Ÿผ medium-light skin tone couple | hand | hold | holding hands | man | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: medium-light skin tone | man and woman holding hands -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ medium-light skin tone, medium skin tone couple | hand | hold | holding hands | man | medium skin tone | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: medium-light skin tone, medium skin tone | man and woman holding hands -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ medium-light skin tone, medium-dark skin tone couple | hand | hold | holding hands | man | medium-dark skin tone | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: medium-light skin tone, medium-dark skin tone | man and woman holding hands -๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ medium-light skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | man | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: medium-light skin tone, dark skin tone | man and woman holding hands -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป medium skin tone, light skin tone couple | hand | hold | holding hands | light skin tone | man | medium skin tone | woman | woman and man holding hands | woman and man holding hands: medium skin tone, light skin tone | man and woman holding hands -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ medium skin tone, medium-light skin tone couple | hand | hold | holding hands | man | medium skin tone | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: medium skin tone, medium-light skin tone | man and woman holding hands -๐Ÿ‘ซ๐Ÿฝ medium skin tone couple | hand | hold | holding hands | man | medium skin tone | woman | woman and man holding hands | woman and man holding hands: medium skin tone | man and woman holding hands -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ medium skin tone, medium-dark skin tone couple | hand | hold | holding hands | man | medium skin tone | medium-dark skin tone | woman | woman and man holding hands | woman and man holding hands: medium skin tone, medium-dark skin tone | man and woman holding hands -๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ medium skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | man | medium skin tone | woman | woman and man holding hands | woman and man holding hands: medium skin tone, dark skin tone | man and woman holding hands -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป medium-dark skin tone, light skin tone couple | hand | hold | holding hands | light skin tone | man | medium-dark skin tone | woman | woman and man holding hands | woman and man holding hands: medium-dark skin tone, light skin tone | man and woman holding hands -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ medium-dark skin tone, medium-light skin tone couple | hand | hold | holding hands | man | medium-dark skin tone | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: medium-dark skin tone, medium-light skin tone | man and woman holding hands -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ medium-dark skin tone, medium skin tone couple | hand | hold | holding hands | man | medium skin tone | medium-dark skin tone | woman | woman and man holding hands | woman and man holding hands: medium-dark skin tone, medium skin tone | man and woman holding hands -๐Ÿ‘ซ๐Ÿพ medium-dark skin tone couple | hand | hold | holding hands | man | medium-dark skin tone | woman | woman and man holding hands | woman and man holding hands: medium-dark skin tone | man and woman holding hands -๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ medium-dark skin tone, dark skin tone couple | dark skin tone | hand | hold | holding hands | man | medium-dark skin tone | woman | woman and man holding hands | woman and man holding hands: medium-dark skin tone, dark skin tone | man and woman holding hands -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป dark skin tone, light skin tone couple | dark skin tone | hand | hold | holding hands | light skin tone | man | woman | woman and man holding hands | woman and man holding hands: dark skin tone, light skin tone | man and woman holding hands -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ dark skin tone, medium-light skin tone couple | dark skin tone | hand | hold | holding hands | man | medium-light skin tone | woman | woman and man holding hands | woman and man holding hands: dark skin tone, medium-light skin tone | man and woman holding hands -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ dark skin tone, medium skin tone couple | dark skin tone | hand | hold | holding hands | man | medium skin tone | woman | woman and man holding hands | woman and man holding hands: dark skin tone, medium skin tone | man and woman holding hands -๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ dark skin tone, medium-dark skin tone couple | dark skin tone | hand | hold | holding hands | man | medium-dark skin tone | woman | woman and man holding hands | woman and man holding hands: dark skin tone, medium-dark skin tone | man and woman holding hands -๐Ÿ‘ซ๐Ÿฟ dark skin tone couple | dark skin tone | hand | hold | holding hands | man | woman | woman and man holding hands | woman and man holding hands: dark skin tone | man and woman holding hands -๐Ÿ‘ฌ couple | Gemini | holding hands | man | men | men holding hands | twins | zodiac -๐Ÿ‘ฌ๐Ÿป light skin tone couple | Gemini | holding hands | light skin tone | man | men | men holding hands | men holding hands: light skin tone | twins | zodiac -๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ light skin tone, medium-light skin tone couple | Gemini | holding hands | light skin tone | man | medium-light skin tone | men | men holding hands | men holding hands: light skin tone, medium-light skin tone | twins | zodiac -๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ light skin tone, medium skin tone couple | Gemini | holding hands | light skin tone | man | medium skin tone | men | men holding hands | men holding hands: light skin tone, medium skin tone | twins | zodiac -๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ light skin tone, medium-dark skin tone couple | Gemini | holding hands | light skin tone | man | medium-dark skin tone | men | men holding hands | men holding hands: light skin tone, medium-dark skin tone | twins | zodiac -๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ light skin tone, dark skin tone couple | dark skin tone | Gemini | holding hands | light skin tone | man | men | men holding hands | men holding hands: light skin tone, dark skin tone | twins | zodiac -๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป medium-light skin tone, light skin tone couple | Gemini | holding hands | light skin tone | man | medium-light skin tone | men | men holding hands | men holding hands: medium-light skin tone, light skin tone | twins | zodiac -๐Ÿ‘ฌ๐Ÿผ medium-light skin tone couple | Gemini | holding hands | man | medium-light skin tone | men | men holding hands | men holding hands: medium-light skin tone | twins | zodiac -๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ medium-light skin tone, medium skin tone couple | Gemini | holding hands | man | medium skin tone | medium-light skin tone | men | men holding hands | men holding hands: medium-light skin tone, medium skin tone | twins | zodiac -๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ medium-light skin tone, medium-dark skin tone couple | Gemini | holding hands | man | medium-dark skin tone | medium-light skin tone | men | men holding hands | men holding hands: medium-light skin tone, medium-dark skin tone | twins | zodiac -๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ medium-light skin tone, dark skin tone couple | dark skin tone | Gemini | holding hands | man | medium-light skin tone | men | men holding hands | men holding hands: medium-light skin tone, dark skin tone | twins | zodiac -๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป medium skin tone, light skin tone couple | Gemini | holding hands | light skin tone | man | medium skin tone | men | men holding hands | men holding hands: medium skin tone, light skin tone | twins | zodiac -๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ medium skin tone, medium-light skin tone couple | Gemini | holding hands | man | medium skin tone | medium-light skin tone | men | men holding hands | men holding hands: medium skin tone, medium-light skin tone | twins | zodiac -๐Ÿ‘ฌ๐Ÿฝ medium skin tone couple | Gemini | holding hands | man | medium skin tone | men | men holding hands | men holding hands: medium skin tone | twins | zodiac -๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ medium skin tone, medium-dark skin tone couple | Gemini | holding hands | man | medium skin tone | medium-dark skin tone | men | men holding hands | men holding hands: medium skin tone, medium-dark skin tone | twins | zodiac -๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ medium skin tone, dark skin tone couple | dark skin tone | Gemini | holding hands | man | medium skin tone | men | men holding hands | men holding hands: medium skin tone, dark skin tone | twins | zodiac -๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป medium-dark skin tone, light skin tone couple | Gemini | holding hands | light skin tone | man | medium-dark skin tone | men | men holding hands | men holding hands: medium-dark skin tone, light skin tone | twins | zodiac -๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ medium-dark skin tone, medium-light skin tone couple | Gemini | holding hands | man | medium-dark skin tone | medium-light skin tone | men | men holding hands | men holding hands: medium-dark skin tone, medium-light skin tone | twins | zodiac -๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ medium-dark skin tone, medium skin tone couple | Gemini | holding hands | man | medium skin tone | medium-dark skin tone | men | men holding hands | men holding hands: medium-dark skin tone, medium skin tone | twins | zodiac -๐Ÿ‘ฌ๐Ÿพ medium-dark skin tone couple | Gemini | holding hands | man | medium-dark skin tone | men | men holding hands | men holding hands: medium-dark skin tone | twins | zodiac -๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ medium-dark skin tone, dark skin tone couple | dark skin tone | Gemini | holding hands | man | medium-dark skin tone | men | men holding hands | men holding hands: medium-dark skin tone, dark skin tone | twins | zodiac -๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป dark skin tone, light skin tone couple | dark skin tone | Gemini | holding hands | light skin tone | man | men | men holding hands | men holding hands: dark skin tone, light skin tone | twins | zodiac -๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ dark skin tone, medium-light skin tone couple | dark skin tone | Gemini | holding hands | man | medium-light skin tone | men | men holding hands | men holding hands: dark skin tone, medium-light skin tone | twins | zodiac -๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ dark skin tone, medium skin tone couple | dark skin tone | Gemini | holding hands | man | medium skin tone | men | men holding hands | men holding hands: dark skin tone, medium skin tone | twins | zodiac -๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ dark skin tone, medium-dark skin tone couple | dark skin tone | Gemini | holding hands | man | medium-dark skin tone | men | men holding hands | men holding hands: dark skin tone, medium-dark skin tone | twins | zodiac -๐Ÿ‘ฌ๐Ÿฟ dark skin tone couple | dark skin tone | Gemini | holding hands | man | men | men holding hands | men holding hands: dark skin tone | twins | zodiac -๐Ÿ’ couple | kiss -๐Ÿ’๐Ÿป light skin tone couple | kiss | kiss: light skin tone | light skin tone -๐Ÿ’๐Ÿผ medium-light skin tone couple | kiss | kiss: medium-light skin tone | medium-light skin tone -๐Ÿ’๐Ÿฝ medium skin tone couple | kiss | kiss: medium skin tone | medium skin tone -๐Ÿ’๐Ÿพ medium-dark skin tone couple | kiss | kiss: medium-dark skin tone | medium-dark skin tone -๐Ÿ’๐Ÿฟ dark skin tone couple | dark skin tone | kiss | kiss: dark skin tone -๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ person, person, light skin tone, medium-light skin tone -๐Ÿง‘๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ person, person, light skin tone, medium-light skin tone couple | kiss | kiss: person, person, light skin tone, medium-light skin tone | light skin tone | medium-light skin tone | person -๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ person, person, light skin tone, medium skin tone -๐Ÿง‘๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ person, person, light skin tone, medium skin tone couple | kiss | kiss: person, person, light skin tone, medium skin tone | light skin tone | medium skin tone | person -๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ person, person, light skin tone, medium-dark skin tone -๐Ÿง‘๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ person, person, light skin tone, medium-dark skin tone couple | kiss | kiss: person, person, light skin tone, medium-dark skin tone | light skin tone | medium-dark skin tone | person -๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ person, person, light skin tone, dark skin tone -๐Ÿง‘๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ person, person, light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: person, person, light skin tone, dark skin tone | light skin tone | person -๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป person, person, medium-light skin tone, light skin tone -๐Ÿง‘๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป person, person, medium-light skin tone, light skin tone couple | kiss | kiss: person, person, medium-light skin tone, light skin tone | light skin tone | medium-light skin tone | person -๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ person, person, medium-light skin tone, medium skin tone -๐Ÿง‘๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ person, person, medium-light skin tone, medium skin tone couple | kiss | kiss: person, person, medium-light skin tone, medium skin tone | medium skin tone | medium-light skin tone | person -๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ person, person, medium-light skin tone, medium-dark skin tone -๐Ÿง‘๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ person, person, medium-light skin tone, medium-dark skin tone couple | kiss | kiss: person, person, medium-light skin tone, medium-dark skin tone | medium-dark skin tone | medium-light skin tone | person -๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ person, person, medium-light skin tone, dark skin tone -๐Ÿง‘๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ person, person, medium-light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: person, person, medium-light skin tone, dark skin tone | medium-light skin tone | person -๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป person, person, medium skin tone, light skin tone -๐Ÿง‘๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป person, person, medium skin tone, light skin tone couple | kiss | kiss: person, person, medium skin tone, light skin tone | light skin tone | medium skin tone | person -๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ person, person, medium skin tone, medium-light skin tone -๐Ÿง‘๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ person, person, medium skin tone, medium-light skin tone couple | kiss | kiss: person, person, medium skin tone, medium-light skin tone | medium skin tone | medium-light skin tone | person -๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ person, person, medium skin tone, medium-dark skin tone -๐Ÿง‘๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ person, person, medium skin tone, medium-dark skin tone couple | kiss | kiss: person, person, medium skin tone, medium-dark skin tone | medium skin tone | medium-dark skin tone | person -๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ person, person, medium skin tone, dark skin tone -๐Ÿง‘๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ person, person, medium skin tone, dark skin tone couple | dark skin tone | kiss | kiss: person, person, medium skin tone, dark skin tone | medium skin tone | person -๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป person, person, medium-dark skin tone, light skin tone -๐Ÿง‘๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป person, person, medium-dark skin tone, light skin tone couple | kiss | kiss: person, person, medium-dark skin tone, light skin tone | light skin tone | medium-dark skin tone | person -๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ person, person, medium-dark skin tone, medium-light skin tone -๐Ÿง‘๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ person, person, medium-dark skin tone, medium-light skin tone couple | kiss | kiss: person, person, medium-dark skin tone, medium-light skin tone | medium-dark skin tone | medium-light skin tone | person -๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ person, person, medium-dark skin tone, medium skin tone -๐Ÿง‘๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ person, person, medium-dark skin tone, medium skin tone couple | kiss | kiss: person, person, medium-dark skin tone, medium skin tone | medium skin tone | medium-dark skin tone | person -๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ person, person, medium-dark skin tone, dark skin tone -๐Ÿง‘๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ person, person, medium-dark skin tone, dark skin tone couple | dark skin tone | kiss | kiss: person, person, medium-dark skin tone, dark skin tone | medium-dark skin tone | person -๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป person, person, dark skin tone, light skin tone -๐Ÿง‘๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป person, person, dark skin tone, light skin tone couple | dark skin tone | kiss | kiss: person, person, dark skin tone, light skin tone | light skin tone | person -๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ person, person, dark skin tone, medium-light skin tone -๐Ÿง‘๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ person, person, dark skin tone, medium-light skin tone couple | dark skin tone | kiss | kiss: person, person, dark skin tone, medium-light skin tone | medium-light skin tone | person -๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ person, person, dark skin tone, medium skin tone -๐Ÿง‘๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ person, person, dark skin tone, medium skin tone couple | dark skin tone | kiss | kiss: person, person, dark skin tone, medium skin tone | medium skin tone | person -๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ person, person, dark skin tone, medium-dark skin tone -๐Ÿง‘๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ person, person, dark skin tone, medium-dark skin tone couple | dark skin tone | kiss | kiss: person, person, dark skin tone, medium-dark skin tone | medium-dark skin tone | person -๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ woman, man -๐Ÿ‘ฉโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ woman, man couple | kiss | kiss: woman, man | man | woman -๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป woman, man, light skin tone -๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป woman, man, light skin tone couple | kiss | kiss: woman, man, light skin tone | light skin tone | man | woman -๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ woman, man, light skin tone, medium-light skin tone -๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ woman, man, light skin tone, medium-light skin tone couple | kiss | kiss: woman, man, light skin tone, medium-light skin tone | light skin tone | man | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ woman, man, light skin tone, medium skin tone -๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ woman, man, light skin tone, medium skin tone couple | kiss | kiss: woman, man, light skin tone, medium skin tone | light skin tone | man | medium skin tone | woman -๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ woman, man, light skin tone, medium-dark skin tone -๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ woman, man, light skin tone, medium-dark skin tone couple | kiss | kiss: woman, man, light skin tone, medium-dark skin tone | light skin tone | man | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ woman, man, light skin tone, dark skin tone -๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ woman, man, light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, man, light skin tone, dark skin tone | light skin tone | man | woman -๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป woman, man, medium-light skin tone, light skin tone -๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป woman, man, medium-light skin tone, light skin tone couple | kiss | kiss: woman, man, medium-light skin tone, light skin tone | light skin tone | man | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ woman, man, medium-light skin tone -๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ woman, man, medium-light skin tone couple | kiss | kiss: woman, man, medium-light skin tone | man | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ woman, man, medium-light skin tone, medium skin tone -๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ woman, man, medium-light skin tone, medium skin tone couple | kiss | kiss: woman, man, medium-light skin tone, medium skin tone | man | medium skin tone | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ woman, man, medium-light skin tone, medium-dark skin tone -๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ woman, man, medium-light skin tone, medium-dark skin tone couple | kiss | kiss: woman, man, medium-light skin tone, medium-dark skin tone | man | medium-dark skin tone | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ woman, man, medium-light skin tone, dark skin tone -๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ woman, man, medium-light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, man, medium-light skin tone, dark skin tone | man | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป woman, man, medium skin tone, light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป woman, man, medium skin tone, light skin tone couple | kiss | kiss: woman, man, medium skin tone, light skin tone | light skin tone | man | medium skin tone | woman -๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ woman, man, medium skin tone, medium-light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ woman, man, medium skin tone, medium-light skin tone couple | kiss | kiss: woman, man, medium skin tone, medium-light skin tone | man | medium skin tone | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ woman, man, medium skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ woman, man, medium skin tone couple | kiss | kiss: woman, man, medium skin tone | man | medium skin tone | woman -๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ woman, man, medium skin tone, medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ woman, man, medium skin tone, medium-dark skin tone couple | kiss | kiss: woman, man, medium skin tone, medium-dark skin tone | man | medium skin tone | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ woman, man, medium skin tone, dark skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ woman, man, medium skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, man, medium skin tone, dark skin tone | man | medium skin tone | woman -๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป woman, man, medium-dark skin tone, light skin tone -๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป woman, man, medium-dark skin tone, light skin tone couple | kiss | kiss: woman, man, medium-dark skin tone, light skin tone | light skin tone | man | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ woman, man, medium-dark skin tone, medium-light skin tone -๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ woman, man, medium-dark skin tone, medium-light skin tone couple | kiss | kiss: woman, man, medium-dark skin tone, medium-light skin tone | man | medium-dark skin tone | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ woman, man, medium-dark skin tone, medium skin tone -๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ woman, man, medium-dark skin tone, medium skin tone couple | kiss | kiss: woman, man, medium-dark skin tone, medium skin tone | man | medium skin tone | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ woman, man, medium-dark skin tone -๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ woman, man, medium-dark skin tone couple | kiss | kiss: woman, man, medium-dark skin tone | man | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ woman, man, medium-dark skin tone, dark skin tone -๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ woman, man, medium-dark skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, man, medium-dark skin tone, dark skin tone | man | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป woman, man, dark skin tone, light skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป woman, man, dark skin tone, light skin tone couple | dark skin tone | kiss | kiss: woman, man, dark skin tone, light skin tone | light skin tone | man | woman -๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ woman, man, dark skin tone, medium-light skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ woman, man, dark skin tone, medium-light skin tone couple | dark skin tone | kiss | kiss: woman, man, dark skin tone, medium-light skin tone | man | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ woman, man, dark skin tone, medium skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ woman, man, dark skin tone, medium skin tone couple | dark skin tone | kiss | kiss: woman, man, dark skin tone, medium skin tone | man | medium skin tone | woman -๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ woman, man, dark skin tone, medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ woman, man, dark skin tone, medium-dark skin tone couple | dark skin tone | kiss | kiss: woman, man, dark skin tone, medium-dark skin tone | man | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ woman, man, dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ woman, man, dark skin tone couple | dark skin tone | kiss | kiss: woman, man, dark skin tone | man | woman -๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ man, man -๐Ÿ‘จโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ man, man couple | kiss | kiss: man, man | man -๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป man, man, light skin tone -๐Ÿ‘จ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป man, man, light skin tone couple | kiss | kiss: man, man, light skin tone | light skin tone | man -๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ man, man, light skin tone, medium-light skin tone -๐Ÿ‘จ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ man, man, light skin tone, medium-light skin tone couple | kiss | kiss: man, man, light skin tone, medium-light skin tone | light skin tone | man | medium-light skin tone -๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ man, man, light skin tone, medium skin tone -๐Ÿ‘จ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ man, man, light skin tone, medium skin tone couple | kiss | kiss: man, man, light skin tone, medium skin tone | light skin tone | man | medium skin tone -๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ man, man, light skin tone, medium-dark skin tone -๐Ÿ‘จ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ man, man, light skin tone, medium-dark skin tone couple | kiss | kiss: man, man, light skin tone, medium-dark skin tone | light skin tone | man | medium-dark skin tone -๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ man, man, light skin tone, dark skin tone -๐Ÿ‘จ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ man, man, light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: man, man, light skin tone, dark skin tone | light skin tone | man -๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป man, man, medium-light skin tone, light skin tone -๐Ÿ‘จ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป man, man, medium-light skin tone, light skin tone couple | kiss | kiss: man, man, medium-light skin tone, light skin tone | light skin tone | man | medium-light skin tone -๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ man, man, medium-light skin tone -๐Ÿ‘จ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ man, man, medium-light skin tone couple | kiss | kiss: man, man, medium-light skin tone | man | medium-light skin tone -๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ man, man, medium-light skin tone, medium skin tone -๐Ÿ‘จ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ man, man, medium-light skin tone, medium skin tone couple | kiss | kiss: man, man, medium-light skin tone, medium skin tone | man | medium skin tone | medium-light skin tone -๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ man, man, medium-light skin tone, medium-dark skin tone -๐Ÿ‘จ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ man, man, medium-light skin tone, medium-dark skin tone couple | kiss | kiss: man, man, medium-light skin tone, medium-dark skin tone | man | medium-dark skin tone | medium-light skin tone -๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ man, man, medium-light skin tone, dark skin tone -๐Ÿ‘จ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ man, man, medium-light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: man, man, medium-light skin tone, dark skin tone | man | medium-light skin tone -๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป man, man, medium skin tone, light skin tone -๐Ÿ‘จ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป man, man, medium skin tone, light skin tone couple | kiss | kiss: man, man, medium skin tone, light skin tone | light skin tone | man | medium skin tone -๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ man, man, medium skin tone, medium-light skin tone -๐Ÿ‘จ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ man, man, medium skin tone, medium-light skin tone couple | kiss | kiss: man, man, medium skin tone, medium-light skin tone | man | medium skin tone | medium-light skin tone -๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ man, man, medium skin tone -๐Ÿ‘จ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ man, man, medium skin tone couple | kiss | kiss: man, man, medium skin tone | man | medium skin tone -๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ man, man, medium skin tone, medium-dark skin tone -๐Ÿ‘จ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ man, man, medium skin tone, medium-dark skin tone couple | kiss | kiss: man, man, medium skin tone, medium-dark skin tone | man | medium skin tone | medium-dark skin tone -๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ man, man, medium skin tone, dark skin tone -๐Ÿ‘จ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ man, man, medium skin tone, dark skin tone couple | dark skin tone | kiss | kiss: man, man, medium skin tone, dark skin tone | man | medium skin tone -๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป man, man, medium-dark skin tone, light skin tone -๐Ÿ‘จ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป man, man, medium-dark skin tone, light skin tone couple | kiss | kiss: man, man, medium-dark skin tone, light skin tone | light skin tone | man | medium-dark skin tone -๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ man, man, medium-dark skin tone, medium-light skin tone -๐Ÿ‘จ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ man, man, medium-dark skin tone, medium-light skin tone couple | kiss | kiss: man, man, medium-dark skin tone, medium-light skin tone | man | medium-dark skin tone | medium-light skin tone -๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ man, man, medium-dark skin tone, medium skin tone -๐Ÿ‘จ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ man, man, medium-dark skin tone, medium skin tone couple | kiss | kiss: man, man, medium-dark skin tone, medium skin tone | man | medium skin tone | medium-dark skin tone -๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ man, man, medium-dark skin tone -๐Ÿ‘จ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ man, man, medium-dark skin tone couple | kiss | kiss: man, man, medium-dark skin tone | man | medium-dark skin tone -๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ man, man, medium-dark skin tone, dark skin tone -๐Ÿ‘จ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ man, man, medium-dark skin tone, dark skin tone couple | dark skin tone | kiss | kiss: man, man, medium-dark skin tone, dark skin tone | man | medium-dark skin tone -๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป man, man, dark skin tone, light skin tone -๐Ÿ‘จ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป man, man, dark skin tone, light skin tone couple | dark skin tone | kiss | kiss: man, man, dark skin tone, light skin tone | light skin tone | man -๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ man, man, dark skin tone, medium-light skin tone -๐Ÿ‘จ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ man, man, dark skin tone, medium-light skin tone couple | dark skin tone | kiss | kiss: man, man, dark skin tone, medium-light skin tone | man | medium-light skin tone -๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ man, man, dark skin tone, medium skin tone -๐Ÿ‘จ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ man, man, dark skin tone, medium skin tone couple | dark skin tone | kiss | kiss: man, man, dark skin tone, medium skin tone | man | medium skin tone -๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ man, man, dark skin tone, medium-dark skin tone -๐Ÿ‘จ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ man, man, dark skin tone, medium-dark skin tone couple | dark skin tone | kiss | kiss: man, man, dark skin tone, medium-dark skin tone | man | medium-dark skin tone -๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ man, man, dark skin tone -๐Ÿ‘จ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ man, man, dark skin tone couple | dark skin tone | kiss | kiss: man, man, dark skin tone | man -๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ woman, woman -๐Ÿ‘ฉโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ woman, woman couple | kiss | kiss: woman, woman | woman -๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป woman, woman, light skin tone -๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป woman, woman, light skin tone couple | kiss | kiss: woman, woman, light skin tone | light skin tone | woman -๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ woman, woman, light skin tone, medium-light skin tone -๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ woman, woman, light skin tone, medium-light skin tone couple | kiss | kiss: woman, woman, light skin tone, medium-light skin tone | light skin tone | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ woman, woman, light skin tone, medium skin tone -๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ woman, woman, light skin tone, medium skin tone couple | kiss | kiss: woman, woman, light skin tone, medium skin tone | light skin tone | medium skin tone | woman -๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ woman, woman, light skin tone, medium-dark skin tone -๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ woman, woman, light skin tone, medium-dark skin tone couple | kiss | kiss: woman, woman, light skin tone, medium-dark skin tone | light skin tone | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ woman, woman, light skin tone, dark skin tone -๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ woman, woman, light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, woman, light skin tone, dark skin tone | light skin tone | woman -๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป woman, woman, medium-light skin tone, light skin tone -๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป woman, woman, medium-light skin tone, light skin tone couple | kiss | kiss: woman, woman, medium-light skin tone, light skin tone | light skin tone | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ woman, woman, medium-light skin tone -๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ woman, woman, medium-light skin tone couple | kiss | kiss: woman, woman, medium-light skin tone | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ woman, woman, medium-light skin tone, medium skin tone -๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ woman, woman, medium-light skin tone, medium skin tone couple | kiss | kiss: woman, woman, medium-light skin tone, medium skin tone | medium skin tone | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ woman, woman, medium-light skin tone, medium-dark skin tone -๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ woman, woman, medium-light skin tone, medium-dark skin tone couple | kiss | kiss: woman, woman, medium-light skin tone, medium-dark skin tone | medium-dark skin tone | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ woman, woman, medium-light skin tone, dark skin tone -๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ woman, woman, medium-light skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, woman, medium-light skin tone, dark skin tone | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป woman, woman, medium skin tone, light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป woman, woman, medium skin tone, light skin tone couple | kiss | kiss: woman, woman, medium skin tone, light skin tone | light skin tone | medium skin tone | woman -๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ woman, woman, medium skin tone, medium-light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ woman, woman, medium skin tone, medium-light skin tone couple | kiss | kiss: woman, woman, medium skin tone, medium-light skin tone | medium skin tone | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ woman, woman, medium skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ woman, woman, medium skin tone couple | kiss | kiss: woman, woman, medium skin tone | medium skin tone | woman -๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ woman, woman, medium skin tone, medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ woman, woman, medium skin tone, medium-dark skin tone couple | kiss | kiss: woman, woman, medium skin tone, medium-dark skin tone | medium skin tone | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ woman, woman, medium skin tone, dark skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ woman, woman, medium skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, woman, medium skin tone, dark skin tone | medium skin tone | woman -๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป woman, woman, medium-dark skin tone, light skin tone -๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป woman, woman, medium-dark skin tone, light skin tone couple | kiss | kiss: woman, woman, medium-dark skin tone, light skin tone | light skin tone | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ woman, woman, medium-dark skin tone, medium-light skin tone -๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ woman, woman, medium-dark skin tone, medium-light skin tone couple | kiss | kiss: woman, woman, medium-dark skin tone, medium-light skin tone | medium-dark skin tone | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ woman, woman, medium-dark skin tone, medium skin tone -๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ woman, woman, medium-dark skin tone, medium skin tone couple | kiss | kiss: woman, woman, medium-dark skin tone, medium skin tone | medium skin tone | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ woman, woman, medium-dark skin tone -๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ woman, woman, medium-dark skin tone couple | kiss | kiss: woman, woman, medium-dark skin tone | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ woman, woman, medium-dark skin tone, dark skin tone -๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ woman, woman, medium-dark skin tone, dark skin tone couple | dark skin tone | kiss | kiss: woman, woman, medium-dark skin tone, dark skin tone | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป woman, woman, dark skin tone, light skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป woman, woman, dark skin tone, light skin tone couple | dark skin tone | kiss | kiss: woman, woman, dark skin tone, light skin tone | light skin tone | woman -๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ woman, woman, dark skin tone, medium-light skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ woman, woman, dark skin tone, medium-light skin tone couple | dark skin tone | kiss | kiss: woman, woman, dark skin tone, medium-light skin tone | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ woman, woman, dark skin tone, medium skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ woman, woman, dark skin tone, medium skin tone couple | dark skin tone | kiss | kiss: woman, woman, dark skin tone, medium skin tone | medium skin tone | woman -๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ woman, woman, dark skin tone, medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ woman, woman, dark skin tone, medium-dark skin tone couple | dark skin tone | kiss | kiss: woman, woman, dark skin tone, medium-dark skin tone | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ woman, woman, dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ woman, woman, dark skin tone couple | dark skin tone | kiss | kiss: woman, woman, dark skin tone | woman -๐Ÿ’‘ with heart couple | couple with heart | love -๐Ÿ’‘๐Ÿป with heart: light skin tone couple | couple with heart | couple with heart: light skin tone | light skin tone | love -๐Ÿ’‘๐Ÿผ with heart: medium-light skin tone couple | couple with heart | couple with heart: medium-light skin tone | love | medium-light skin tone -๐Ÿ’‘๐Ÿฝ with heart: medium skin tone couple | couple with heart | couple with heart: medium skin tone | love | medium skin tone -๐Ÿ’‘๐Ÿพ with heart: medium-dark skin tone couple | couple with heart | couple with heart: medium-dark skin tone | love | medium-dark skin tone -๐Ÿ’‘๐Ÿฟ with heart: dark skin tone couple | couple with heart | couple with heart: dark skin tone | dark skin tone | love -๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿง‘๐Ÿผ with heart: person, person, light skin tone, medium-light skin tone -๐Ÿง‘๐Ÿปโ€โคโ€๐Ÿง‘๐Ÿผ with heart: person, person, light skin tone, medium-light skin tone couple | couple with heart | couple with heart: person, person, light skin tone, medium-light skin tone | light skin tone | love | medium-light skin tone | person -๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿง‘๐Ÿฝ with heart: person, person, light skin tone, medium skin tone -๐Ÿง‘๐Ÿปโ€โคโ€๐Ÿง‘๐Ÿฝ with heart: person, person, light skin tone, medium skin tone couple | couple with heart | couple with heart: person, person, light skin tone, medium skin tone | light skin tone | love | medium skin tone | person -๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿง‘๐Ÿพ with heart: person, person, light skin tone, medium-dark skin tone -๐Ÿง‘๐Ÿปโ€โคโ€๐Ÿง‘๐Ÿพ with heart: person, person, light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: person, person, light skin tone, medium-dark skin tone | light skin tone | love | medium-dark skin tone | person -๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿง‘๐Ÿฟ with heart: person, person, light skin tone, dark skin tone -๐Ÿง‘๐Ÿปโ€โคโ€๐Ÿง‘๐Ÿฟ with heart: person, person, light skin tone, dark skin tone couple | couple with heart | couple with heart: person, person, light skin tone, dark skin tone | dark skin tone | light skin tone | love | person -๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿง‘๐Ÿป with heart: person, person, medium-light skin tone, light skin tone -๐Ÿง‘๐Ÿผโ€โคโ€๐Ÿง‘๐Ÿป with heart: person, person, medium-light skin tone, light skin tone couple | couple with heart | couple with heart: person, person, medium-light skin tone, light skin tone | light skin tone | love | medium-light skin tone | person -๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿง‘๐Ÿฝ with heart: person, person, medium-light skin tone, medium skin tone -๐Ÿง‘๐Ÿผโ€โคโ€๐Ÿง‘๐Ÿฝ with heart: person, person, medium-light skin tone, medium skin tone couple | couple with heart | couple with heart: person, person, medium-light skin tone, medium skin tone | love | medium skin tone | medium-light skin tone | person -๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿง‘๐Ÿพ with heart: person, person, medium-light skin tone, medium-dark skin tone -๐Ÿง‘๐Ÿผโ€โคโ€๐Ÿง‘๐Ÿพ with heart: person, person, medium-light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: person, person, medium-light skin tone, medium-dark skin tone | love | medium-dark skin tone | medium-light skin tone | person -๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿง‘๐Ÿฟ with heart: person, person, medium-light skin tone, dark skin tone -๐Ÿง‘๐Ÿผโ€โคโ€๐Ÿง‘๐Ÿฟ with heart: person, person, medium-light skin tone, dark skin tone couple | couple with heart | couple with heart: person, person, medium-light skin tone, dark skin tone | dark skin tone | love | medium-light skin tone | person -๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿง‘๐Ÿป with heart: person, person, medium skin tone, light skin tone -๐Ÿง‘๐Ÿฝโ€โคโ€๐Ÿง‘๐Ÿป with heart: person, person, medium skin tone, light skin tone couple | couple with heart | couple with heart: person, person, medium skin tone, light skin tone | light skin tone | love | medium skin tone | person -๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿง‘๐Ÿผ with heart: person, person, medium skin tone, medium-light skin tone -๐Ÿง‘๐Ÿฝโ€โคโ€๐Ÿง‘๐Ÿผ with heart: person, person, medium skin tone, medium-light skin tone couple | couple with heart | couple with heart: person, person, medium skin tone, medium-light skin tone | love | medium skin tone | medium-light skin tone | person -๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿง‘๐Ÿพ with heart: person, person, medium skin tone, medium-dark skin tone -๐Ÿง‘๐Ÿฝโ€โคโ€๐Ÿง‘๐Ÿพ with heart: person, person, medium skin tone, medium-dark skin tone couple | couple with heart | couple with heart: person, person, medium skin tone, medium-dark skin tone | love | medium skin tone | medium-dark skin tone | person -๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿง‘๐Ÿฟ with heart: person, person, medium skin tone, dark skin tone -๐Ÿง‘๐Ÿฝโ€โคโ€๐Ÿง‘๐Ÿฟ with heart: person, person, medium skin tone, dark skin tone couple | couple with heart | couple with heart: person, person, medium skin tone, dark skin tone | dark skin tone | love | medium skin tone | person -๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿง‘๐Ÿป with heart: person, person, medium-dark skin tone, light skin tone -๐Ÿง‘๐Ÿพโ€โคโ€๐Ÿง‘๐Ÿป with heart: person, person, medium-dark skin tone, light skin tone couple | couple with heart | couple with heart: person, person, medium-dark skin tone, light skin tone | light skin tone | love | medium-dark skin tone | person -๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿง‘๐Ÿผ with heart: person, person, medium-dark skin tone, medium-light skin tone -๐Ÿง‘๐Ÿพโ€โคโ€๐Ÿง‘๐Ÿผ with heart: person, person, medium-dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: person, person, medium-dark skin tone, medium-light skin tone | love | medium-dark skin tone | medium-light skin tone | person -๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿง‘๐Ÿฝ with heart: person, person, medium-dark skin tone, medium skin tone -๐Ÿง‘๐Ÿพโ€โคโ€๐Ÿง‘๐Ÿฝ with heart: person, person, medium-dark skin tone, medium skin tone couple | couple with heart | couple with heart: person, person, medium-dark skin tone, medium skin tone | love | medium skin tone | medium-dark skin tone | person -๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿง‘๐Ÿฟ with heart: person, person, medium-dark skin tone, dark skin tone -๐Ÿง‘๐Ÿพโ€โคโ€๐Ÿง‘๐Ÿฟ with heart: person, person, medium-dark skin tone, dark skin tone couple | couple with heart | couple with heart: person, person, medium-dark skin tone, dark skin tone | dark skin tone | love | medium-dark skin tone | person -๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿง‘๐Ÿป with heart: person, person, dark skin tone, light skin tone -๐Ÿง‘๐Ÿฟโ€โคโ€๐Ÿง‘๐Ÿป with heart: person, person, dark skin tone, light skin tone couple | couple with heart | couple with heart: person, person, dark skin tone, light skin tone | dark skin tone | light skin tone | love | person -๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿง‘๐Ÿผ with heart: person, person, dark skin tone, medium-light skin tone -๐Ÿง‘๐Ÿฟโ€โคโ€๐Ÿง‘๐Ÿผ with heart: person, person, dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: person, person, dark skin tone, medium-light skin tone | dark skin tone | love | medium-light skin tone | person -๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿง‘๐Ÿฝ with heart: person, person, dark skin tone, medium skin tone -๐Ÿง‘๐Ÿฟโ€โคโ€๐Ÿง‘๐Ÿฝ with heart: person, person, dark skin tone, medium skin tone couple | couple with heart | couple with heart: person, person, dark skin tone, medium skin tone | dark skin tone | love | medium skin tone | person -๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿง‘๐Ÿพ with heart: person, person, dark skin tone, medium-dark skin tone -๐Ÿง‘๐Ÿฟโ€โคโ€๐Ÿง‘๐Ÿพ with heart: person, person, dark skin tone, medium-dark skin tone couple | couple with heart | couple with heart: person, person, dark skin tone, medium-dark skin tone | dark skin tone | love | medium-dark skin tone | person -๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘จ with heart: woman, man -๐Ÿ‘ฉโ€โคโ€๐Ÿ‘จ with heart: woman, man couple | couple with heart | couple with heart: woman, man | love | man | woman -๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป with heart: woman, man, light skin tone -๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ‘จ๐Ÿป with heart: woman, man, light skin tone couple | couple with heart | couple with heart: woman, man, light skin tone | light skin tone | love | man | woman -๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ with heart: woman, man, light skin tone, medium-light skin tone -๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ‘จ๐Ÿผ with heart: woman, man, light skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, man, light skin tone, medium-light skin tone | light skin tone | love | man | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ with heart: woman, man, light skin tone, medium skin tone -๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ‘จ๐Ÿฝ with heart: woman, man, light skin tone, medium skin tone couple | couple with heart | couple with heart: woman, man, light skin tone, medium skin tone | light skin tone | love | man | medium skin tone | woman -๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ with heart: woman, man, light skin tone, medium-dark skin tone -๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ‘จ๐Ÿพ with heart: woman, man, light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, man, light skin tone, medium-dark skin tone | light skin tone | love | man | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ with heart: woman, man, light skin tone, dark skin tone -๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ‘จ๐Ÿฟ with heart: woman, man, light skin tone, dark skin tone couple | couple with heart | couple with heart: woman, man, light skin tone, dark skin tone | dark skin tone | light skin tone | love | man | woman -๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป with heart: woman, man, medium-light skin tone, light skin tone -๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ‘จ๐Ÿป with heart: woman, man, medium-light skin tone, light skin tone couple | couple with heart | couple with heart: woman, man, medium-light skin tone, light skin tone | light skin tone | love | man | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ with heart: woman, man, medium-light skin tone -๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ‘จ๐Ÿผ with heart: woman, man, medium-light skin tone couple | couple with heart | couple with heart: woman, man, medium-light skin tone | love | man | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ with heart: woman, man, medium-light skin tone, medium skin tone -๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ‘จ๐Ÿฝ with heart: woman, man, medium-light skin tone, medium skin tone couple | couple with heart | couple with heart: woman, man, medium-light skin tone, medium skin tone | love | man | medium skin tone | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ with heart: woman, man, medium-light skin tone, medium-dark skin tone -๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ‘จ๐Ÿพ with heart: woman, man, medium-light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, man, medium-light skin tone, medium-dark skin tone | love | man | medium-dark skin tone | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ with heart: woman, man, medium-light skin tone, dark skin tone -๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ‘จ๐Ÿฟ with heart: woman, man, medium-light skin tone, dark skin tone couple | couple with heart | couple with heart: woman, man, medium-light skin tone, dark skin tone | dark skin tone | love | man | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป with heart: woman, man, medium skin tone, light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ‘จ๐Ÿป with heart: woman, man, medium skin tone, light skin tone couple | couple with heart | couple with heart: woman, man, medium skin tone, light skin tone | light skin tone | love | man | medium skin tone | woman -๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ with heart: woman, man, medium skin tone, medium-light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ‘จ๐Ÿผ with heart: woman, man, medium skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, man, medium skin tone, medium-light skin tone | love | man | medium skin tone | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ with heart: woman, man, medium skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ‘จ๐Ÿฝ with heart: woman, man, medium skin tone couple | couple with heart | couple with heart: woman, man, medium skin tone | love | man | medium skin tone | woman -๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ with heart: woman, man, medium skin tone, medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ‘จ๐Ÿพ with heart: woman, man, medium skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, man, medium skin tone, medium-dark skin tone | love | man | medium skin tone | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ with heart: woman, man, medium skin tone, dark skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ‘จ๐Ÿฟ with heart: woman, man, medium skin tone, dark skin tone couple | couple with heart | couple with heart: woman, man, medium skin tone, dark skin tone | dark skin tone | love | man | medium skin tone | woman -๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป with heart: woman, man, medium-dark skin tone, light skin tone -๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ‘จ๐Ÿป with heart: woman, man, medium-dark skin tone, light skin tone couple | couple with heart | couple with heart: woman, man, medium-dark skin tone, light skin tone | light skin tone | love | man | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ with heart: woman, man, medium-dark skin tone, medium-light skin tone -๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ‘จ๐Ÿผ with heart: woman, man, medium-dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, man, medium-dark skin tone, medium-light skin tone | love | man | medium-dark skin tone | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ with heart: woman, man, medium-dark skin tone, medium skin tone -๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ‘จ๐Ÿฝ with heart: woman, man, medium-dark skin tone, medium skin tone couple | couple with heart | couple with heart: woman, man, medium-dark skin tone, medium skin tone | love | man | medium skin tone | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ with heart: woman, man, medium-dark skin tone -๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ‘จ๐Ÿพ with heart: woman, man, medium-dark skin tone couple | couple with heart | couple with heart: woman, man, medium-dark skin tone | love | man | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ with heart: woman, man, medium-dark skin tone, dark skin tone -๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ‘จ๐Ÿฟ with heart: woman, man, medium-dark skin tone, dark skin tone couple | couple with heart | couple with heart: woman, man, medium-dark skin tone, dark skin tone | dark skin tone | love | man | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป with heart: woman, man, dark skin tone, light skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ‘จ๐Ÿป with heart: woman, man, dark skin tone, light skin tone couple | couple with heart | couple with heart: woman, man, dark skin tone, light skin tone | dark skin tone | light skin tone | love | man | woman -๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ with heart: woman, man, dark skin tone, medium-light skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ‘จ๐Ÿผ with heart: woman, man, dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, man, dark skin tone, medium-light skin tone | dark skin tone | love | man | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ with heart: woman, man, dark skin tone, medium skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ‘จ๐Ÿฝ with heart: woman, man, dark skin tone, medium skin tone couple | couple with heart | couple with heart: woman, man, dark skin tone, medium skin tone | dark skin tone | love | man | medium skin tone | woman -๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ with heart: woman, man, dark skin tone, medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ‘จ๐Ÿพ with heart: woman, man, dark skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, man, dark skin tone, medium-dark skin tone | dark skin tone | love | man | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ with heart: woman, man, dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ‘จ๐Ÿฟ with heart: woman, man, dark skin tone couple | couple with heart | couple with heart: woman, man, dark skin tone | dark skin tone | love | man | woman -๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ with heart: man, man -๐Ÿ‘จโ€โคโ€๐Ÿ‘จ with heart: man, man couple | couple with heart | couple with heart: man, man | love | man -๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป with heart: man, man, light skin tone -๐Ÿ‘จ๐Ÿปโ€โคโ€๐Ÿ‘จ๐Ÿป with heart: man, man, light skin tone couple | couple with heart | couple with heart: man, man, light skin tone | light skin tone | love | man -๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ with heart: man, man, light skin tone, medium-light skin tone -๐Ÿ‘จ๐Ÿปโ€โคโ€๐Ÿ‘จ๐Ÿผ with heart: man, man, light skin tone, medium-light skin tone couple | couple with heart | couple with heart: man, man, light skin tone, medium-light skin tone | light skin tone | love | man | medium-light skin tone -๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ with heart: man, man, light skin tone, medium skin tone -๐Ÿ‘จ๐Ÿปโ€โคโ€๐Ÿ‘จ๐Ÿฝ with heart: man, man, light skin tone, medium skin tone couple | couple with heart | couple with heart: man, man, light skin tone, medium skin tone | light skin tone | love | man | medium skin tone -๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ ith heart: man, man, light skin tone, medium-dark skin tone -๐Ÿ‘จ๐Ÿปโ€โคโ€๐Ÿ‘จ๐Ÿพ with heart: man, man, light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: man, man, light skin tone, medium-dark skin tone | light skin tone | love | man | medium-dark skin tone -๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ with heart: man, man, light skin tone, dark skin tone -๐Ÿ‘จ๐Ÿปโ€โคโ€๐Ÿ‘จ๐Ÿฟ with heart: man, man, light skin tone, dark skin tone couple | couple with heart | couple with heart: man, man, light skin tone, dark skin tone | dark skin tone | light skin tone | love | man -๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป with heart: man, man, medium-light skin tone, light skin tone -๐Ÿ‘จ๐Ÿผโ€โคโ€๐Ÿ‘จ๐Ÿป with heart: man, man, medium-light skin tone, light skin tone couple | couple with heart | couple with heart: man, man, medium-light skin tone, light skin tone | light skin tone | love | man | medium-light skin tone -๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ with heart: man, man, medium-light skin tone -๐Ÿ‘จ๐Ÿผโ€โคโ€๐Ÿ‘จ๐Ÿผ with heart: man, man, medium-light skin tone couple | couple with heart | couple with heart: man, man, medium-light skin tone | love | man | medium-light skin tone -๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ with heart: man, man, medium-light skin tone, medium skin tone -๐Ÿ‘จ๐Ÿผโ€โคโ€๐Ÿ‘จ๐Ÿฝ with heart: man, man, medium-light skin tone, medium skin tone couple | couple with heart | couple with heart: man, man, medium-light skin tone, medium skin tone | love | man | medium skin tone | medium-light skin tone -๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ with heart: man, man, medium-light skin tone, medium-dark skin tone -๐Ÿ‘จ๐Ÿผโ€โคโ€๐Ÿ‘จ๐Ÿพ with heart: man, man, medium-light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: man, man, medium-light skin tone, medium-dark skin tone | love | man | medium-dark skin tone | medium-light skin tone -๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ with heart: man, man, medium-light skin tone, dark skin tone -๐Ÿ‘จ๐Ÿผโ€โคโ€๐Ÿ‘จ๐Ÿฟ with heart: man, man, medium-light skin tone, dark skin tone couple | couple with heart | couple with heart: man, man, medium-light skin tone, dark skin tone | dark skin tone | love | man | medium-light skin tone -๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป with heart: man, man, medium skin tone, light skin tone -๐Ÿ‘จ๐Ÿฝโ€โคโ€๐Ÿ‘จ๐Ÿป with heart: man, man, medium skin tone, light skin tone couple | couple with heart | couple with heart: man, man, medium skin tone, light skin tone | light skin tone | love | man | medium skin tone -๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ with heart: man, man, medium skin tone, medium-light skin tone -๐Ÿ‘จ๐Ÿฝโ€โคโ€๐Ÿ‘จ๐Ÿผ with heart: man, man, medium skin tone, medium-light skin tone couple | couple with heart | couple with heart: man, man, medium skin tone, medium-light skin tone | love | man | medium skin tone | medium-light skin tone -๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ with heart: man, man, medium skin tone -๐Ÿ‘จ๐Ÿฝโ€โคโ€๐Ÿ‘จ๐Ÿฝ with heart: man, man, medium skin tone couple | couple with heart | couple with heart: man, man, medium skin tone | love | man | medium skin tone -๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ with heart: man, man, medium skin tone, medium-dark skin tone -๐Ÿ‘จ๐Ÿฝโ€โคโ€๐Ÿ‘จ๐Ÿพ with heart: man, man, medium skin tone, medium-dark skin tone couple | couple with heart | couple with heart: man, man, medium skin tone, medium-dark skin tone | love | man | medium skin tone | medium-dark skin tone -๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ with heart: man, man, medium skin tone, dark skin tone -๐Ÿ‘จ๐Ÿฝโ€โคโ€๐Ÿ‘จ๐Ÿฟ with heart: man, man, medium skin tone, dark skin tone couple | couple with heart | couple with heart: man, man, medium skin tone, dark skin tone | dark skin tone | love | man | medium skin tone -๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป with heart: man, man, medium-dark skin tone, light skin tone -๐Ÿ‘จ๐Ÿพโ€โคโ€๐Ÿ‘จ๐Ÿป with heart: man, man, medium-dark skin tone, light skin tone couple | couple with heart | couple with heart: man, man, medium-dark skin tone, light skin tone | light skin tone | love | man | medium-dark skin tone -๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ with heart: man, man, medium-dark skin tone, medium-light skin tone -๐Ÿ‘จ๐Ÿพโ€โคโ€๐Ÿ‘จ๐Ÿผ with heart: man, man, medium-dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: man, man, medium-dark skin tone, medium-light skin tone | love | man | medium-dark skin tone | medium-light skin tone -๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ with heart: man, man, medium-dark skin tone, medium skin tone -๐Ÿ‘จ๐Ÿพโ€โคโ€๐Ÿ‘จ๐Ÿฝ with heart: man, man, medium-dark skin tone, medium skin tone couple | couple with heart | couple with heart: man, man, medium-dark skin tone, medium skin tone | love | man | medium skin tone | medium-dark skin tone -๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ with heart: man, man, medium-dark skin tone -๐Ÿ‘จ๐Ÿพโ€โคโ€๐Ÿ‘จ๐Ÿพ with heart: man, man, medium-dark skin tone couple | couple with heart | couple with heart: man, man, medium-dark skin tone | love | man | medium-dark skin tone -๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ with heart: man, man, medium-dark skin tone, dark skin tone -๐Ÿ‘จ๐Ÿพโ€โคโ€๐Ÿ‘จ๐Ÿฟ with heart: man, man, medium-dark skin tone, dark skin tone couple | couple with heart | couple with heart: man, man, medium-dark skin tone, dark skin tone | dark skin tone | love | man | medium-dark skin tone -๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป with heart: man, man, dark skin tone, light skin tone -๐Ÿ‘จ๐Ÿฟโ€โคโ€๐Ÿ‘จ๐Ÿป with heart: man, man, dark skin tone, light skin tone couple | couple with heart | couple with heart: man, man, dark skin tone, light skin tone | dark skin tone | light skin tone | love | man -๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ with heart: man, man, dark skin tone, medium-light skin tone -๐Ÿ‘จ๐Ÿฟโ€โคโ€๐Ÿ‘จ๐Ÿผ with heart: man, man, dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: man, man, dark skin tone, medium-light skin tone | dark skin tone | love | man | medium-light skin tone -๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ with heart: man, man, dark skin tone, medium skin tone -๐Ÿ‘จ๐Ÿฟโ€โคโ€๐Ÿ‘จ๐Ÿฝ with heart: man, man, dark skin tone, medium skin tone couple | couple with heart | couple with heart: man, man, dark skin tone, medium skin tone | dark skin tone | love | man | medium skin tone -๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ with heart: man, man, dark skin tone, medium-dark skin tone -๐Ÿ‘จ๐Ÿฟโ€โคโ€๐Ÿ‘จ๐Ÿพ with heart: man, man, dark skin tone, medium-dark skin tone couple | couple with heart | couple with heart: man, man, dark skin tone, medium-dark skin tone | dark skin tone | love | man | medium-dark skin tone -๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ with heart: man, man, dark skin tone -๐Ÿ‘จ๐Ÿฟโ€โคโ€๐Ÿ‘จ๐Ÿฟ with heart: man, man, dark skin tone couple | couple with heart | couple with heart: man, man, dark skin tone | dark skin tone | love | man -๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ with heart: woman, woman -๐Ÿ‘ฉโ€โคโ€๐Ÿ‘ฉ with heart: woman, woman couple | couple with heart | couple with heart: woman, woman | love | woman -๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป with heart: woman, woman, light skin tone -๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ‘ฉ๐Ÿป with heart: woman, woman, light skin tone couple | couple with heart | couple with heart: woman, woman, light skin tone | light skin tone | love | woman -๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ with heart: woman, woman, light skin tone, medium-light skin tone -๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ‘ฉ๐Ÿผ with heart: woman, woman, light skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, woman, light skin tone, medium-light skin tone | light skin tone | love | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ with heart: woman, woman, light skin tone, medium skin tone -๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ‘ฉ๐Ÿฝ with heart: woman, woman, light skin tone, medium skin tone couple | couple with heart | couple with heart: woman, woman, light skin tone, medium skin tone | light skin tone | love | medium skin tone | woman -๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ with heart: woman, woman, light skin tone, medium-dark skin tone -๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ‘ฉ๐Ÿพ with heart: woman, woman, light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, woman, light skin tone, medium-dark skin tone | light skin tone | love | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ with heart: woman, woman, light skin tone, dark skin tone -๐Ÿ‘ฉ๐Ÿปโ€โคโ€๐Ÿ‘ฉ๐Ÿฟ with heart: woman, woman, light skin tone, dark skin tone couple | couple with heart | couple with heart: woman, woman, light skin tone, dark skin tone | dark skin tone | light skin tone | love | woman -๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป with heart: woman, woman, medium-light skin tone, light skin tone -๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ‘ฉ๐Ÿป with heart: woman, woman, medium-light skin tone, light skin tone couple | couple with heart | couple with heart: woman, woman, medium-light skin tone, light skin tone | light skin tone | love | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ with heart: woman, woman, medium-light skin tone -๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ‘ฉ๐Ÿผ with heart: woman, woman, medium-light skin tone couple | couple with heart | couple with heart: woman, woman, medium-light skin tone | love | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ with heart: woman, woman, medium-light skin tone, medium skin tone -๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ‘ฉ๐Ÿฝ with heart: woman, woman, medium-light skin tone, medium skin tone couple | couple with heart | couple with heart: woman, woman, medium-light skin tone, medium skin tone | love | medium skin tone | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ with heart: woman, woman, medium-light skin tone, medium-dark skin tone -๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ‘ฉ๐Ÿพ with heart: woman, woman, medium-light skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, woman, medium-light skin tone, medium-dark skin tone | love | medium-dark skin tone | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ with heart: woman, woman, medium-light skin tone, dark skin tone -๐Ÿ‘ฉ๐Ÿผโ€โคโ€๐Ÿ‘ฉ๐Ÿฟ with heart: woman, woman, medium-light skin tone, dark skin tone couple | couple with heart | couple with heart: woman, woman, medium-light skin tone, dark skin tone | dark skin tone | love | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป with heart: woman, woman, medium skin tone, light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ‘ฉ๐Ÿป with heart: woman, woman, medium skin tone, light skin tone couple | couple with heart | couple with heart: woman, woman, medium skin tone, light skin tone | light skin tone | love | medium skin tone | woman -๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ with heart: woman, woman, medium skin tone, medium-light skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ‘ฉ๐Ÿผ with heart: woman, woman, medium skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, woman, medium skin tone, medium-light skin tone | love | medium skin tone | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ with heart: woman, woman, medium skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ‘ฉ๐Ÿฝ with heart: woman, woman, medium skin tone couple | couple with heart | couple with heart: woman, woman, medium skin tone | love | medium skin tone | woman -๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ with heart: woman, woman, medium skin tone, medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ‘ฉ๐Ÿพ with heart: woman, woman, medium skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, woman, medium skin tone, medium-dark skin tone | love | medium skin tone | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ with heart: woman, woman, medium skin tone, dark skin tone -๐Ÿ‘ฉ๐Ÿฝโ€โคโ€๐Ÿ‘ฉ๐Ÿฟ with heart: woman, woman, medium skin tone, dark skin tone couple | couple with heart | couple with heart: woman, woman, medium skin tone, dark skin tone | dark skin tone | love | medium skin tone | woman -๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป with heart: woman, woman, medium-dark skin tone, light skin tone -๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ‘ฉ๐Ÿป with heart: woman, woman, medium-dark skin tone, light skin tone couple | couple with heart | couple with heart: woman, woman, medium-dark skin tone, light skin tone | light skin tone | love | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ with heart: woman, woman, medium-dark skin tone, medium-light skin tone -๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ‘ฉ๐Ÿผ with heart: woman, woman, medium-dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, woman, medium-dark skin tone, medium-light skin tone | love | medium-dark skin tone | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ with heart: woman, woman, medium-dark skin tone, medium skin tone -๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ‘ฉ๐Ÿฝ with heart: woman, woman, medium-dark skin tone, medium skin tone couple | couple with heart | couple with heart: woman, woman, medium-dark skin tone, medium skin tone | love | medium skin tone | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ with heart: woman, woman, medium-dark skin tone -๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ‘ฉ๐Ÿพ with heart: woman, woman, medium-dark skin tone couple | couple with heart | couple with heart: woman, woman, medium-dark skin tone | love | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ with heart: woman, woman, medium-dark skin tone, dark skin tone -๐Ÿ‘ฉ๐Ÿพโ€โคโ€๐Ÿ‘ฉ๐Ÿฟ with heart: woman, woman, medium-dark skin tone, dark skin tone couple | couple with heart | couple with heart: woman, woman, medium-dark skin tone, dark skin tone | dark skin tone | love | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป with heart: woman, woman, dark skin tone, light skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ‘ฉ๐Ÿป with heart: woman, woman, dark skin tone, light skin tone couple | couple with heart | couple with heart: woman, woman, dark skin tone, light skin tone | dark skin tone | light skin tone | love | woman -๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ with heart: woman, woman, dark skin tone, medium-light skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ‘ฉ๐Ÿผ with heart: woman, woman, dark skin tone, medium-light skin tone couple | couple with heart | couple with heart: woman, woman, dark skin tone, medium-light skin tone | dark skin tone | love | medium-light skin tone | woman -๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ with heart: woman, woman, dark skin tone, medium skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ‘ฉ๐Ÿฝ with heart: woman, woman, dark skin tone, medium skin tone couple | couple with heart | couple with heart: woman, woman, dark skin tone, medium skin tone | dark skin tone | love | medium skin tone | woman -๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ with heart: woman, woman, dark skin tone, medium-dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ‘ฉ๐Ÿพ with heart: woman, woman, dark skin tone, medium-dark skin tone couple | couple with heart | couple with heart: woman, woman, dark skin tone, medium-dark skin tone | dark skin tone | love | medium-dark skin tone | woman -๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ with heart: woman, woman, dark skin tone -๐Ÿ‘ฉ๐Ÿฟโ€โคโ€๐Ÿ‘ฉ๐Ÿฟ with heart: woman, woman, dark skin tone couple | couple with heart | couple with heart: woman, woman, dark skin tone | dark skin tone | love | woman -๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ man, woman, boy boy | family | family: man, woman, boy | man | woman -๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง man, woman, girl family | family: man, woman, girl | girl | man | woman -๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ man, woman, girl, boy boy | family | family: man, woman, girl, boy | girl | man | woman -๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ man, woman, boy, boy boy | family | family: man, woman, boy, boy | man | woman -๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง man, woman, girl, girl family | family: man, woman, girl, girl | girl | man | woman -๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ man, man, boy boy | family | family: man, man, boy | man -๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ง man, man, girl family | family: man, man, girl | girl | man -๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ man, man, girl, boy boy | family | family: man, man, girl, boy | girl | man -๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ man, man, boy, boy boy | family | family: man, man, boy, boy | man -๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง man, man, girl, girl family | family: man, man, girl, girl | girl | man -๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ woman, woman, boy boy | family | family: woman, woman, boy | woman -๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ง woman, woman, girl family | family: woman, woman, girl | girl | woman -๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ woman, woman, girl, boy boy | family | family: woman, woman, girl, boy | girl | woman -๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ woman, woman, boy, boy boy | family | family: woman, woman, boy, boy | woman -๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง woman, woman, girl, girl family | family: woman, woman, girl, girl | girl | woman -๐Ÿ‘จโ€๐Ÿ‘ฆ man, boy boy | family | family: man, boy | man -๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ man, boy, boy boy | family | family: man, boy, boy | man -๐Ÿ‘จโ€๐Ÿ‘ง man, girl family | family: man, girl | girl | man -๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ man, girl, boy boy | family | family: man, girl, boy | girl | man -๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง man, girl, girl family | family: man, girl, girl | girl | man -๐Ÿ‘ฉโ€๐Ÿ‘ฆ woman, boy boy | family | family: woman, boy | woman -๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ woman, boy, boy boy | family | family: woman, boy, boy | woman -๐Ÿ‘ฉโ€๐Ÿ‘ง woman, girl family | family: woman, girl | girl | woman -๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ woman, girl, boy boy | family | family: woman, girl, boy | girl | woman -๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง woman, girl, girl family | family: woman, girl, girl | girl | woman -๐Ÿ—ฃ๏ธ head -๐Ÿ—ฃ head face | head | silhouette | speak | speaking -๐Ÿ‘ค in silhouette bust | bust in silhouette | silhouette -๐Ÿ‘ฅ in silhouette bust | busts in silhouette | silhouette -๐Ÿซ‚ hugging goodbye | hello | hug | people hugging | thanks -๐Ÿ‘ช family -๐Ÿง‘โ€๐Ÿง‘โ€๐Ÿง’ adult, adult, child family: adult, adult, child -๐Ÿง‘โ€๐Ÿง‘โ€๐Ÿง’โ€๐Ÿง’ adult, adult, child, child family: adult, adult, child, child -๐Ÿง‘โ€๐Ÿง’ adult, child family: adult, child -๐Ÿง‘โ€๐Ÿง’โ€๐Ÿง’ adult, child, child family: adult, child, child -๐Ÿ‘ฃ clothing | footprint | footprints | print -๐Ÿป Component skin-tone skin tone light skin tone | skin tone | type 1โ€“2 -๐Ÿผ Component skin-tone skin tone medium-light skin tone | skin tone | type 3 -๐Ÿฝ Component skin-tone skin tone medium skin tone | skin tone | type 4 -๐Ÿพ Component skin-tone skin tone medium-dark skin tone | skin tone | type 5 -๐Ÿฟ Component skin-tone skin tone dark skin tone | skin tone | type 6 -๐Ÿฆฐ Component hair-style hair ginger | red hair | redhead -๐Ÿฆฑ Component hair-style hair afro | curly | curly hair | ringlets -๐Ÿฆณ Component hair-style hair gray | hair | old | white | grey -๐Ÿฆฒ Component hair-style bald | chemotherapy | hairless | no hair | shaven -๐Ÿต face face | monkey -๐Ÿ’ monkey -๐Ÿฆ gorilla -๐Ÿฆง ape | orangutan -๐Ÿถ face dog | face | pet -๐Ÿ• dog | pet -๐Ÿฆฎ dog accessibility | blind | guide | guide dog -๐Ÿ•โ€๐Ÿฆบ dog accessibility | assistance | dog | service -๐Ÿฉ dog | poodle -๐Ÿบ face | wolf -๐ŸฆŠ face | fox -๐Ÿฆ curious | raccoon | sly -๐Ÿฑ face cat | face | pet -๐Ÿˆ cat | pet -๐Ÿˆโ€โฌ› cat black | cat | unlucky -๐Ÿฆ face | Leo | lion | zodiac -๐Ÿฏ face face | tiger -๐Ÿ… tiger -๐Ÿ† leopard -๐Ÿด face face | horse -๐ŸซŽ animal | antlers | elk | mammal | moose -๐Ÿซ animal | ass | burro | donkey | mammal | mule | stubborn -๐ŸŽ equestrian | horse | racehorse | racing -๐Ÿฆ„ face | unicorn -๐Ÿฆ“ stripe | zebra -๐ŸฆŒ deer | stag -๐Ÿฆฌ bison | buffalo | herd | wisent -๐Ÿฎ face cow | face -๐Ÿ‚ bull | ox | Taurus | zodiac -๐Ÿƒ buffalo buffalo | water -๐Ÿ„ cow -๐Ÿท face face | pig -๐Ÿ– pig | sow -๐Ÿ— boar | pig -๐Ÿฝ nose face | nose | pig -๐Ÿ Aries | male | ram | sheep | zodiac -๐Ÿ‘ ewe | female | sheep -๐Ÿ Capricorn | goat | zodiac -๐Ÿช camel | dromedary | hump -๐Ÿซ camel bactrian | camel | hump | two-hump camel | Bactrian -๐Ÿฆ™ alpaca | guanaco | llama | vicuรฑa | wool -๐Ÿฆ’ giraffe | spots -๐Ÿ˜ elephant -๐Ÿฆฃ extinction | large | mammoth | tusk | woolly | extinct -๐Ÿฆ rhinoceros | rhino -๐Ÿฆ› hippo | hippopotamus -๐Ÿญ face face | mouse | pet -๐Ÿ mouse | pet | rodent -๐Ÿ€ rat | pet | rodent -๐Ÿน face | hamster | pet -๐Ÿฐ face bunny | face | pet | rabbit -๐Ÿ‡ bunny | pet | rabbit -๐Ÿฟ chipmunk | squirrel -๐Ÿฆซ beaver | dam -๐Ÿฆ” hedgehog | spiny -๐Ÿฆ‡ bat | vampire -๐Ÿป bear | face -๐Ÿปโ€โ„๏ธ bear -๐Ÿปโ€โ„ bear arctic | bear | polar bear | white -๐Ÿจ face | koala | marsupial -๐Ÿผ face | panda -๐Ÿฆฅ lazy | sloth | slow -๐Ÿฆฆ fishing | otter | playful -๐Ÿฆจ skunk | stink -๐Ÿฆ˜ joey | jump | kangaroo | marsupial -๐Ÿฆก badger | honey badger | pester -๐Ÿพ prints feet | paw | paw prints | print -๐Ÿฆƒ bird | turkey | poultry -๐Ÿ” bird | chicken | poultry -๐Ÿ“ bird | rooster -๐Ÿฃ chick baby | bird | chick | hatching -๐Ÿค chick baby | bird | chick -๐Ÿฅ baby chick baby | bird | chick | front-facing baby chick -๐Ÿฆ bird -๐Ÿง bird | penguin -๐Ÿ•Š bird | dove | fly | peace -๐Ÿฆ… bird | eagle | bird of prey -๐Ÿฆ† bird | duck -๐Ÿฆข bird | cygnet | swan | ugly duckling -๐Ÿฆ‰ bird | owl | wise | bird of prey -๐Ÿฆค dodo | extinction | large | Mauritius -๐Ÿชถ bird | feather | flight | light | plumage -๐Ÿฆฉ flamboyant | flamingo | tropical -๐Ÿฆš bird | ostentatious | peacock | peahen | proud -๐Ÿฆœ bird | parrot | pirate | talk -๐Ÿชฝ angelic | aviation | bird | flying | mythology | wing -๐Ÿฆโ€โฌ› bird bird | black | crow | raven | rook -๐Ÿชฟ bird | fowl | goose | honk | silly -๐Ÿฆโ€๐Ÿ”ฅ fantasy | firebird | phoenix | rebirth | reincarnation -๐Ÿธ animal-amphibian face | frog -๐ŸŠ animal-reptile crocodile -๐Ÿข animal-reptile terrapin | tortoise | turtle -๐ŸฆŽ animal-reptile lizard | reptile -๐Ÿ animal-reptile bearer | Ophiuchus | serpent | snake | zodiac -๐Ÿฒ animal-reptile face dragon | face | fairy tale -๐Ÿ‰ animal-reptile dragon | fairy tale -๐Ÿฆ• animal-reptile brachiosaurus | brontosaurus | diplodocus | sauropod -๐Ÿฆ– animal-reptile T-Rex | Tyrannosaurus Rex -๐Ÿณ animal-marine whale face | spouting | whale -๐Ÿ‹ animal-marine whale -๐Ÿฌ animal-marine dolphin | flipper | porpoise -๐Ÿฆญ animal-marine sea lion | seal -๐ŸŸ animal-marine fish | Pisces | zodiac -๐Ÿ  animal-marine fish fish | tropical | reef fish -๐Ÿก animal-marine blowfish | fish -๐Ÿฆˆ animal-marine fish | shark -๐Ÿ™ animal-marine octopus -๐Ÿš animal-marine shell shell | spiral -๐Ÿชธ animal-marine coral | ocean | reef -๐Ÿชผ animal-marine burn | invertebrate | jelly | jellyfish | marine | ouch | stinger -๐ŸŒ animal-bug snail | mollusc -๐Ÿฆ‹ animal-bug butterfly | insect | pretty | moth -๐Ÿ› animal-bug bug | insect | caterpillar | worm -๐Ÿœ animal-bug ant | insect -๐Ÿ animal-bug bee | honeybee | insect -๐Ÿชฒ animal-bug beetle | bug | insect -๐Ÿž animal-bug beetle beetle | insect | lady beetle | ladybird | ladybug -๐Ÿฆ— animal-bug cricket | grasshopper -๐Ÿชณ animal-bug cockroach | insect | pest | roach -๐Ÿ•ท๏ธ animal-bug -๐Ÿ•ท animal-bug insect | spider | arachnid -๐Ÿ•ธ๏ธ animal-bug web -๐Ÿ•ธ animal-bug web spider | web -๐Ÿฆ‚ animal-bug Scorpio | scorpion | zodiac -๐ŸฆŸ animal-bug disease | fever | malaria | mosquito | pest | virus | dengue | insect | mozzie -๐Ÿชฐ animal-bug disease | fly | maggot | pest | rotting -๐Ÿชฑ animal-bug annelid | earthworm | parasite | worm -๐Ÿฆ  animal-bug amoeba | bacteria | microbe | virus -๐Ÿ’ plant-flower bouquet | flower -๐ŸŒธ plant-flower blossom blossom | cherry | flower -๐Ÿ’ฎ plant-flower flower flower | white flower -๐Ÿชท plant-flower Buddhism | flower | Hinduism | lotus | purity -๐Ÿต๏ธ plant-flower -๐Ÿต plant-flower plant | rosette -๐ŸŒน plant-flower flower | rose -๐Ÿฅ€ plant-flower flower flower | wilted -๐ŸŒบ plant-flower flower | hibiscus -๐ŸŒป plant-flower flower | sun | sunflower -๐ŸŒผ plant-flower blossom | flower -๐ŸŒท plant-flower flower | tulip -๐Ÿชป plant-flower bluebonnet | flower | hyacinth | lavender | lupine | snapdragon -๐ŸŒฑ plant-other seedling | young -๐Ÿชด plant-other plant boring | grow | house | nurturing | plant | potted plant | useless | pot plant -๐ŸŒฒ plant-other tree evergreen tree | tree -๐ŸŒณ plant-other tree deciduous | shedding | tree -๐ŸŒด plant-other tree palm | tree -๐ŸŒต plant-other cactus | plant -๐ŸŒพ plant-other of rice ear | grain | rice | sheaf of rice | sheaf -๐ŸŒฟ plant-other herb | leaf -โ˜˜๏ธ plant-other -โ˜˜ plant-other plant | shamrock -๐Ÿ€ plant-other leaf clover 4 | clover | four | four-leaf clover | leaf -๐Ÿ plant-other leaf falling | leaf | maple -๐Ÿ‚ plant-other leaf fallen leaf | falling | leaf -๐Ÿƒ plant-other fluttering in wind blow | flutter | leaf | leaf fluttering in wind | wind -๐Ÿชน plant-other nest empty nest | nesting -๐Ÿชบ plant-other with eggs nest with eggs | nesting -๐Ÿ„ plant-other mushroom | toadstool -๐Ÿ‡ food-fruit fruit | grape | grapes -๐Ÿˆ food-fruit fruit | melon -๐Ÿ‰ food-fruit fruit | watermelon -๐ŸŠ food-fruit fruit | orange | tangerine | mandarin -๐Ÿ‹ food-fruit citrus | fruit | lemon -๐Ÿ‹โ€๐ŸŸฉ food-fruit citrus | fruit | lime | tropical -๐ŸŒ food-fruit banana | fruit -๐Ÿ food-fruit fruit | pineapple -๐Ÿฅญ food-fruit fruit | mango | tropical -๐ŸŽ food-fruit apple apple | fruit | red -๐Ÿ food-fruit apple apple | fruit | green -๐Ÿ food-fruit fruit | pear -๐Ÿ‘ food-fruit fruit | peach -๐Ÿ’ food-fruit berries | cherries | cherry | fruit | red -๐Ÿ“ food-fruit berry | fruit | strawberry -๐Ÿซ food-fruit berry | bilberry | blue | blueberries | blueberry -๐Ÿฅ food-fruit fruit food | fruit | kiwi | kiwi fruit -๐Ÿ… food-fruit fruit | tomato | vegetable -๐Ÿซ’ food-fruit food | olive -๐Ÿฅฅ food-fruit coconut | palm | piรฑa colada -๐Ÿฅ‘ food-vegetable avocado | food | fruit -๐Ÿ† food-vegetable aubergine | eggplant | vegetable -๐Ÿฅ” food-vegetable food | potato | vegetable -๐Ÿฅ• food-vegetable carrot | food | vegetable -๐ŸŒฝ food-vegetable of corn corn | ear | ear of corn | maize | maze | corn on the cob | sweetcorn -๐ŸŒถ๏ธ food-vegetable pepper -๐ŸŒถ food-vegetable pepper hot | pepper | chilli | hot pepper -๐Ÿซ‘ food-vegetable pepper bell pepper | capsicum | pepper | vegetable | sweet pepper -๐Ÿฅ’ food-vegetable cucumber | food | pickle | vegetable -๐Ÿฅฌ food-vegetable green bok choy | cabbage | kale | leafy green | lettuce | pak choi -๐Ÿฅฆ food-vegetable broccoli | wild cabbage -๐Ÿง„ food-vegetable flavoring | garlic | flavouring -๐Ÿง… food-vegetable flavoring | onion | flavouring -๐Ÿฅœ food-vegetable food | nut | peanut | peanuts | vegetable | nuts -๐Ÿซ˜ food-vegetable beans | food | kidney | legume | kidney bean | kidney beans -๐ŸŒฐ food-vegetable chestnut | plant | nut -๐Ÿซš food-vegetable root beer | ginger root | root | spice | ginger | root ginger -๐Ÿซ› food-vegetable pod beans | edamame | legume | pea | pod | vegetable -๐Ÿ„โ€๐ŸŸซ food-vegetable mushroom brown mushroom | food | fungus | nature | vegetable -๐Ÿž food-prepared bread | loaf -๐Ÿฅ food-prepared bread | breakfast | croissant | food | french | roll | crescent | French -๐Ÿฅ– food-prepared bread baguette | bread | food | french | French stick | French -๐Ÿซ“ food-prepared arepa | flatbread | lavash | naan | pita -๐Ÿฅจ food-prepared pretzel | twisted -๐Ÿฅฏ food-prepared bagel | bakery | breakfast | schmear -๐Ÿฅž food-prepared breakfast | crรชpe | food | hotcake | pancake | pancakes | crepe -๐Ÿง‡ food-prepared breakfast | indecisive | iron | waffle | unclear | vague | waffle with butter -๐Ÿง€ food-prepared wedge cheese | cheese wedge -๐Ÿ– food-prepared on bone bone | meat | meat on bone -๐Ÿ— food-prepared leg bone | chicken | drumstick | leg | poultry -๐Ÿฅฉ food-prepared of meat chop | cut of meat | lambchop | porkchop | steak | lamb chop | pork chop -๐Ÿฅ“ food-prepared bacon | breakfast | food | meat -๐Ÿ” food-prepared burger | hamburger | beefburger -๐ŸŸ food-prepared fries french | fries | chips | french fries | French -๐Ÿ• food-prepared cheese | pizza | slice -๐ŸŒญ food-prepared dog frankfurter | hot dog | hotdog | sausage | frank -๐Ÿฅช food-prepared bread | sandwich -๐ŸŒฎ food-prepared mexican | taco | Mexican -๐ŸŒฏ food-prepared burrito | mexican | wrap | Mexican -๐Ÿซ” food-prepared mexican | tamale | wrapped | Mexican -๐Ÿฅ™ food-prepared flatbread falafel | flatbread | food | gyro | kebab | stuffed | pita roll -๐Ÿง† food-prepared chickpea | falafel | meatball | chick pea -๐Ÿฅš food-prepared breakfast | egg | food -๐Ÿณ food-prepared breakfast | cooking | egg | frying | pan -๐Ÿฅ˜ food-prepared pan of food casserole | food | paella | pan | shallow | shallow pan of food -๐Ÿฒ food-prepared of food pot | pot of food | stew -๐Ÿซ• food-prepared cheese | chocolate | fondue | melted | pot | Swiss -๐Ÿฅฃ food-prepared with spoon bowl with spoon | breakfast | cereal | congee -๐Ÿฅ— food-prepared salad food | green | salad | garden -๐Ÿฟ food-prepared popcorn -๐Ÿงˆ food-prepared butter | dairy -๐Ÿง‚ food-prepared condiment | salt | shaker -๐Ÿฅซ food-prepared food can | canned food -๐Ÿฑ food-asian box bento | box -๐Ÿ˜ food-asian cracker cracker | rice -๐Ÿ™ food-asian ball ball | Japanese | rice -๐Ÿš food-asian rice cooked | rice -๐Ÿ› food-asian rice curry | rice -๐Ÿœ food-asian bowl bowl | noodle | ramen | steaming -๐Ÿ food-asian pasta | spaghetti -๐Ÿ  food-asian sweet potato potato | roasted | sweet -๐Ÿข food-asian kebab | oden | seafood | skewer | stick -๐Ÿฃ food-asian sushi -๐Ÿค food-asian shrimp fried | prawn | shrimp | tempura | battered -๐Ÿฅ food-asian cake with swirl cake | fish | fish cake with swirl | pastry | swirl | narutomaki -๐Ÿฅฎ food-asian cake autumn | festival | moon cake | yuรจbวng -๐Ÿก food-asian dango | dessert | Japanese | skewer | stick | sweet -๐ŸฅŸ food-asian dumpling | empanada | gyลza | jiaozi | pierogi | potsticker | pastie | samosa -๐Ÿฅ  food-asian cookie fortune cookie | prophecy -๐Ÿฅก food-asian box oyster pail | takeout box | takeaway box | takeaway container | takeout -๐Ÿฆ€ food-marine Cancer | crab | zodiac | crustacean | seafood | shellfish -๐Ÿฆž food-marine bisque | claws | lobster | seafood | shellfish -๐Ÿฆ food-marine food | shellfish | shrimp | small | prawn | seafood -๐Ÿฆ‘ food-marine food | molusc | squid | decapod | seafood -๐Ÿฆช food-marine diving | oyster | pearl -๐Ÿฆ food-sweet ice cream cream | dessert | ice | icecream | soft | sweet | ice cream | soft serve | soft-serve ice cream -๐Ÿง food-sweet ice dessert | ice | shaved | sweet | granita -๐Ÿจ food-sweet cream cream | dessert | ice | sweet | ice cream -๐Ÿฉ food-sweet breakfast | dessert | donut | doughnut | sweet -๐Ÿช food-sweet cookie | dessert | sweet | biscuit -๐ŸŽ‚ food-sweet cake birthday | cake | celebration | dessert | pastry | sweet -๐Ÿฐ food-sweet cake | dessert | pastry | shortcake | slice | sweet -๐Ÿง food-sweet bakery | cupcake | sweet -๐Ÿฅง food-sweet filling | pastry | pie -๐Ÿซ food-sweet bar bar | chocolate | dessert | sweet -๐Ÿฌ food-sweet candy | dessert | sweet | sweets -๐Ÿญ food-sweet candy | dessert | lollipop | sweet -๐Ÿฎ food-sweet custard | dessert | pudding | sweet | baked custard -๐Ÿฏ food-sweet pot honey | honeypot | pot | sweet -๐Ÿผ drink bottle baby | bottle | drink | milk -๐Ÿฅ› drink of milk drink | glass | glass of milk | milk -โ˜• drink beverage beverage | coffee | drink | hot | steaming | tea -๐Ÿซ– drink drink | pot | tea | teapot -๐Ÿต drink without handle beverage | cup | drink | tea | teacup | teacup without handle -๐Ÿถ drink bar | beverage | bottle | cup | drink | sake | sakรฉ -๐Ÿพ drink with popping cork bar | bottle | bottle with popping cork | cork | drink | popping | bubbly -๐Ÿท drink glass bar | beverage | drink | glass | wine -๐Ÿธ drink glass bar | cocktail | drink | glass -๐Ÿน drink drink bar | drink | tropical -๐Ÿบ drink mug bar | beer | drink | mug -๐Ÿป drink beer mugs bar | beer | clink | clinking beer mugs | drink | mug | cheers -๐Ÿฅ‚ drink glasses celebrate | clink | clinking glasses | drink | glass | cheers -๐Ÿฅƒ drink glass glass | liquor | shot | tumbler | whisky | whiskey -๐Ÿซ— drink liquid drink | empty | glass | pouring liquid | spill -๐Ÿฅค drink with straw cup with straw | juice | soda -๐Ÿง‹ drink tea bubble | milk | pearl | tea | boba -๐Ÿงƒ drink box beverage | box | juice | straw | sweet | drink carton | juice box | popper -๐Ÿง‰ drink drink | mate | matรฉ -๐ŸงŠ drink cold | ice | ice cube | iceberg -๐Ÿฅข dishware chopsticks | hashi | pair of chopsticks -๐Ÿฝ๏ธ dishware and knife with plate -๐Ÿฝ dishware and knife with plate cooking | fork | fork and knife with plate | knife | plate -๐Ÿด dishware and knife cooking | cutlery | fork | fork and knife | knife | knife and fork -๐Ÿฅ„ dishware spoon | tableware -๐Ÿ”ช dishware knife cooking | hocho | kitchen knife | knife | tool | weapon -๐Ÿซ™ dishware condiment | container | empty | jar | sauce | store -๐Ÿบ dishware amphora | Aquarius | cooking | drink | jug | zodiac | jar -๐ŸŒ place-map showing Europe-Africa Africa | earth | Europe | globe | globe showing Europe-Africa | world -๐ŸŒŽ place-map showing Americas Americas | earth | globe | globe showing Americas | world -๐ŸŒ place-map showing Asia-Australia Asia | Australia | earth | globe | globe showing Asia-Australia | world -๐ŸŒ place-map with meridians earth | globe | globe with meridians | meridians | world -๐Ÿ—บ๏ธ place-map map -๐Ÿ—บ place-map map map | world -๐Ÿ—พ place-map of Japan Japan | map | map of Japan -๐Ÿงญ place-map compass | magnetic | navigation | orienteering -๐Ÿ”๏ธ place-geographic mountain -๐Ÿ” place-geographic mountain cold | mountain | snow | snow-capped mountain -โ›ฐ๏ธ place-geographic -โ›ฐ place-geographic mountain -๐ŸŒ‹ place-geographic eruption | mountain | volcano -๐Ÿ—ป place-geographic fuji fuji | mount fuji | mountain | Fuji | Mount Fuji | mount Fuji -๐Ÿ•๏ธ place-geographic -๐Ÿ• place-geographic camping -๐Ÿ–๏ธ place-geographic with umbrella -๐Ÿ– place-geographic with umbrella beach | beach with umbrella | umbrella -๐Ÿœ๏ธ place-geographic -๐Ÿœ place-geographic desert -๐Ÿ๏ธ place-geographic island -๐Ÿ place-geographic island desert | island -๐Ÿž๏ธ place-geographic park -๐Ÿž place-geographic park national park | park -๐ŸŸ๏ธ place-building -๐ŸŸ place-building stadium | arena -๐Ÿ›๏ธ place-building building -๐Ÿ› place-building building classical | classical building | column -๐Ÿ—๏ธ place-building construction -๐Ÿ— place-building construction building construction | construction -๐Ÿงฑ place-building brick | bricks | clay | mortar | wall -๐Ÿชจ place-building boulder | heavy | rock | solid | stone -๐Ÿชต place-building log | lumber | timber | wood -๐Ÿ›– place-building house | hut | roundhouse | yurt -๐Ÿ˜๏ธ place-building -๐Ÿ˜ place-building houses -๐Ÿš๏ธ place-building house -๐Ÿš place-building house derelict | house -๐Ÿ  place-building home | house -๐Ÿก place-building with garden garden | home | house | house with garden -๐Ÿข place-building building building | office building -๐Ÿฃ place-building post office Japanese | Japanese post office | post -๐Ÿค place-building office European | post | post office -๐Ÿฅ place-building doctor | hospital | medicine -๐Ÿฆ place-building bank | building -๐Ÿจ place-building building | hotel -๐Ÿฉ place-building hotel hotel | love -๐Ÿช place-building store convenience | store | dรฉpanneur -๐Ÿซ place-building building | school -๐Ÿฌ place-building store department | store -๐Ÿญ place-building building | factory -๐Ÿฏ place-building castle castle | Japanese -๐Ÿฐ place-building castle | European -๐Ÿ’’ place-building chapel | romance | wedding -๐Ÿ—ผ place-building tower Tokyo | tower | Tower -๐Ÿ—ฝ place-building of Liberty liberty | statue | Statue of Liberty | Liberty | Statue -โ›ช place-religious Christian | church | cross | religion -๐Ÿ•Œ place-religious islam | mosque | Muslim | religion | Islam -๐Ÿ›• place-religious temple hindu | temple | Hindu -๐Ÿ• place-religious Jew | Jewish | religion | synagogue | temple | shul -โ›ฉ๏ธ place-religious shrine -โ›ฉ place-religious shrine religion | shinto | shrine | Shinto -๐Ÿ•‹ place-religious islam | kaaba | Muslim | religion | Islam | Kaaba -โ›ฒ place-other fountain -โ›บ place-other camping | tent -๐ŸŒ place-other fog | foggy -๐ŸŒƒ place-other with stars night | night with stars | star | starry night -๐Ÿ™๏ธ place-other -๐Ÿ™ place-other city | cityscape | skyline -๐ŸŒ„ place-other over mountains morning | mountain | sun | sunrise | sunrise over mountains -๐ŸŒ… place-other morning | sun | sunrise -๐ŸŒ† place-other at dusk city | cityscape at dusk | dusk | evening | landscape | sunset | skyline at dusk -๐ŸŒ‡ place-other dusk | sun | sunset -๐ŸŒ‰ place-other at night bridge | bridge at night | night -โ™จ๏ธ place-other springs -โ™จ place-other springs hot | hotsprings | springs | steaming -๐ŸŽ  place-other horse carousel | horse | merry-go-round -๐Ÿ› place-other slide amusement park | play | playground slide | theme park -๐ŸŽก place-other wheel amusement park | ferris | theme park | wheel | Ferris -๐ŸŽข place-other coaster amusement park | coaster | roller | theme park -๐Ÿ’ˆ place-other pole barber | haircut | pole -๐ŸŽช place-other tent circus | tent | big top -๐Ÿš‚ transport-ground engine | locomotive | railway | steam | train -๐Ÿšƒ transport-ground car car | electric | railway | train | tram | trolleybus | railway carriage | train carriage | trolley bus -๐Ÿš„ transport-ground train high-speed train | railway | shinkansen | speed | train | Shinkansen -๐Ÿš… transport-ground train bullet | railway | shinkansen | speed | train | Shinkansen -๐Ÿš† transport-ground railway | train -๐Ÿš‡ transport-ground metro | subway | tube | underground -๐Ÿšˆ transport-ground rail light rail | railway -๐Ÿš‰ transport-ground railway | station | train -๐ŸšŠ transport-ground tram | trolleybus | light rail | oncoming | oncoming light rail | car | streetcar | tramcar | trolley | trolley bus -๐Ÿš transport-ground monorail | vehicle -๐Ÿšž transport-ground railway car | mountain | railway -๐Ÿš‹ transport-ground car car | tram | trolleybus | trolley bus | streetcar | tramcar | trolley -๐ŸšŒ transport-ground bus | vehicle -๐Ÿš transport-ground bus bus | oncoming -๐ŸšŽ transport-ground bus | tram | trolley | trolleybus | streetcar -๐Ÿš transport-ground bus | minibus -๐Ÿš‘ transport-ground ambulance | vehicle -๐Ÿš’ transport-ground engine engine | fire | truck -๐Ÿš“ transport-ground car car | patrol | police -๐Ÿš” transport-ground police car car | oncoming | police -๐Ÿš• transport-ground taxi | vehicle -๐Ÿš– transport-ground taxi oncoming | taxi -๐Ÿš— transport-ground automobile | car -๐Ÿš˜ transport-ground automobile automobile | car | oncoming -๐Ÿš™ transport-ground utility vehicle recreational | sport utility | sport utility vehicle | 4x4 | off-road vehicle | 4WD | four-wheel drive | SUV -๐Ÿ›ป transport-ground truck pick-up | pickup | truck | ute -๐Ÿšš transport-ground truck delivery | truck -๐Ÿš› transport-ground lorry articulated lorry | lorry | semi | truck | articulated truck -๐Ÿšœ transport-ground tractor | vehicle -๐ŸŽ๏ธ transport-ground car -๐ŸŽ transport-ground car car | racing -๐Ÿ๏ธ transport-ground -๐Ÿ transport-ground motorcycle | racing -๐Ÿ›ต transport-ground scooter motor | scooter -๐Ÿฆฝ transport-ground wheelchair accessibility | manual wheelchair -๐Ÿฆผ transport-ground wheelchair accessibility | motorized wheelchair | powered wheelchair | mobility scooter -๐Ÿ›บ transport-ground rickshaw auto rickshaw | tuk tuk | tuk-tuk | tuktuk -๐Ÿšฒ transport-ground bicycle | bike -๐Ÿ›ด transport-ground scooter kick | scooter -๐Ÿ›น transport-ground board | skateboard -๐Ÿ›ผ transport-ground skate roller | skate | rollerskate -๐Ÿš transport-ground stop bus | stop | busstop -๐Ÿ›ฃ๏ธ transport-ground -๐Ÿ›ฃ transport-ground highway | motorway | road | freeway -๐Ÿ›ค๏ธ transport-ground track -๐Ÿ›ค transport-ground track railway | railway track | train -๐Ÿ›ข๏ธ transport-ground drum -๐Ÿ›ข transport-ground drum drum | oil -โ›ฝ transport-ground pump diesel | fuel | fuelpump | gas | pump | station | petrol pump -๐Ÿ›ž transport-ground circle | tire | turn | wheel | tyre -๐Ÿšจ transport-ground car light beacon | car | light | police | revolving -๐Ÿšฅ transport-ground traffic light horizontal traffic light | light | signal | traffic | horizontal traffic lights | lights -๐Ÿšฆ transport-ground traffic light light | signal | traffic | vertical traffic light | lights | vertical traffic lights -๐Ÿ›‘ transport-ground sign octagonal | sign | stop -๐Ÿšง transport-ground barrier | construction -โš“ transport-water anchor | ship | tool -๐Ÿ›Ÿ transport-water buoy float | life preserver | life saver | rescue | ring buoy | safety | lifebuoy | buoy -โ›ต transport-water boat | resort | sailboat | sea | yacht -๐Ÿ›ถ transport-water boat | canoe -๐Ÿšค transport-water boat | speedboat -๐Ÿ›ณ๏ธ transport-water ship -๐Ÿ›ณ transport-water ship passenger | ship -โ›ด๏ธ transport-water -โ›ด transport-water boat | ferry | passenger -๐Ÿ›ฅ๏ธ transport-water boat -๐Ÿ›ฅ transport-water boat boat | motor boat | motorboat -๐Ÿšข transport-water boat | passenger | ship -โœˆ๏ธ transport-air -โœˆ transport-air aeroplane | airplane | flight -๐Ÿ›ฉ๏ธ transport-air airplane -๐Ÿ›ฉ transport-air airplane aeroplane | airplane | small airplane | small plane -๐Ÿ›ซ transport-air departure aeroplane | airplane | check-in | departure | departures | take-off | flight departure | plane departure -๐Ÿ›ฌ transport-air arrival aeroplane | airplane | airplane arrival | arrivals | arriving | landing -๐Ÿช‚ transport-air hang-glide | parachute | parasail | skydive | parascend -๐Ÿ’บ transport-air chair | seat -๐Ÿš transport-air helicopter | vehicle -๐ŸšŸ transport-air railway railway | suspension | cable -๐Ÿš  transport-air cableway cable | gondola | mountain | mountain cableway | cableway -๐Ÿšก transport-air tramway aerial | cable | car | gondola | tramway -๐Ÿ›ฐ๏ธ transport-air -๐Ÿ›ฐ transport-air satellite | space -๐Ÿš€ transport-air rocket | space -๐Ÿ›ธ transport-air saucer flying saucer | UFO | spaceship -๐Ÿ›Ž๏ธ hotel bell -๐Ÿ›Ž hotel bell bell | bellhop | hotel | porter -๐Ÿงณ hotel luggage | packing | travel -โŒ› time done hourglass done | sand | timer | hourglass -โณ time not done hourglass | hourglass not done | sand | timer -โŒš time clock | watch -โฐ time clock alarm | clock -โฑ๏ธ time -โฑ time clock | stopwatch -โฒ๏ธ time clock -โฒ time clock clock | timer -๐Ÿ•ฐ๏ธ time clock -๐Ÿ•ฐ time clock clock | mantelpiece clock -๐Ÿ•› time oโ€™clock 00 | 12 | 12:00 | clock | oโ€™clock | twelve -๐Ÿ•ง time 12 | 12:30 | clock | thirty | twelve | twelve-thirty | 12.30 | half past twelve -๐Ÿ• time oโ€™clock 00 | 1 | 1:00 | clock | oโ€™clock | one -๐Ÿ•œ time 1 | 1:30 | clock | one | one-thirty | thirty | 1.30 | half past one -๐Ÿ•‘ time oโ€™clock 00 | 2 | 2:00 | clock | oโ€™clock | two -๐Ÿ• time 2 | 2:30 | clock | thirty | two | two-thirty | 2.30 | half past two -๐Ÿ•’ time oโ€™clock 00 | 3 | 3:00 | clock | oโ€™clock | three -๐Ÿ•ž time 3 | 3:30 | clock | thirty | three | three-thirty | 3.30 | half past three -๐Ÿ•“ time oโ€™clock 00 | 4 | 4:00 | clock | four | oโ€™clock -๐Ÿ•Ÿ time 4 | 4:30 | clock | four | four-thirty | thirty | 4.30 | half past four -๐Ÿ•” time oโ€™clock 00 | 5 | 5:00 | clock | five | oโ€™clock -๐Ÿ•  time 5 | 5:30 | clock | five | five-thirty | thirty | 5.30 | half past five -๐Ÿ•• time oโ€™clock 00 | 6 | 6:00 | clock | oโ€™clock | six -๐Ÿ•ก time 6 | 6:30 | clock | six | six-thirty | thirty | 6.30 | half past six -๐Ÿ•– time oโ€™clock 00 | 7 | 7:00 | clock | oโ€™clock | seven -๐Ÿ•ข time 7 | 7:30 | clock | seven | seven-thirty | thirty | 7.30 | half past seven -๐Ÿ•— time oโ€™clock 00 | 8 | 8:00 | clock | eight | oโ€™clock -๐Ÿ•ฃ time 8 | 8:30 | clock | eight | eight-thirty | thirty | 8.30 | half past eight -๐Ÿ•˜ time oโ€™clock 00 | 9 | 9:00 | clock | nine | oโ€™clock -๐Ÿ•ค time 9 | 9:30 | clock | nine | nine-thirty | thirty | 9.30 | half past nine -๐Ÿ•™ time oโ€™clock 00 | 10 | 10:00 | clock | oโ€™clock | ten -๐Ÿ•ฅ time 10 | 10:30 | clock | ten | ten-thirty | thirty | 10.30 | half past ten -๐Ÿ•š time oโ€™clock 00 | 11 | 11:00 | clock | eleven | oโ€™clock -๐Ÿ•ฆ time 11 | 11:30 | clock | eleven | eleven-thirty | thirty | 11.30 | half past eleven -๐ŸŒ‘ sky & weather moon dark | moon | new moon -๐ŸŒ’ sky & weather crescent moon crescent | moon | waxing -๐ŸŒ“ sky & weather quarter moon first quarter moon | moon | quarter -๐ŸŒ” sky & weather gibbous moon gibbous | moon | waxing -๐ŸŒ• sky & weather moon full | moon -๐ŸŒ– sky & weather gibbous moon gibbous | moon | waning -๐ŸŒ— sky & weather quarter moon last quarter moon | moon | quarter -๐ŸŒ˜ sky & weather crescent moon crescent | moon | waning -๐ŸŒ™ sky & weather moon crescent | moon -๐ŸŒš sky & weather moon face face | moon | new moon face -๐ŸŒ› sky & weather quarter moon face face | first quarter moon face | moon | quarter -๐ŸŒœ sky & weather quarter moon face face | last quarter moon face | moon | quarter -๐ŸŒก๏ธ sky & weather -๐ŸŒก sky & weather thermometer | weather -โ˜€๏ธ sky & weather -โ˜€ sky & weather bright | rays | sun | sunny -๐ŸŒ sky & weather moon face bright | face | full | moon | full-moon face -๐ŸŒž sky & weather with face bright | face | sun | sun with face -๐Ÿช sky & weather planet ringed planet | saturn | saturnine -โญ sky & weather star -๐ŸŒŸ sky & weather star glittery | glow | glowing star | shining | sparkle | star -๐ŸŒ  sky & weather star falling | shooting | star -๐ŸŒŒ sky & weather way milky way | space | Milky Way | Milky | Way -โ˜๏ธ sky & weather -โ˜ sky & weather cloud | weather -โ›… sky & weather behind cloud cloud | sun | sun behind cloud -โ›ˆ๏ธ sky & weather with lightning and rain -โ›ˆ sky & weather with lightning and rain cloud | cloud with lightning and rain | rain | thunder -๐ŸŒค๏ธ sky & weather behind small cloud -๐ŸŒค sky & weather behind small cloud cloud | sun | sun behind small cloud -๐ŸŒฅ๏ธ sky & weather behind large cloud -๐ŸŒฅ sky & weather behind large cloud cloud | sun | sun behind large cloud -๐ŸŒฆ๏ธ sky & weather behind rain cloud -๐ŸŒฆ sky & weather behind rain cloud cloud | rain | sun | sun behind rain cloud -๐ŸŒง๏ธ sky & weather with rain -๐ŸŒง sky & weather with rain cloud | cloud with rain | rain -๐ŸŒจ๏ธ sky & weather with snow -๐ŸŒจ sky & weather with snow cloud | cloud with snow | cold | snow -๐ŸŒฉ๏ธ sky & weather with lightning -๐ŸŒฉ sky & weather with lightning cloud | cloud with lightning | lightning -๐ŸŒช๏ธ sky & weather -๐ŸŒช sky & weather cloud | tornado | whirlwind -๐ŸŒซ๏ธ sky & weather -๐ŸŒซ sky & weather cloud | fog -๐ŸŒฌ๏ธ sky & weather face -๐ŸŒฌ sky & weather face blow | cloud | face | wind -๐ŸŒ€ sky & weather cyclone | dizzy | hurricane | twister | typhoon -๐ŸŒˆ sky & weather rain | rainbow -๐ŸŒ‚ sky & weather umbrella closed umbrella | clothing | rain | umbrella -โ˜‚๏ธ sky & weather -โ˜‚ sky & weather clothing | rain | umbrella -โ˜” sky & weather with rain drops clothing | drop | rain | umbrella | umbrella with rain drops -โ›ฑ๏ธ sky & weather on ground -โ›ฑ sky & weather on ground rain | sun | umbrella | umbrella on ground | beach | sand -โšก sky & weather voltage danger | electric | high voltage | lightning | voltage | zap -โ„๏ธ sky & weather -โ„ sky & weather cold | snow | snowflake -โ˜ƒ๏ธ sky & weather -โ˜ƒ sky & weather cold | snow | snowman -โ›„ sky & weather without snow cold | snow | snowman | snowman without snow -โ˜„๏ธ sky & weather -โ˜„ sky & weather comet | space -๐Ÿ”ฅ sky & weather fire | flame | tool -๐Ÿ’ง sky & weather cold | comic | drop | droplet | sweat -๐ŸŒŠ sky & weather wave ocean | water | wave -๐ŸŽƒ Activities event celebration | halloween | jack | jack-o-lantern | lantern | Halloween | jack-oโ€™-lantern -๐ŸŽ„ Activities event tree celebration | Christmas | tree -๐ŸŽ† Activities event celebration | fireworks -๐ŸŽ‡ Activities event celebration | fireworks | sparkle | sparkler -๐Ÿงจ Activities event dynamite | explosive | firecracker | fireworks -โœจ Activities event * | sparkle | sparkles | star -๐ŸŽˆ Activities event balloon | celebration -๐ŸŽ‰ Activities event popper celebration | party | popper | tada | ta-da -๐ŸŽŠ Activities event ball ball | celebration | confetti -๐ŸŽ‹ Activities event tree banner | celebration | Japanese | tanabata tree | tree | Tanabata tree -๐ŸŽ Activities event decoration bamboo | celebration | Japanese | pine | pine decoration | decoration -๐ŸŽŽ Activities event dolls celebration | doll | festival | Japanese | Japanese dolls -๐ŸŽ Activities event streamer carp | celebration | streamer | carp wind sock | Japanese wind socks | koinobori -๐ŸŽ Activities event chime bell | celebration | chime | wind -๐ŸŽ‘ Activities event viewing ceremony celebration | ceremony | moon | moon viewing ceremony | moon-viewing ceremony -๐Ÿงง Activities event envelope gift | good luck | hรณngbฤo | lai see | money | red envelope -๐ŸŽ€ Activities event celebration | ribbon -๐ŸŽ Activities event gift box | celebration | gift | present | wrapped -๐ŸŽ—๏ธ Activities event ribbon -๐ŸŽ— Activities event ribbon celebration | reminder | ribbon -๐ŸŽŸ๏ธ Activities event tickets -๐ŸŽŸ Activities event tickets admission | admission tickets | ticket | entry -๐ŸŽซ Activities event admission | ticket -๐ŸŽ–๏ธ Activities award-medal medal -๐ŸŽ– Activities award-medal medal celebration | medal | military -๐Ÿ† Activities award-medal prize | trophy | celebration -๐Ÿ… Activities award-medal medal medal | sports medal | celebration | sports -๐Ÿฅ‡ Activities award-medal place medal 1st place medal | first | gold | medal -๐Ÿฅˆ Activities award-medal place medal 2nd place medal | medal | second | silver -๐Ÿฅ‰ Activities award-medal place medal 3rd place medal | bronze | medal | third -โšฝ Activities sport ball ball | football | soccer -โšพ Activities sport ball | baseball -๐ŸฅŽ Activities sport ball | glove | softball | underarm -๐Ÿ€ Activities sport ball | basketball | hoop -๐Ÿ Activities sport ball | game | volleyball -๐Ÿˆ Activities sport football american | ball | football -๐Ÿ‰ Activities sport football ball | football | rugby | australian football | rugby ball | rugby league | rugby union -๐ŸŽพ Activities sport ball | racquet | tennis -๐Ÿฅ Activities sport disc flying disc | ultimate | frisbee | Frisbee -๐ŸŽณ Activities sport ball | bowling | game | tenpin bowling -๐Ÿ Activities sport game ball | bat | cricket game | game | cricket | cricket match -๐Ÿ‘ Activities sport hockey ball | field | game | hockey | stick -๐Ÿ’ Activities sport hockey game | hockey | ice | puck | stick -๐Ÿฅ Activities sport ball | goal | lacrosse | stick -๐Ÿ“ Activities sport pong ball | bat | game | paddle | ping pong | table tennis | ping-pong -๐Ÿธ Activities sport badminton | birdie | game | racquet | shuttlecock -๐ŸฅŠ Activities sport glove boxing | glove -๐Ÿฅ‹ Activities sport arts uniform judo | karate | martial arts | martial arts uniform | taekwondo | uniform | MMA -๐Ÿฅ… Activities sport net goal | net | goal cage -โ›ณ Activities sport in hole flag in hole | golf | hole | flag -โ›ธ๏ธ Activities sport skate -โ›ธ Activities sport skate ice | skate | ice skating -๐ŸŽฃ Activities sport pole fish | fishing pole | pole | fishing | rod | fishing rod -๐Ÿคฟ Activities sport mask diving | diving mask | scuba | snorkeling | snorkelling -๐ŸŽฝ Activities sport shirt athletics | running | sash | shirt -๐ŸŽฟ Activities sport ski | skis | snow | skiing -๐Ÿ›ท Activities sport sled | sledge | sleigh -๐ŸฅŒ Activities sport stone curling stone | game | rock | curling | stone | curling rock -๐ŸŽฏ Activities game bullseye | dart | direct hit | game | hit | target | bullโ€™s-eye -๐Ÿช€ Activities game fluctuate | toy | yo-yo -๐Ÿช Activities game fly | kite | soar -๐Ÿ”ซ Activities game pistol gun | handgun | pistol | revolver | tool | water | weapon | toy | water pistol -๐ŸŽฑ Activities game 8 ball 8 | ball | billiard | eight | game | pool 8 ball | magic 8 ball -๐Ÿ”ฎ Activities game ball ball | crystal | fairy tale | fantasy | fortune | tool -๐Ÿช„ Activities game wand magic | magic wand | witch | wizard -๐ŸŽฎ Activities game game controller | game | video game -๐Ÿ•น๏ธ Activities game -๐Ÿ•น Activities game game | joystick | video game -๐ŸŽฐ Activities game machine game | slot | slot machine | pokie | pokies -๐ŸŽฒ Activities game die dice | die | game -๐Ÿงฉ Activities game piece clue | interlocking | jigsaw | piece | puzzle -๐Ÿงธ Activities game bear plaything | plush | stuffed | teddy bear | toy -๐Ÿช… Activities game celebration | party | piรฑata -๐Ÿชฉ Activities game ball dance | disco | glitter | mirror ball | party -๐Ÿช† Activities game dolls doll | nesting | nesting dolls | russia | babushka | matryoshka | Russian dolls | Russia -โ™ ๏ธ Activities game suit -โ™  Activities game suit card | game | spade suit -โ™ฅ๏ธ Activities game suit -โ™ฅ Activities game suit card | game | heart suit -โ™ฆ๏ธ Activities game suit -โ™ฆ Activities game suit card | diamond suit | game | diamonds -โ™ฃ๏ธ Activities game suit -โ™ฃ Activities game suit card | club suit | game | clubs -โ™Ÿ๏ธ Activities game pawn -โ™Ÿ Activities game pawn chess | chess pawn | dupe | expendable -๐Ÿƒ Activities game card | game | joker | wildcard -๐Ÿ€„ Activities game red dragon game | mahjong | mahjong red dragon | red | Mahjong | Mahjong red dragon -๐ŸŽด Activities game playing cards card | flower | flower playing cards | game | Japanese | playing -๐ŸŽญ Activities arts & crafts arts art | mask | performing | performing arts | theater | theatre -๐Ÿ–ผ๏ธ Activities arts & crafts picture -๐Ÿ–ผ Activities arts & crafts picture art | frame | framed picture | museum | painting | picture -๐ŸŽจ Activities arts & crafts palette art | artist palette | museum | painting | palette -๐Ÿงต Activities arts & crafts needle | sewing | spool | string | thread -๐Ÿชก Activities arts & crafts needle embroidery | needle | sewing | stitches | sutures | tailoring | needle and thread -๐Ÿงถ Activities arts & crafts ball | crochet | knit | yarn -๐Ÿชข Activities arts & crafts knot | rope | tangled | tie | twine | twist -๐Ÿ‘“ Objects clothing clothing | eye | eyeglasses | eyewear | glasses -๐Ÿ•ถ๏ธ Objects clothing -๐Ÿ•ถ Objects clothing dark | eye | eyewear | glasses | sunglasses | sunnies -๐Ÿฅฝ Objects clothing eye protection | goggles | swimming | welding -๐Ÿฅผ Objects clothing coat doctor | experiment | lab coat | scientist -๐Ÿฆบ Objects clothing vest emergency | safety | vest | hi-vis | high-vis | jacket | life jacket -๐Ÿ‘” Objects clothing clothing | necktie | tie -๐Ÿ‘• Objects clothing clothing | shirt | t-shirt | tshirt | T-shirt | tee | tee-shirt -๐Ÿ‘– Objects clothing clothing | jeans | pants | trousers -๐Ÿงฃ Objects clothing neck | scarf -๐Ÿงค Objects clothing gloves | hand -๐Ÿงฅ Objects clothing coat | jacket -๐Ÿงฆ Objects clothing socks | stocking -๐Ÿ‘— Objects clothing clothing | dress | womanโ€™s clothes -๐Ÿ‘˜ Objects clothing clothing | kimono -๐Ÿฅป Objects clothing clothing | dress | sari -๐Ÿฉฑ Objects clothing swimsuit bathing suit | one-piece swimsuit | swimming costume -๐Ÿฉฒ Objects clothing bathing suit | briefs | one-piece | swimsuit | underwear | pants | bathers | speedos -๐Ÿฉณ Objects clothing bathing suit | pants | shorts | underwear | boardshorts | swim shorts | boardies -๐Ÿ‘™ Objects clothing bikini | clothing | swim | swim suit | two-piece -๐Ÿ‘š Objects clothing clothes clothing | woman | womanโ€™s clothes | blouse | top -๐Ÿชญ Objects clothing hand fan cooling | dance | fan | flutter | folding hand fan | hot | shy -๐Ÿ‘› Objects clothing clothing | coin | purse | accessories -๐Ÿ‘œ Objects clothing bag | clothing | handbag | purse | accessories | tote -๐Ÿ‘ Objects clothing bag bag | clothing | clutch bag | pouch | accessories -๐Ÿ›๏ธ Objects clothing bags -๐Ÿ› Objects clothing bags bag | hotel | shopping | shopping bags -๐ŸŽ’ Objects clothing backpack | bag | rucksack | satchel | school -๐Ÿฉด Objects clothing sandal beach sandals | sandals | thong sandal | thong sandals | thongs | zลri | flip-flop | flipflop | zori | beach sandal | sandal | thong -๐Ÿ‘ž Objects clothing shoe clothing | man | manโ€™s shoe | shoe -๐Ÿ‘Ÿ Objects clothing shoe athletic | clothing | running shoe | shoe | sneaker | runners | trainer -๐Ÿฅพ Objects clothing boot backpacking | boot | camping | hiking -๐Ÿฅฟ Objects clothing shoe ballet flat | flat shoe | slip-on | slipper | pump -๐Ÿ‘  Objects clothing shoe clothing | heel | high-heeled shoe | shoe | woman | stiletto -๐Ÿ‘ก Objects clothing sandal clothing | sandal | shoe | woman | womanโ€™s sandal -๐Ÿฉฐ Objects clothing shoes ballet | ballet shoes | dance -๐Ÿ‘ข Objects clothing boot boot | clothing | shoe | woman | womanโ€™s boot -๐Ÿชฎ Objects clothing pick Afro | comb | hair | pick -๐Ÿ‘‘ Objects clothing clothing | crown | king | queen -๐Ÿ‘’ Objects clothing hat clothing | hat | woman | womanโ€™s hat -๐ŸŽฉ Objects clothing hat clothing | hat | top | tophat -๐ŸŽ“ Objects clothing cap cap | celebration | clothing | graduation | hat -๐Ÿงข Objects clothing cap baseball cap | billed cap -๐Ÿช– Objects clothing helmet army | helmet | military | soldier | warrior -โ›‘๏ธ Objects clothing workerโ€™s helmet -โ›‘ Objects clothing workerโ€™s helmet aid | cross | face | hat | helmet | rescue workerโ€™s helmet -๐Ÿ“ฟ Objects clothing beads beads | clothing | necklace | prayer | religion -๐Ÿ’„ Objects clothing cosmetics | lipstick | makeup | make-up -๐Ÿ’ Objects clothing diamond | ring -๐Ÿ’Ž Objects clothing stone diamond | gem | gem stone | jewel | gemstone -๐Ÿ”‡ Objects sound speaker mute | muted speaker | quiet | silent | speaker -๐Ÿ”ˆ Objects sound low volume soft | speaker low volume | low | quiet | speaker | volume -๐Ÿ”‰ Objects sound medium volume medium | speaker medium volume -๐Ÿ”Š Objects sound high volume loud | speaker high volume -๐Ÿ“ข Objects sound loud | loudspeaker | public address -๐Ÿ“ฃ Objects sound cheering | megaphone -๐Ÿ“ฏ Objects sound horn horn | post | postal -๐Ÿ”” Objects sound bell -๐Ÿ”• Objects sound with slash bell | bell with slash | forbidden | mute | quiet | silent -๐ŸŽผ Objects music score music | musical score | score -๐ŸŽต Objects music note music | musical note | note -๐ŸŽถ Objects music notes music | musical notes | note | notes -๐ŸŽ™๏ธ Objects music microphone -๐ŸŽ™ Objects music microphone mic | microphone | music | studio -๐ŸŽš๏ธ Objects music slider -๐ŸŽš Objects music slider level | music | slider -๐ŸŽ›๏ธ Objects music knobs -๐ŸŽ› Objects music knobs control | knobs | music -๐ŸŽค Objects music karaoke | mic | microphone -๐ŸŽง Objects music earbud | headphone -๐Ÿ“ป Objects music radio | video | AM | FM | wireless -๐ŸŽท Objects musical-instrument instrument | music | sax | saxophone -๐Ÿช— Objects musical-instrument accordion | concertina | squeeze box -๐ŸŽธ Objects musical-instrument guitar | instrument | music -๐ŸŽน Objects musical-instrument keyboard instrument | keyboard | music | musical keyboard | piano | organ -๐ŸŽบ Objects musical-instrument instrument | music | trumpet -๐ŸŽป Objects musical-instrument instrument | music | violin -๐Ÿช• Objects musical-instrument banjo | music | stringed -๐Ÿฅ Objects musical-instrument drum | drumsticks | music | percussions -๐Ÿช˜ Objects musical-instrument drum beat | conga | drum | long drum | rhythm -๐Ÿช‡ Objects musical-instrument instrument | maracas | music | percussion | rattle | shake -๐Ÿชˆ Objects musical-instrument fife | flute | music | pipe | recorder | woodwind -๐Ÿ“ฑ Objects phone phone cell | mobile | phone | telephone -๐Ÿ“ฒ Objects phone phone with arrow arrow | cell | mobile | mobile phone with arrow | phone | receive -โ˜Ž๏ธ Objects phone -โ˜Ž Objects phone phone | telephone | landline -๐Ÿ“ž Objects phone receiver phone | receiver | telephone -๐Ÿ“Ÿ Objects phone pager -๐Ÿ“  Objects phone machine fax | fax machine -๐Ÿ”‹ Objects computer battery -๐Ÿชซ Objects computer battery electronic | low battery | low energy -๐Ÿ”Œ Objects computer plug electric | electricity | plug -๐Ÿ’ป Objects computer computer | laptop | pc | personal | PC -๐Ÿ–ฅ๏ธ Objects computer computer -๐Ÿ–ฅ Objects computer computer computer | desktop -๐Ÿ–จ๏ธ Objects computer -๐Ÿ–จ Objects computer computer | printer -โŒจ๏ธ Objects computer -โŒจ Objects computer computer | keyboard -๐Ÿ–ฑ๏ธ Objects computer mouse -๐Ÿ–ฑ Objects computer mouse computer | computer mouse -๐Ÿ–ฒ๏ธ Objects computer -๐Ÿ–ฒ Objects computer computer | trackball -๐Ÿ’ฝ Objects computer disk computer | disk | minidisk | optical -๐Ÿ’พ Objects computer disk computer | disk | floppy | diskette -๐Ÿ’ฟ Objects computer disk CD | computer | disk | optical -๐Ÿ“€ Objects computer Blu-ray | computer | disk | DVD | optical | blu-ray -๐Ÿงฎ Objects computer abacus | calculation -๐ŸŽฅ Objects light & video camera camera | cinema | movie -๐ŸŽž๏ธ Objects light & video frames -๐ŸŽž Objects light & video frames cinema | film | frames | movie -๐Ÿ“ฝ๏ธ Objects light & video projector -๐Ÿ“ฝ Objects light & video projector cinema | film | movie | projector | video -๐ŸŽฌ Objects light & video board clapper | clapper board | movie | clapperboard | film -๐Ÿ“บ Objects light & video television | tv | video | TV -๐Ÿ“ท Objects light & video camera | video -๐Ÿ“ธ Objects light & video with flash camera | camera with flash | flash | video -๐Ÿ“น Objects light & video camera camera | video -๐Ÿ“ผ Objects light & video tape | vhs | video | videocassette | VHS | videotape -๐Ÿ” Objects light & video glass tilted left glass | magnifying | magnifying glass tilted left | search | tool -๐Ÿ”Ž Objects light & video glass tilted right glass | magnifying | magnifying glass tilted right | search | tool -๐Ÿ•ฏ๏ธ Objects light & video -๐Ÿ•ฏ Objects light & video candle | light -๐Ÿ’ก Objects light & video bulb bulb | comic | electric | idea | light | globe -๐Ÿ”ฆ Objects light & video electric | flashlight | light | tool | torch -๐Ÿฎ Objects light & video paper lantern bar | lantern | light | red | red paper lantern -๐Ÿช” Objects light & video lamp diya | lamp | oil -๐Ÿ“” Objects book-paper with decorative cover book | cover | decorated | notebook | notebook with decorative cover -๐Ÿ“• Objects book-paper book book | closed -๐Ÿ“– Objects book-paper book book | open -๐Ÿ“— Objects book-paper book book | green -๐Ÿ“˜ Objects book-paper book blue | book -๐Ÿ“™ Objects book-paper book book | orange -๐Ÿ“š Objects book-paper book | books -๐Ÿ““ Objects book-paper notebook -๐Ÿ“’ Objects book-paper ledger | notebook -๐Ÿ“ƒ Objects book-paper with curl curl | document | page | page with curl -๐Ÿ“œ Objects book-paper paper | scroll -๐Ÿ“„ Objects book-paper facing up document | page | page facing up -๐Ÿ“ฐ Objects book-paper news | newspaper | paper -๐Ÿ—ž๏ธ Objects book-paper newspaper -๐Ÿ—ž Objects book-paper newspaper news | newspaper | paper | rolled | rolled-up newspaper -๐Ÿ“‘ Objects book-paper tabs bookmark | mark | marker | tabs -๐Ÿ”– Objects book-paper bookmark | mark -๐Ÿท๏ธ Objects book-paper -๐Ÿท Objects book-paper label | tag -๐Ÿ’ฐ Objects money bag bag | dollar | money | moneybag -๐Ÿช™ Objects money coin | gold | metal | money | silver | treasure -๐Ÿ’ด Objects money banknote banknote | bill | currency | money | note | yen -๐Ÿ’ต Objects money banknote banknote | bill | currency | dollar | money | note -๐Ÿ’ถ Objects money banknote banknote | bill | currency | euro | money | note -๐Ÿ’ท Objects money banknote banknote | bill | currency | money | note | pound | sterling -๐Ÿ’ธ Objects money with wings banknote | bill | fly | money | money with wings | wings -๐Ÿ’ณ Objects money card card | credit | money -๐Ÿงพ Objects money accounting | bookkeeping | evidence | proof | receipt -๐Ÿ’น Objects money increasing with yen chart | chart increasing with yen | graph | growth | money | yen | graph increasing with yen -โœ‰๏ธ Objects mail -โœ‰ Objects mail email | envelope | letter | e-mail -๐Ÿ“ง Objects mail e-mail | email | letter | mail -๐Ÿ“จ Objects mail envelope e-mail | email | envelope | incoming | letter | receive -๐Ÿ“ฉ Objects mail with arrow arrow | e-mail | email | envelope | envelope with arrow | outgoing -๐Ÿ“ค Objects mail tray box | letter | mail | outbox | sent | tray | out tray -๐Ÿ“ฅ Objects mail tray box | inbox | letter | mail | receive | tray | in tray -๐Ÿ“ฆ Objects mail box | package | parcel -๐Ÿ“ซ Objects mail mailbox with raised flag closed | closed mailbox with raised flag | mail | mailbox | postbox | closed postbox with raised flag | letterbox | post | post box | closed letterbox with raised flag -๐Ÿ“ช Objects mail mailbox with lowered flag closed | closed mailbox with lowered flag | lowered | mail | mailbox | postbox | closed postbox with lowered flag | letterbox | post box | closed letterbox with lowered flag -๐Ÿ“ฌ Objects mail mailbox with raised flag mail | mailbox | open | open mailbox with raised flag | postbox | open postbox with raised flag | post | post box | open letterbox with raised flag -๐Ÿ“ญ Objects mail mailbox with lowered flag lowered | mail | mailbox | open | open mailbox with lowered flag | postbox | open postbox with lowered flag | post | post box | open letterbox with lowered flag -๐Ÿ“ฎ Objects mail mail | mailbox | postbox | post | post box -๐Ÿ—ณ๏ธ Objects mail box with ballot -๐Ÿ—ณ Objects mail box with ballot ballot | ballot box with ballot | box -โœ๏ธ Objects writing -โœ Objects writing pencil -โœ’๏ธ Objects writing nib -โœ’ Objects writing nib black nib | nib | pen -๐Ÿ–‹๏ธ Objects writing pen -๐Ÿ–‹ Objects writing pen fountain | pen -๐Ÿ–Š๏ธ Objects writing -๐Ÿ–Š Objects writing ballpoint | pen -๐Ÿ–Œ๏ธ Objects writing -๐Ÿ–Œ Objects writing paintbrush | painting -๐Ÿ–๏ธ Objects writing -๐Ÿ– Objects writing crayon -๐Ÿ“ Objects writing memo | pencil -๐Ÿ’ผ Objects office briefcase -๐Ÿ“ Objects office folder file | folder -๐Ÿ“‚ Objects office file folder file | folder | open -๐Ÿ—‚๏ธ Objects office index dividers -๐Ÿ—‚ Objects office index dividers card | dividers | index -๐Ÿ“… Objects office calendar | date -๐Ÿ“† Objects office calendar calendar | tear-off calendar -๐Ÿ—’๏ธ Objects office notepad -๐Ÿ—’ Objects office notepad note | pad | spiral | spiral notepad -๐Ÿ—“๏ธ Objects office calendar -๐Ÿ—“ Objects office calendar calendar | pad | spiral -๐Ÿ“‡ Objects office index card | index | rolodex -๐Ÿ“ˆ Objects office increasing chart | chart increasing | graph | growth | trend | upward | graph increasing -๐Ÿ“‰ Objects office decreasing chart | chart decreasing | down | graph | trend | graph decreasing -๐Ÿ“Š Objects office chart bar | chart | graph -๐Ÿ“‹ Objects office clipboard -๐Ÿ“Œ Objects office pin | pushpin | drawing-pin -๐Ÿ“ Objects office pushpin pin | pushpin | round pushpin | round drawing-pin -๐Ÿ“Ž Objects office paperclip -๐Ÿ–‡๏ธ Objects office paperclips -๐Ÿ–‡ Objects office paperclips link | linked paperclips | paperclip -๐Ÿ“ Objects office ruler ruler | straight edge | straight ruler -๐Ÿ“ Objects office ruler ruler | set | triangle | triangular ruler | set square -โœ‚๏ธ Objects office -โœ‚ Objects office cutting | scissors | tool -๐Ÿ—ƒ๏ธ Objects office file box -๐Ÿ—ƒ Objects office file box box | card | file -๐Ÿ—„๏ธ Objects office cabinet -๐Ÿ—„ Objects office cabinet cabinet | file | filing -๐Ÿ—‘๏ธ Objects office -๐Ÿ—‘ Objects office wastebasket | rubbish bin | trash | waste paper basket -๐Ÿ”’ Objects lock closed | locked | padlock -๐Ÿ”“ Objects lock lock | open | unlock | unlocked | padlock -๐Ÿ” Objects lock with pen ink | lock | locked with pen | nib | pen | privacy -๐Ÿ” Objects lock with key closed | key | lock | locked with key | secure -๐Ÿ”‘ Objects lock key | lock | password -๐Ÿ—๏ธ Objects lock key -๐Ÿ— Objects lock key clue | key | lock | old -๐Ÿ”จ Objects tool hammer | tool -๐Ÿช“ Objects tool axe | chop | hatchet | split | wood -โ›๏ธ Objects tool -โ› Objects tool mining | pick | tool -โš’๏ธ Objects tool and pick -โš’ Objects tool and pick hammer | hammer and pick | pick | tool -๐Ÿ› ๏ธ Objects tool and wrench -๐Ÿ›  Objects tool and wrench hammer | hammer and wrench | spanner | tool | wrench | hammer and spanner -๐Ÿ—ก๏ธ Objects tool -๐Ÿ—ก Objects tool dagger | knife | weapon -โš”๏ธ Objects tool swords -โš” Objects tool swords crossed | swords | weapon -๐Ÿ’ฃ Objects tool bomb | comic -๐Ÿชƒ Objects tool boomerang | rebound | repercussion -๐Ÿน Objects tool and arrow archer | arrow | bow | bow and arrow | Sagittarius | zodiac -๐Ÿ›ก๏ธ Objects tool -๐Ÿ›ก Objects tool shield | weapon -๐Ÿชš Objects tool saw carpenter | carpentry saw | lumber | saw | tool -๐Ÿ”ง Objects tool spanner | tool | wrench -๐Ÿช› Objects tool screw | screwdriver | tool -๐Ÿ”ฉ Objects tool and bolt bolt | nut | nut and bolt | tool -โš™๏ธ Objects tool -โš™ Objects tool cog | cogwheel | gear | tool -๐Ÿ—œ๏ธ Objects tool -๐Ÿ—œ Objects tool clamp | compress | tool | vice -โš–๏ธ Objects tool scale -โš– Objects tool scale balance | justice | Libra | scale | zodiac -๐Ÿฆฏ Objects tool cane accessibility | blind | white cane | guide cane | long mobility cane -๐Ÿ”— Objects tool link -โ›“๏ธโ€๐Ÿ’ฅ Objects tool chain -โ›“โ€๐Ÿ’ฅ Objects tool chain break | breaking | broken chain | chain | cuffs | freedom -โ›“๏ธ Objects tool -โ›“ Objects tool chain | chains -๐Ÿช Objects tool catch | crook | curve | ensnare | hook | selling point | fishing -๐Ÿงฐ Objects tool chest | mechanic | tool | toolbox -๐Ÿงฒ Objects tool attraction | horseshoe | magnet | magnetic -๐Ÿชœ Objects tool climb | ladder | rung | step -โš—๏ธ Objects science -โš— Objects science alembic | chemistry | tool -๐Ÿงช Objects science tube chemist | chemistry | experiment | lab | science | test tube -๐Ÿงซ Objects science dish bacteria | biologist | biology | culture | lab | petri dish -๐Ÿงฌ Objects science biologist | dna | evolution | gene | genetics | life | DNA -๐Ÿ”ฌ Objects science microscope | science | tool -๐Ÿ”ญ Objects science science | telescope | tool -๐Ÿ“ก Objects science antenna antenna | dish | satellite -๐Ÿ’‰ Objects medical medicine | needle | shot | sick | syringe | ill | injection -๐Ÿฉธ Objects medical of blood bleed | blood donation | drop of blood | injury | medicine | menstruation -๐Ÿ’Š Objects medical doctor | medicine | pill | sick | capsule -๐Ÿฉน Objects medical bandage adhesive bandage | bandage | injury | plaster | sticking plaster | bandaid | dressing -๐Ÿฉผ Objects medical cane | crutch | disability | hurt | mobility aid | stick -๐Ÿฉบ Objects medical doctor | heart | medicine | stethoscope -๐Ÿฉป Objects medical bones | doctor | medical | skeleton | x-ray | X-ray -๐Ÿšช Objects household door -๐Ÿ›— Objects household accessibility | elevator | hoist | lift -๐Ÿชž Objects household mirror | reflection | reflector | speculum | looking glass -๐ŸชŸ Objects household frame | fresh air | opening | transparent | view | window -๐Ÿ›๏ธ Objects household -๐Ÿ› Objects household bed | hotel | sleep -๐Ÿ›‹๏ธ Objects household and lamp -๐Ÿ›‹ Objects household and lamp couch | couch and lamp | hotel | lamp | sofa | sofa and lamp -๐Ÿช‘ Objects household chair | seat | sit -๐Ÿšฝ Objects household toilet | facilities | loo | WC | lavatory -๐Ÿช  Objects household force cup | plumber | plunger | suction | toilet -๐Ÿšฟ Objects household shower | water -๐Ÿ› Objects household bath | bathtub -๐Ÿชค Objects household trap bait | mouse trap | mousetrap | snare | trap | mouse -๐Ÿช’ Objects household razor | sharp | shave | cut-throat -๐Ÿงด Objects household bottle lotion | lotion bottle | moisturizer | shampoo | sunscreen | moisturiser -๐Ÿงท Objects household pin diaper | punk rock | safety pin | nappy -๐Ÿงน Objects household broom | cleaning | sweeping | witch -๐Ÿงบ Objects household basket | farming | laundry | picnic -๐Ÿงป Objects household of paper paper towels | roll of paper | toilet paper | toilet roll -๐Ÿชฃ Objects household bucket | cask | pail | vat -๐Ÿงผ Objects household bar | bathing | cleaning | lather | soap | soapdish -๐Ÿซง Objects household bubbles | burp | clean | soap | underwater -๐Ÿชฅ Objects household bathroom | brush | clean | dental | hygiene | teeth | toothbrush -๐Ÿงฝ Objects household absorbing | cleaning | porous | sponge -๐Ÿงฏ Objects household extinguisher extinguish | fire | fire extinguisher | quench -๐Ÿ›’ Objects household cart cart | shopping | trolley | basket -๐Ÿšฌ Objects other-object cigarette | smoking -โšฐ๏ธ Objects other-object -โšฐ Objects other-object coffin | death | casket -๐Ÿชฆ Objects other-object cemetery | grave | graveyard | headstone | tombstone -โšฑ๏ธ Objects other-object urn -โšฑ Objects other-object urn ashes | death | funeral | urn -๐Ÿงฟ Objects other-object amulet bead | charm | evil-eye | nazar | nazar amulet | talisman | amulet | evil eye -๐Ÿชฌ Objects other-object amulet | Fatima | hamsa | hand | Mary | Miriam | protection -๐Ÿ—ฟ Objects other-object face | moai | moyai | statue -๐Ÿชง Objects other-object demonstration | picket | placard | protest | sign -๐Ÿชช Objects other-object card credentials | ID | identification card | license | security | driving | licence -๐Ÿง Symbols transport-sign sign ATM | ATM sign | automated | bank | teller -๐Ÿšฎ Symbols transport-sign in bin sign litter | litter bin | litter in bin sign | garbage | trash -๐Ÿšฐ Symbols transport-sign water drinking | potable | water -โ™ฟ Symbols transport-sign symbol access | wheelchair symbol | disabled access -๐Ÿšน Symbols transport-sign room bathroom | lavatory | man | menโ€™s room | restroom | toilet | WC | menโ€™s | washroom | wc -๐Ÿšบ Symbols transport-sign room bathroom | lavatory | restroom | toilet | WC | woman | womenโ€™s room | ladies room | wc | womenโ€™s toilet | ladiesโ€™ room -๐Ÿšป Symbols transport-sign bathroom | lavatory | restroom | toilet | WC | washroom -๐Ÿšผ Symbols transport-sign symbol baby | baby symbol | changing | change room -๐Ÿšพ Symbols transport-sign closet bathroom | closet | lavatory | restroom | toilet | water | WC | wc | amenities | water closet -๐Ÿ›‚ Symbols transport-sign control control | passport | border | security -๐Ÿ›ƒ Symbols transport-sign customs -๐Ÿ›„ Symbols transport-sign claim baggage | claim -๐Ÿ›… Symbols transport-sign luggage baggage | left luggage | locker | luggage -โš ๏ธ Symbols warning -โš  Symbols warning warning -๐Ÿšธ Symbols warning crossing child | children crossing | crossing | pedestrian | traffic -โ›” Symbols warning entry entry | forbidden | no | not | prohibited | traffic | denied -๐Ÿšซ Symbols warning entry | forbidden | no | not | prohibited | denied -๐Ÿšณ Symbols warning bicycles bicycle | bike | forbidden | no | no bicycles | prohibited -๐Ÿšญ Symbols warning smoking forbidden | no | not | prohibited | smoking | denied -๐Ÿšฏ Symbols warning littering forbidden | litter | no | no littering | not | prohibited | denied -๐Ÿšฑ Symbols warning water non-drinking | non-potable | water | non-drinkable water -๐Ÿšท Symbols warning pedestrians forbidden | no | no pedestrians | not | pedestrian | prohibited | denied -๐Ÿ“ต Symbols warning mobile phones cell | forbidden | mobile | no | no mobile phones | phone -๐Ÿ”ž Symbols warning one under eighteen 18 | age restriction | eighteen | no one under eighteen | prohibited | underage -โ˜ข๏ธ Symbols warning -โ˜ข Symbols warning radioactive | sign -โ˜ฃ๏ธ Symbols warning -โ˜ฃ Symbols warning biohazard | sign -โฌ†๏ธ Symbols arrow arrow -โฌ† Symbols arrow arrow arrow | cardinal | direction | north | up arrow | up -โ†—๏ธ Symbols arrow arrow -โ†— Symbols arrow arrow arrow | direction | intercardinal | northeast | up-right arrow -โžก๏ธ Symbols arrow arrow -โžก Symbols arrow arrow arrow | cardinal | direction | east | right arrow -โ†˜๏ธ Symbols arrow arrow -โ†˜ Symbols arrow arrow arrow | direction | down-right arrow | intercardinal | southeast -โฌ‡๏ธ Symbols arrow arrow -โฌ‡ Symbols arrow arrow arrow | cardinal | direction | down | south -โ†™๏ธ Symbols arrow arrow -โ†™ Symbols arrow arrow arrow | direction | down-left arrow | intercardinal | southwest -โฌ…๏ธ Symbols arrow arrow -โฌ… Symbols arrow arrow arrow | cardinal | direction | left arrow | west -โ†–๏ธ Symbols arrow arrow -โ†– Symbols arrow arrow arrow | direction | intercardinal | northwest | up-left arrow -โ†•๏ธ Symbols arrow arrow -โ†• Symbols arrow arrow arrow | up-down arrow -โ†”๏ธ Symbols arrow arrow -โ†” Symbols arrow arrow arrow | left-right arrow -โ†ฉ๏ธ Symbols arrow arrow curving left -โ†ฉ Symbols arrow arrow curving left arrow | right arrow curving left -โ†ช๏ธ Symbols arrow arrow curving right -โ†ช Symbols arrow arrow curving right arrow | left arrow curving right -โคด๏ธ Symbols arrow arrow curving up -โคด Symbols arrow arrow curving up arrow | right arrow curving up -โคต๏ธ Symbols arrow arrow curving down -โคต Symbols arrow arrow curving down arrow | down | right arrow curving down -๐Ÿ”ƒ Symbols arrow vertical arrows arrow | clockwise | clockwise vertical arrows | reload -๐Ÿ”„ Symbols arrow arrows button anticlockwise | arrow | counterclockwise | counterclockwise arrows button | withershins | anticlockwise arrows button -๐Ÿ”™ Symbols arrow arrow arrow | BACK -๐Ÿ”š Symbols arrow arrow arrow | END -๐Ÿ”› Symbols arrow arrow arrow | mark | ON | ON! -๐Ÿ”œ Symbols arrow arrow arrow | SOON -๐Ÿ” Symbols arrow arrow arrow | TOP | up -๐Ÿ› Symbols religion of worship place of worship | religion | worship -โš›๏ธ Symbols religion symbol -โš› Symbols religion symbol atheist | atom | atom symbol -๐Ÿ•‰๏ธ Symbols religion -๐Ÿ•‰ Symbols religion Hindu | om | religion -โœก๏ธ Symbols religion of David -โœก Symbols religion of David David | Jew | Jewish | religion | star | star of David | Judaism | Star of David -โ˜ธ๏ธ Symbols religion of dharma -โ˜ธ Symbols religion of dharma Buddhist | dharma | religion | wheel | wheel of dharma -โ˜ฏ๏ธ Symbols religion yang -โ˜ฏ Symbols religion yang religion | tao | taoist | yang | yin | Tao | Taoist -โœ๏ธ Symbols religion cross -โœ Symbols religion cross Christian | cross | latin cross | religion | Latin cross -โ˜ฆ๏ธ Symbols religion cross -โ˜ฆ Symbols religion cross Christian | cross | orthodox cross | religion | Orthodox cross -โ˜ช๏ธ Symbols religion and crescent -โ˜ช Symbols religion and crescent islam | Muslim | religion | star and crescent | Islam -โ˜ฎ๏ธ Symbols religion symbol -โ˜ฎ Symbols religion symbol peace | peace symbol -๐Ÿ•Ž Symbols religion candelabrum | candlestick | menorah | religion -๐Ÿ”ฏ Symbols religion six-pointed star dotted six-pointed star | fortune | star -๐Ÿชฏ Symbols religion khanda | religion | Sikh -โ™ˆ Symbols zodiac Aries | ram | zodiac -โ™‰ Symbols zodiac bull | ox | Taurus | zodiac -โ™Š Symbols zodiac Gemini | twins | zodiac -โ™‹ Symbols zodiac Cancer | crab | zodiac -โ™Œ Symbols zodiac Leo | lion | zodiac -โ™ Symbols zodiac Virgo | zodiac | virgin -โ™Ž Symbols zodiac balance | justice | Libra | scales | zodiac -โ™ Symbols zodiac Scorpio | scorpion | scorpius | zodiac | Scorpius -โ™ Symbols zodiac archer | Sagittarius | zodiac | centaur -โ™‘ Symbols zodiac Capricorn | goat | zodiac -โ™’ Symbols zodiac Aquarius | bearer | water | zodiac | water bearer -โ™“ Symbols zodiac fish | Pisces | zodiac -โ›Ž Symbols zodiac bearer | Ophiuchus | serpent | snake | zodiac -๐Ÿ”€ Symbols av-symbol tracks button arrow | crossed | shuffle tracks button -๐Ÿ” Symbols av-symbol button arrow | clockwise | repeat | repeat button -๐Ÿ”‚ Symbols av-symbol single button arrow | clockwise | once | repeat single button -โ–ถ๏ธ Symbols av-symbol button -โ–ถ Symbols av-symbol button arrow | play | play button | right | triangle -โฉ Symbols av-symbol button arrow | double | fast | fast-forward button | forward | fast forward button -โญ๏ธ Symbols av-symbol track button -โญ Symbols av-symbol track button arrow | next scene | next track | next track button | triangle -โฏ๏ธ Symbols av-symbol or pause button -โฏ Symbols av-symbol or pause button arrow | pause | play | play or pause button | right | triangle -โ—€๏ธ Symbols av-symbol button -โ—€ Symbols av-symbol button arrow | left | reverse | reverse button | triangle -โช Symbols av-symbol reverse button arrow | double | fast reverse button | rewind -โฎ๏ธ Symbols av-symbol track button -โฎ Symbols av-symbol track button arrow | last track button | previous scene | previous track | triangle -๐Ÿ”ผ Symbols av-symbol button arrow | button | upwards button | red | upward button -โซ Symbols av-symbol up button arrow | double | fast up button -๐Ÿ”ฝ Symbols av-symbol button arrow | button | down | downwards button | downward button | red -โฌ Symbols av-symbol down button arrow | double | down | fast down button -โธ๏ธ Symbols av-symbol button -โธ Symbols av-symbol button bar | double | pause | pause button | vertical -โน๏ธ Symbols av-symbol button -โน Symbols av-symbol button square | stop | stop button -โบ๏ธ Symbols av-symbol button -โบ Symbols av-symbol button circle | record | record button -โ๏ธ Symbols av-symbol button -โ Symbols av-symbol button eject | eject button -๐ŸŽฆ Symbols av-symbol camera | cinema | film | movie -๐Ÿ”… Symbols av-symbol button brightness | dim | dim button | low -๐Ÿ”† Symbols av-symbol button bright | bright button | brightness | brightness button -๐Ÿ“ถ Symbols av-symbol bars antenna | antenna bars | bar | cell | mobile | phone -๐Ÿ›œ Symbols av-symbol computer | internet | network | wi-fi | wifi | wireless | Wi-Fi -๐Ÿ“ณ Symbols av-symbol mode cell | mobile | mode | phone | telephone | vibration | vibrate -๐Ÿ“ด Symbols av-symbol phone off cell | mobile | off | phone | telephone -โ™€๏ธ Symbols gender sign -โ™€ Symbols gender sign female sign | woman -โ™‚๏ธ Symbols gender sign -โ™‚ Symbols gender sign male sign | man -โšง๏ธ Symbols gender symbol -โšง Symbols gender symbol transgender | transgender symbol | trans -โœ–๏ธ Symbols math -โœ– Symbols math ร— | cancel | multiplication | multiply | sign | x | heavy multiplication sign -โž• Symbols math + | math | plus | sign | maths | add | addition -โž– Symbols math - | โˆ’ | math | minus | sign | heavy minus sign | maths | โ€“ | subtraction -โž— Symbols math รท | divide | division | math | sign -๐ŸŸฐ Symbols math equals sign equality | heavy equals sign | math | maths -โ™พ๏ธ Symbols math -โ™พ Symbols math forever | infinity | unbounded | universal | eternal | unbound -โ€ผ๏ธ Symbols punctuation exclamation mark -โ€ผ Symbols punctuation exclamation mark ! | !! | bangbang | double exclamation mark | exclamation | mark | punctuation -โ‰๏ธ Symbols punctuation question mark -โ‰ Symbols punctuation question mark ! | !? | ? | exclamation | interrobang | mark | punctuation | question | exclamation question mark -โ“ Symbols punctuation question mark ? | mark | punctuation | question | red question mark -โ” Symbols punctuation question mark ? | mark | outlined | punctuation | question | white question mark -โ• Symbols punctuation exclamation mark ! | exclamation | mark | outlined | punctuation | white exclamation mark -โ— Symbols punctuation exclamation mark ! | exclamation | mark | punctuation | red exclamation mark -ใ€ฐ๏ธ Symbols punctuation dash -ใ€ฐ Symbols punctuation dash dash | punctuation | wavy -๐Ÿ’ฑ Symbols currency exchange bank | currency | exchange | money -๐Ÿ’ฒ Symbols currency dollar sign currency | dollar | heavy dollar sign | money -โš•๏ธ Symbols other-symbol symbol -โš• Symbols other-symbol symbol aesculapius | medical symbol | medicine | staff -โ™ป๏ธ Symbols other-symbol symbol -โ™ป Symbols other-symbol symbol recycle | recycling symbol -โšœ๏ธ Symbols other-symbol -โšœ Symbols other-symbol fleur-de-lis -๐Ÿ”ฑ Symbols other-symbol emblem anchor | emblem | ship | tool | trident -๐Ÿ“› Symbols other-symbol badge badge | name -๐Ÿ”ฐ Symbols other-symbol symbol for beginner beginner | chevron | Japanese | Japanese symbol for beginner | leaf -โญ• Symbols other-symbol red circle circle | hollow red circle | large | o | red -โœ… Symbols other-symbol mark button โœ“ | button | check | mark | tick -โ˜‘๏ธ Symbols other-symbol box with check -โ˜‘ Symbols other-symbol box with check โœ“ | box | check | check box with check | tick | tick box with tick | ballot -โœ”๏ธ Symbols other-symbol mark -โœ” Symbols other-symbol mark โœ“ | check | mark | tick | check mark | heavy tick mark -โŒ Symbols other-symbol mark ร— | cancel | cross | mark | multiplication | multiply | x -โŽ Symbols other-symbol mark button ร— | cross mark button | mark | square | x -โžฐ Symbols other-symbol loop curl | curly loop | loop -โžฟ Symbols other-symbol curly loop curl | double | double curly loop | loop -ใ€ฝ๏ธ Symbols other-symbol alternation mark -ใ€ฝ Symbols other-symbol alternation mark mark | part | part alternation mark -โœณ๏ธ Symbols other-symbol asterisk -โœณ Symbols other-symbol asterisk * | asterisk | eight-spoked asterisk -โœด๏ธ Symbols other-symbol star -โœด Symbols other-symbol star * | eight-pointed star | star -โ‡๏ธ Symbols other-symbol -โ‡ Symbols other-symbol * | sparkle -ยฉ๏ธ Symbols other-symbol -ยฉ Symbols other-symbol C | copyright -ยฎ๏ธ Symbols other-symbol -ยฎ Symbols other-symbol R | registered | r | trademark -โ„ข๏ธ Symbols other-symbol mark -โ„ข Symbols other-symbol mark mark | TM | trade mark | trademark -#๏ธโƒฃ Symbols keycap # -#โƒฃ Symbols keycap # keycap | keycap: # -*๏ธโƒฃ Symbols keycap * -*โƒฃ Symbols keycap * keycap | keycap: * -0๏ธโƒฃ Symbols keycap 0 -0โƒฃ Symbols keycap 0 keycap | keycap: 0 -1๏ธโƒฃ Symbols keycap 1 -1โƒฃ Symbols keycap 1 keycap | keycap: 1 -2๏ธโƒฃ Symbols keycap 2 -2โƒฃ Symbols keycap 2 keycap | keycap: 2 -3๏ธโƒฃ Symbols keycap 3 -3โƒฃ Symbols keycap 3 keycap | keycap: 3 -4๏ธโƒฃ Symbols keycap 4 -4โƒฃ Symbols keycap 4 keycap | keycap: 4 -5๏ธโƒฃ Symbols keycap 5 -5โƒฃ Symbols keycap 5 keycap | keycap: 5 -6๏ธโƒฃ Symbols keycap 6 -6โƒฃ Symbols keycap 6 keycap | keycap: 6 -7๏ธโƒฃ Symbols keycap 7 -7โƒฃ Symbols keycap 7 keycap | keycap: 7 -8๏ธโƒฃ Symbols keycap 8 -8โƒฃ Symbols keycap 8 keycap | keycap: 8 -9๏ธโƒฃ Symbols keycap 9 -9โƒฃ Symbols keycap 9 keycap | keycap: 9 -๐Ÿ”Ÿ Symbols keycap 10 keycap | keycap: 10 -๐Ÿ”  Symbols alphanum latin uppercase ABCD | input | latin | letters | uppercase | input Latin uppercase | Latin -๐Ÿ”ก Symbols alphanum latin lowercase abcd | input | latin | letters | lowercase | input Latin lowercase | Latin -๐Ÿ”ข Symbols alphanum numbers 1234 | input | numbers -๐Ÿ”ฃ Symbols alphanum symbols ใ€’โ™ช&% | input | input symbols -๐Ÿ”ค Symbols alphanum latin letters abc | alphabet | input | latin | letters | input Latin letters | Latin -๐Ÿ…ฐ๏ธ Symbols alphanum button (blood type) -๐Ÿ…ฐ Symbols alphanum button (blood type) A | A button (blood type) | blood type -๐Ÿ†Ž Symbols alphanum button (blood type) AB | AB button (blood type) | blood type -๐Ÿ…ฑ๏ธ Symbols alphanum button (blood type) -๐Ÿ…ฑ Symbols alphanum button (blood type) B | B button (blood type) | blood type -๐Ÿ†‘ Symbols alphanum button CL | CL button -๐Ÿ†’ Symbols alphanum button COOL | COOL button -๐Ÿ†“ Symbols alphanum button FREE | FREE button -โ„น๏ธ Symbols alphanum -โ„น Symbols alphanum i | information -๐Ÿ†” Symbols alphanum button ID | ID button | identity -โ“‚๏ธ Symbols alphanum M -โ“‚ Symbols alphanum M circle | circled M | M -๐Ÿ†• Symbols alphanum button NEW | NEW button -๐Ÿ†– Symbols alphanum button NG | NG button -๐Ÿ…พ๏ธ Symbols alphanum button (blood type) -๐Ÿ…พ Symbols alphanum button (blood type) blood type | O | O button (blood type) -๐Ÿ†— Symbols alphanum button OK | OK button -๐Ÿ…ฟ๏ธ Symbols alphanum button -๐Ÿ…ฟ Symbols alphanum button P | P button | parking | car park | carpark -๐Ÿ†˜ Symbols alphanum button help | SOS | SOS button -๐Ÿ†™ Symbols alphanum button mark | UP | UP! | UP! button -๐Ÿ†š Symbols alphanum button versus | VS | VS button -๐Ÿˆ Symbols alphanum โ€œhereโ€ button โ€œhereโ€ | Japanese | Japanese โ€œhereโ€ button | katakana | ใ‚ณใ‚ณ -๐Ÿˆ‚๏ธ Symbols alphanum โ€œservice chargeโ€ button -๐Ÿˆ‚ Symbols alphanum โ€œservice chargeโ€ button โ€œservice chargeโ€ | Japanese | Japanese โ€œservice chargeโ€ button | katakana | ใ‚ต -๐Ÿˆท๏ธ Symbols alphanum โ€œmonthly amountโ€ button -๐Ÿˆท Symbols alphanum โ€œmonthly amountโ€ button โ€œmonthly amountโ€ | ideograph | Japanese | Japanese โ€œmonthly amountโ€ button | ๆœˆ -๐Ÿˆถ Symbols alphanum โ€œnot free of chargeโ€ button โ€œnot free of chargeโ€ | ideograph | Japanese | Japanese โ€œnot free of chargeโ€ button | ๆœ‰ -๐Ÿˆฏ Symbols alphanum โ€œreservedโ€ button โ€œreservedโ€ | ideograph | Japanese | Japanese โ€œreservedโ€ button | ๆŒ‡ -๐Ÿ‰ Symbols alphanum โ€œbargainโ€ button โ€œbargainโ€ | ideograph | Japanese | Japanese โ€œbargainโ€ button | ๅพ— -๐Ÿˆน Symbols alphanum โ€œdiscountโ€ button โ€œdiscountโ€ | ideograph | Japanese | Japanese โ€œdiscountโ€ button | ๅ‰ฒ -๐Ÿˆš Symbols alphanum โ€œfree of chargeโ€ button โ€œfree of chargeโ€ | ideograph | Japanese | Japanese โ€œfree of chargeโ€ button | ็„ก -๐Ÿˆฒ Symbols alphanum โ€œprohibitedโ€ button โ€œprohibitedโ€ | ideograph | Japanese | Japanese โ€œprohibitedโ€ button | ็ฆ -๐Ÿ‰‘ Symbols alphanum โ€œacceptableโ€ button โ€œacceptableโ€ | ideograph | Japanese | Japanese โ€œacceptableโ€ button | ๅฏ -๐Ÿˆธ Symbols alphanum โ€œapplicationโ€ button โ€œapplicationโ€ | ideograph | Japanese | Japanese โ€œapplicationโ€ button | ็”ณ -๐Ÿˆด Symbols alphanum โ€œpassing gradeโ€ button โ€œpassing gradeโ€ | ideograph | Japanese | Japanese โ€œpassing gradeโ€ button | ๅˆ -๐Ÿˆณ Symbols alphanum โ€œvacancyโ€ button โ€œvacancyโ€ | ideograph | Japanese | Japanese โ€œvacancyโ€ button | ็ฉบ -ใŠ—๏ธ Symbols alphanum โ€œcongratulationsโ€ button -ใŠ— Symbols alphanum โ€œcongratulationsโ€ button โ€œcongratulationsโ€ | ideograph | Japanese | Japanese โ€œcongratulationsโ€ button | ็ฅ -ใŠ™๏ธ Symbols alphanum โ€œsecretโ€ button -ใŠ™ Symbols alphanum โ€œsecretโ€ button โ€œsecretโ€ | ideograph | Japanese | Japanese โ€œsecretโ€ button | ็ง˜ -๐Ÿˆบ Symbols alphanum โ€œopen for businessโ€ button โ€œopen for businessโ€ | ideograph | Japanese | Japanese โ€œopen for businessโ€ button | ๅ–ถ -๐Ÿˆต Symbols alphanum โ€œno vacancyโ€ button โ€œno vacancyโ€ | ideograph | Japanese | Japanese โ€œno vacancyโ€ button | ๆบ€ -๐Ÿ”ด Symbols geometric circle circle | geometric | red -๐ŸŸ  Symbols geometric circle circle | orange -๐ŸŸก Symbols geometric circle circle | yellow -๐ŸŸข Symbols geometric circle circle | green -๐Ÿ”ต Symbols geometric circle blue | circle | geometric -๐ŸŸฃ Symbols geometric circle circle | purple -๐ŸŸค Symbols geometric circle brown | circle -โšซ Symbols geometric circle black circle | circle | geometric -โšช Symbols geometric circle circle | geometric | white circle -๐ŸŸฅ Symbols geometric square red | square -๐ŸŸง Symbols geometric square orange | square -๐ŸŸจ Symbols geometric square square | yellow -๐ŸŸฉ Symbols geometric square green | square -๐ŸŸฆ Symbols geometric square blue | square -๐ŸŸช Symbols geometric square purple | square -๐ŸŸซ Symbols geometric square brown | square -โฌ› Symbols geometric large square black large square | geometric | square -โฌœ Symbols geometric large square geometric | square | white large square -โ—ผ๏ธ Symbols geometric medium square -โ—ผ Symbols geometric medium square black medium square | geometric | square -โ—ป๏ธ Symbols geometric medium square -โ—ป Symbols geometric medium square geometric | square | white medium square -โ—พ Symbols geometric medium-small square black medium-small square | geometric | square -โ—ฝ Symbols geometric medium-small square geometric | square | white medium-small square -โ–ช๏ธ Symbols geometric small square -โ–ช Symbols geometric small square black small square | geometric | square -โ–ซ๏ธ Symbols geometric small square -โ–ซ Symbols geometric small square geometric | square | white small square -๐Ÿ”ถ Symbols geometric orange diamond diamond | geometric | large orange diamond | orange -๐Ÿ”ท Symbols geometric blue diamond blue | diamond | geometric | large blue diamond -๐Ÿ”ธ Symbols geometric orange diamond diamond | geometric | orange | small orange diamond -๐Ÿ”น Symbols geometric blue diamond blue | diamond | geometric | small blue diamond -๐Ÿ”บ Symbols geometric triangle pointed up geometric | red | red triangle pointed up -๐Ÿ”ป Symbols geometric triangle pointed down down | geometric | red | red triangle pointed down -๐Ÿ’  Symbols geometric with a dot comic | diamond | diamond with a dot | geometric | inside -๐Ÿ”˜ Symbols geometric button button | geometric | radio -๐Ÿ”ณ Symbols geometric square button button | geometric | outlined | square | white square button -๐Ÿ”ฒ Symbols geometric square button black square button | button | geometric | square -๐Ÿ flag flag checkered | chequered | chequered flag | racing | checkered flag -๐Ÿšฉ flag flag post | triangular flag | red flag -๐ŸŽŒ flag celebration | cross | crossed | crossed flags | Japanese -๐Ÿด flag flag black flag | waving -๐Ÿณ๏ธ flag flag -๐Ÿณ flag flag waving | white flag | surrender -๐Ÿณ๏ธโ€๐ŸŒˆ flag flag -๐Ÿณโ€๐ŸŒˆ flag flag pride | rainbow | rainbow flag -๐Ÿณ๏ธโ€โšง๏ธ flag flag -๐Ÿณ๏ธโ€โšง flag flag -๐Ÿณโ€โšง flag flag flag | light blue | pink | transgender | white | trans -๐Ÿดโ€โ˜ ๏ธ flag flag -๐Ÿดโ€โ˜  flag flag Jolly Roger | pirate | pirate flag | plunder | treasure -๐Ÿ‡ฆ๐Ÿ‡จ country-flag Ascension Island flag | flag: Ascension Island -๐Ÿ‡ฆ๐Ÿ‡ฉ country-flag Andorra flag | flag: Andorra -๐Ÿ‡ฆ๐Ÿ‡ช country-flag United Arab Emirates flag | flag: United Arab Emirates -๐Ÿ‡ฆ๐Ÿ‡ซ country-flag Afghanistan flag | flag: Afghanistan -๐Ÿ‡ฆ๐Ÿ‡ฌ country-flag Antigua & Barbuda flag | flag: Antigua & Barbuda | flag: Antigua and Barbuda -๐Ÿ‡ฆ๐Ÿ‡ฎ country-flag Anguilla flag | flag: Anguilla -๐Ÿ‡ฆ๐Ÿ‡ฑ country-flag Albania flag | flag: Albania -๐Ÿ‡ฆ๐Ÿ‡ฒ country-flag Armenia flag | flag: Armenia -๐Ÿ‡ฆ๐Ÿ‡ด country-flag Angola flag | flag: Angola -๐Ÿ‡ฆ๐Ÿ‡ถ country-flag Antarctica flag | flag: Antarctica -๐Ÿ‡ฆ๐Ÿ‡ท country-flag Argentina flag | flag: Argentina -๐Ÿ‡ฆ๐Ÿ‡ธ country-flag American Samoa flag | flag: American Samoa -๐Ÿ‡ฆ๐Ÿ‡น country-flag Austria flag | flag: Austria -๐Ÿ‡ฆ๐Ÿ‡บ country-flag Australia flag | flag: Australia -๐Ÿ‡ฆ๐Ÿ‡ผ country-flag Aruba flag | flag: Aruba -๐Ÿ‡ฆ๐Ÿ‡ฝ country-flag ร…land Islands flag | flag: ร…land Islands -๐Ÿ‡ฆ๐Ÿ‡ฟ country-flag Azerbaijan flag | flag: Azerbaijan -๐Ÿ‡ง๐Ÿ‡ฆ country-flag Bosnia & Herzegovina flag | flag: Bosnia & Herzegovina | flag: Bosnia and Herzegovina -๐Ÿ‡ง๐Ÿ‡ง country-flag Barbados flag | flag: Barbados -๐Ÿ‡ง๐Ÿ‡ฉ country-flag Bangladesh flag | flag: Bangladesh -๐Ÿ‡ง๐Ÿ‡ช country-flag Belgium flag | flag: Belgium -๐Ÿ‡ง๐Ÿ‡ซ country-flag Burkina Faso flag | flag: Burkina Faso -๐Ÿ‡ง๐Ÿ‡ฌ country-flag Bulgaria flag | flag: Bulgaria -๐Ÿ‡ง๐Ÿ‡ญ country-flag Bahrain flag | flag: Bahrain -๐Ÿ‡ง๐Ÿ‡ฎ country-flag Burundi flag | flag: Burundi -๐Ÿ‡ง๐Ÿ‡ฏ country-flag Benin flag | flag: Benin -๐Ÿ‡ง๐Ÿ‡ฑ country-flag St. Barthรฉlemy flag | flag: St. Barthรฉlemy | flag: St Barthรฉlemy | flag: Saint-Barthรฉlemy -๐Ÿ‡ง๐Ÿ‡ฒ country-flag Bermuda flag | flag: Bermuda -๐Ÿ‡ง๐Ÿ‡ณ country-flag Brunei flag | flag: Brunei -๐Ÿ‡ง๐Ÿ‡ด country-flag Bolivia flag | flag: Bolivia -๐Ÿ‡ง๐Ÿ‡ถ country-flag Caribbean Netherlands flag | flag: Caribbean Netherlands -๐Ÿ‡ง๐Ÿ‡ท country-flag Brazil flag | flag: Brazil -๐Ÿ‡ง๐Ÿ‡ธ country-flag Bahamas flag | flag: Bahamas -๐Ÿ‡ง๐Ÿ‡น country-flag Bhutan flag | flag: Bhutan -๐Ÿ‡ง๐Ÿ‡ป country-flag Bouvet Island flag | flag: Bouvet Island -๐Ÿ‡ง๐Ÿ‡ผ country-flag Botswana flag | flag: Botswana -๐Ÿ‡ง๐Ÿ‡พ country-flag Belarus flag | flag: Belarus -๐Ÿ‡ง๐Ÿ‡ฟ country-flag Belize flag | flag: Belize -๐Ÿ‡จ๐Ÿ‡ฆ country-flag Canada flag | flag: Canada -๐Ÿ‡จ๐Ÿ‡จ country-flag Cocos (Keeling) Islands flag | flag: Cocos (Keeling) Islands -๐Ÿ‡จ๐Ÿ‡ฉ country-flag Congo - Kinshasa flag | flag: Congo - Kinshasa -๐Ÿ‡จ๐Ÿ‡ซ country-flag Central African Republic flag | flag: Central African Republic -๐Ÿ‡จ๐Ÿ‡ฌ country-flag Congo - Brazzaville flag | flag: Congo - Brazzaville -๐Ÿ‡จ๐Ÿ‡ญ country-flag Switzerland flag | flag: Switzerland -๐Ÿ‡จ๐Ÿ‡ฎ country-flag Cรดte dโ€™Ivoire flag | flag: Cรดte dโ€™Ivoire -๐Ÿ‡จ๐Ÿ‡ฐ country-flag Cook Islands flag | flag: Cook Islands -๐Ÿ‡จ๐Ÿ‡ฑ country-flag Chile flag | flag: Chile -๐Ÿ‡จ๐Ÿ‡ฒ country-flag Cameroon flag | flag: Cameroon -๐Ÿ‡จ๐Ÿ‡ณ country-flag China flag | flag: China -๐Ÿ‡จ๐Ÿ‡ด country-flag Colombia flag | flag: Colombia -๐Ÿ‡จ๐Ÿ‡ต country-flag Clipperton Island flag | flag: Clipperton Island -๐Ÿ‡จ๐Ÿ‡ท country-flag Costa Rica flag | flag: Costa Rica -๐Ÿ‡จ๐Ÿ‡บ country-flag Cuba flag | flag: Cuba -๐Ÿ‡จ๐Ÿ‡ป country-flag Cape Verde flag | flag: Cape Verde -๐Ÿ‡จ๐Ÿ‡ผ country-flag Curaรงao flag | flag: Curaรงao -๐Ÿ‡จ๐Ÿ‡ฝ country-flag Christmas Island flag | flag: Christmas Island -๐Ÿ‡จ๐Ÿ‡พ country-flag Cyprus flag | flag: Cyprus -๐Ÿ‡จ๐Ÿ‡ฟ country-flag Czechia flag | flag: Czechia -๐Ÿ‡ฉ๐Ÿ‡ช country-flag Germany flag | flag: Germany -๐Ÿ‡ฉ๐Ÿ‡ฌ country-flag Diego Garcia flag | flag: Diego Garcia -๐Ÿ‡ฉ๐Ÿ‡ฏ country-flag Djibouti flag | flag: Djibouti -๐Ÿ‡ฉ๐Ÿ‡ฐ country-flag Denmark flag | flag: Denmark -๐Ÿ‡ฉ๐Ÿ‡ฒ country-flag Dominica flag | flag: Dominica -๐Ÿ‡ฉ๐Ÿ‡ด country-flag Dominican Republic flag | flag: Dominican Republic -๐Ÿ‡ฉ๐Ÿ‡ฟ country-flag Algeria flag | flag: Algeria -๐Ÿ‡ช๐Ÿ‡ฆ country-flag Ceuta & Melilla flag | flag: Ceuta & Melilla | flag: Ceuta and Melilla -๐Ÿ‡ช๐Ÿ‡จ country-flag Ecuador flag | flag: Ecuador -๐Ÿ‡ช๐Ÿ‡ช country-flag Estonia flag | flag: Estonia -๐Ÿ‡ช๐Ÿ‡ฌ country-flag Egypt flag | flag: Egypt -๐Ÿ‡ช๐Ÿ‡ญ country-flag Western Sahara flag | flag: Western Sahara -๐Ÿ‡ช๐Ÿ‡ท country-flag Eritrea flag | flag: Eritrea -๐Ÿ‡ช๐Ÿ‡ธ country-flag Spain flag | flag: Spain -๐Ÿ‡ช๐Ÿ‡น country-flag Ethiopia flag | flag: Ethiopia -๐Ÿ‡ช๐Ÿ‡บ country-flag European Union flag | flag: European Union -๐Ÿ‡ซ๐Ÿ‡ฎ country-flag Finland flag | flag: Finland -๐Ÿ‡ซ๐Ÿ‡ฏ country-flag Fiji flag | flag: Fiji -๐Ÿ‡ซ๐Ÿ‡ฐ country-flag Falkland Islands flag | flag: Falkland Islands -๐Ÿ‡ซ๐Ÿ‡ฒ country-flag Micronesia flag | flag: Micronesia -๐Ÿ‡ซ๐Ÿ‡ด country-flag Faroe Islands flag | flag: Faroe Islands -๐Ÿ‡ซ๐Ÿ‡ท country-flag France flag | flag: France -๐Ÿ‡ฌ๐Ÿ‡ฆ country-flag Gabon flag | flag: Gabon -๐Ÿ‡ฌ๐Ÿ‡ง country-flag United Kingdom flag | flag: United Kingdom -๐Ÿ‡ฌ๐Ÿ‡ฉ country-flag Grenada flag | flag: Grenada -๐Ÿ‡ฌ๐Ÿ‡ช country-flag Georgia flag | flag: Georgia -๐Ÿ‡ฌ๐Ÿ‡ซ country-flag French Guiana flag | flag: French Guiana -๐Ÿ‡ฌ๐Ÿ‡ฌ country-flag Guernsey flag | flag: Guernsey -๐Ÿ‡ฌ๐Ÿ‡ญ country-flag Ghana flag | flag: Ghana -๐Ÿ‡ฌ๐Ÿ‡ฎ country-flag Gibraltar flag | flag: Gibraltar -๐Ÿ‡ฌ๐Ÿ‡ฑ country-flag Greenland flag | flag: Greenland -๐Ÿ‡ฌ๐Ÿ‡ฒ country-flag Gambia flag | flag: Gambia -๐Ÿ‡ฌ๐Ÿ‡ณ country-flag Guinea flag | flag: Guinea -๐Ÿ‡ฌ๐Ÿ‡ต country-flag Guadeloupe flag | flag: Guadeloupe -๐Ÿ‡ฌ๐Ÿ‡ถ country-flag Equatorial Guinea flag | flag: Equatorial Guinea -๐Ÿ‡ฌ๐Ÿ‡ท country-flag Greece flag | flag: Greece -๐Ÿ‡ฌ๐Ÿ‡ธ country-flag South Georgia & South Sandwich Islands flag | flag: South Georgia & South Sandwich Islands | flag: South Georgia and South Sandwich Islands -๐Ÿ‡ฌ๐Ÿ‡น country-flag Guatemala flag | flag: Guatemala -๐Ÿ‡ฌ๐Ÿ‡บ country-flag Guam flag | flag: Guam -๐Ÿ‡ฌ๐Ÿ‡ผ country-flag Guinea-Bissau flag | flag: Guinea-Bissau -๐Ÿ‡ฌ๐Ÿ‡พ country-flag Guyana flag | flag: Guyana -๐Ÿ‡ญ๐Ÿ‡ฐ country-flag Hong Kong SAR China flag | flag: Hong Kong SAR China -๐Ÿ‡ญ๐Ÿ‡ฒ country-flag Heard & McDonald Islands flag | flag: Heard & McDonald Islands | flag: Heard and McDonald Islands -๐Ÿ‡ญ๐Ÿ‡ณ country-flag Honduras flag | flag: Honduras -๐Ÿ‡ญ๐Ÿ‡ท country-flag Croatia flag | flag: Croatia -๐Ÿ‡ญ๐Ÿ‡น country-flag Haiti flag | flag: Haiti -๐Ÿ‡ญ๐Ÿ‡บ country-flag Hungary flag | flag: Hungary -๐Ÿ‡ฎ๐Ÿ‡จ country-flag Canary Islands flag | flag: Canary Islands -๐Ÿ‡ฎ๐Ÿ‡ฉ country-flag Indonesia flag | flag: Indonesia -๐Ÿ‡ฎ๐Ÿ‡ช country-flag Ireland flag | flag: Ireland -๐Ÿ‡ฎ๐Ÿ‡ฑ country-flag Israel flag | flag: Israel -๐Ÿ‡ฎ๐Ÿ‡ฒ country-flag Isle of Man flag | flag: Isle of Man -๐Ÿ‡ฎ๐Ÿ‡ณ country-flag India flag | flag: India -๐Ÿ‡ฎ๐Ÿ‡ด country-flag British Indian Ocean Territory flag | flag: British Indian Ocean Territory -๐Ÿ‡ฎ๐Ÿ‡ถ country-flag Iraq flag | flag: Iraq -๐Ÿ‡ฎ๐Ÿ‡ท country-flag Iran flag | flag: Iran -๐Ÿ‡ฎ๐Ÿ‡ธ country-flag Iceland flag | flag: Iceland -๐Ÿ‡ฎ๐Ÿ‡น country-flag Italy flag | flag: Italy -๐Ÿ‡ฏ๐Ÿ‡ช country-flag Jersey flag | flag: Jersey -๐Ÿ‡ฏ๐Ÿ‡ฒ country-flag Jamaica flag | flag: Jamaica -๐Ÿ‡ฏ๐Ÿ‡ด country-flag Jordan flag | flag: Jordan -๐Ÿ‡ฏ๐Ÿ‡ต country-flag Japan flag | flag: Japan -๐Ÿ‡ฐ๐Ÿ‡ช country-flag Kenya flag | flag: Kenya -๐Ÿ‡ฐ๐Ÿ‡ฌ country-flag Kyrgyzstan flag | flag: Kyrgyzstan -๐Ÿ‡ฐ๐Ÿ‡ญ country-flag Cambodia flag | flag: Cambodia -๐Ÿ‡ฐ๐Ÿ‡ฎ country-flag Kiribati flag | flag: Kiribati -๐Ÿ‡ฐ๐Ÿ‡ฒ country-flag Comoros flag | flag: Comoros -๐Ÿ‡ฐ๐Ÿ‡ณ country-flag St. Kitts & Nevis flag | flag: St. Kitts & Nevis | flag: St Kitts & Nevis | flag: Saint Kitts and Nevis -๐Ÿ‡ฐ๐Ÿ‡ต country-flag North Korea flag | flag: North Korea -๐Ÿ‡ฐ๐Ÿ‡ท country-flag South Korea flag | flag: South Korea -๐Ÿ‡ฐ๐Ÿ‡ผ country-flag Kuwait flag | flag: Kuwait -๐Ÿ‡ฐ๐Ÿ‡พ country-flag Cayman Islands flag | flag: Cayman Islands -๐Ÿ‡ฐ๐Ÿ‡ฟ country-flag Kazakhstan flag | flag: Kazakhstan -๐Ÿ‡ฑ๐Ÿ‡ฆ country-flag Laos flag | flag: Laos -๐Ÿ‡ฑ๐Ÿ‡ง country-flag Lebanon flag | flag: Lebanon -๐Ÿ‡ฑ๐Ÿ‡จ country-flag St. Lucia flag | flag: St. Lucia | flag: St Lucia | flag: Saint Lucia -๐Ÿ‡ฑ๐Ÿ‡ฎ country-flag Liechtenstein flag | flag: Liechtenstein -๐Ÿ‡ฑ๐Ÿ‡ฐ country-flag Sri Lanka flag | flag: Sri Lanka -๐Ÿ‡ฑ๐Ÿ‡ท country-flag Liberia flag | flag: Liberia -๐Ÿ‡ฑ๐Ÿ‡ธ country-flag Lesotho flag | flag: Lesotho -๐Ÿ‡ฑ๐Ÿ‡น country-flag Lithuania flag | flag: Lithuania -๐Ÿ‡ฑ๐Ÿ‡บ country-flag Luxembourg flag | flag: Luxembourg -๐Ÿ‡ฑ๐Ÿ‡ป country-flag Latvia flag | flag: Latvia -๐Ÿ‡ฑ๐Ÿ‡พ country-flag Libya flag | flag: Libya -๐Ÿ‡ฒ๐Ÿ‡ฆ country-flag Morocco flag | flag: Morocco -๐Ÿ‡ฒ๐Ÿ‡จ country-flag Monaco flag | flag: Monaco -๐Ÿ‡ฒ๐Ÿ‡ฉ country-flag Moldova flag | flag: Moldova -๐Ÿ‡ฒ๐Ÿ‡ช country-flag Montenegro flag | flag: Montenegro -๐Ÿ‡ฒ๐Ÿ‡ซ country-flag St. Martin flag | flag: St. Martin | flag: St Martin | flag: Saint Martin -๐Ÿ‡ฒ๐Ÿ‡ฌ country-flag Madagascar flag | flag: Madagascar -๐Ÿ‡ฒ๐Ÿ‡ญ country-flag Marshall Islands flag | flag: Marshall Islands -๐Ÿ‡ฒ๐Ÿ‡ฐ country-flag North Macedonia flag | flag: North Macedonia -๐Ÿ‡ฒ๐Ÿ‡ฑ country-flag Mali flag | flag: Mali -๐Ÿ‡ฒ๐Ÿ‡ฒ country-flag Myanmar (Burma) flag | flag: Myanmar (Burma) -๐Ÿ‡ฒ๐Ÿ‡ณ country-flag Mongolia flag | flag: Mongolia -๐Ÿ‡ฒ๐Ÿ‡ด country-flag Macao SAR China flag | flag: Macao SAR China -๐Ÿ‡ฒ๐Ÿ‡ต country-flag Northern Mariana Islands flag | flag: Northern Mariana Islands -๐Ÿ‡ฒ๐Ÿ‡ถ country-flag Martinique flag | flag: Martinique -๐Ÿ‡ฒ๐Ÿ‡ท country-flag Mauritania flag | flag: Mauritania -๐Ÿ‡ฒ๐Ÿ‡ธ country-flag Montserrat flag | flag: Montserrat -๐Ÿ‡ฒ๐Ÿ‡น country-flag Malta flag | flag: Malta -๐Ÿ‡ฒ๐Ÿ‡บ country-flag Mauritius flag | flag: Mauritius -๐Ÿ‡ฒ๐Ÿ‡ป country-flag Maldives flag | flag: Maldives -๐Ÿ‡ฒ๐Ÿ‡ผ country-flag Malawi flag | flag: Malawi -๐Ÿ‡ฒ๐Ÿ‡ฝ country-flag Mexico flag | flag: Mexico -๐Ÿ‡ฒ๐Ÿ‡พ country-flag Malaysia flag | flag: Malaysia -๐Ÿ‡ฒ๐Ÿ‡ฟ country-flag Mozambique flag | flag: Mozambique -๐Ÿ‡ณ๐Ÿ‡ฆ country-flag Namibia flag | flag: Namibia -๐Ÿ‡ณ๐Ÿ‡จ country-flag New Caledonia flag | flag: New Caledonia -๐Ÿ‡ณ๐Ÿ‡ช country-flag Niger flag | flag: Niger -๐Ÿ‡ณ๐Ÿ‡ซ country-flag Norfolk Island flag | flag: Norfolk Island -๐Ÿ‡ณ๐Ÿ‡ฌ country-flag Nigeria flag | flag: Nigeria -๐Ÿ‡ณ๐Ÿ‡ฎ country-flag Nicaragua flag | flag: Nicaragua -๐Ÿ‡ณ๐Ÿ‡ฑ country-flag Netherlands flag | flag: Netherlands -๐Ÿ‡ณ๐Ÿ‡ด country-flag Norway flag | flag: Norway -๐Ÿ‡ณ๐Ÿ‡ต country-flag Nepal flag | flag: Nepal -๐Ÿ‡ณ๐Ÿ‡ท country-flag Nauru flag | flag: Nauru -๐Ÿ‡ณ๐Ÿ‡บ country-flag Niue flag | flag: Niue -๐Ÿ‡ณ๐Ÿ‡ฟ country-flag New Zealand flag | flag: New Zealand -๐Ÿ‡ด๐Ÿ‡ฒ country-flag Oman flag | flag: Oman -๐Ÿ‡ต๐Ÿ‡ฆ country-flag Panama flag | flag: Panama -๐Ÿ‡ต๐Ÿ‡ช country-flag Peru flag | flag: Peru -๐Ÿ‡ต๐Ÿ‡ซ country-flag French Polynesia flag | flag: French Polynesia -๐Ÿ‡ต๐Ÿ‡ฌ country-flag Papua New Guinea flag | flag: Papua New Guinea -๐Ÿ‡ต๐Ÿ‡ญ country-flag Philippines flag | flag: Philippines -๐Ÿ‡ต๐Ÿ‡ฐ country-flag Pakistan flag | flag: Pakistan -๐Ÿ‡ต๐Ÿ‡ฑ country-flag Poland flag | flag: Poland -๐Ÿ‡ต๐Ÿ‡ฒ country-flag St. Pierre & Miquelon flag | flag: St. Pierre & Miquelon | flag: St Pierre & Miquelon | flag: Saint-Pierre-et-Miquelon -๐Ÿ‡ต๐Ÿ‡ณ country-flag Pitcairn Islands flag | flag: Pitcairn Islands -๐Ÿ‡ต๐Ÿ‡ท country-flag Puerto Rico flag | flag: Puerto Rico -๐Ÿ‡ต๐Ÿ‡ธ country-flag Palestinian Territories flag | flag: Palestinian Territories | flag: Palestinian territories -๐Ÿ‡ต๐Ÿ‡น country-flag Portugal flag | flag: Portugal -๐Ÿ‡ต๐Ÿ‡ผ country-flag Palau flag | flag: Palau -๐Ÿ‡ต๐Ÿ‡พ country-flag Paraguay flag | flag: Paraguay -๐Ÿ‡ถ๐Ÿ‡ฆ country-flag Qatar flag | flag: Qatar -๐Ÿ‡ท๐Ÿ‡ช country-flag Rรฉunion flag | flag: Rรฉunion -๐Ÿ‡ท๐Ÿ‡ด country-flag Romania flag | flag: Romania -๐Ÿ‡ท๐Ÿ‡ธ country-flag Serbia flag | flag: Serbia -๐Ÿ‡ท๐Ÿ‡บ country-flag Russia flag | flag: Russia -๐Ÿ‡ท๐Ÿ‡ผ country-flag Rwanda flag | flag: Rwanda -๐Ÿ‡ธ๐Ÿ‡ฆ country-flag Saudi Arabia flag | flag: Saudi Arabia -๐Ÿ‡ธ๐Ÿ‡ง country-flag Solomon Islands flag | flag: Solomon Islands -๐Ÿ‡ธ๐Ÿ‡จ country-flag Seychelles flag | flag: Seychelles -๐Ÿ‡ธ๐Ÿ‡ฉ country-flag Sudan flag | flag: Sudan -๐Ÿ‡ธ๐Ÿ‡ช country-flag Sweden flag | flag: Sweden -๐Ÿ‡ธ๐Ÿ‡ฌ country-flag Singapore flag | flag: Singapore -๐Ÿ‡ธ๐Ÿ‡ญ country-flag St. Helena flag | flag: St. Helena | flag: St Helena | flag: Saint Helena -๐Ÿ‡ธ๐Ÿ‡ฎ country-flag Slovenia flag | flag: Slovenia -๐Ÿ‡ธ๐Ÿ‡ฏ country-flag Svalbard & Jan Mayen flag | flag: Svalbard & Jan Mayen | flag: Svalbard and Jan Mayen -๐Ÿ‡ธ๐Ÿ‡ฐ country-flag Slovakia flag | flag: Slovakia -๐Ÿ‡ธ๐Ÿ‡ฑ country-flag Sierra Leone flag | flag: Sierra Leone -๐Ÿ‡ธ๐Ÿ‡ฒ country-flag San Marino flag | flag: San Marino -๐Ÿ‡ธ๐Ÿ‡ณ country-flag Senegal flag | flag: Senegal -๐Ÿ‡ธ๐Ÿ‡ด country-flag Somalia flag | flag: Somalia -๐Ÿ‡ธ๐Ÿ‡ท country-flag Suriname flag | flag: Suriname -๐Ÿ‡ธ๐Ÿ‡ธ country-flag South Sudan flag | flag: South Sudan -๐Ÿ‡ธ๐Ÿ‡น country-flag Sรฃo Tomรฉ & Prรญncipe flag | flag: Sรฃo Tomรฉ & Prรญncipe | flag: Sรฃo Tomรฉ and Prรญncipe -๐Ÿ‡ธ๐Ÿ‡ป country-flag El Salvador flag | flag: El Salvador -๐Ÿ‡ธ๐Ÿ‡ฝ country-flag Sint Maarten flag | flag: Sint Maarten -๐Ÿ‡ธ๐Ÿ‡พ country-flag Syria flag | flag: Syria -๐Ÿ‡ธ๐Ÿ‡ฟ country-flag Eswatini flag | flag: Eswatini -๐Ÿ‡น๐Ÿ‡ฆ country-flag Tristan da Cunha flag | flag: Tristan da Cunha -๐Ÿ‡น๐Ÿ‡จ country-flag Turks & Caicos Islands flag | flag: Turks & Caicos Islands | flag: Turks and Caicos Islands -๐Ÿ‡น๐Ÿ‡ฉ country-flag Chad flag | flag: Chad -๐Ÿ‡น๐Ÿ‡ซ country-flag French Southern Territories flag | flag: French Southern Territories -๐Ÿ‡น๐Ÿ‡ฌ country-flag Togo flag | flag: Togo -๐Ÿ‡น๐Ÿ‡ญ country-flag Thailand flag | flag: Thailand -๐Ÿ‡น๐Ÿ‡ฏ country-flag Tajikistan flag | flag: Tajikistan -๐Ÿ‡น๐Ÿ‡ฐ country-flag Tokelau flag | flag: Tokelau -๐Ÿ‡น๐Ÿ‡ฑ country-flag Timor-Leste flag | flag: Timor-Leste -๐Ÿ‡น๐Ÿ‡ฒ country-flag Turkmenistan flag | flag: Turkmenistan -๐Ÿ‡น๐Ÿ‡ณ country-flag Tunisia flag | flag: Tunisia -๐Ÿ‡น๐Ÿ‡ด country-flag Tonga flag | flag: Tonga -๐Ÿ‡น๐Ÿ‡ท country-flag Turkey flag | flag: Tรผrkiye -๐Ÿ‡น๐Ÿ‡น country-flag Trinidad & Tobago flag | flag: Trinidad & Tobago | flag: Trinidad and Tobago -๐Ÿ‡น๐Ÿ‡ป country-flag Tuvalu flag | flag: Tuvalu -๐Ÿ‡น๐Ÿ‡ผ country-flag Taiwan flag | flag: Taiwan -๐Ÿ‡น๐Ÿ‡ฟ country-flag Tanzania flag | flag: TanzaniaE -๐Ÿ‡บ๐Ÿ‡ฆ country-flag Ukraine flag | flag: Ukraine -๐Ÿ‡บ๐Ÿ‡ฌ country-flag Uganda flag | flag: Uganda -๐Ÿ‡บ๐Ÿ‡ฒ country-flag U.S. Outlying Islands flag | flag: U.S. Outlying Islands | flag: US Outlying Islands -๐Ÿ‡บ๐Ÿ‡ณ country-flag United Nations flag | flag: United Nations -๐Ÿ‡บ๐Ÿ‡ธ country-flag United States flag | flag: United States -๐Ÿ‡บ๐Ÿ‡พ country-flag Uruguay flag | flag: Uruguay -๐Ÿ‡บ๐Ÿ‡ฟ country-flag Uzbekistan flag | flag: Uzbekistan -๐Ÿ‡ป๐Ÿ‡ฆ country-flag Vatican City flag | flag: Vatican City -๐Ÿ‡ป๐Ÿ‡จ country-flag St. Vincent & Grenadines flag | flag: St. Vincent & Grenadines | flag: St Vincent & the Grenadines | flag: Saint Vincent and the Grenadines -๐Ÿ‡ป๐Ÿ‡ช country-flag Venezuela flag | flag: Venezuela -๐Ÿ‡ป๐Ÿ‡ฌ country-flag British Virgin Islands flag | flag: British Virgin Islands -๐Ÿ‡ป๐Ÿ‡ฎ country-flag U.S. Virgin Islands flag | flag: U.S. Virgin Islands | flag: US Virgin Islands -๐Ÿ‡ป๐Ÿ‡ณ country-flag Vietnam flag | flag: Vietnam -๐Ÿ‡ป๐Ÿ‡บ country-flag Vanuatu flag | flag: Vanuatu -๐Ÿ‡ผ๐Ÿ‡ซ country-flag Wallis & Futuna flag | flag: Wallis & Futuna | flag: Wallis and Futuna -๐Ÿ‡ผ๐Ÿ‡ธ country-flag Samoa flag | flag: Samoa -๐Ÿ‡ฝ๐Ÿ‡ฐ country-flag Kosovo flag | flag: Kosovo -๐Ÿ‡พ๐Ÿ‡ช country-flag Yemen flag | flag: Yemen -๐Ÿ‡พ๐Ÿ‡น country-flag Mayotte flag | flag: Mayotte -๐Ÿ‡ฟ๐Ÿ‡ฆ country-flag South Africa flag | flag: South Africa -๐Ÿ‡ฟ๐Ÿ‡ฒ country-flag Zambia flag | flag: Zambia -๐Ÿ‡ฟ๐Ÿ‡ผ country-flag Zimbabwe flag | flag: Zimbabwe -๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ subdivision-flag England flag | flag: England -๐Ÿด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ subdivision-flag Scotland flag | flag: Scotland -๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ subdivision-flag Wales flag | flag: Wales - +๐Ÿ˜€ grinning face face smile happy joy :D grin +๐Ÿ˜ƒ grinning face with big eyes face happy joy haha :D :) smile funny +๐Ÿ˜„ grinning face with smiling eyes face happy joy funny haha laugh like :D :) smile +๐Ÿ˜ beaming face with smiling eyes face happy smile joy kawaii +๐Ÿ˜† grinning squinting face happy joy lol satisfied haha face glad XD laugh +๐Ÿ˜… grinning face with sweat face hot happy laugh sweat smile relief +๐Ÿคฃ rolling on the floor laughing face rolling floor laughing lol haha rofl +๐Ÿ˜‚ face with tears of joy face cry tears weep happy happytears haha +๐Ÿ™‚ slightly smiling face face smile +๐Ÿ™ƒ upside down face face flipped silly smile +๐Ÿ˜‰ winking face face happy mischievous secret ;) smile eye +๐Ÿ˜Š smiling face with smiling eyes face smile happy flushed crush embarrassed shy joy +๐Ÿ˜‡ smiling face with halo face angel heaven halo +๐Ÿฅฐ smiling face with hearts face love like affection valentines infatuation crush hearts adore +๐Ÿ˜ smiling face with heart eyes face love like affection valentines infatuation crush heart +๐Ÿคฉ star struck face smile starry eyes grinning +๐Ÿ˜˜ face blowing a kiss face love like affection valentines infatuation kiss +๐Ÿ˜— kissing face love like face 3 valentines infatuation kiss +โ˜บ๏ธ smiling face face blush massage happiness +๐Ÿ˜š kissing face with closed eyes face love like affection valentines infatuation kiss +๐Ÿ˜™ kissing face with smiling eyes face affection valentines infatuation kiss +๐Ÿ˜‹ face savoring food happy joy tongue smile face silly yummy nom delicious savouring +๐Ÿ˜› face with tongue face prank childish playful mischievous smile tongue +๐Ÿ˜œ winking face with tongue face prank childish playful mischievous smile wink tongue +๐Ÿคช zany face face goofy crazy +๐Ÿ˜ squinting face with tongue face prank playful mischievous smile tongue +๐Ÿค‘ money mouth face face rich dollar money +๐Ÿค— hugging face face smile hug +๐Ÿคญ face with hand over mouth face whoops shock surprise +๐Ÿคซ shushing face face quiet shhh +๐Ÿค” thinking face face hmmm think consider +๐Ÿค zipper mouth face face sealed zipper secret +๐Ÿคจ face with raised eyebrow face distrust scepticism disapproval disbelief surprise +๐Ÿ˜ neutral face indifference meh :| neutral +๐Ÿ˜‘ expressionless face face indifferent - - meh deadpan +๐Ÿ˜ถ face without mouth face hellokitty +๐Ÿ˜ smirking face face smile mean prank smug sarcasm +๐Ÿ˜’ unamused face indifference bored straight face serious sarcasm unimpressed skeptical dubious side eye +๐Ÿ™„ face with rolling eyes face eyeroll frustrated +๐Ÿ˜ฌ grimacing face face grimace teeth +๐Ÿคฅ lying face face lie pinocchio +๐Ÿ˜Œ relieved face face relaxed phew massage happiness +๐Ÿ˜” pensive face face sad depressed upset +๐Ÿ˜ช sleepy face face tired rest nap +๐Ÿคค drooling face face +๐Ÿ˜ด sleeping face face tired sleepy night zzz +๐Ÿ˜ท face with medical mask face sick ill disease +๐Ÿค’ face with thermometer sick temperature thermometer cold fever +๐Ÿค• face with head bandage injured clumsy bandage hurt +๐Ÿคข nauseated face face vomit gross green sick throw up ill +๐Ÿคฎ face vomiting face sick +๐Ÿคง sneezing face face gesundheit sneeze sick allergy +๐Ÿฅต hot face face feverish heat red sweating +๐Ÿฅถ cold face face blue freezing frozen frostbite icicles +๐Ÿฅด woozy face face dizzy intoxicated tipsy wavy +๐Ÿ˜ต dizzy face spent unconscious xox dizzy +๐Ÿคฏ exploding head face shocked mind blown +๐Ÿค  cowboy hat face face cowgirl hat +๐Ÿฅณ partying face face celebration woohoo +๐Ÿ˜Ž smiling face with sunglasses face cool smile summer beach sunglass +๐Ÿค“ nerd face face nerdy geek dork +๐Ÿง face with monocle face stuffy wealthy +๐Ÿ˜• confused face face indifference huh weird hmmm :/ +๐Ÿ˜Ÿ worried face face concern nervous :( +๐Ÿ™ slightly frowning face face frowning disappointed sad upset +โ˜น๏ธ frowning face face sad upset frown +๐Ÿ˜ฎ face with open mouth face surprise impressed wow whoa :O +๐Ÿ˜ฏ hushed face face woo shh +๐Ÿ˜ฒ astonished face face xox surprised poisoned +๐Ÿ˜ณ flushed face face blush shy flattered +๐Ÿฅบ pleading face face begging mercy +๐Ÿ˜ฆ frowning face with open mouth face aw what +๐Ÿ˜ง anguished face face stunned nervous +๐Ÿ˜จ fearful face face scared terrified nervous oops huh +๐Ÿ˜ฐ anxious face with sweat face nervous sweat +๐Ÿ˜ฅ sad but relieved face face phew sweat nervous +๐Ÿ˜ข crying face face tears sad depressed upset :'( +๐Ÿ˜ญ loudly crying face face cry tears sad upset depressed +๐Ÿ˜ฑ face screaming in fear face munch scared omg +๐Ÿ˜– confounded face face confused sick unwell oops :S +๐Ÿ˜ฃ persevering face face sick no upset oops +๐Ÿ˜ž disappointed face face sad upset depressed :( +๐Ÿ˜“ downcast face with sweat face hot sad tired exercise +๐Ÿ˜ฉ weary face face tired sleepy sad frustrated upset +๐Ÿ˜ซ tired face sick whine upset frustrated +๐Ÿฅฑ yawning face tired sleepy +๐Ÿ˜ค face with steam from nose face gas phew proud pride +๐Ÿ˜ก pouting face angry mad hate despise +๐Ÿ˜  angry face mad face annoyed frustrated +๐Ÿคฌ face with symbols on mouth face swearing cursing cussing profanity expletive +๐Ÿ˜ˆ smiling face with horns devil horns +๐Ÿ‘ฟ angry face with horns devil angry horns +๐Ÿ’€ skull dead skeleton creepy death +โ˜ ๏ธ skull and crossbones poison danger deadly scary death pirate evil +๐Ÿ’ฉ pile of poo hankey shitface fail turd shit +๐Ÿคก clown face face +๐Ÿ‘น ogre monster red mask halloween scary creepy devil demon japanese ogre +๐Ÿ‘บ goblin red evil mask monster scary creepy japanese goblin +๐Ÿ‘ป ghost halloween spooky scary +๐Ÿ‘ฝ alien UFO paul weird outer space +๐Ÿ‘พ alien monster game arcade play +๐Ÿค– robot computer machine bot +๐Ÿ˜บ grinning cat animal cats happy smile +๐Ÿ˜ธ grinning cat with smiling eyes animal cats smile +๐Ÿ˜น cat with tears of joy animal cats haha happy tears +๐Ÿ˜ป smiling cat with heart eyes animal love like affection cats valentines heart +๐Ÿ˜ผ cat with wry smile animal cats smirk +๐Ÿ˜ฝ kissing cat animal cats kiss +๐Ÿ™€ weary cat animal cats munch scared scream +๐Ÿ˜ฟ crying cat animal tears weep sad cats upset cry +๐Ÿ˜พ pouting cat animal cats +๐Ÿ™ˆ see no evil monkey monkey animal nature haha +๐Ÿ™‰ hear no evil monkey animal monkey nature +๐Ÿ™Š speak no evil monkey monkey animal nature omg +๐Ÿ’‹ kiss mark face lips love like affection valentines +๐Ÿ’Œ love letter email like affection envelope valentines +๐Ÿ’˜ heart with arrow love like heart affection valentines +๐Ÿ’ heart with ribbon love valentines +๐Ÿ’– sparkling heart love like affection valentines +๐Ÿ’— growing heart like love affection valentines pink +๐Ÿ’“ beating heart love like affection valentines pink heart +๐Ÿ’ž revolving hearts love like affection valentines +๐Ÿ’• two hearts love like affection valentines heart +๐Ÿ’Ÿ heart decoration purple-square love like +โฃ๏ธ heart exclamation decoration love +๐Ÿ’” broken heart sad sorry break heart heartbreak +โค๏ธ red heart love like valentines +๐Ÿงก orange heart love like affection valentines +๐Ÿ’› yellow heart love like affection valentines +๐Ÿ’š green heart love like affection valentines +๐Ÿ’™ blue heart love like affection valentines +๐Ÿ’œ purple heart love like affection valentines +๐ŸคŽ brown heart coffee +๐Ÿ–ค black heart evil +๐Ÿค white heart pure +๐Ÿ’ฏ hundred points score perfect numbers century exam quiz test pass hundred +๐Ÿ’ข anger symbol angry mad +๐Ÿ’ฅ collision bomb explode explosion collision blown +๐Ÿ’ซ dizzy star sparkle shoot magic +๐Ÿ’ฆ sweat droplets water drip oops +๐Ÿ’จ dashing away wind air fast shoo fart smoke puff +๐Ÿ•ณ๏ธ hole embarrassing +๐Ÿ’ฃ bomb boom explode explosion terrorism +๐Ÿ’ฌ speech balloon bubble words message talk chatting +๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ eye in speech bubble info +๐Ÿ—จ๏ธ left speech bubble words message talk chatting +๐Ÿ—ฏ๏ธ right anger bubble caption speech thinking mad +๐Ÿ’ญ thought balloon bubble cloud speech thinking dream +๐Ÿ’ค zzz sleepy tired dream +๐Ÿ‘‹ waving hand hands gesture goodbye solong farewell hello hi palm +๐Ÿคš raised back of hand fingers raised backhand +๐Ÿ–๏ธ hand with fingers splayed hand fingers palm +โœ‹ raised hand fingers stop highfive palm ban +๐Ÿ–– vulcan salute hand fingers spock star trek +๐Ÿ‘Œ ok hand fingers limbs perfect ok okay +๐Ÿค pinching hand tiny small size +โœŒ๏ธ victory hand fingers ohyeah hand peace victory two +๐Ÿคž crossed fingers good lucky +๐ŸคŸ love you gesture hand fingers gesture +๐Ÿค˜ sign of the horns hand fingers evil eye sign of horns rock on +๐Ÿค™ call me hand hands gesture shaka +๐Ÿ‘ˆ backhand index pointing left direction fingers hand left +๐Ÿ‘‰ backhand index pointing right fingers hand direction right +๐Ÿ‘† backhand index pointing up fingers hand direction up +๐Ÿ–• middle finger hand fingers rude middle flipping +๐Ÿ‘‡ backhand index pointing down fingers hand direction down +โ˜๏ธ index pointing up hand fingers direction up +๐Ÿ‘ thumbs up thumbsup yes awesome good agree accept cool hand like +1 +๐Ÿ‘Ž thumbs down thumbsdown no dislike hand -1 +โœŠ raised fist fingers hand grasp +๐Ÿ‘Š oncoming fist angry violence fist hit attack hand +๐Ÿค› left facing fist hand fistbump +๐Ÿคœ right facing fist hand fistbump +๐Ÿ‘ clapping hands hands praise applause congrats yay +๐Ÿ™Œ raising hands gesture hooray yea celebration hands +๐Ÿ‘ open hands fingers butterfly hands open +๐Ÿคฒ palms up together hands gesture cupped prayer +๐Ÿค handshake agreement shake +๐Ÿ™ folded hands please hope wish namaste highfive pray +โœ๏ธ writing hand lower left ballpoint pen stationery write compose +๐Ÿ’… nail polish beauty manicure finger fashion nail +๐Ÿคณ selfie camera phone +๐Ÿ’ช flexed biceps arm flex hand summer strong biceps +๐Ÿฆพ mechanical arm accessibility +๐Ÿฆฟ mechanical leg accessibility +๐Ÿฆต leg kick limb +๐Ÿฆถ foot kick stomp +๐Ÿ‘‚ ear face hear sound listen +๐Ÿฆป ear with hearing aid accessibility +๐Ÿ‘ƒ nose smell sniff +๐Ÿง  brain smart intelligent +๐Ÿฆท tooth teeth dentist +๐Ÿฆด bone skeleton +๐Ÿ‘€ eyes look watch stalk peek see +๐Ÿ‘๏ธ eye face look see watch stare +๐Ÿ‘… tongue mouth playful +๐Ÿ‘„ mouth mouth kiss +๐Ÿ‘ถ baby child boy girl toddler +๐Ÿง’ child gender-neutral young +๐Ÿ‘ฆ boy man male guy teenager +๐Ÿ‘ง girl female woman teenager +๐Ÿง‘ person gender-neutral person +๐Ÿ‘ฑ person blond hair hairstyle +๐Ÿ‘จ man mustache father dad guy classy sir moustache +๐Ÿง” man beard person bewhiskered +๐Ÿ‘จโ€๐Ÿฆฐ man red hair hairstyle +๐Ÿ‘จโ€๐Ÿฆฑ man curly hair hairstyle +๐Ÿ‘จโ€๐Ÿฆณ man white hair old elder +๐Ÿ‘จโ€๐Ÿฆฒ man bald hairless +๐Ÿ‘ฉ woman female girls lady +๐Ÿ‘ฉโ€๐Ÿฆฐ woman red hair hairstyle +๐Ÿง‘โ€๐Ÿฆฐ person red hair hairstyle +๐Ÿ‘ฉโ€๐Ÿฆฑ woman curly hair hairstyle +๐Ÿง‘โ€๐Ÿฆฑ person curly hair hairstyle +๐Ÿ‘ฉโ€๐Ÿฆณ woman white hair old elder +๐Ÿง‘โ€๐Ÿฆณ person white hair elder old +๐Ÿ‘ฉโ€๐Ÿฆฒ woman bald hairless +๐Ÿง‘โ€๐Ÿฆฒ person bald hairless +๐Ÿ‘ฑโ€โ™€๏ธ woman blond hair woman female girl blonde person +๐Ÿ‘ฑโ€โ™‚๏ธ man blond hair man male boy blonde guy person +๐Ÿง“ older person human elder senior gender-neutral +๐Ÿ‘ด old man human male men old elder senior +๐Ÿ‘ต old woman human female women lady old elder senior +๐Ÿ™ person frowning worried +๐Ÿ™โ€โ™‚๏ธ man frowning male boy man sad depressed discouraged unhappy +๐Ÿ™โ€โ™€๏ธ woman frowning female girl woman sad depressed discouraged unhappy +๐Ÿ™Ž person pouting upset +๐Ÿ™Žโ€โ™‚๏ธ man pouting male boy man +๐Ÿ™Žโ€โ™€๏ธ woman pouting female girl woman +๐Ÿ™… person gesturing no decline +๐Ÿ™…โ€โ™‚๏ธ man gesturing no male boy man nope +๐Ÿ™…โ€โ™€๏ธ woman gesturing no female girl woman nope +๐Ÿ™† person gesturing ok agree +๐Ÿ™†โ€โ™‚๏ธ man gesturing ok men boy male blue human man +๐Ÿ™†โ€โ™€๏ธ woman gesturing ok women girl female pink human woman +๐Ÿ’ person tipping hand information +๐Ÿ’โ€โ™‚๏ธ man tipping hand male boy man human information +๐Ÿ’โ€โ™€๏ธ woman tipping hand female girl woman human information +๐Ÿ™‹ person raising hand question +๐Ÿ™‹โ€โ™‚๏ธ man raising hand male boy man +๐Ÿ™‹โ€โ™€๏ธ woman raising hand female girl woman +๐Ÿง deaf person accessibility +๐Ÿงโ€โ™‚๏ธ deaf man accessibility +๐Ÿงโ€โ™€๏ธ deaf woman accessibility +๐Ÿ™‡ person bowing respectiful +๐Ÿ™‡โ€โ™‚๏ธ man bowing man male boy +๐Ÿ™‡โ€โ™€๏ธ woman bowing woman female girl +๐Ÿคฆ person facepalming disappointed +๐Ÿคฆโ€โ™‚๏ธ man facepalming man male boy disbelief +๐Ÿคฆโ€โ™€๏ธ woman facepalming woman female girl disbelief +๐Ÿคท person shrugging regardless +๐Ÿคทโ€โ™‚๏ธ man shrugging man male boy confused indifferent doubt +๐Ÿคทโ€โ™€๏ธ woman shrugging woman female girl confused indifferent doubt +๐Ÿง‘โ€โš•๏ธ health worker hospital +๐Ÿ‘จโ€โš•๏ธ man health worker doctor nurse therapist healthcare man human +๐Ÿ‘ฉโ€โš•๏ธ woman health worker doctor nurse therapist healthcare woman human +๐Ÿง‘โ€๐ŸŽ“ student learn +๐Ÿ‘จโ€๐ŸŽ“ man student graduate man human +๐Ÿ‘ฉโ€๐ŸŽ“ woman student graduate woman human +๐Ÿง‘โ€๐Ÿซ teacher professor +๐Ÿ‘จโ€๐Ÿซ man teacher instructor professor man human +๐Ÿ‘ฉโ€๐Ÿซ woman teacher instructor professor woman human +๐Ÿง‘โ€โš–๏ธ judge law +๐Ÿ‘จโ€โš–๏ธ man judge justice court man human +๐Ÿ‘ฉโ€โš–๏ธ woman judge justice court woman human +๐Ÿง‘โ€๐ŸŒพ farmer crops +๐Ÿ‘จโ€๐ŸŒพ man farmer rancher gardener man human +๐Ÿ‘ฉโ€๐ŸŒพ woman farmer rancher gardener woman human +๐Ÿง‘โ€๐Ÿณ cook food kitchen culinary +๐Ÿ‘จโ€๐Ÿณ man cook chef man human +๐Ÿ‘ฉโ€๐Ÿณ woman cook chef woman human +๐Ÿง‘โ€๐Ÿ”ง mechanic worker technician +๐Ÿ‘จโ€๐Ÿ”ง man mechanic plumber man human wrench +๐Ÿ‘ฉโ€๐Ÿ”ง woman mechanic plumber woman human wrench +๐Ÿง‘โ€๐Ÿญ factory worker labor +๐Ÿ‘จโ€๐Ÿญ man factory worker assembly industrial man human +๐Ÿ‘ฉโ€๐Ÿญ woman factory worker assembly industrial woman human +๐Ÿง‘โ€๐Ÿ’ผ office worker business +๐Ÿ‘จโ€๐Ÿ’ผ man office worker business manager man human +๐Ÿ‘ฉโ€๐Ÿ’ผ woman office worker business manager woman human +๐Ÿง‘โ€๐Ÿ”ฌ scientist chemistry +๐Ÿ‘จโ€๐Ÿ”ฌ man scientist biologist chemist engineer physicist man human +๐Ÿ‘ฉโ€๐Ÿ”ฌ woman scientist biologist chemist engineer physicist woman human +๐Ÿง‘โ€๐Ÿ’ป technologist computer +๐Ÿ‘จโ€๐Ÿ’ป man technologist coder developer engineer programmer software man human laptop computer +๐Ÿ‘ฉโ€๐Ÿ’ป woman technologist coder developer engineer programmer software woman human laptop computer +๐Ÿง‘โ€๐ŸŽค singer song artist performer +๐Ÿ‘จโ€๐ŸŽค man singer rockstar entertainer man human +๐Ÿ‘ฉโ€๐ŸŽค woman singer rockstar entertainer woman human +๐Ÿง‘โ€๐ŸŽจ artist painting draw creativity +๐Ÿ‘จโ€๐ŸŽจ man artist painter man human +๐Ÿ‘ฉโ€๐ŸŽจ woman artist painter woman human +๐Ÿง‘โ€โœˆ๏ธ pilot fly plane airplane +๐Ÿ‘จโ€โœˆ๏ธ man pilot aviator plane man human +๐Ÿ‘ฉโ€โœˆ๏ธ woman pilot aviator plane woman human +๐Ÿง‘โ€๐Ÿš€ astronaut outerspace +๐Ÿ‘จโ€๐Ÿš€ man astronaut space rocket man human +๐Ÿ‘ฉโ€๐Ÿš€ woman astronaut space rocket woman human +๐Ÿง‘โ€๐Ÿš’ firefighter fire +๐Ÿ‘จโ€๐Ÿš’ man firefighter fireman man human +๐Ÿ‘ฉโ€๐Ÿš’ woman firefighter fireman woman human +๐Ÿ‘ฎ police officer cop +๐Ÿ‘ฎโ€โ™‚๏ธ man police officer man police law legal enforcement arrest 911 +๐Ÿ‘ฎโ€โ™€๏ธ woman police officer woman police law legal enforcement arrest 911 female +๐Ÿ•ต๏ธ detective human spy detective +๐Ÿ•ต๏ธโ€โ™‚๏ธ man detective crime +๐Ÿ•ต๏ธโ€โ™€๏ธ woman detective human spy detective female woman +๐Ÿ’‚ guard protect +๐Ÿ’‚โ€โ™‚๏ธ man guard uk gb british male guy royal +๐Ÿ’‚โ€โ™€๏ธ woman guard uk gb british female royal woman +๐Ÿ‘ท construction worker labor build +๐Ÿ‘ทโ€โ™‚๏ธ man construction worker male human wip guy build construction worker labor +๐Ÿ‘ทโ€โ™€๏ธ woman construction worker female human wip build construction worker labor woman +๐Ÿคด prince boy man male crown royal king +๐Ÿ‘ธ princess girl woman female blond crown royal queen +๐Ÿ‘ณ person wearing turban headdress +๐Ÿ‘ณโ€โ™‚๏ธ man wearing turban male indian hinduism arabs +๐Ÿ‘ณโ€โ™€๏ธ woman wearing turban female indian hinduism arabs woman +๐Ÿ‘ฒ man with skullcap male boy chinese +๐Ÿง• woman with headscarf female hijab mantilla tichel +๐Ÿคต man in tuxedo couple marriage wedding groom +๐Ÿ‘ฐ bride with veil couple marriage wedding woman bride +๐Ÿคฐ pregnant woman baby +๐Ÿคฑ breast feeding nursing baby +๐Ÿ‘ผ baby angel heaven wings halo +๐ŸŽ… santa claus festival man male xmas father christmas +๐Ÿคถ mrs claus woman female xmas mother christmas +๐Ÿฆธ superhero marvel +๐Ÿฆธโ€โ™‚๏ธ man superhero man male good hero superpowers +๐Ÿฆธโ€โ™€๏ธ woman superhero woman female good heroine superpowers +๐Ÿฆน supervillain marvel +๐Ÿฆนโ€โ™‚๏ธ man supervillain man male evil bad criminal hero superpowers +๐Ÿฆนโ€โ™€๏ธ woman supervillain woman female evil bad criminal heroine superpowers +๐Ÿง™ mage magic +๐Ÿง™โ€โ™‚๏ธ man mage man male mage sorcerer +๐Ÿง™โ€โ™€๏ธ woman mage woman female mage witch +๐Ÿงš fairy wings magical +๐Ÿงšโ€โ™‚๏ธ man fairy man male +๐Ÿงšโ€โ™€๏ธ woman fairy woman female +๐Ÿง› vampire blood twilight +๐Ÿง›โ€โ™‚๏ธ man vampire man male dracula +๐Ÿง›โ€โ™€๏ธ woman vampire woman female +๐Ÿงœ merperson sea +๐Ÿงœโ€โ™‚๏ธ merman man male triton +๐Ÿงœโ€โ™€๏ธ mermaid woman female merwoman ariel +๐Ÿง elf magical +๐Ÿงโ€โ™‚๏ธ man elf man male +๐Ÿงโ€โ™€๏ธ woman elf woman female +๐Ÿงž genie magical wishes +๐Ÿงžโ€โ™‚๏ธ man genie man male +๐Ÿงžโ€โ™€๏ธ woman genie woman female +๐ŸงŸ zombie dead +๐ŸงŸโ€โ™‚๏ธ man zombie man male dracula undead walking dead +๐ŸงŸโ€โ™€๏ธ woman zombie woman female undead walking dead +๐Ÿ’† person getting massage relax +๐Ÿ’†โ€โ™‚๏ธ man getting massage male boy man head +๐Ÿ’†โ€โ™€๏ธ woman getting massage female girl woman head +๐Ÿ’‡ person getting haircut hairstyle +๐Ÿ’‡โ€โ™‚๏ธ man getting haircut male boy man +๐Ÿ’‡โ€โ™€๏ธ woman getting haircut female girl woman +๐Ÿšถ person walking move +๐Ÿšถโ€โ™‚๏ธ man walking human feet steps +๐Ÿšถโ€โ™€๏ธ woman walking human feet steps woman female +๐Ÿง person standing still +๐Ÿงโ€โ™‚๏ธ man standing still +๐Ÿงโ€โ™€๏ธ woman standing still +๐ŸงŽ person kneeling pray respectful +๐ŸงŽโ€โ™‚๏ธ man kneeling pray respectful +๐ŸงŽโ€โ™€๏ธ woman kneeling respectful pray +๐Ÿง‘โ€๐Ÿฆฏ person with probing cane blind +๐Ÿ‘จโ€๐Ÿฆฏ man with probing cane blind +๐Ÿ‘ฉโ€๐Ÿฆฏ woman with probing cane blind +๐Ÿง‘โ€๐Ÿฆผ person in motorized wheelchair disability accessibility +๐Ÿ‘จโ€๐Ÿฆผ man in motorized wheelchair disability accessibility +๐Ÿ‘ฉโ€๐Ÿฆผ woman in motorized wheelchair disability accessibility +๐Ÿง‘โ€๐Ÿฆฝ person in manual wheelchair disability accessibility +๐Ÿ‘จโ€๐Ÿฆฝ man in manual wheelchair disability accessibility +๐Ÿ‘ฉโ€๐Ÿฆฝ woman in manual wheelchair disability accessibility +๐Ÿƒ person running move +๐Ÿƒโ€โ™‚๏ธ man running man walking exercise race running +๐Ÿƒโ€โ™€๏ธ woman running woman walking exercise race running female +๐Ÿ’ƒ woman dancing female girl woman fun +๐Ÿ•บ man dancing male boy fun dancer +๐Ÿ•ด๏ธ man in suit levitating suit business levitate hover jump +๐Ÿ‘ฏ people with bunny ears perform costume +๐Ÿ‘ฏโ€โ™‚๏ธ men with bunny ears male bunny men boys +๐Ÿ‘ฏโ€โ™€๏ธ women with bunny ears female bunny women girls +๐Ÿง– person in steamy room relax spa +๐Ÿง–โ€โ™‚๏ธ man in steamy room male man spa steamroom sauna +๐Ÿง–โ€โ™€๏ธ woman in steamy room female woman spa steamroom sauna +๐Ÿง— person climbing sport +๐Ÿง—โ€โ™‚๏ธ man climbing sports hobby man male rock +๐Ÿง—โ€โ™€๏ธ woman climbing sports hobby woman female rock +๐Ÿคบ person fencing sports fencing sword +๐Ÿ‡ horse racing animal betting competition gambling luck +โ›ท๏ธ skier sports winter snow +๐Ÿ‚ snowboarder sports winter +๐ŸŒ๏ธ person golfing sports business +๐ŸŒ๏ธโ€โ™‚๏ธ man golfing sport +๐ŸŒ๏ธโ€โ™€๏ธ woman golfing sports business woman female +๐Ÿ„ person surfing sport sea +๐Ÿ„โ€โ™‚๏ธ man surfing sports ocean sea summer beach +๐Ÿ„โ€โ™€๏ธ woman surfing sports ocean sea summer beach woman female +๐Ÿšฃ person rowing boat sport move +๐Ÿšฃโ€โ™‚๏ธ man rowing boat sports hobby water ship +๐Ÿšฃโ€โ™€๏ธ woman rowing boat sports hobby water ship woman female +๐ŸŠ person swimming sport pool +๐ŸŠโ€โ™‚๏ธ man swimming sports exercise human athlete water summer +๐ŸŠโ€โ™€๏ธ woman swimming sports exercise human athlete water summer woman female +โ›น๏ธ person bouncing ball sports human +โ›น๏ธโ€โ™‚๏ธ man bouncing ball sport +โ›น๏ธโ€โ™€๏ธ woman bouncing ball sports human woman female +๐Ÿ‹๏ธ person lifting weights sports training exercise +๐Ÿ‹๏ธโ€โ™‚๏ธ man lifting weights sport +๐Ÿ‹๏ธโ€โ™€๏ธ woman lifting weights sports training exercise woman female +๐Ÿšด person biking sport move +๐Ÿšดโ€โ™‚๏ธ man biking sports bike exercise hipster +๐Ÿšดโ€โ™€๏ธ woman biking sports bike exercise hipster woman female +๐Ÿšต person mountain biking sport move +๐Ÿšตโ€โ™‚๏ธ man mountain biking transportation sports human race bike +๐Ÿšตโ€โ™€๏ธ woman mountain biking transportation sports human race bike woman female +๐Ÿคธ person cartwheeling sport gymnastic +๐Ÿคธโ€โ™‚๏ธ man cartwheeling gymnastics +๐Ÿคธโ€โ™€๏ธ woman cartwheeling gymnastics +๐Ÿคผ people wrestling sport +๐Ÿคผโ€โ™‚๏ธ men wrestling sports wrestlers +๐Ÿคผโ€โ™€๏ธ women wrestling sports wrestlers +๐Ÿคฝ person playing water polo sport +๐Ÿคฝโ€โ™‚๏ธ man playing water polo sports pool +๐Ÿคฝโ€โ™€๏ธ woman playing water polo sports pool +๐Ÿคพ person playing handball sport +๐Ÿคพโ€โ™‚๏ธ man playing handball sports +๐Ÿคพโ€โ™€๏ธ woman playing handball sports +๐Ÿคน person juggling performance balance +๐Ÿคนโ€โ™‚๏ธ man juggling juggle balance skill multitask +๐Ÿคนโ€โ™€๏ธ woman juggling juggle balance skill multitask +๐Ÿง˜ person in lotus position meditate +๐Ÿง˜โ€โ™‚๏ธ man in lotus position man male meditation yoga serenity zen mindfulness +๐Ÿง˜โ€โ™€๏ธ woman in lotus position woman female meditation yoga serenity zen mindfulness +๐Ÿ›€ person taking bath clean shower bathroom +๐Ÿ›Œ person in bed bed rest +๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘ people holding hands friendship +๐Ÿ‘ญ women holding hands pair friendship couple love like female people human +๐Ÿ‘ซ woman and man holding hands pair people human love date dating like affection valentines marriage +๐Ÿ‘ฌ men holding hands pair couple love like bromance friendship people human +๐Ÿ’ kiss pair valentines love like dating marriage +๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ kiss woman man love +๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ kiss man man pair valentines love like dating marriage +๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ kiss woman woman pair valentines love like dating marriage +๐Ÿ’‘ couple with heart pair love like affection human dating valentines marriage +๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘จ couple with heart woman man love +๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ couple with heart man man pair love like affection human dating valentines marriage +๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ couple with heart woman woman pair love like affection human dating valentines marriage +๐Ÿ‘ช family home parents child mom dad father mother people human +๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ family man woman boy love +๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง family man woman girl home parents people human child +๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ family man woman girl boy home parents people human children +๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ family man woman boy boy home parents people human children +๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง family man woman girl girl home parents people human children +๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ family man man boy home parents people human children +๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ง family man man girl home parents people human children +๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ family man man girl boy home parents people human children +๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ family man man boy boy home parents people human children +๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง family man man girl girl home parents people human children +๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ family woman woman boy home parents people human children +๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ง family woman woman girl home parents people human children +๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ family woman woman girl boy home parents people human children +๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ family woman woman boy boy home parents people human children +๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง family woman woman girl girl home parents people human children +๐Ÿ‘จโ€๐Ÿ‘ฆ family man boy home parent people human child +๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ family man boy boy home parent people human children +๐Ÿ‘จโ€๐Ÿ‘ง family man girl home parent people human child +๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ family man girl boy home parent people human children +๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง family man girl girl home parent people human children +๐Ÿ‘ฉโ€๐Ÿ‘ฆ family woman boy home parent people human child +๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ family woman boy boy home parent people human children +๐Ÿ‘ฉโ€๐Ÿ‘ง family woman girl home parent people human child +๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ family woman girl boy home parent people human children +๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง family woman girl girl home parent people human children +๐Ÿ—ฃ๏ธ speaking head user person human sing say talk +๐Ÿ‘ค bust in silhouette user person human +๐Ÿ‘ฅ busts in silhouette user person human group team +๐Ÿ‘ฃ footprints feet tracking walking beach +๐Ÿต monkey face animal nature circus +๐Ÿ’ monkey animal nature banana circus +๐Ÿฆ gorilla animal nature circus +๐Ÿฆง orangutan animal +๐Ÿถ dog face animal friend nature woof puppy pet faithful +๐Ÿ• dog animal nature friend doge pet faithful +๐Ÿฆฎ guide dog animal blind +๐Ÿ•โ€๐Ÿฆบ service dog blind animal +๐Ÿฉ poodle dog animal 101 nature pet +๐Ÿบ wolf animal nature wild +๐ŸฆŠ fox animal nature face +๐Ÿฆ raccoon animal nature +๐Ÿฑ cat face animal meow nature pet kitten +๐Ÿˆ cat animal meow pet cats +๐Ÿฆ lion animal nature +๐Ÿฏ tiger face animal cat danger wild nature roar +๐Ÿ… tiger animal nature roar +๐Ÿ† leopard animal nature +๐Ÿด horse face animal brown nature +๐ŸŽ horse animal gamble luck +๐Ÿฆ„ unicorn animal nature mystical +๐Ÿฆ“ zebra animal nature stripes safari +๐ŸฆŒ deer animal nature horns venison +๐Ÿฎ cow face beef ox animal nature moo milk +๐Ÿ‚ ox animal cow beef +๐Ÿƒ water buffalo animal nature ox cow +๐Ÿ„ cow beef ox animal nature moo milk +๐Ÿท pig face animal oink nature +๐Ÿ– pig animal nature +๐Ÿ— boar animal nature +๐Ÿฝ pig nose animal oink +๐Ÿ ram animal sheep nature +๐Ÿ‘ ewe animal nature wool shipit +๐Ÿ goat animal nature +๐Ÿช camel animal hot desert hump +๐Ÿซ two hump camel animal nature hot desert hump +๐Ÿฆ™ llama animal nature alpaca +๐Ÿฆ’ giraffe animal nature spots safari +๐Ÿ˜ elephant animal nature nose th circus +๐Ÿฆ rhinoceros animal nature horn +๐Ÿฆ› hippopotamus animal nature +๐Ÿญ mouse face animal nature cheese wedge rodent +๐Ÿ mouse animal nature rodent +๐Ÿ€ rat animal mouse rodent +๐Ÿน hamster animal nature +๐Ÿฐ rabbit face animal nature pet spring magic bunny +๐Ÿ‡ rabbit animal nature pet magic spring +๐Ÿฟ๏ธ chipmunk animal nature rodent squirrel +๐Ÿฆ” hedgehog animal nature spiny +๐Ÿฆ‡ bat animal nature blind vampire +๐Ÿป bear animal nature wild +๐Ÿจ koala animal nature +๐Ÿผ panda animal nature panda +๐Ÿฆฅ sloth animal +๐Ÿฆฆ otter animal +๐Ÿฆจ skunk animal +๐Ÿฆ˜ kangaroo animal nature australia joey hop marsupial +๐Ÿฆก badger animal nature honey +๐Ÿพ paw prints animal tracking footprints dog cat pet feet +๐Ÿฆƒ turkey animal bird +๐Ÿ” chicken animal cluck nature bird +๐Ÿ“ rooster animal nature chicken +๐Ÿฃ hatching chick animal chicken egg born baby bird +๐Ÿค baby chick animal chicken bird +๐Ÿฅ front facing baby chick animal chicken baby bird +๐Ÿฆ bird animal nature fly tweet spring +๐Ÿง penguin animal nature +๐Ÿ•Š๏ธ dove animal bird +๐Ÿฆ… eagle animal nature bird +๐Ÿฆ† duck animal nature bird mallard +๐Ÿฆข swan animal nature bird +๐Ÿฆ‰ owl animal nature bird hoot +๐Ÿฆฉ flamingo animal +๐Ÿฆš peacock animal nature peahen bird +๐Ÿฆœ parrot animal nature bird pirate talk +๐Ÿธ frog animal nature croak toad +๐ŸŠ crocodile animal nature reptile lizard alligator +๐Ÿข turtle animal slow nature tortoise +๐ŸฆŽ lizard animal nature reptile +๐Ÿ snake animal evil nature hiss python +๐Ÿฒ dragon face animal myth nature chinese green +๐Ÿ‰ dragon animal myth nature chinese green +๐Ÿฆ• sauropod animal nature dinosaur brachiosaurus brontosaurus diplodocus extinct +๐Ÿฆ– t rex animal nature dinosaur tyrannosaurus extinct +๐Ÿณ spouting whale animal nature sea ocean +๐Ÿ‹ whale animal nature sea ocean +๐Ÿฌ dolphin animal nature fish sea ocean flipper fins beach +๐ŸŸ fish animal food nature +๐Ÿ  tropical fish animal swim ocean beach nemo +๐Ÿก blowfish animal nature food sea ocean +๐Ÿฆˆ shark animal nature fish sea ocean jaws fins beach +๐Ÿ™ octopus animal creature ocean sea nature beach +๐Ÿš spiral shell nature sea beach +๐ŸŒ snail slow animal shell +๐Ÿฆ‹ butterfly animal insect nature caterpillar +๐Ÿ› bug animal insect nature worm +๐Ÿœ ant animal insect nature bug +๐Ÿ honeybee animal insect nature bug spring honey +๐Ÿž lady beetle animal insect nature ladybug +๐Ÿฆ— cricket animal cricket chirp +๐Ÿ•ท๏ธ spider animal arachnid +๐Ÿ•ธ๏ธ spider web animal insect arachnid silk +๐Ÿฆ‚ scorpion animal arachnid +๐ŸฆŸ mosquito animal nature insect malaria +๐Ÿฆ  microbe amoeba bacteria germs virus +๐Ÿ’ bouquet flowers nature spring +๐ŸŒธ cherry blossom nature plant spring flower +๐Ÿ’ฎ white flower japanese spring +๐Ÿต๏ธ rosette flower decoration military +๐ŸŒน rose flowers valentines love spring +๐Ÿฅ€ wilted flower plant nature flower +๐ŸŒบ hibiscus plant vegetable flowers beach +๐ŸŒป sunflower nature plant fall +๐ŸŒผ blossom nature flowers yellow +๐ŸŒท tulip flowers plant nature summer spring +๐ŸŒฑ seedling plant nature grass lawn spring +๐ŸŒฒ evergreen tree plant nature +๐ŸŒณ deciduous tree plant nature +๐ŸŒด palm tree plant vegetable nature summer beach mojito tropical +๐ŸŒต cactus vegetable plant nature +๐ŸŒพ sheaf of rice nature plant +๐ŸŒฟ herb vegetable plant medicine weed grass lawn +โ˜˜๏ธ shamrock vegetable plant nature irish clover +๐Ÿ€ four leaf clover vegetable plant nature lucky irish +๐Ÿ maple leaf nature plant vegetable ca fall +๐Ÿ‚ fallen leaf nature plant vegetable leaves +๐Ÿƒ leaf fluttering in wind nature plant tree vegetable grass lawn spring +๐Ÿ‡ grapes fruit food wine +๐Ÿˆ melon fruit nature food +๐Ÿ‰ watermelon fruit food picnic summer +๐ŸŠ tangerine food fruit nature orange +๐Ÿ‹ lemon fruit nature +๐ŸŒ banana fruit food monkey +๐Ÿ pineapple fruit nature food +๐Ÿฅญ mango fruit food tropical +๐ŸŽ red apple fruit mac school +๐Ÿ green apple fruit nature +๐Ÿ pear fruit nature food +๐Ÿ‘ peach fruit nature food +๐Ÿ’ cherries food fruit +๐Ÿ“ strawberry fruit food nature +๐Ÿฅ kiwi fruit fruit food +๐Ÿ… tomato fruit vegetable nature food +๐Ÿฅฅ coconut fruit nature food palm +๐Ÿฅ‘ avocado fruit food +๐Ÿ† eggplant vegetable nature food aubergine +๐Ÿฅ” potato food tuber vegatable starch +๐Ÿฅ• carrot vegetable food orange +๐ŸŒฝ ear of corn food vegetable plant +๐ŸŒถ๏ธ hot pepper food spicy chilli chili +๐Ÿฅ’ cucumber fruit food pickle +๐Ÿฅฌ leafy green food vegetable plant bok choy cabbage kale lettuce +๐Ÿฅฆ broccoli fruit food vegetable +๐Ÿง„ garlic food spice cook +๐Ÿง… onion cook food spice +๐Ÿ„ mushroom plant vegetable +๐Ÿฅœ peanuts food nut +๐ŸŒฐ chestnut food squirrel +๐Ÿž bread food wheat breakfast toast +๐Ÿฅ croissant food bread french +๐Ÿฅ– baguette bread food bread french +๐Ÿฅจ pretzel food bread twisted +๐Ÿฅฏ bagel food bread bakery schmear +๐Ÿฅž pancakes food breakfast flapjacks hotcakes +๐Ÿง‡ waffle food breakfast +๐Ÿง€ cheese wedge food chadder +๐Ÿ– meat on bone good food drumstick +๐Ÿ— poultry leg food meat drumstick bird chicken turkey +๐Ÿฅฉ cut of meat food cow meat cut chop lambchop porkchop +๐Ÿฅ“ bacon food breakfast pork pig meat +๐Ÿ” hamburger meat fast food beef cheeseburger mcdonalds burger king +๐ŸŸ french fries chips snack fast food +๐Ÿ• pizza food party +๐ŸŒญ hot dog food frankfurter +๐Ÿฅช sandwich food lunch bread +๐ŸŒฎ taco food mexican +๐ŸŒฏ burrito food mexican +๐Ÿฅ™ stuffed flatbread food flatbread stuffed gyro +๐Ÿง† falafel food +๐Ÿฅš egg food chicken breakfast +๐Ÿณ cooking food breakfast kitchen egg +๐Ÿฅ˜ shallow pan of food food cooking casserole paella +๐Ÿฒ pot of food food meat soup +๐Ÿฅฃ bowl with spoon food breakfast cereal oatmeal porridge +๐Ÿฅ— green salad food healthy lettuce +๐Ÿฟ popcorn food movie theater films snack +๐Ÿงˆ butter food cook +๐Ÿง‚ salt condiment shaker +๐Ÿฅซ canned food food soup +๐Ÿฑ bento box food japanese box +๐Ÿ˜ rice cracker food japanese +๐Ÿ™ rice ball food japanese +๐Ÿš cooked rice food china asian +๐Ÿ› curry rice food spicy hot indian +๐Ÿœ steaming bowl food japanese noodle chopsticks +๐Ÿ spaghetti food italian noodle +๐Ÿ  roasted sweet potato food nature +๐Ÿข oden food japanese +๐Ÿฃ sushi food fish japanese rice +๐Ÿค fried shrimp food animal appetizer summer +๐Ÿฅ fish cake with swirl food japan sea beach narutomaki pink swirl kamaboko surimi ramen +๐Ÿฅฎ moon cake food autumn +๐Ÿก dango food dessert sweet japanese barbecue meat +๐ŸฅŸ dumpling food empanada pierogi potsticker +๐Ÿฅ  fortune cookie food prophecy +๐Ÿฅก takeout box food leftovers +๐Ÿฆ€ crab animal crustacean +๐Ÿฆž lobster animal nature bisque claws seafood +๐Ÿฆ shrimp animal ocean nature seafood +๐Ÿฆ‘ squid animal nature ocean sea +๐Ÿฆช oyster food +๐Ÿฆ soft ice cream food hot dessert summer +๐Ÿง shaved ice hot dessert summer +๐Ÿจ ice cream food hot dessert +๐Ÿฉ doughnut food dessert snack sweet donut +๐Ÿช cookie food snack oreo chocolate sweet dessert +๐ŸŽ‚ birthday cake food dessert cake +๐Ÿฐ shortcake food dessert +๐Ÿง cupcake food dessert bakery sweet +๐Ÿฅง pie food dessert pastry +๐Ÿซ chocolate bar food snack dessert sweet +๐Ÿฌ candy snack dessert sweet lolly +๐Ÿญ lollipop food snack candy sweet +๐Ÿฎ custard dessert food +๐Ÿฏ honey pot bees sweet kitchen +๐Ÿผ baby bottle food container milk +๐Ÿฅ› glass of milk beverage drink cow +โ˜• hot beverage beverage caffeine latte espresso coffee +๐Ÿต teacup without handle drink bowl breakfast green british +๐Ÿถ sake wine drink drunk beverage japanese alcohol booze +๐Ÿพ bottle with popping cork drink wine bottle celebration +๐Ÿท wine glass drink beverage drunk alcohol booze +๐Ÿธ cocktail glass drink drunk alcohol beverage booze mojito +๐Ÿน tropical drink beverage cocktail summer beach alcohol booze mojito +๐Ÿบ beer mug relax beverage drink drunk party pub summer alcohol booze +๐Ÿป clinking beer mugs relax beverage drink drunk party pub summer alcohol booze +๐Ÿฅ‚ clinking glasses beverage drink party alcohol celebrate cheers wine champagne toast +๐Ÿฅƒ tumbler glass drink beverage drunk alcohol liquor booze bourbon scotch whisky glass shot +๐Ÿฅค cup with straw drink soda +๐Ÿงƒ beverage box drink +๐Ÿง‰ mate drink tea beverage +๐ŸงŠ ice water cold +๐Ÿฅข chopsticks food +๐Ÿฝ๏ธ fork and knife with plate food eat meal lunch dinner restaurant +๐Ÿด fork and knife cutlery kitchen +๐Ÿฅ„ spoon cutlery kitchen tableware +๐Ÿ”ช kitchen knife knife blade cutlery kitchen weapon +๐Ÿบ amphora vase jar +๐ŸŒ globe showing europe africa globe world international +๐ŸŒŽ globe showing americas globe world USA international +๐ŸŒ globe showing asia australia globe world east international +๐ŸŒ globe with meridians earth international world internet interweb i18n +๐Ÿ—บ๏ธ world map location direction +๐Ÿ—พ map of japan nation country japanese asia +๐Ÿงญ compass magnetic navigation orienteering +๐Ÿ”๏ธ snow capped mountain photo nature environment winter cold +โ›ฐ๏ธ mountain photo nature environment +๐ŸŒ‹ volcano photo nature disaster +๐Ÿ—ป mount fuji photo mountain nature japanese +๐Ÿ•๏ธ camping photo outdoors tent +๐Ÿ–๏ธ beach with umbrella weather summer sunny sand mojito +๐Ÿœ๏ธ desert photo warm saharah +๐Ÿ๏ธ desert island photo tropical mojito +๐Ÿž๏ธ national park photo environment nature +๐ŸŸ๏ธ stadium photo place sports concert venue +๐Ÿ›๏ธ classical building art culture history +๐Ÿ—๏ธ building construction wip working progress +๐Ÿงฑ brick bricks +๐Ÿ˜๏ธ houses buildings photo +๐Ÿš๏ธ derelict house abandon evict broken building +๐Ÿ  house building home +๐Ÿก house with garden home plant nature +๐Ÿข office building building bureau work +๐Ÿฃ japanese post office building envelope communication +๐Ÿค post office building email +๐Ÿฅ hospital building health surgery doctor +๐Ÿฆ bank building money sales cash business enterprise +๐Ÿจ hotel building accomodation checkin +๐Ÿฉ love hotel like affection dating +๐Ÿช convenience store building shopping groceries +๐Ÿซ school building student education learn teach +๐Ÿฌ department store building shopping mall +๐Ÿญ factory building industry pollution smoke +๐Ÿฏ japanese castle photo building +๐Ÿฐ castle building royalty history +๐Ÿ’’ wedding love like affection couple marriage bride groom +๐Ÿ—ผ tokyo tower photo japanese +๐Ÿ—ฝ statue of liberty american newyork +โ›ช church building religion christ +๐Ÿ•Œ mosque islam worship minaret +๐Ÿ›• hindu temple religion +๐Ÿ• synagogue judaism worship temple jewish +โ›ฉ๏ธ shinto shrine temple japan kyoto +๐Ÿ•‹ kaaba mecca mosque islam +โ›ฒ fountain photo summer water fresh +โ›บ tent photo camping outdoors +๐ŸŒ foggy photo mountain +๐ŸŒƒ night with stars evening city downtown +๐Ÿ™๏ธ cityscape photo night life urban +๐ŸŒ„ sunrise over mountains view vacation photo +๐ŸŒ… sunrise morning view vacation photo +๐ŸŒ† cityscape at dusk photo evening sky buildings +๐ŸŒ‡ sunset photo good morning dawn +๐ŸŒ‰ bridge at night photo sanfrancisco +โ™จ๏ธ hot springs bath warm relax +๐ŸŽ  carousel horse photo carnival +๐ŸŽก ferris wheel photo carnival londoneye +๐ŸŽข roller coaster carnival playground photo fun +๐Ÿ’ˆ barber pole hair salon style +๐ŸŽช circus tent festival carnival party +๐Ÿš‚ locomotive transportation vehicle train +๐Ÿšƒ railway car transportation vehicle +๐Ÿš„ high speed train transportation vehicle +๐Ÿš… bullet train transportation vehicle speed fast public travel +๐Ÿš† train transportation vehicle +๐Ÿš‡ metro transportation blue-square mrt underground tube +๐Ÿšˆ light rail transportation vehicle +๐Ÿš‰ station transportation vehicle public +๐ŸšŠ tram transportation vehicle +๐Ÿš monorail transportation vehicle +๐Ÿšž mountain railway transportation vehicle +๐Ÿš‹ tram car transportation vehicle carriage public travel +๐ŸšŒ bus car vehicle transportation +๐Ÿš oncoming bus vehicle transportation +๐ŸšŽ trolleybus bart transportation vehicle +๐Ÿš minibus vehicle car transportation +๐Ÿš‘ ambulance health 911 hospital +๐Ÿš’ fire engine transportation cars vehicle +๐Ÿš“ police car vehicle cars transportation law legal enforcement +๐Ÿš” oncoming police car vehicle law legal enforcement 911 +๐Ÿš• taxi uber vehicle cars transportation +๐Ÿš– oncoming taxi vehicle cars uber +๐Ÿš— automobile red transportation vehicle +๐Ÿš˜ oncoming automobile car vehicle transportation +๐Ÿš™ sport utility vehicle transportation vehicle +๐Ÿšš delivery truck cars transportation +๐Ÿš› articulated lorry vehicle cars transportation express +๐Ÿšœ tractor vehicle car farming agriculture +๐ŸŽ๏ธ racing car sports race fast formula f1 +๐Ÿ๏ธ motorcycle race sports fast +๐Ÿ›ต motor scooter vehicle vespa sasha +๐Ÿฆฝ manual wheelchair accessibility +๐Ÿฆผ motorized wheelchair accessibility +๐Ÿ›บ auto rickshaw move transportation +๐Ÿšฒ bicycle sports bicycle exercise hipster +๐Ÿ›ด kick scooter vehicle kick razor +๐Ÿ›น skateboard board +๐Ÿš bus stop transportation wait +๐Ÿ›ฃ๏ธ motorway road cupertino interstate highway +๐Ÿ›ค๏ธ railway track train transportation +๐Ÿ›ข๏ธ oil drum barrell +โ›ฝ fuel pump gas station petroleum +๐Ÿšจ police car light police ambulance 911 emergency alert error pinged law legal +๐Ÿšฅ horizontal traffic light transportation signal +๐Ÿšฆ vertical traffic light transportation driving +๐Ÿ›‘ stop sign stop +๐Ÿšง construction wip progress caution warning +โš“ anchor ship ferry sea boat +โ›ต sailboat ship summer transportation water sailing +๐Ÿ›ถ canoe boat paddle water ship +๐Ÿšค speedboat ship transportation vehicle summer +๐Ÿ›ณ๏ธ passenger ship yacht cruise ferry +โ›ด๏ธ ferry boat ship yacht +๐Ÿ›ฅ๏ธ motor boat ship +๐Ÿšข ship transportation titanic deploy +โœˆ๏ธ airplane vehicle transportation flight fly +๐Ÿ›ฉ๏ธ small airplane flight transportation fly vehicle +๐Ÿ›ซ airplane departure airport flight landing +๐Ÿ›ฌ airplane arrival airport flight boarding +๐Ÿช‚ parachute fly glide +๐Ÿ’บ seat sit airplane transport bus flight fly +๐Ÿš helicopter transportation vehicle fly +๐ŸšŸ suspension railway vehicle transportation +๐Ÿš  mountain cableway transportation vehicle ski +๐Ÿšก aerial tramway transportation vehicle ski +๐Ÿ›ฐ๏ธ satellite communication gps orbit spaceflight NASA ISS +๐Ÿš€ rocket launch ship staffmode NASA outer space outer space fly +๐Ÿ›ธ flying saucer transportation vehicle ufo +๐Ÿ›Ž๏ธ bellhop bell service +๐Ÿงณ luggage packing travel +โŒ› hourglass done time clock oldschool limit exam quiz test +โณ hourglass not done oldschool time countdown +โŒš watch time accessories +โฐ alarm clock time wake +โฑ๏ธ stopwatch time deadline +โฒ๏ธ timer clock alarm +๐Ÿ•ฐ๏ธ mantelpiece clock time +๐Ÿ•› twelve o clock time noon midnight midday late early schedule +๐Ÿ•ง twelve thirty time late early schedule +๐Ÿ• one o clock time late early schedule +๐Ÿ•œ one thirty time late early schedule +๐Ÿ•‘ two o clock time late early schedule +๐Ÿ• two thirty time late early schedule +๐Ÿ•’ three o clock time late early schedule +๐Ÿ•ž three thirty time late early schedule +๐Ÿ•“ four o clock time late early schedule +๐Ÿ•Ÿ four thirty time late early schedule +๐Ÿ•” five o clock time late early schedule +๐Ÿ•  five thirty time late early schedule +๐Ÿ•• six o clock time late early schedule dawn dusk +๐Ÿ•ก six thirty time late early schedule +๐Ÿ•– seven o clock time late early schedule +๐Ÿ•ข seven thirty time late early schedule +๐Ÿ•— eight o clock time late early schedule +๐Ÿ•ฃ eight thirty time late early schedule +๐Ÿ•˜ nine o clock time late early schedule +๐Ÿ•ค nine thirty time late early schedule +๐Ÿ•™ ten o clock time late early schedule +๐Ÿ•ฅ ten thirty time late early schedule +๐Ÿ•š eleven o clock time late early schedule +๐Ÿ•ฆ eleven thirty time late early schedule +๐ŸŒ‘ new moon nature twilight planet space night evening sleep +๐ŸŒ’ waxing crescent moon nature twilight planet space night evening sleep +๐ŸŒ“ first quarter moon nature twilight planet space night evening sleep +๐ŸŒ” waxing gibbous moon nature night sky gray twilight planet space evening sleep +๐ŸŒ• full moon nature yellow twilight planet space night evening sleep +๐ŸŒ– waning gibbous moon nature twilight planet space night evening sleep waxing gibbous moon +๐ŸŒ— last quarter moon nature twilight planet space night evening sleep +๐ŸŒ˜ waning crescent moon nature twilight planet space night evening sleep +๐ŸŒ™ crescent moon night sleep sky evening magic +๐ŸŒš new moon face nature twilight planet space night evening sleep +๐ŸŒ› first quarter moon face nature twilight planet space night evening sleep +๐ŸŒœ last quarter moon face nature twilight planet space night evening sleep +๐ŸŒก๏ธ thermometer weather temperature hot cold +โ˜€๏ธ sun weather nature brightness summer beach spring +๐ŸŒ full moon face nature twilight planet space night evening sleep +๐ŸŒž sun with face nature morning sky +๐Ÿช ringed planet outerspace +โญ star night yellow +๐ŸŒŸ glowing star night sparkle awesome good magic +๐ŸŒ  shooting star night photo +๐ŸŒŒ milky way photo space stars +โ˜๏ธ cloud weather sky +โ›… sun behind cloud weather nature cloudy morning fall spring +โ›ˆ๏ธ cloud with lightning and rain weather lightning +๐ŸŒค๏ธ sun behind small cloud weather +๐ŸŒฅ๏ธ sun behind large cloud weather +๐ŸŒฆ๏ธ sun behind rain cloud weather +๐ŸŒง๏ธ cloud with rain weather +๐ŸŒจ๏ธ cloud with snow weather +๐ŸŒฉ๏ธ cloud with lightning weather thunder +๐ŸŒช๏ธ tornado weather cyclone twister +๐ŸŒซ๏ธ fog weather +๐ŸŒฌ๏ธ wind face gust air +๐ŸŒ€ cyclone weather swirl blue cloud vortex spiral whirlpool spin tornado hurricane typhoon +๐ŸŒˆ rainbow nature happy unicorn face photo sky spring +๐ŸŒ‚ closed umbrella weather rain drizzle +โ˜‚๏ธ umbrella weather spring +โ˜” umbrella with rain drops rainy weather spring +โ›ฑ๏ธ umbrella on ground weather summer +โšก high voltage thunder weather lightning bolt fast +โ„๏ธ snowflake winter season cold weather christmas xmas +โ˜ƒ๏ธ snowman winter season cold weather christmas xmas frozen +โ›„ snowman without snow winter season cold weather christmas xmas frozen without snow +โ˜„๏ธ comet space +๐Ÿ”ฅ fire hot cook flame +๐Ÿ’ง droplet water drip faucet spring +๐ŸŒŠ water wave sea water wave nature tsunami disaster +๐ŸŽƒ jack o lantern halloween light pumpkin creepy fall +๐ŸŽ„ christmas tree festival vacation december xmas celebration +๐ŸŽ† fireworks photo festival carnival congratulations +๐ŸŽ‡ sparkler stars night shine +๐Ÿงจ firecracker dynamite boom explode explosion explosive +โœจ sparkles stars shine shiny cool awesome good magic +๐ŸŽˆ balloon party celebration birthday circus +๐ŸŽ‰ party popper party congratulations birthday magic circus celebration tada +๐ŸŽŠ confetti ball festival party birthday circus +๐ŸŽ‹ tanabata tree plant nature branch summer +๐ŸŽ pine decoration plant nature vegetable panda pine decoration +๐ŸŽŽ japanese dolls japanese toy kimono +๐ŸŽ carp streamer fish japanese koinobori carp banner +๐ŸŽ wind chime nature ding spring bell +๐ŸŽ‘ moon viewing ceremony photo japan asia tsukimi +๐Ÿงง red envelope gift +๐ŸŽ€ ribbon decoration pink girl bowtie +๐ŸŽ wrapped gift present birthday christmas xmas +๐ŸŽ—๏ธ reminder ribbon sports cause support awareness +๐ŸŽŸ๏ธ admission tickets sports concert entrance +๐ŸŽซ ticket event concert pass +๐ŸŽ–๏ธ military medal award winning army +๐Ÿ† trophy win award contest place ftw ceremony +๐Ÿ… sports medal award winning +๐Ÿฅ‡ 1st place medal award winning first +๐Ÿฅˆ 2nd place medal award second +๐Ÿฅ‰ 3rd place medal award third +โšฝ soccer ball sports football +โšพ baseball sports balls +๐ŸฅŽ softball sports balls +๐Ÿ€ basketball sports balls NBA +๐Ÿ volleyball sports balls +๐Ÿˆ american football sports balls NFL +๐Ÿ‰ rugby football sports team +๐ŸŽพ tennis sports balls green +๐Ÿฅ flying disc sports frisbee ultimate +๐ŸŽณ bowling sports fun play +๐Ÿ cricket game sports +๐Ÿ‘ field hockey sports +๐Ÿ’ ice hockey sports +๐Ÿฅ lacrosse sports ball stick +๐Ÿ“ ping pong sports pingpong +๐Ÿธ badminton sports +๐ŸฅŠ boxing glove sports fighting +๐Ÿฅ‹ martial arts uniform judo karate taekwondo +๐Ÿฅ… goal net sports +โ›ณ flag in hole sports business flag hole summer +โ›ธ๏ธ ice skate sports +๐ŸŽฃ fishing pole food hobby summer +๐Ÿคฟ diving mask sport ocean +๐ŸŽฝ running shirt play pageant +๐ŸŽฟ skis sports winter cold snow +๐Ÿ›ท sled sleigh luge toboggan +๐ŸฅŒ curling stone sports +๐ŸŽฏ direct hit game play bar target bullseye +๐Ÿช€ yo yo toy +๐Ÿช kite wind fly +๐ŸŽฑ pool 8 ball pool hobby game luck magic +๐Ÿ”ฎ crystal ball disco party magic circus fortune teller +๐Ÿงฟ nazar amulet bead charm +๐ŸŽฎ video game play console PS4 controller +๐Ÿ•น๏ธ joystick game play +๐ŸŽฐ slot machine bet gamble vegas fruit machine luck casino +๐ŸŽฒ game die dice random tabletop play luck +๐Ÿงฉ puzzle piece interlocking puzzle piece +๐Ÿงธ teddy bear plush stuffed +โ™ ๏ธ spade suit poker cards suits magic +โ™ฅ๏ธ heart suit poker cards magic suits +โ™ฆ๏ธ diamond suit poker cards magic suits +โ™ฃ๏ธ club suit poker cards magic suits +โ™Ÿ๏ธ chess pawn expendable +๐Ÿƒ joker poker cards game play magic +๐Ÿ€„ mahjong red dragon game play chinese kanji +๐ŸŽด flower playing cards game sunset red +๐ŸŽญ performing arts acting theater drama +๐Ÿ–ผ๏ธ framed picture photography +๐ŸŽจ artist palette design paint draw colors +๐Ÿงต thread needle sewing spool string +๐Ÿงถ yarn ball crochet knit +๐Ÿ‘“ glasses fashion accessories eyesight nerdy dork geek +๐Ÿ•ถ๏ธ sunglasses face cool accessories +๐Ÿฅฝ goggles eyes protection safety +๐Ÿฅผ lab coat doctor experiment scientist chemist +๐Ÿฆบ safety vest protection +๐Ÿ‘” necktie shirt suitup formal fashion cloth business +๐Ÿ‘• t shirt fashion cloth casual shirt tee +๐Ÿ‘– jeans fashion shopping +๐Ÿงฃ scarf neck winter clothes +๐Ÿงค gloves hands winter clothes +๐Ÿงฅ coat jacket +๐Ÿงฆ socks stockings clothes +๐Ÿ‘— dress clothes fashion shopping +๐Ÿ‘˜ kimono dress fashion women female japanese +๐Ÿฅป sari dress +๐Ÿฉฑ one piece swimsuit fashion +๐Ÿฉฒ briefs clothing +๐Ÿฉณ shorts clothing +๐Ÿ‘™ bikini swimming female woman girl fashion beach summer +๐Ÿ‘š woman s clothes fashion shopping bags female +๐Ÿ‘› purse fashion accessories money sales shopping +๐Ÿ‘œ handbag fashion accessory accessories shopping +๐Ÿ‘ clutch bag bag accessories shopping +๐Ÿ›๏ธ shopping bags mall buy purchase +๐ŸŽ’ backpack student education bag backpack +๐Ÿ‘ž man s shoe fashion male +๐Ÿ‘Ÿ running shoe shoes sports sneakers +๐Ÿฅพ hiking boot backpacking camping hiking +๐Ÿฅฟ flat shoe ballet slip-on slipper +๐Ÿ‘  high heeled shoe fashion shoes female pumps stiletto +๐Ÿ‘ก woman s sandal shoes fashion flip flops +๐Ÿฉฐ ballet shoes dance +๐Ÿ‘ข woman s boot shoes fashion +๐Ÿ‘‘ crown king kod leader royalty lord +๐Ÿ‘’ woman s hat fashion accessories female lady spring +๐ŸŽฉ top hat magic gentleman classy circus +๐ŸŽ“ graduation cap school college degree university graduation cap hat legal learn education +๐Ÿงข billed cap cap baseball +โ›‘๏ธ rescue worker s helmet construction build +๐Ÿ“ฟ prayer beads dhikr religious +๐Ÿ’„ lipstick female girl fashion woman +๐Ÿ’ ring wedding propose marriage valentines diamond fashion jewelry gem engagement +๐Ÿ’Ž gem stone blue ruby diamond jewelry +๐Ÿ”‡ muted speaker sound volume silence quiet +๐Ÿ”ˆ speaker low volume sound volume silence broadcast +๐Ÿ”‰ speaker medium volume volume speaker broadcast +๐Ÿ”Š speaker high volume volume noise noisy speaker broadcast +๐Ÿ“ข loudspeaker volume sound +๐Ÿ“ฃ megaphone sound speaker volume +๐Ÿ“ฏ postal horn instrument music +๐Ÿ”” bell sound notification christmas xmas chime +๐Ÿ”• bell with slash sound volume mute quiet silent +๐ŸŽผ musical score treble clef compose +๐ŸŽต musical note score tone sound +๐ŸŽถ musical notes music score +๐ŸŽ™๏ธ studio microphone sing recording artist talkshow +๐ŸŽš๏ธ level slider scale +๐ŸŽ›๏ธ control knobs dial +๐ŸŽค microphone sound music PA sing talkshow +๐ŸŽง headphone music score gadgets +๐Ÿ“ป radio communication music podcast program +๐ŸŽท saxophone music instrument jazz blues +๐ŸŽธ guitar music instrument +๐ŸŽน musical keyboard piano instrument compose +๐ŸŽบ trumpet music brass +๐ŸŽป violin music instrument orchestra symphony +๐Ÿช• banjo music instructment +๐Ÿฅ drum music instrument drumsticks snare +๐Ÿ“ฑ mobile phone technology apple gadgets dial +๐Ÿ“ฒ mobile phone with arrow iphone incoming +โ˜Ž๏ธ telephone technology communication dial telephone +๐Ÿ“ž telephone receiver technology communication dial +๐Ÿ“Ÿ pager bbcall oldschool 90s +๐Ÿ“  fax machine communication technology +๐Ÿ”‹ battery power energy sustain +๐Ÿ”Œ electric plug charger power +๐Ÿ’ป laptop technology laptop screen display monitor +๐Ÿ–ฅ๏ธ desktop computer technology computing screen +๐Ÿ–จ๏ธ printer paper ink +โŒจ๏ธ keyboard technology computer type input text +๐Ÿ–ฑ๏ธ computer mouse click +๐Ÿ–ฒ๏ธ trackball technology trackpad +๐Ÿ’ฝ computer disk technology record data disk 90s +๐Ÿ’พ floppy disk oldschool technology save 90s 80s +๐Ÿ’ฟ optical disk technology dvd disk disc 90s +๐Ÿ“€ dvd cd disk disc +๐Ÿงฎ abacus calculation +๐ŸŽฅ movie camera film record +๐ŸŽž๏ธ film frames movie +๐Ÿ“ฝ๏ธ film projector video tape record movie +๐ŸŽฌ clapper board movie film record +๐Ÿ“บ television technology program oldschool show television +๐Ÿ“ท camera gadgets photography +๐Ÿ“ธ camera with flash photography gadgets +๐Ÿ“น video camera film record +๐Ÿ“ผ videocassette record video oldschool 90s 80s +๐Ÿ” magnifying glass tilted left search zoom find detective +๐Ÿ”Ž magnifying glass tilted right search zoom find detective +๐Ÿ•ฏ๏ธ candle fire wax +๐Ÿ’ก light bulb light electricity idea +๐Ÿ”ฆ flashlight dark camping sight night +๐Ÿฎ red paper lantern light paper halloween spooky +๐Ÿช” diya lamp lighting +๐Ÿ“” notebook with decorative cover classroom notes record paper study +๐Ÿ“• closed book read library knowledge textbook learn +๐Ÿ“– open book book read library knowledge literature learn study +๐Ÿ“— green book read library knowledge study +๐Ÿ“˜ blue book read library knowledge learn study +๐Ÿ“™ orange book read library knowledge textbook study +๐Ÿ“š books literature library study +๐Ÿ““ notebook stationery record notes paper study +๐Ÿ“’ ledger notes paper +๐Ÿ“ƒ page with curl documents office paper +๐Ÿ“œ scroll documents ancient history paper +๐Ÿ“„ page facing up documents office paper information +๐Ÿ“ฐ newspaper press headline +๐Ÿ—ž๏ธ rolled up newspaper press headline +๐Ÿ“‘ bookmark tabs favorite save order tidy +๐Ÿ”– bookmark favorite label save +๐Ÿท๏ธ label sale tag +๐Ÿ’ฐ money bag dollar payment coins sale +๐Ÿ’ด yen banknote money sales japanese dollar currency +๐Ÿ’ต dollar banknote money sales bill currency +๐Ÿ’ถ euro banknote money sales dollar currency +๐Ÿ’ท pound banknote british sterling money sales bills uk england currency +๐Ÿ’ธ money with wings dollar bills payment sale +๐Ÿ’ณ credit card money sales dollar bill payment shopping +๐Ÿงพ receipt accounting expenses +๐Ÿ’น chart increasing with yen green-square graph presentation stats +๐Ÿ’ฑ currency exchange money sales dollar travel +๐Ÿ’ฒ heavy dollar sign money sales payment currency buck +โœ‰๏ธ envelope letter postal inbox communication +๐Ÿ“ง e mail communication inbox +๐Ÿ“จ incoming envelope email inbox +๐Ÿ“ฉ envelope with arrow email communication +๐Ÿ“ค outbox tray inbox email +๐Ÿ“ฅ inbox tray email documents +๐Ÿ“ฆ package mail gift cardboard box moving +๐Ÿ“ซ closed mailbox with raised flag email inbox communication +๐Ÿ“ช closed mailbox with lowered flag email communication inbox +๐Ÿ“ฌ open mailbox with raised flag email inbox communication +๐Ÿ“ญ open mailbox with lowered flag email inbox +๐Ÿ“ฎ postbox email letter envelope +๐Ÿ—ณ๏ธ ballot box with ballot election vote +โœ๏ธ pencil stationery write paper writing school study +โœ’๏ธ black nib pen stationery writing write +๐Ÿ–‹๏ธ fountain pen stationery writing write +๐Ÿ–Š๏ธ pen stationery writing write +๐Ÿ–Œ๏ธ paintbrush drawing creativity art +๐Ÿ–๏ธ crayon drawing creativity +๐Ÿ“ memo write documents stationery pencil paper writing legal exam quiz test study compose +๐Ÿ’ผ briefcase business documents work law legal job career +๐Ÿ“ file folder documents business office +๐Ÿ“‚ open file folder documents load +๐Ÿ—‚๏ธ card index dividers organizing business stationery +๐Ÿ“… calendar calendar schedule +๐Ÿ“† tear off calendar schedule date planning +๐Ÿ—’๏ธ spiral notepad memo stationery +๐Ÿ—“๏ธ spiral calendar date schedule planning +๐Ÿ“‡ card index business stationery +๐Ÿ“ˆ chart increasing graph presentation stats recovery business economics money sales good success +๐Ÿ“‰ chart decreasing graph presentation stats recession business economics money sales bad failure +๐Ÿ“Š bar chart graph presentation stats +๐Ÿ“‹ clipboard stationery documents +๐Ÿ“Œ pushpin stationery mark here +๐Ÿ“ round pushpin stationery location map here +๐Ÿ“Ž paperclip documents stationery +๐Ÿ–‡๏ธ linked paperclips documents stationery +๐Ÿ“ straight ruler stationery calculate length math school drawing architect sketch +๐Ÿ“ triangular ruler stationery math architect sketch +โœ‚๏ธ scissors stationery cut +๐Ÿ—ƒ๏ธ card file box business stationery +๐Ÿ—„๏ธ file cabinet filing organizing +๐Ÿ—‘๏ธ wastebasket bin trash rubbish garbage toss +๐Ÿ”’ locked security password padlock +๐Ÿ”“ unlocked privacy security +๐Ÿ” locked with pen security secret +๐Ÿ” locked with key security privacy +๐Ÿ”‘ key lock door password +๐Ÿ—๏ธ old key lock door password +๐Ÿ”จ hammer tools build create +๐Ÿช“ axe tool chop cut +โ›๏ธ pick tools dig +โš’๏ธ hammer and pick tools build create +๐Ÿ› ๏ธ hammer and wrench tools build create +๐Ÿ—ก๏ธ dagger weapon +โš”๏ธ crossed swords weapon +๐Ÿ”ซ pistol violence weapon pistol revolver +๐Ÿน bow and arrow sports +๐Ÿ›ก๏ธ shield protection security +๐Ÿ”ง wrench tools diy ikea fix maintainer +๐Ÿ”ฉ nut and bolt handy tools fix +โš™๏ธ gear cog +๐Ÿ—œ๏ธ clamp tool +โš–๏ธ balance scale law fairness weight +๐Ÿฆฏ probing cane accessibility +๐Ÿ”— link rings url +โ›“๏ธ chains lock arrest +๐Ÿงฐ toolbox tools diy fix maintainer mechanic +๐Ÿงฒ magnet attraction magnetic +โš—๏ธ alembic distilling science experiment chemistry +๐Ÿงช test tube chemistry experiment lab science +๐Ÿงซ petri dish bacteria biology culture lab +๐Ÿงฌ dna biologist genetics life +๐Ÿ”ฌ microscope laboratory experiment zoomin science study +๐Ÿ”ญ telescope stars space zoom science astronomy +๐Ÿ“ก satellite antenna communication future radio space +๐Ÿ’‰ syringe health hospital drugs blood medicine needle doctor nurse +๐Ÿฉธ drop of blood period hurt harm wound +๐Ÿ’Š pill health medicine doctor pharmacy drug +๐Ÿฉน adhesive bandage heal +๐Ÿฉบ stethoscope health +๐Ÿšช door house entry exit +๐Ÿ›๏ธ bed sleep rest +๐Ÿ›‹๏ธ couch and lamp read chill +๐Ÿช‘ chair sit furniture +๐Ÿšฝ toilet restroom wc washroom bathroom potty +๐Ÿšฟ shower clean water bathroom +๐Ÿ› bathtub clean shower bathroom +๐Ÿช’ razor cut +๐Ÿงด lotion bottle moisturizer sunscreen +๐Ÿงท safety pin diaper +๐Ÿงน broom cleaning sweeping witch +๐Ÿงบ basket laundry +๐Ÿงป roll of paper roll +๐Ÿงผ soap bar bathing cleaning lather +๐Ÿงฝ sponge absorbing cleaning porous +๐Ÿงฏ fire extinguisher quench +๐Ÿ›’ shopping cart trolley +๐Ÿšฌ cigarette kills tobacco cigarette joint smoke +โšฐ๏ธ coffin vampire dead die death rip graveyard cemetery casket funeral box +โšฑ๏ธ funeral urn dead die death rip ashes +๐Ÿ—ฟ moai rock easter island moai +๐Ÿง atm sign money sales cash blue-square payment bank +๐Ÿšฎ litter in bin sign blue-square sign human info +๐Ÿšฐ potable water blue-square liquid restroom cleaning faucet +โ™ฟ wheelchair symbol blue-square disabled accessibility +๐Ÿšน men s room toilet restroom wc blue-square gender male +๐Ÿšบ women s room purple-square woman female toilet loo restroom gender +๐Ÿšป restroom blue-square toilet refresh wc gender +๐Ÿšผ baby symbol orange-square child +๐Ÿšพ water closet toilet restroom blue-square +๐Ÿ›‚ passport control custom blue-square +๐Ÿ›ƒ customs passport border blue-square +๐Ÿ›„ baggage claim blue-square airport transport +๐Ÿ›… left luggage blue-square travel +โš ๏ธ warning exclamation wip alert error problem issue +๐Ÿšธ children crossing school warning danger sign driving yellow-diamond +โ›” no entry limit security privacy bad denied stop circle +๐Ÿšซ prohibited forbid stop limit denied disallow circle +๐Ÿšณ no bicycles cyclist prohibited circle +๐Ÿšญ no smoking cigarette blue-square smell smoke +๐Ÿšฏ no littering trash bin garbage circle +๐Ÿšฑ non potable water drink faucet tap circle +๐Ÿšท no pedestrians rules crossing walking circle +๐Ÿ“ต no mobile phones iphone mute circle +๐Ÿ”ž no one under eighteen 18 drink pub night minor circle +โ˜ข๏ธ radioactive nuclear danger +โ˜ฃ๏ธ biohazard danger +โฌ†๏ธ up arrow blue-square continue top direction +โ†—๏ธ up right arrow blue-square point direction diagonal northeast +โžก๏ธ right arrow blue-square next +โ†˜๏ธ down right arrow blue-square direction diagonal southeast +โฌ‡๏ธ down arrow blue-square direction bottom +โ†™๏ธ down left arrow blue-square direction diagonal southwest +โฌ…๏ธ left arrow blue-square previous back +โ†–๏ธ up left arrow blue-square point direction diagonal northwest +โ†•๏ธ up down arrow blue-square direction way vertical +โ†”๏ธ left right arrow shape direction horizontal sideways +โ†ฉ๏ธ right arrow curving left back return blue-square undo enter +โ†ช๏ธ left arrow curving right blue-square return rotate direction +โคด๏ธ right arrow curving up blue-square direction top +โคต๏ธ right arrow curving down blue-square direction bottom +๐Ÿ”ƒ clockwise vertical arrows sync cycle round repeat +๐Ÿ”„ counterclockwise arrows button blue-square sync cycle +๐Ÿ”™ back arrow arrow words return +๐Ÿ”š end arrow words arrow +๐Ÿ”› on arrow arrow words +๐Ÿ”œ soon arrow arrow words +๐Ÿ” top arrow words blue-square +๐Ÿ› place of worship religion church temple prayer +โš›๏ธ atom symbol science physics chemistry +๐Ÿ•‰๏ธ om hinduism buddhism sikhism jainism +โœก๏ธ star of david judaism +โ˜ธ๏ธ wheel of dharma hinduism buddhism sikhism jainism +โ˜ฏ๏ธ yin yang balance +โœ๏ธ latin cross christianity +โ˜ฆ๏ธ orthodox cross suppedaneum religion +โ˜ช๏ธ star and crescent islam +โ˜ฎ๏ธ peace symbol hippie +๐Ÿ•Ž menorah hanukkah candles jewish +๐Ÿ”ฏ dotted six pointed star purple-square religion jewish hexagram +โ™ˆ aries sign purple-square zodiac astrology +โ™‰ taurus purple-square sign zodiac astrology +โ™Š gemini sign zodiac purple-square astrology +โ™‹ cancer sign zodiac purple-square astrology +โ™Œ leo sign purple-square zodiac astrology +โ™ virgo sign zodiac purple-square astrology +โ™Ž libra sign purple-square zodiac astrology +โ™ scorpio sign zodiac purple-square astrology scorpio +โ™ sagittarius sign zodiac purple-square astrology +โ™‘ capricorn sign zodiac purple-square astrology +โ™’ aquarius sign purple-square zodiac astrology +โ™“ pisces purple-square sign zodiac astrology +โ›Ž ophiuchus sign purple-square constellation astrology +๐Ÿ”€ shuffle tracks button blue-square shuffle music random +๐Ÿ” repeat button loop record +๐Ÿ”‚ repeat single button blue-square loop +โ–ถ๏ธ play button blue-square right direction play +โฉ fast forward button blue-square play speed continue +โญ๏ธ next track button forward next blue-square +โฏ๏ธ play or pause button blue-square play pause +โ—€๏ธ reverse button blue-square left direction +โช fast reverse button play blue-square +โฎ๏ธ last track button backward +๐Ÿ”ผ upwards button blue-square triangle direction point forward top +โซ fast up button blue-square direction top +๐Ÿ”ฝ downwards button blue-square direction bottom +โฌ fast down button blue-square direction bottom +โธ๏ธ pause button pause blue-square +โน๏ธ stop button blue-square +โบ๏ธ record button blue-square +โ๏ธ eject button blue-square +๐ŸŽฆ cinema blue-square record film movie curtain stage theater +๐Ÿ”… dim button sun afternoon warm summer +๐Ÿ”† bright button sun light +๐Ÿ“ถ antenna bars blue-square reception phone internet connection wifi bluetooth bars +๐Ÿ“ณ vibration mode orange-square phone +๐Ÿ“ด mobile phone off mute orange-square silence quiet +โ™€๏ธ female sign woman women lady girl +โ™‚๏ธ male sign man boy men +โš•๏ธ medical symbol health hospital +โ™พ๏ธ infinity forever +โ™ป๏ธ recycling symbol arrow environment garbage trash +โšœ๏ธ fleur de lis decorative scout +๐Ÿ”ฑ trident emblem weapon spear +๐Ÿ“› name badge fire forbid +๐Ÿ”ฐ japanese symbol for beginner badge shield +โญ• hollow red circle circle round +โœ… check mark button green-square ok agree vote election answer tick +โ˜‘๏ธ check box with check ok agree confirm black-square vote election yes tick +โœ”๏ธ check mark ok nike answer yes tick +โœ–๏ธ multiplication sign math calculation +โŒ cross mark no delete remove cancel red +โŽ cross mark button x green-square no deny +โž• plus sign math calculation addition more increase +โž– minus sign math calculation subtract less +โž— division sign divide math calculation +โžฐ curly loop scribble draw shape squiggle +โžฟ double curly loop tape cassette +ใ€ฝ๏ธ part alternation mark graph presentation stats business economics bad +โœณ๏ธ eight spoked asterisk star sparkle green-square +โœด๏ธ eight pointed star orange-square shape polygon +โ‡๏ธ sparkle stars green-square awesome good fireworks +โ€ผ๏ธ double exclamation mark exclamation surprise +โ‰๏ธ exclamation question mark wat punctuation surprise +โ“ question mark doubt confused +โ” white question mark doubts gray huh confused +โ• white exclamation mark surprise punctuation gray wow warning +โ— exclamation mark heavy exclamation mark danger surprise punctuation wow warning +ใ€ฐ๏ธ wavy dash draw line moustache mustache squiggle scribble +ยฉ๏ธ copyright ip license circle law legal +ยฎ๏ธ registered alphabet circle +โ„ข๏ธ trade mark trademark brand law legal +#๏ธโƒฃ keycap symbol blue-square twitter +*๏ธโƒฃ keycap star keycap +0๏ธโƒฃ keycap 0 0 numbers blue-square null +1๏ธโƒฃ keycap 1 blue-square numbers 1 +2๏ธโƒฃ keycap 2 numbers 2 prime blue-square +3๏ธโƒฃ keycap 3 3 numbers prime blue-square +4๏ธโƒฃ keycap 4 4 numbers blue-square +5๏ธโƒฃ keycap 5 5 numbers blue-square prime +6๏ธโƒฃ keycap 6 6 numbers blue-square +7๏ธโƒฃ keycap 7 7 numbers blue-square prime +8๏ธโƒฃ keycap 8 8 blue-square numbers +9๏ธโƒฃ keycap 9 blue-square numbers 9 +๐Ÿ”Ÿ keycap 10 numbers 10 blue-square +๐Ÿ”  input latin uppercase alphabet words blue-square +๐Ÿ”ก input latin lowercase blue-square alphabet +๐Ÿ”ข input numbers numbers blue-square +๐Ÿ”ฃ input symbols blue-square music note ampersand percent glyphs characters +๐Ÿ”ค input latin letters blue-square alphabet +๐Ÿ…ฐ๏ธ a button red-square alphabet letter +๐Ÿ†Ž ab button red-square alphabet +๐Ÿ…ฑ๏ธ b button red-square alphabet letter +๐Ÿ†‘ cl button alphabet words red-square +๐Ÿ†’ cool button words blue-square +๐Ÿ†“ free button blue-square words +โ„น๏ธ information blue-square alphabet letter +๐Ÿ†” id button purple-square words +โ“‚๏ธ circled m alphabet blue-circle letter +๐Ÿ†• new button blue-square words start +๐Ÿ†– ng button blue-square words shape icon +๐Ÿ…พ๏ธ o button alphabet red-square letter +๐Ÿ†— ok button good agree yes blue-square +๐Ÿ…ฟ๏ธ p button cars blue-square alphabet letter +๐Ÿ†˜ sos button help red-square words emergency 911 +๐Ÿ†™ up button blue-square above high +๐Ÿ†š vs button words orange-square +๐Ÿˆ japanese here button blue-square here katakana japanese destination +๐Ÿˆ‚๏ธ japanese service charge button japanese blue-square katakana +๐Ÿˆท๏ธ japanese monthly amount button chinese month moon japanese orange-square kanji +๐Ÿˆถ japanese not free of charge button orange-square chinese have kanji +๐Ÿˆฏ japanese reserved button chinese point green-square kanji +๐Ÿ‰ japanese bargain button chinese kanji obtain get circle +๐Ÿˆน japanese discount button cut divide chinese kanji pink-square +๐Ÿˆš japanese free of charge button nothing chinese kanji japanese orange-square +๐Ÿˆฒ japanese prohibited button kanji japanese chinese forbidden limit restricted red-square +๐Ÿ‰‘ japanese acceptable button ok good chinese kanji agree yes orange-circle +๐Ÿˆธ japanese application button chinese japanese kanji orange-square +๐Ÿˆด japanese passing grade button japanese chinese join kanji red-square +๐Ÿˆณ japanese vacancy button kanji japanese chinese empty sky blue-square +ใŠ—๏ธ japanese congratulations button chinese kanji japanese red-circle +ใŠ™๏ธ japanese secret button privacy chinese sshh kanji red-circle +๐Ÿˆบ japanese open for business button japanese opening hours orange-square +๐Ÿˆต japanese no vacancy button full chinese japanese red-square kanji +๐Ÿ”ด red circle shape error danger +๐ŸŸ  orange circle round +๐ŸŸก yellow circle round +๐ŸŸข green circle round +๐Ÿ”ต blue circle shape icon button +๐ŸŸฃ purple circle round +๐ŸŸค brown circle round +โšซ black circle shape button round +โšช white circle shape round +๐ŸŸฅ red square +๐ŸŸง orange square +๐ŸŸจ yellow square +๐ŸŸฉ green square +๐ŸŸฆ blue square +๐ŸŸช purple square +๐ŸŸซ brown square +โฌ› black large square shape icon button +โฌœ white large square shape icon stone button +โ—ผ๏ธ black medium square shape button icon +โ—ป๏ธ white medium square shape stone icon +โ—พ black medium small square icon shape button +โ—ฝ white medium small square shape stone icon button +โ–ช๏ธ black small square shape icon +โ–ซ๏ธ white small square shape icon +๐Ÿ”ถ large orange diamond shape jewel gem +๐Ÿ”ท large blue diamond shape jewel gem +๐Ÿ”ธ small orange diamond shape jewel gem +๐Ÿ”น small blue diamond shape jewel gem +๐Ÿ”บ red triangle pointed up shape direction up top +๐Ÿ”ป red triangle pointed down shape direction bottom +๐Ÿ’  diamond with a dot jewel blue gem crystal fancy +๐Ÿ”˜ radio button input old music circle +๐Ÿ”ณ white square button shape input +๐Ÿ”ฒ black square button shape input frame +๐Ÿ chequered flag contest finishline race gokart +๐Ÿšฉ triangular flag mark milestone place +๐ŸŽŒ crossed flags japanese nation country border +๐Ÿด black flag pirate +๐Ÿณ๏ธ white flag losing loser lost surrender give up fail +๐Ÿณ๏ธโ€๐ŸŒˆ rainbow flag flag rainbow pride gay lgbt glbt queer homosexual lesbian bisexual transgender +๐Ÿดโ€โ˜ ๏ธ pirate flag skull crossbones flag banner +๐Ÿ‡ฆ๐Ÿ‡จ flag ascension island +๐Ÿ‡ฆ๐Ÿ‡ฉ flag andorra ad flag nation country banner andorra +๐Ÿ‡ฆ๐Ÿ‡ช flag united arab emirates united arab emirates flag nation country banner united arab emirates +๐Ÿ‡ฆ๐Ÿ‡ซ flag afghanistan af flag nation country banner afghanistan +๐Ÿ‡ฆ๐Ÿ‡ฌ flag antigua barbuda antigua barbuda flag nation country banner antigua barbuda +๐Ÿ‡ฆ๐Ÿ‡ฎ flag anguilla ai flag nation country banner anguilla +๐Ÿ‡ฆ๐Ÿ‡ฑ flag albania al flag nation country banner albania +๐Ÿ‡ฆ๐Ÿ‡ฒ flag armenia am flag nation country banner armenia +๐Ÿ‡ฆ๐Ÿ‡ด flag angola ao flag nation country banner angola +๐Ÿ‡ฆ๐Ÿ‡ถ flag antarctica aq flag nation country banner antarctica +๐Ÿ‡ฆ๐Ÿ‡ท flag argentina ar flag nation country banner argentina +๐Ÿ‡ฆ๐Ÿ‡ธ flag american samoa american ws flag nation country banner american samoa +๐Ÿ‡ฆ๐Ÿ‡น flag austria at flag nation country banner austria +๐Ÿ‡ฆ๐Ÿ‡บ flag australia au flag nation country banner australia +๐Ÿ‡ฆ๐Ÿ‡ผ flag aruba aw flag nation country banner aruba +๐Ÿ‡ฆ๐Ÿ‡ฝ flag aland islands ร…land islands flag nation country banner aland islands +๐Ÿ‡ฆ๐Ÿ‡ฟ flag azerbaijan az flag nation country banner azerbaijan +๐Ÿ‡ง๐Ÿ‡ฆ flag bosnia herzegovina bosnia herzegovina flag nation country banner bosnia herzegovina +๐Ÿ‡ง๐Ÿ‡ง flag barbados bb flag nation country banner barbados +๐Ÿ‡ง๐Ÿ‡ฉ flag bangladesh bd flag nation country banner bangladesh +๐Ÿ‡ง๐Ÿ‡ช flag belgium be flag nation country banner belgium +๐Ÿ‡ง๐Ÿ‡ซ flag burkina faso burkina faso flag nation country banner burkina faso +๐Ÿ‡ง๐Ÿ‡ฌ flag bulgaria bg flag nation country banner bulgaria +๐Ÿ‡ง๐Ÿ‡ญ flag bahrain bh flag nation country banner bahrain +๐Ÿ‡ง๐Ÿ‡ฎ flag burundi bi flag nation country banner burundi +๐Ÿ‡ง๐Ÿ‡ฏ flag benin bj flag nation country banner benin +๐Ÿ‡ง๐Ÿ‡ฑ flag st barthelemy saint barthรฉlemy flag nation country banner st barthelemy +๐Ÿ‡ง๐Ÿ‡ฒ flag bermuda bm flag nation country banner bermuda +๐Ÿ‡ง๐Ÿ‡ณ flag brunei bn darussalam flag nation country banner brunei +๐Ÿ‡ง๐Ÿ‡ด flag bolivia bo flag nation country banner bolivia +๐Ÿ‡ง๐Ÿ‡ถ flag caribbean netherlands bonaire flag nation country banner caribbean netherlands +๐Ÿ‡ง๐Ÿ‡ท flag brazil br flag nation country banner brazil +๐Ÿ‡ง๐Ÿ‡ธ flag bahamas bs flag nation country banner bahamas +๐Ÿ‡ง๐Ÿ‡น flag bhutan bt flag nation country banner bhutan +๐Ÿ‡ง๐Ÿ‡ป flag bouvet island norway +๐Ÿ‡ง๐Ÿ‡ผ flag botswana bw flag nation country banner botswana +๐Ÿ‡ง๐Ÿ‡พ flag belarus by flag nation country banner belarus +๐Ÿ‡ง๐Ÿ‡ฟ flag belize bz flag nation country banner belize +๐Ÿ‡จ๐Ÿ‡ฆ flag canada ca flag nation country banner canada +๐Ÿ‡จ๐Ÿ‡จ flag cocos islands cocos keeling islands flag nation country banner cocos islands +๐Ÿ‡จ๐Ÿ‡ฉ flag congo kinshasa congo democratic republic flag nation country banner congo kinshasa +๐Ÿ‡จ๐Ÿ‡ซ flag central african republic central african republic flag nation country banner central african republic +๐Ÿ‡จ๐Ÿ‡ฌ flag congo brazzaville congo flag nation country banner congo brazzaville +๐Ÿ‡จ๐Ÿ‡ญ flag switzerland ch flag nation country banner switzerland +๐Ÿ‡จ๐Ÿ‡ฎ flag cote d ivoire ivory coast flag nation country banner cote d ivoire +๐Ÿ‡จ๐Ÿ‡ฐ flag cook islands cook islands flag nation country banner cook islands +๐Ÿ‡จ๐Ÿ‡ฑ flag chile flag nation country banner chile +๐Ÿ‡จ๐Ÿ‡ฒ flag cameroon cm flag nation country banner cameroon +๐Ÿ‡จ๐Ÿ‡ณ flag china china chinese prc flag country nation banner china +๐Ÿ‡จ๐Ÿ‡ด flag colombia co flag nation country banner colombia +๐Ÿ‡จ๐Ÿ‡ต flag clipperton island +๐Ÿ‡จ๐Ÿ‡ท flag costa rica costa rica flag nation country banner costa rica +๐Ÿ‡จ๐Ÿ‡บ flag cuba cu flag nation country banner cuba +๐Ÿ‡จ๐Ÿ‡ป flag cape verde cabo verde flag nation country banner cape verde +๐Ÿ‡จ๐Ÿ‡ผ flag curacao curaรงao flag nation country banner curacao +๐Ÿ‡จ๐Ÿ‡ฝ flag christmas island christmas island flag nation country banner christmas island +๐Ÿ‡จ๐Ÿ‡พ flag cyprus cy flag nation country banner cyprus +๐Ÿ‡จ๐Ÿ‡ฟ flag czechia cz flag nation country banner czechia +๐Ÿ‡ฉ๐Ÿ‡ช flag germany german nation flag country banner germany +๐Ÿ‡ฉ๐Ÿ‡ฌ flag diego garcia +๐Ÿ‡ฉ๐Ÿ‡ฏ flag djibouti dj flag nation country banner djibouti +๐Ÿ‡ฉ๐Ÿ‡ฐ flag denmark dk flag nation country banner denmark +๐Ÿ‡ฉ๐Ÿ‡ฒ flag dominica dm flag nation country banner dominica +๐Ÿ‡ฉ๐Ÿ‡ด flag dominican republic dominican republic flag nation country banner dominican republic +๐Ÿ‡ฉ๐Ÿ‡ฟ flag algeria dz flag nation country banner algeria +๐Ÿ‡ช๐Ÿ‡ฆ flag ceuta melilla +๐Ÿ‡ช๐Ÿ‡จ flag ecuador ec flag nation country banner ecuador +๐Ÿ‡ช๐Ÿ‡ช flag estonia ee flag nation country banner estonia +๐Ÿ‡ช๐Ÿ‡ฌ flag egypt eg flag nation country banner egypt +๐Ÿ‡ช๐Ÿ‡ญ flag western sahara western sahara flag nation country banner western sahara +๐Ÿ‡ช๐Ÿ‡ท flag eritrea er flag nation country banner eritrea +๐Ÿ‡ช๐Ÿ‡ธ flag spain spain flag nation country banner spain +๐Ÿ‡ช๐Ÿ‡น flag ethiopia et flag nation country banner ethiopia +๐Ÿ‡ช๐Ÿ‡บ flag european union european union flag banner +๐Ÿ‡ซ๐Ÿ‡ฎ flag finland fi flag nation country banner finland +๐Ÿ‡ซ๐Ÿ‡ฏ flag fiji fj flag nation country banner fiji +๐Ÿ‡ซ๐Ÿ‡ฐ flag falkland islands falkland islands malvinas flag nation country banner falkland islands +๐Ÿ‡ซ๐Ÿ‡ฒ flag micronesia micronesia federated states flag nation country banner micronesia +๐Ÿ‡ซ๐Ÿ‡ด flag faroe islands faroe islands flag nation country banner faroe islands +๐Ÿ‡ซ๐Ÿ‡ท flag france banner flag nation france french country france +๐Ÿ‡ฌ๐Ÿ‡ฆ flag gabon ga flag nation country banner gabon +๐Ÿ‡ฌ๐Ÿ‡ง flag united kingdom united kingdom great britain northern ireland flag nation country banner british UK english england union jack united kingdom +๐Ÿ‡ฌ๐Ÿ‡ฉ flag grenada gd flag nation country banner grenada +๐Ÿ‡ฌ๐Ÿ‡ช flag georgia ge flag nation country banner georgia +๐Ÿ‡ฌ๐Ÿ‡ซ flag french guiana french guiana flag nation country banner french guiana +๐Ÿ‡ฌ๐Ÿ‡ฌ flag guernsey gg flag nation country banner guernsey +๐Ÿ‡ฌ๐Ÿ‡ญ flag ghana gh flag nation country banner ghana +๐Ÿ‡ฌ๐Ÿ‡ฎ flag gibraltar gi flag nation country banner gibraltar +๐Ÿ‡ฌ๐Ÿ‡ฑ flag greenland gl flag nation country banner greenland +๐Ÿ‡ฌ๐Ÿ‡ฒ flag gambia gm flag nation country banner gambia +๐Ÿ‡ฌ๐Ÿ‡ณ flag guinea gn flag nation country banner guinea +๐Ÿ‡ฌ๐Ÿ‡ต flag guadeloupe gp flag nation country banner guadeloupe +๐Ÿ‡ฌ๐Ÿ‡ถ flag equatorial guinea equatorial gn flag nation country banner equatorial guinea +๐Ÿ‡ฌ๐Ÿ‡ท flag greece gr flag nation country banner greece +๐Ÿ‡ฌ๐Ÿ‡ธ flag south georgia south sandwich islands south georgia sandwich islands flag nation country banner south georgia south sandwich islands +๐Ÿ‡ฌ๐Ÿ‡น flag guatemala gt flag nation country banner guatemala +๐Ÿ‡ฌ๐Ÿ‡บ flag guam gu flag nation country banner guam +๐Ÿ‡ฌ๐Ÿ‡ผ flag guinea bissau gw bissau flag nation country banner guinea bissau +๐Ÿ‡ฌ๐Ÿ‡พ flag guyana gy flag nation country banner guyana +๐Ÿ‡ญ๐Ÿ‡ฐ flag hong kong sar china hong kong flag nation country banner hong kong sar china +๐Ÿ‡ญ๐Ÿ‡ฒ flag heard mcdonald islands +๐Ÿ‡ญ๐Ÿ‡ณ flag honduras hn flag nation country banner honduras +๐Ÿ‡ญ๐Ÿ‡ท flag croatia hr flag nation country banner croatia +๐Ÿ‡ญ๐Ÿ‡น flag haiti ht flag nation country banner haiti +๐Ÿ‡ญ๐Ÿ‡บ flag hungary hu flag nation country banner hungary +๐Ÿ‡ฎ๐Ÿ‡จ flag canary islands canary islands flag nation country banner canary islands +๐Ÿ‡ฎ๐Ÿ‡ฉ flag indonesia flag nation country banner indonesia +๐Ÿ‡ฎ๐Ÿ‡ช flag ireland ie flag nation country banner ireland +๐Ÿ‡ฎ๐Ÿ‡ฑ flag israel il flag nation country banner israel +๐Ÿ‡ฎ๐Ÿ‡ฒ flag isle of man isle man flag nation country banner isle of man +๐Ÿ‡ฎ๐Ÿ‡ณ flag india in flag nation country banner india +๐Ÿ‡ฎ๐Ÿ‡ด flag british indian ocean territory british indian ocean territory flag nation country banner british indian ocean territory +๐Ÿ‡ฎ๐Ÿ‡ถ flag iraq iq flag nation country banner iraq +๐Ÿ‡ฎ๐Ÿ‡ท flag iran iran islamic republic flag nation country banner iran +๐Ÿ‡ฎ๐Ÿ‡ธ flag iceland is flag nation country banner iceland +๐Ÿ‡ฎ๐Ÿ‡น flag italy italy flag nation country banner italy +๐Ÿ‡ฏ๐Ÿ‡ช flag jersey je flag nation country banner jersey +๐Ÿ‡ฏ๐Ÿ‡ฒ flag jamaica jm flag nation country banner jamaica +๐Ÿ‡ฏ๐Ÿ‡ด flag jordan jo flag nation country banner jordan +๐Ÿ‡ฏ๐Ÿ‡ต flag japan japanese nation flag country banner japan +๐Ÿ‡ฐ๐Ÿ‡ช flag kenya ke flag nation country banner kenya +๐Ÿ‡ฐ๐Ÿ‡ฌ flag kyrgyzstan kg flag nation country banner kyrgyzstan +๐Ÿ‡ฐ๐Ÿ‡ญ flag cambodia kh flag nation country banner cambodia +๐Ÿ‡ฐ๐Ÿ‡ฎ flag kiribati ki flag nation country banner kiribati +๐Ÿ‡ฐ๐Ÿ‡ฒ flag comoros km flag nation country banner comoros +๐Ÿ‡ฐ๐Ÿ‡ณ flag st kitts nevis saint kitts nevis flag nation country banner st kitts nevis +๐Ÿ‡ฐ๐Ÿ‡ต flag north korea north korea nation flag country banner north korea +๐Ÿ‡ฐ๐Ÿ‡ท flag south korea south korea nation flag country banner south korea +๐Ÿ‡ฐ๐Ÿ‡ผ flag kuwait kw flag nation country banner kuwait +๐Ÿ‡ฐ๐Ÿ‡พ flag cayman islands cayman islands flag nation country banner cayman islands +๐Ÿ‡ฐ๐Ÿ‡ฟ flag kazakhstan kz flag nation country banner kazakhstan +๐Ÿ‡ฑ๐Ÿ‡ฆ flag laos lao democratic republic flag nation country banner laos +๐Ÿ‡ฑ๐Ÿ‡ง flag lebanon lb flag nation country banner lebanon +๐Ÿ‡ฑ๐Ÿ‡จ flag st lucia saint lucia flag nation country banner st lucia +๐Ÿ‡ฑ๐Ÿ‡ฎ flag liechtenstein li flag nation country banner liechtenstein +๐Ÿ‡ฑ๐Ÿ‡ฐ flag sri lanka sri lanka flag nation country banner sri lanka +๐Ÿ‡ฑ๐Ÿ‡ท flag liberia lr flag nation country banner liberia +๐Ÿ‡ฑ๐Ÿ‡ธ flag lesotho ls flag nation country banner lesotho +๐Ÿ‡ฑ๐Ÿ‡น flag lithuania lt flag nation country banner lithuania +๐Ÿ‡ฑ๐Ÿ‡บ flag luxembourg lu flag nation country banner luxembourg +๐Ÿ‡ฑ๐Ÿ‡ป flag latvia lv flag nation country banner latvia +๐Ÿ‡ฑ๐Ÿ‡พ flag libya ly flag nation country banner libya +๐Ÿ‡ฒ๐Ÿ‡ฆ flag morocco ma flag nation country banner morocco +๐Ÿ‡ฒ๐Ÿ‡จ flag monaco mc flag nation country banner monaco +๐Ÿ‡ฒ๐Ÿ‡ฉ flag moldova moldova republic flag nation country banner moldova +๐Ÿ‡ฒ๐Ÿ‡ช flag montenegro me flag nation country banner montenegro +๐Ÿ‡ฒ๐Ÿ‡ซ flag st martin +๐Ÿ‡ฒ๐Ÿ‡ฌ flag madagascar mg flag nation country banner madagascar +๐Ÿ‡ฒ๐Ÿ‡ญ flag marshall islands marshall islands flag nation country banner marshall islands +๐Ÿ‡ฒ๐Ÿ‡ฐ flag north macedonia macedonia flag nation country banner north macedonia +๐Ÿ‡ฒ๐Ÿ‡ฑ flag mali ml flag nation country banner mali +๐Ÿ‡ฒ๐Ÿ‡ฒ flag myanmar mm flag nation country banner myanmar +๐Ÿ‡ฒ๐Ÿ‡ณ flag mongolia mn flag nation country banner mongolia +๐Ÿ‡ฒ๐Ÿ‡ด flag macao sar china macao flag nation country banner macao sar china +๐Ÿ‡ฒ๐Ÿ‡ต flag northern mariana islands northern mariana islands flag nation country banner northern mariana islands +๐Ÿ‡ฒ๐Ÿ‡ถ flag martinique mq flag nation country banner martinique +๐Ÿ‡ฒ๐Ÿ‡ท flag mauritania mr flag nation country banner mauritania +๐Ÿ‡ฒ๐Ÿ‡ธ flag montserrat ms flag nation country banner montserrat +๐Ÿ‡ฒ๐Ÿ‡น flag malta mt flag nation country banner malta +๐Ÿ‡ฒ๐Ÿ‡บ flag mauritius mu flag nation country banner mauritius +๐Ÿ‡ฒ๐Ÿ‡ป flag maldives mv flag nation country banner maldives +๐Ÿ‡ฒ๐Ÿ‡ผ flag malawi mw flag nation country banner malawi +๐Ÿ‡ฒ๐Ÿ‡ฝ flag mexico mx flag nation country banner mexico +๐Ÿ‡ฒ๐Ÿ‡พ flag malaysia my flag nation country banner malaysia +๐Ÿ‡ฒ๐Ÿ‡ฟ flag mozambique mz flag nation country banner mozambique +๐Ÿ‡ณ๐Ÿ‡ฆ flag namibia na flag nation country banner namibia +๐Ÿ‡ณ๐Ÿ‡จ flag new caledonia new caledonia flag nation country banner new caledonia +๐Ÿ‡ณ๐Ÿ‡ช flag niger ne flag nation country banner niger +๐Ÿ‡ณ๐Ÿ‡ซ flag norfolk island norfolk island flag nation country banner norfolk island +๐Ÿ‡ณ๐Ÿ‡ฌ flag nigeria flag nation country banner nigeria +๐Ÿ‡ณ๐Ÿ‡ฎ flag nicaragua ni flag nation country banner nicaragua +๐Ÿ‡ณ๐Ÿ‡ฑ flag netherlands nl flag nation country banner netherlands +๐Ÿ‡ณ๐Ÿ‡ด flag norway no flag nation country banner norway +๐Ÿ‡ณ๐Ÿ‡ต flag nepal np flag nation country banner nepal +๐Ÿ‡ณ๐Ÿ‡ท flag nauru nr flag nation country banner nauru +๐Ÿ‡ณ๐Ÿ‡บ flag niue nu flag nation country banner niue +๐Ÿ‡ณ๐Ÿ‡ฟ flag new zealand new zealand flag nation country banner new zealand +๐Ÿ‡ด๐Ÿ‡ฒ flag oman om symbol flag nation country banner oman +๐Ÿ‡ต๐Ÿ‡ฆ flag panama pa flag nation country banner panama +๐Ÿ‡ต๐Ÿ‡ช flag peru pe flag nation country banner peru +๐Ÿ‡ต๐Ÿ‡ซ flag french polynesia french polynesia flag nation country banner french polynesia +๐Ÿ‡ต๐Ÿ‡ฌ flag papua new guinea papua new guinea flag nation country banner papua new guinea +๐Ÿ‡ต๐Ÿ‡ญ flag philippines ph flag nation country banner philippines +๐Ÿ‡ต๐Ÿ‡ฐ flag pakistan pk flag nation country banner pakistan +๐Ÿ‡ต๐Ÿ‡ฑ flag poland pl flag nation country banner poland +๐Ÿ‡ต๐Ÿ‡ฒ flag st pierre miquelon saint pierre miquelon flag nation country banner st pierre miquelon +๐Ÿ‡ต๐Ÿ‡ณ flag pitcairn islands pitcairn flag nation country banner pitcairn islands +๐Ÿ‡ต๐Ÿ‡ท flag puerto rico puerto rico flag nation country banner puerto rico +๐Ÿ‡ต๐Ÿ‡ธ flag palestinian territories palestine palestinian territories flag nation country banner palestinian territories +๐Ÿ‡ต๐Ÿ‡น flag portugal pt flag nation country banner portugal +๐Ÿ‡ต๐Ÿ‡ผ flag palau pw flag nation country banner palau +๐Ÿ‡ต๐Ÿ‡พ flag paraguay py flag nation country banner paraguay +๐Ÿ‡ถ๐Ÿ‡ฆ flag qatar qa flag nation country banner qatar +๐Ÿ‡ท๐Ÿ‡ช flag reunion rรฉunion flag nation country banner reunion +๐Ÿ‡ท๐Ÿ‡ด flag romania ro flag nation country banner romania +๐Ÿ‡ท๐Ÿ‡ธ flag serbia rs flag nation country banner serbia +๐Ÿ‡ท๐Ÿ‡บ flag russia russian federation flag nation country banner russia +๐Ÿ‡ท๐Ÿ‡ผ flag rwanda rw flag nation country banner rwanda +๐Ÿ‡ธ๐Ÿ‡ฆ flag saudi arabia flag nation country banner saudi arabia +๐Ÿ‡ธ๐Ÿ‡ง flag solomon islands solomon islands flag nation country banner solomon islands +๐Ÿ‡ธ๐Ÿ‡จ flag seychelles sc flag nation country banner seychelles +๐Ÿ‡ธ๐Ÿ‡ฉ flag sudan sd flag nation country banner sudan +๐Ÿ‡ธ๐Ÿ‡ช flag sweden se flag nation country banner sweden +๐Ÿ‡ธ๐Ÿ‡ฌ flag singapore sg flag nation country banner singapore +๐Ÿ‡ธ๐Ÿ‡ญ flag st helena saint helena ascension tristan cunha flag nation country banner st helena +๐Ÿ‡ธ๐Ÿ‡ฎ flag slovenia si flag nation country banner slovenia +๐Ÿ‡ธ๐Ÿ‡ฏ flag svalbard jan mayen +๐Ÿ‡ธ๐Ÿ‡ฐ flag slovakia sk flag nation country banner slovakia +๐Ÿ‡ธ๐Ÿ‡ฑ flag sierra leone sierra leone flag nation country banner sierra leone +๐Ÿ‡ธ๐Ÿ‡ฒ flag san marino san marino flag nation country banner san marino +๐Ÿ‡ธ๐Ÿ‡ณ flag senegal sn flag nation country banner senegal +๐Ÿ‡ธ๐Ÿ‡ด flag somalia so flag nation country banner somalia +๐Ÿ‡ธ๐Ÿ‡ท flag suriname sr flag nation country banner suriname +๐Ÿ‡ธ๐Ÿ‡ธ flag south sudan south sd flag nation country banner south sudan +๐Ÿ‡ธ๐Ÿ‡น flag sao tome principe sao tome principe flag nation country banner sao tome principe +๐Ÿ‡ธ๐Ÿ‡ป flag el salvador el salvador flag nation country banner el salvador +๐Ÿ‡ธ๐Ÿ‡ฝ flag sint maarten sint maarten dutch flag nation country banner sint maarten +๐Ÿ‡ธ๐Ÿ‡พ flag syria syrian arab republic flag nation country banner syria +๐Ÿ‡ธ๐Ÿ‡ฟ flag eswatini sz flag nation country banner eswatini +๐Ÿ‡น๐Ÿ‡ฆ flag tristan da cunha +๐Ÿ‡น๐Ÿ‡จ flag turks caicos islands turks caicos islands flag nation country banner turks caicos islands +๐Ÿ‡น๐Ÿ‡ฉ flag chad td flag nation country banner chad +๐Ÿ‡น๐Ÿ‡ซ flag french southern territories french southern territories flag nation country banner french southern territories +๐Ÿ‡น๐Ÿ‡ฌ flag togo tg flag nation country banner togo +๐Ÿ‡น๐Ÿ‡ญ flag thailand th flag nation country banner thailand +๐Ÿ‡น๐Ÿ‡ฏ flag tajikistan tj flag nation country banner tajikistan +๐Ÿ‡น๐Ÿ‡ฐ flag tokelau tk flag nation country banner tokelau +๐Ÿ‡น๐Ÿ‡ฑ flag timor leste timor leste flag nation country banner timor leste +๐Ÿ‡น๐Ÿ‡ฒ flag turkmenistan flag nation country banner turkmenistan +๐Ÿ‡น๐Ÿ‡ณ flag tunisia tn flag nation country banner tunisia +๐Ÿ‡น๐Ÿ‡ด flag tonga to flag nation country banner tonga +๐Ÿ‡น๐Ÿ‡ท flag turkey turkey flag nation country banner turkey +๐Ÿ‡น๐Ÿ‡น flag trinidad tobago trinidad tobago flag nation country banner trinidad tobago +๐Ÿ‡น๐Ÿ‡ป flag tuvalu flag nation country banner tuvalu +๐Ÿ‡น๐Ÿ‡ผ flag taiwan tw flag nation country banner taiwan +๐Ÿ‡น๐Ÿ‡ฟ flag tanzania tanzania united republic flag nation country banner tanzania +๐Ÿ‡บ๐Ÿ‡ฆ flag ukraine ua flag nation country banner ukraine +๐Ÿ‡บ๐Ÿ‡ฌ flag uganda ug flag nation country banner uganda +๐Ÿ‡บ๐Ÿ‡ฒ flag u s outlying islands +๐Ÿ‡บ๐Ÿ‡ณ flag united nations un flag banner +๐Ÿ‡บ๐Ÿ‡ธ flag united states united states america flag nation country banner united states +๐Ÿ‡บ๐Ÿ‡พ flag uruguay uy flag nation country banner uruguay +๐Ÿ‡บ๐Ÿ‡ฟ flag uzbekistan uz flag nation country banner uzbekistan +๐Ÿ‡ป๐Ÿ‡ฆ flag vatican city vatican city flag nation country banner vatican city +๐Ÿ‡ป๐Ÿ‡จ flag st vincent grenadines saint vincent grenadines flag nation country banner st vincent grenadines +๐Ÿ‡ป๐Ÿ‡ช flag venezuela ve bolivarian republic flag nation country banner venezuela +๐Ÿ‡ป๐Ÿ‡ฌ flag british virgin islands british virgin islands bvi flag nation country banner british virgin islands +๐Ÿ‡ป๐Ÿ‡ฎ flag u s virgin islands virgin islands us flag nation country banner u s virgin islands +๐Ÿ‡ป๐Ÿ‡ณ flag vietnam viet nam flag nation country banner vietnam +๐Ÿ‡ป๐Ÿ‡บ flag vanuatu vu flag nation country banner vanuatu +๐Ÿ‡ผ๐Ÿ‡ซ flag wallis futuna wallis futuna flag nation country banner wallis futuna +๐Ÿ‡ผ๐Ÿ‡ธ flag samoa ws flag nation country banner samoa +๐Ÿ‡ฝ๐Ÿ‡ฐ flag kosovo xk flag nation country banner kosovo +๐Ÿ‡พ๐Ÿ‡ช flag yemen ye flag nation country banner yemen +๐Ÿ‡พ๐Ÿ‡น flag mayotte yt flag nation country banner mayotte +๐Ÿ‡ฟ๐Ÿ‡ฆ flag south africa south africa flag nation country banner south africa +๐Ÿ‡ฟ๐Ÿ‡ฒ flag zambia zm flag nation country banner zambia +๐Ÿ‡ฟ๐Ÿ‡ผ flag zimbabwe zw flag nation country banner zimbabwe +๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ flag england flag english +๐Ÿด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ flag scotland flag scottish +๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ flag wales flag welsh +๐Ÿฅฒ smiling face with tear sad cry pretend +๐Ÿฅธ disguised face pretent brows glasses moustache +๐ŸคŒ pinched fingers size tiny small +๐Ÿซ€ anatomical heart health heartbeat +๐Ÿซ lungs breathe +๐Ÿฅท ninja ninjutsu skills japanese +๐Ÿคตโ€โ™‚๏ธ man in tuxedo formal fashion +๐Ÿคตโ€โ™€๏ธ woman in tuxedo formal fashion +๐Ÿ‘ฐโ€โ™‚๏ธ man with veil wedding marriage +๐Ÿ‘ฐโ€โ™€๏ธ woman with veil wedding marriage +๐Ÿ‘ฉโ€๐Ÿผ woman feeding baby birth food +๐Ÿ‘จโ€๐Ÿผ man feeding baby birth food +๐Ÿง‘โ€๐Ÿผ person feeding baby birth food +๐Ÿง‘โ€๐ŸŽ„ mx claus christmas +๐Ÿซ‚ people hugging care +๐Ÿˆโ€โฌ› black cat superstition luck +๐Ÿฆฌ bison ox +๐Ÿฆฃ mammoth elephant tusks +๐Ÿฆซ beaver animal rodent +๐Ÿปโ€โ„๏ธ polar bear animal arctic +๐Ÿฆค dodo animal bird +๐Ÿชถ feather bird fly +๐Ÿฆญ seal animal creature sea +๐Ÿชฒ beetle insect +๐Ÿชณ cockroach insect pests +๐Ÿชฐ fly insect +๐Ÿชฑ worm animal +๐Ÿชด potted plant greenery house +๐Ÿซ blueberries fruit +๐Ÿซ’ olive fruit +๐Ÿซ‘ bell pepper fruit plant +๐Ÿซ“ flatbread flour food +๐Ÿซ” tamale food masa +๐Ÿซ• fondue cheese pot food +๐Ÿซ– teapot drink hot +๐Ÿง‹ bubble tea taiwan boba milk tea straw +๐Ÿชจ rock stone +๐Ÿชต wood nature timber trunk +๐Ÿ›– hut house structure +๐Ÿ›ป pickup truck car transportation +๐Ÿ›ผ roller skate footwear sports +๐Ÿช„ magic wand supernature power +๐Ÿช… pinata mexico candy celebration +๐Ÿช† nesting dolls matryoshka toy +๐Ÿชก sewing needle stitches +๐Ÿชข knot rope scout +๐Ÿฉด thong sandal footwear summer +๐Ÿช– military helmet army protection +๐Ÿช— accordion music +๐Ÿช˜ long drum music +๐Ÿช™ coin money currency +๐Ÿชƒ boomerang weapon +๐Ÿชš carpentry saw cut chop +๐Ÿช› screwdriver tools +๐Ÿช hook tools +๐Ÿชœ ladder tools +๐Ÿ›— elevator lift +๐Ÿชž mirror reflection +๐ŸชŸ window scenery +๐Ÿช  plunger toilet +๐Ÿชค mouse trap cheese +๐Ÿชฃ bucket water container +๐Ÿชฅ toothbrush hygiene dental +๐Ÿชฆ headstone death rip grave +๐Ÿชง placard announcement +โšง๏ธ transgender symbol lgbtq +๐Ÿณ๏ธโ€โšง๏ธ transgender flag lgbtq +๐Ÿ˜ถโ€๐ŸŒซ๏ธ face in clouds shower steam dream +๐Ÿ˜ฎโ€๐Ÿ’จ face exhaling relieve relief tired sigh +๐Ÿ˜ตโ€๐Ÿ’ซ face with spiral eyes sick ill confused nauseous nausea +โค๏ธโ€๐Ÿ”ฅ heart on fire passionate enthusiastic +โค๏ธโ€๐Ÿฉน mending heart broken heart bandage wounded +๐Ÿง”โ€โ™‚๏ธ man beard facial hair +๐Ÿง”โ€โ™€๏ธ woman beard facial hair +๐Ÿซ  melting face hot heat +๐Ÿซข face with open eyes and hand over mouth silence secret shock surprise +๐Ÿซฃ face with peeking eye scared frightening embarrassing +๐Ÿซก saluting face respect salute +๐Ÿซฅ dotted line face invisible lonely isolation depression +๐Ÿซค face with diagonal mouth skeptic confuse frustrated indifferent +๐Ÿฅน face holding back tears touched gratitude +๐Ÿซฑ rightwards hand palm offer +๐Ÿซฒ leftwards hand palm offer +๐Ÿซณ palm down hand palm drop +๐Ÿซด palm up hand lift offer demand +๐Ÿซฐ hand with index finger and thumb crossed heart love money expensive +๐Ÿซต index pointing at the viewer you recruit +๐Ÿซถ heart hands love appreciation support +๐Ÿซฆ biting lip flirt sexy pain worry +๐Ÿซ… person with crown royalty power +๐Ÿซƒ pregnant man baby belly +๐Ÿซ„ pregnant person baby belly +๐ŸงŒ troll mystical monster +๐Ÿชธ coral ocean sea reef +๐Ÿชท lotus flower calm meditation +๐Ÿชน empty nest bird +๐Ÿชบ nest with eggs bird +๐Ÿซ˜ beans food +๐Ÿซ— pouring liquid cup water +๐Ÿซ™ jar container sauce +๐Ÿ› playground slide fun park +๐Ÿ›ž wheel car transport +๐Ÿ›Ÿ ring buoy life saver life preserver +๐Ÿชฌ hamsa religion protection +๐Ÿชฉ mirror ball disco dance party +๐Ÿชซ low battery drained dead +๐Ÿฉผ crutch accessibility assist +๐Ÿฉป x-ray skeleton medicine +๐Ÿซง bubbles soap fun carbonation sparkling +๐Ÿชช identification card document +๐ŸŸฐ heavy equals sign math +( อกยฐ อœส– อกยฐ) lenny face that face -- cgit v1.2.3 From 7729e64b0ebd3c6cd0dc5c99cd5520c36c67fc44 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sun, 1 Sep 2024 10:17:56 +0900 Subject: updated star charts --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1e769ed..8e551697 100644 --- a/README.md +++ b/README.md @@ -179,5 +179,13 @@ chmod +x upgrade.sh -## ๐Ÿฅฐ๐Ÿฅฐ ๐Ÿ’–๐Ÿ’– ๐Ÿ‘๐Ÿ‘๐Ÿ‘ -[![Stargazers over time](https://starchart.cc/JaKooLit/Hyprland-Dots.svg?variant=adaptive)](https://starchart.cc/JaKooLit/Hyprland-Dots) +## ๐Ÿซฐ Thank you for the stars ๐Ÿฉท + + + + + + Star History Chart + + + -- cgit v1.2.3 From 279e8fc83754e22ce530343fcb242351cdf2cdbc Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sun, 1 Sep 2024 16:00:46 +0900 Subject: updated windowrules.conf - removed floating mode whatsapp - annoying --- config/hypr/UserConfigs/WindowRules.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 5e007d70..4019628a 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -64,7 +64,7 @@ windowrulev2 = float, class:^([Bb]aobab|org.gnome.[Bb]aobab)$ # Disk usage analy windowrulev2 = float, title:(Kvantum Manager) windowrulev2 = float, class:^([Ss]team)$,title:^((?![Ss]team).*|[Ss]team [Ss]ettings)$ windowrulev2 = float, class:^([Qq]alculate-gtk)$ -windowrulev2 = float, class:^([Ww]hatsapp-for-linux)$ +#windowrulev2 = float, class:^([Ww]hatsapp-for-linux)$ windowrulev2 = float, class:^([Ff]erdium)$ windowrulev2 = float, title:^(Picture-in-Picture)$ windowrulev2 = float, title:^(ROG Control)$ -- cgit v1.2.3 From 03b85c99be2b6fcfbd9105563b4aeb44c9378bb2 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sun, 1 Sep 2024 23:02:32 +0900 Subject: added in gamemode to disable opacity --- config/hypr/scripts/GameMode.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/hypr/scripts/GameMode.sh b/config/hypr/scripts/GameMode.sh index f8dc3505..4bb7e910 100755 --- a/config/hypr/scripts/GameMode.sh +++ b/config/hypr/scripts/GameMode.sh @@ -11,11 +11,13 @@ if [ "$HYPRGAMEMODE" = 1 ] ; then hyprctl --batch "\ keyword animations:enabled 0;\ keyword decoration:drop_shadow 0;\ - keyword decoration:blur:passes 0;\ + keyword decoration:blur:passes 0;\ keyword general:gaps_in 0;\ keyword general:gaps_out 0;\ keyword general:border_size 1;\ keyword decoration:rounding 0" + + hyprctl keyword "windowrule opacity 1 override 1 override 1 override, ^(.*)$" swww kill notify-send -e -u low -i "$notif" "gamemode enabled. All animations off" exit -- cgit v1.2.3 From cf55d6c89cbf4fc6a92bb19779d457a9fe98ec40 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Mon, 2 Sep 2024 13:13:56 +0900 Subject: Preparation for release --- config/hypr/UserScripts/RofiBeats.sh | 6 ++-- config/hypr/wallpaper_effects/.wallpaper_current | Bin 4681149 -> 15219546 bytes config/hypr/wallpaper_effects/.wallpaper_modified | Bin 4663974 -> 3689779 bytes config/hypr/wallust/wallust-hyprland.conf | 36 +++++++++++----------- wallpapers/Lofi-Anime-Room.png | Bin 8355381 -> 0 bytes wallpapers/Study-table.png | Bin 0 -> 15219546 bytes 6 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 wallpapers/Lofi-Anime-Room.png create mode 100644 wallpapers/Study-table.png diff --git a/config/hypr/UserScripts/RofiBeats.sh b/config/hypr/UserScripts/RofiBeats.sh index 557f1057..26e12876 100755 --- a/config/hypr/UserScripts/RofiBeats.sh +++ b/config/hypr/UserScripts/RofiBeats.sh @@ -10,15 +10,15 @@ iDIR="$HOME/.config/swaync/icons" # Online Stations. Edit as required declare -A online_music=( - ["Lofi Girl Radio ๐ŸŽง๐ŸŽถ"]="https://play.streamafrica.net/lofiradio" + ["Radio - Lofi Girl ๐ŸŽง๐ŸŽถ"]="https://play.streamafrica.net/lofiradio" + ["Radio - Chillhop ๐ŸŽง๐ŸŽถ"]="http://stream.zeno.fm/fyn8eh3h5f8uv" ["FM - Easy Rock 96.3 ๐Ÿ“ป๐ŸŽถ"]="https://radio-stations-philippines.com/easy-rock" ["FM - Love Radio 90.7 ๐Ÿ“ป๐ŸŽถ"]="https://radio-stations-philippines.com/love" ["FM - WRock - CEBU 96.3 ๐Ÿ“ป๐ŸŽถ"]="https://onlineradio.ph/126-96-3-wrock.html" + ["FM - Fresh Philippines ๐Ÿ“ป๐ŸŽถ"]="https://onlineradio.ph/553-fresh-fm.html" ["YT - Wish 107.5 YT Pinoy HipHop ๐Ÿ“ป๐ŸŽถ"]="https://youtube.com/playlist?list=PLkrzfEDjeYJnmgMYwCKid4XIFqUKBVWEs&si=vahW_noh4UDJ5d37" ["YT - Top Youtube Music 2023 ๐Ÿ“น๐ŸŽถ"]="https://youtube.com/playlist?list=PLDIoUOhQQPlXr63I_vwF9GD8sAKh77dWU&si=y7qNeEVFNgA-XxKy" ["YT - Wish 107.5 YT Wishclusives ๐Ÿ“น๐ŸŽถ"]="https://youtube.com/playlist?list=PLkrzfEDjeYJn5B22H9HOWP3Kxxs-DkPSM&si=d_Ld2OKhGvpH48WO" - ["Chillhop Radio ๐ŸŽง๐ŸŽถ"]="http://stream.zeno.fm/fyn8eh3h5f8uv" - ["FM - Fresh Philippines ๐Ÿ“ป๐ŸŽถ"]="https://onlineradio.ph/553-fresh-fm.html" ["YT - Relaxing Music ๐Ÿ“น๐ŸŽถ"]="https://youtube.com/playlist?list=PLMIbmfP_9vb8BCxRoraJpoo4q1yMFg4CE" ["YT - Youtube Remix ๐Ÿ“น๐ŸŽถ"]="https://youtube.com/playlist?list=PLeqTkIUlrZXlSNn3tcXAa-zbo95j0iN-0" ["YT - Korean Drama OST ๐Ÿ“น๐ŸŽถ"]="https://youtube.com/playlist?list=PLUge_o9AIFp4HuA-A3e3ZqENh63LuRRlQ" diff --git a/config/hypr/wallpaper_effects/.wallpaper_current b/config/hypr/wallpaper_effects/.wallpaper_current index 5f466646..10978a0f 100644 Binary files a/config/hypr/wallpaper_effects/.wallpaper_current and b/config/hypr/wallpaper_effects/.wallpaper_current differ diff --git a/config/hypr/wallpaper_effects/.wallpaper_modified b/config/hypr/wallpaper_effects/.wallpaper_modified index 18482ea0..e97dd571 100644 Binary files a/config/hypr/wallpaper_effects/.wallpaper_modified and b/config/hypr/wallpaper_effects/.wallpaper_modified differ diff --git a/config/hypr/wallust/wallust-hyprland.conf b/config/hypr/wallust/wallust-hyprland.conf index 4c6408bc..6bdaa4cc 100644 --- a/config/hypr/wallust/wallust-hyprland.conf +++ b/config/hypr/wallust/wallust-hyprland.conf @@ -1,18 +1,18 @@ -$background = rgb(050507) -$foreground = rgb(EAF2FA) -$color0 = rgb(050507) -$color1 = rgb(824616) -$color2 = rgb(7F481E) -$color3 = rgb(6A5C56) -$color4 = rgb(5D6879) -$color5 = rgb(586D87) -$color6 = rgb(92A4B4) -$color7 = rgb(D8E4EF) -$color8 = rgb(97A0A7) -$color9 = rgb(AD5D1E) -$color10 = rgb(A96027) -$color11 = rgb(8D7A72) -$color12 = rgb(7C8BA1) -$color13 = rgb(7591B4) -$color14 = rgb(C2DAF0) -$color15 = rgb(D8E4EF) +$background = rgb(0A0000) +$foreground = rgb(FDEBE2) +$color0 = rgb(0A0000) +$color1 = rgb(654A37) +$color2 = rgb(7B5D49) +$color3 = rgb(906F5C) +$color4 = rgb(A6826F) +$color5 = rgb(BC9582) +$color6 = rgb(BB9582) +$color7 = rgb(F4DACE) +$color8 = rgb(AB9990) +$color9 = rgb(876349) +$color10 = rgb(A37C62) +$color11 = rgb(C0947B) +$color12 = rgb(DDAD94) +$color13 = rgb(FAC6AD) +$color14 = rgb(FAC6AD) +$color15 = rgb(F4DACE) diff --git a/wallpapers/Lofi-Anime-Room.png b/wallpapers/Lofi-Anime-Room.png deleted file mode 100644 index 54ccecf0..00000000 Binary files a/wallpapers/Lofi-Anime-Room.png and /dev/null differ diff --git a/wallpapers/Study-table.png b/wallpapers/Study-table.png new file mode 100644 index 00000000..10978a0f Binary files /dev/null and b/wallpapers/Study-table.png differ -- cgit v1.2.3