diff --git a/.config/hypr/UserConfigs/00-Readme b/.config/hypr/UserConfigs/00-Readme deleted file mode 100644 index 1a20de3..0000000 --- a/.config/hypr/UserConfigs/00-Readme +++ /dev/null @@ -1,16 +0,0 @@ -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ # - -KooL's Hyprland-Dots - -1.) Suggest not to rename any files in this folder. As this is connected and being sourced from hyprland.conf in ~/.config/hypr - -2.) This folder, along with UserScripts folder will NOT be touch when running upgrade.sh - -3.) However, if hyprland has a big change in settings, i.e., blur section is moved into another group, you should managed the change yourself. - -4.) Guidance on the keybinds. Suggest NOT to assign a keybind which I set on the default Keybinds. Else will conflict. Once Hyprland decided to have a global keybinds, then I will adjust. - -5.) If you think that the default keybinds SHOULD be adjusted, open an issue on my github page and present me a valid argument. Like conflicting to GLOBAL keybinds, etc etc etc. - - -I will update the Hyprland-Dots wiki for guidance. Make sure to check out changelogs as well diff --git a/.config/hypr/UserConfigs/ENVariables.conf b/.config/hypr/UserConfigs/ENVariables.conf deleted file mode 100644 index 282a369..0000000 --- a/.config/hypr/UserConfigs/ENVariables.conf +++ /dev/null @@ -1,67 +0,0 @@ -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ # -# Environment variables. See https://wiki.hyprland.org/Configuring/Environment-variables/ - -# Set your defaults here -env = EDITOR,nvim #default editor - -#environment-variables -env = CLUTTER_BACKEND,wayland -env = GDK_BACKEND,wayland,x11 -env = QT_AUTO_SCREEN_SCALE_FACTOR,1 -env = QT_QPA_PLATFORM,wayland;xcb -env = QT_QPA_PLATFORMTHEME,qt5ct -env = QT_QPA_PLATFORMTHEME,qt6ct -env = QT_SCALE_FACTOR,1 -env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1 -env = XDG_CURRENT_DESKTOP,Hyprland -env = XDG_SESSION_DESKTOP,Hyprland -env = XDG_SESSION_TYPE,wayland - -# hyprland-qt-support -env = QT_QUICK_CONTROLS_STYLE,org.hyprland.style - -# xwayland apps scale fix (useful if you are use monitor scaling) -# see https://wiki.hyprland.org/Configuring/XWayland/ -# toolkit-specific scale -env = GDK_SCALE,1 - -# Bibata-Modern-Ice-Cursor -# NOTE! You must have the hyprcursor version to activate this. -# If you installed from 26-Dec-2024 and choose GTK theme, then you have it. -# https://wiki.hyprland.org/Hypr-Ecosystem/hyprcursor/ -env = HYPRCURSOR_THEME,Bibata-Modern-Ice -env = HYPRCURSOR_SIZE,24 - -# firefox -env = MOZ_ENABLE_WAYLAND,1 - -# electron >28 apps (may help) -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 - -# to use nvidia as primary renderer (need hyprland >0.45) -#env = AQ_DRM_DEVICES,/dev/dri/card1 (nvidia) -#env = AQ_DRM_DEVICES,/dev/dri/card0 - -# additional ENV's for nvidia. Caution, activate with care -#env = GBM_BACKEND,nvidia-drm - -#env = __NV_PRIME_RENDER_OFFLOAD,1 -#env = __VK_LAYER_NV_optimus,NVIDIA_only -#env = WLR_DRM_NO_ATOMIC,1 - -# FOR VM and POSSIBLY NVIDIA -# LIBGL_ALWAYS_SOFTWARE software mesa rendering -#env = LIBGL_ALWAYS_SOFTWARE,1 -#env = WLR_RENDERER_ALLOW_SOFTWARE,1 - -# nvidia firefox (for hardware acceleration on FF)? -# check this post https://github.com/elFarto/nvidia-vaapi-driver#configuration -#env = MOZ_DISABLE_RDD_SANDBOX,1 -#env = EGL_PLATFORM,wayland \ No newline at end of file diff --git a/.config/hypr/UserConfigs/LaptopDisplay.conf b/.config/hypr/UserConfigs/LaptopDisplay.conf deleted file mode 100644 index 9f76658..0000000 --- a/.config/hypr/UserConfigs/LaptopDisplay.conf +++ /dev/null @@ -1,4 +0,0 @@ -# NOTE, THIS FILE IS BEING USED by disabling Laptop display monitor behaviour when closing lid. -# See notes on Laptops.conf - -#monitor = eDP-1, preferred, auto, 1 diff --git a/.config/hypr/UserConfigs/Laptops.conf b/.config/hypr/UserConfigs/Laptops.conf deleted file mode 100644 index edb6846..0000000 --- a/.config/hypr/UserConfigs/Laptops.conf +++ /dev/null @@ -1,55 +0,0 @@ -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ # - -# See https://wiki.hyprland.org/Configuring/Keywords/ for more variable settings -# These configs are mostly for laptops. This is addemdum to Keybinds.conf - -$mainMod = SUPER -$scriptsDir = $HOME/.config/hypr/scripts -$UserConfigs = $HOME/.config/hypr/UserConfigs - -# for disabling Touchpad. hyprctl devices to get device name. -$Touchpad_Device=asue1209:00-04f3:319f-touchpad - -binde = , xf86KbdBrightnessDown, exec, $scriptsDir/BrightnessKbd.sh --dec # decrease keyboard brightness -binde = , xf86KbdBrightnessUp, exec, $scriptsDir/BrightnessKbd.sh --inc # increase keyboard brightness -bind = , xf86Launch1, exec, rog-control-center # ASUS Armory crate button -bind = , xf86Launch3, exec, asusctl led-mode -n # FN+F4 Switch keyboard RGB profile -bind = , xf86Launch4, exec, asusctl profile -n # FN+F5 change of fan profiles (Quite, Balance, Performance) -binde = , xf86MonBrightnessDown, exec, $scriptsDir/Brightness.sh --dec # decrease monitor brightness -binde = , xf86MonBrightnessUp, exec, $scriptsDir/Brightness.sh --inc # increase monitor brightness -bind = , xf86TouchpadToggle, exec, $scriptsDir/TouchPad.sh # disable touchpad - -# Screenshot keybindings using F6 (no PrinSrc button) -bind = $mainMod, F6, exec, $scriptsDir/ScreenShot.sh --now # screenshot -bind = $mainMod SHIFT, F6, exec, $scriptsDir/ScreenShot.sh --area # screenshot (area) -bind = $mainMod CTRL, F6, exec, $scriptsDir/ScreenShot.sh --in5 # # screenshot (5 secs delay) -bind = $mainMod ALT, F6, exec, $scriptsDir/ScreenShot.sh --in10 # screenshot (10 secs delay) -bind = ALT, F6, exec, $scriptsDir/ScreenShot.sh --active # screenshot (active window only) - -$TOUCHPAD_ENABLED = true -device { - name = $Touchpad_Device - enabled = $TOUCHPAD_ENABLED -} -# Below are useful when you are connecting your laptop in external display -# Suggest you edit below for your laptop display -# From WIKI This is to disable laptop monitor when lid is closed. -# consult https://wiki.hyprland.org/hyprland-wiki/pages/Configuring/Binds/#switches -#bindl = , switch:off:Lid Switch,exec,hyprctl keyword monitor "eDP-1, preferred, auto, 1" -#bindl = , switch:on:Lid Switch,exec,hyprctl keyword monitor "eDP-1, disable" - - -# WARNING! Using this method has some caveats!! USE THIS PART WITH SOME CAUTION! -# CONS of doing this, is that you need to set up your wallpaper (SUPER W) and choose wallpaper. -# CAVEATS! Sometimes the Main Laptop Monitor DOES NOT have display that it needs to re-connect your external monitor -# One work around is to ensure that before shutting down laptop, MAKE SURE your laptop lid is OPEN!! -# Make sure to comment (put # on the both the bindl = , switch ......) above -# NOTE: Display for laptop are being generated into LaptopDisplay.conf -# This part is to be use if you do not want your main laptop monitor to wake up during say wallpaper change etc - -#bindl = , switch:off:Lid Switch,exec,echo "monitor = eDP-1, preferred, auto, 1" > $UserConfigs/LaptopDisplay.conf -#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 "monitor = eDP-1, preferred, auto, 1" > $HOME/.config/hypr/UserConfigs/LaptopDisplay.conf -# diff --git a/.config/hypr/UserConfigs/Monitors.conf b/.config/hypr/UserConfigs/Monitors.conf deleted file mode 100644 index 27f4bf0..0000000 --- a/.config/hypr/UserConfigs/Monitors.conf +++ /dev/null @@ -1,11 +0,0 @@ -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ # - -# Monitor Configuration -# See Hyprland wiki for more details -# https://wiki.hyprland.org/Configuring/Monitors/ -# Configure your Display resolution, offset, scale and Monitors here, use `hyprctl monitors` to get the info. - -monitor=DP-4, preferred, 0x0, 1 -monitor=DP-2, preferred, auto-left, 1 - -exec=xrandr --output DP-4 --primary diff --git a/.config/hypr/UserConfigs/Startup_Apps.conf b/.config/hypr/UserConfigs/Startup_Apps.conf deleted file mode 100644 index 4b37bd7..0000000 --- a/.config/hypr/UserConfigs/Startup_Apps.conf +++ /dev/null @@ -1,50 +0,0 @@ -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ # -#Commands & Apps to be executed at launch - -$scriptsDir = $HOME/.config/hypr/scripts -$UserScripts = $HOME/.config/hypr/UserScripts - -$wallDIR=$HOME/Pictures/wallpapers -$lock = $scriptsDir/LockScreen.sh -$SwwwRandom = $UserScripts/WallpaperAutoChange.sh - -# wallpaper stuff / More wallpaper options below -exec-once = swww-daemon --format xrgb -#exec-once = $SwwwRandom $wallDIR # random wallpaper switcher every 30 minutes - -# Startup -exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP -exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP - -# Polkit (Polkit Gnome / KDE) -exec-once = $scriptsDir/Polkit.sh - -# starup apps -exec-once = waybar & -exec-once = nm-applet --indicator & -exec-once = swaync & -exec-once = ags & -exec-once = blueman-applet & -exec-once = kdeconnect-indicator & -#exec-once = rog-control-center & -exec-once = sleep 5 && nwg-dock-hyprland -a start -f -nolauncher -x -i 30 -o "DP-4" & - -# Rainbow borders -exec-once = $UserScripts/RainbowBorders.sh & - -# Starting hypridle to start hyprlock -exec-once = hypridle & - -# Start pyprland daemon -exec-once = pypr & - -exec-once = wl-paste --type text --watch cliphist store # Stores only text data -exec-once = wl-paste --type image --watch cliphist store # Stores only image data - -exec-once = hyprswitch init --show-title --size-factor 5.5 --workspaces-per-row 5 & - -# Here are list of features available but disabled by default -# exec-once = swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper - -# xdg-desktop-portal-hyprland (should be auto starting. However, you can force to start) -#exec-once = $scriptsDir/PortalHyprland.sh diff --git a/.config/hypr/UserConfigs/UserDecorAnimations.conf b/.config/hypr/UserConfigs/UserDecorAnimations.conf deleted file mode 100644 index ca22c42..0000000 --- a/.config/hypr/UserConfigs/UserDecorAnimations.conf +++ /dev/null @@ -1,82 +0,0 @@ -# /* ---- ๐Ÿ’ซ 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 - -general { - border_size = 2 - gaps_in = 6 - gaps_out = 8 - - col.active_border = $color12 - col.inactive_border = $color10 -} - -decoration { - rounding = 3 - - active_opacity = 1.0 - inactive_opacity = 0.9 - fullscreen_opacity = 1.0 - - dim_inactive = true - dim_strength = 0.1 - dim_special = 0.8 - - shadow { - enabled = true - range = 3 - render_power = 1 - - color = $color12 - color_inactive = $color10 - } - - - blur { - enabled = true - size = 6 - passes = 2 - ignore_opacity = true - new_optimizations = true - special = true - } -} - -group { - col.border_active = $color15 - - groupbar { - col.active = $color0 - } -} - -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 - - # 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/UserConfigs/UserKeybinds.conf b/.config/hypr/UserConfigs/UserKeybinds.conf deleted file mode 100644 index 31d38ad..0000000 --- a/.config/hypr/UserConfigs/UserKeybinds.conf +++ /dev/null @@ -1,29 +0,0 @@ -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ # -# This is where you put your own keybinds. Be Mindful to check as well ~/.config/hypr/configs/Keybinds.conf to avoid conflict -# if you think I should replace the Pre-defined Keybinds in ~/.config/hypr/configs/Keybinds.conf , submit an issue or let me know in DC and present me a valid reason as to why, such as conflicting with global shortcuts, etc etc - -# See https://wiki.hyprland.org/Configuring/Keywords/ for more settings and variables -# See also Laptops.conf for laptops keybinds - -$mainMod = SUPER -$files = thunar -$term = kitty -$scriptsDir = $HOME/.config/hypr/scripts -$UserScripts = $HOME/.config/hypr/UserScripts - -# rofi App launcher -#bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window # Super Key to Launch rofi menu -bind = $mainMod, Tab, exec, nwg-drawer -bind = ALT, Tab, exec, hyprswitch gui --mod-key alt --key tab - -bind = $mainMod, Return, exec, $term #terminal -bind = $mainMod, T, exec, $files #file manager - -bind = $mainMod ALT, C, exec, $UserScripts/RofiCalc.sh # calculator (qalculate) - -# pyprland -bind = $mainMod SHIFT, Return, exec, pypr toggle term # Dropdown terminal -bind = $mainMod, Z, exec, pypr zoom # Toggle Desktop Zoom - -# User Added Keybinds -bindn = ALT_L, SHIFT_L, exec, $scriptsDir/SwitchKeyboardLayout.sh # Change keyboard layout diff --git a/.config/hypr/UserConfigs/UserSettings.conf b/.config/hypr/UserConfigs/UserSettings.conf deleted file mode 100644 index bd99e08..0000000 --- a/.config/hypr/UserConfigs/UserSettings.conf +++ /dev/null @@ -1,125 +0,0 @@ -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ # -# User Settings -# This is where you put your own settings as this will not be touched during update -# if the upgrade.sh is used. - -# refer to Hyprland wiki for more info https://wiki.hyprland.org/Configuring/Variables/ - -# NOTE: some settings are in ~/.config/hypr/UserConfigs/UserDecorAnimations.conf - -dwindle { - pseudotile = yes - preserve_split = yes - special_scale_factor = 0.8 -} - -master { - new_status = master - new_on_top = 1 - mfact = 0.5 -} - -general { - resize_on_border = true - - layout = dwindle -} - -input { - kb_layout = us - kb_variant = - kb_model = - kb_options = - kb_rules = - repeat_rate = 50 - repeat_delay = 300 - accel_profile = flat - - sensitivity = 0 #mouse sensitivity - numlock_by_default = true - left_handed = false - follow_mouse = true - float_switch_override_focus = false - - touchpad { - disable_while_typing = true - natural_scroll = false - clickfinger_behavior = false - middle_button_emulation = true - tap-to-click = true - drag_lock = false - } - - # below for devices with touchdevice ie. touchscreen - touchdevice { - enabled = true - } - - # below is for table see link above for proper variables - tablet { - transform = 0 - left_handed = 0 - } - -} - -device { - name = logitech-mx-ergo-1 - accel_profile = adaptive -} -gestures { - workspace_swipe = true - workspace_swipe_fingers = 3 - workspace_swipe_distance = 500 - workspace_swipe_invert = true - workspace_swipe_min_speed_to_force = 30 - workspace_swipe_cancel_ratio = 0.5 - workspace_swipe_create_new = true - workspace_swipe_forever = true - #workspace_swipe_use_r = true #uncomment if wanted a forever create a new workspace with swipe right -} - - -misc { - disable_hyprland_logo = true - disable_splash_rendering = true - vfr = true - vrr = 2 - mouse_move_enables_dpms = true - enable_swallow = true - swallow_regex = ^(kitty)$ - focus_on_activate = false - initial_workspace_tracking = 0 - middle_click_paste = false -} - -#opengl { -# nvidia_anti_flicker = true -#} - -binds { - workspace_back_and_forth = true - allow_workspace_cycles = true - pass_mouse_when_bound = false -} - -#Could help when scaling and not pixelating -xwayland { - enabled = true - force_zero_scaling = true -} - -# render section for Hyprland >= v0.42.0 -render { - explicit_sync = 2 - explicit_sync_kms = 2 - direct_scanout = false -} - -cursor { - sync_gsettings_theme = true - no_hardware_cursors = 2 - enable_hyprcursor = true - warp_on_change_workspace = 2 - no_warps = true -} diff --git a/.config/hypr/UserConfigs/WindowRules.conf b/.config/hypr/UserConfigs/WindowRules.conf deleted file mode 100644 index 138d14e..0000000 --- a/.config/hypr/UserConfigs/WindowRules.conf +++ /dev/null @@ -1,114 +0,0 @@ -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ # -# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more - -#windowrule = noblur,gamescope -#windowrule = fullscreen,gamescope -#windowrule = workspace 6 silent,^(gamescope)$ - -# windowrule Position -windowrule = center,^(pavucontrol|org.pulseaudio.pavucontrol|com.saivert.pwvucontrol) -windowrule = center,^([Ww]hatsapp-for-linux)$ -windowrule = center,^([Ff]erdium)$ - -# WINDOWRULE v2 -# windowrule v2 - position -# windowrulev2 = center,floating:1 # warning, it cause even the menu to float and center. -windowrulev2 = center, class:([Tt]hunar), title:(File Operation Progress) -windowrulev2 = center, class:([Tt]hunar), title:(Confirm to replace files) -windowrulev2 = center, title:^(ROG Control)$ -windowrulev2 = center, title:^(Keybindings)$ -windowrulev2 = move 72% 7%,title:^(Picture-in-Picture)$ -#windowrulev2 = move 72% 7%,title:^(Firefox)$ - -# windowrule v2 to avoid idle for fullscreen apps -windowrulev2 = idleinhibit fullscreen, class:^(*)$ -windowrulev2 = idleinhibit fullscreen, title:^(*)$ -windowrulev2 = idleinhibit fullscreen, fullscreen:1 - -# windowrule v2 move to workspace -windowrulev2 = workspace 1, class:^([Ff]irefox|org.mozilla.firefox|[Ff]irefox-esr)$ -windowrulev2 = workspace 1, class:^([Mm]icrosoft-edge(-stable|-beta|-dev|-unstable)?)$ -windowrulev2 = workspace 1, class:^([Gg]oogle-chrome(-beta|-dev|-unstable)?)$ -windowrulev2 = workspace 1, class:^([Tt]horium-browser|[Cc]achy-browser)$ -windowrulev2 = workspace 1, class:^(zen)$ # zen browser -windowrulev2 = workspace 2, class:^(kitty)$ -windowrulev2 = workspace 3, class:^([Dd]iscord|[Ww]ebCord|[Vv]esktop)$ -windowrulev2 = workspace 3, class:^([Bb]eeper)$ -windowrulev2 = workspace 3, class:^([Ff]erdium)$ -windowrulev2 = workspace 3, class:^([Ww]hatsapp-for-linux)$ -windowrulev2 = workspace 3, class:^(teams-for-linux)$ -windowrulev2 = workspace 4, class:^([Ss]team)$ -windowrulev2 = workspace 4, class:^([Ll]utris)$ -windowrulev2 = workspace 4, class:^([Hh]eroic)$ -windowrulev2 = workspace 5, class:^(com.github.th_ch.youtube_music)$ - -# windowrule v2 - float -windowrulev2 = float, class:^(org.kde.polkit-kde-authentication-agent-1)$ -windowrulev2 = float, class:([Zz]oom|onedriver|onedriver-launcher)$ -windowrulev2 = float, class:([Tt]hunar), title:(File Operation Progress) -windowrulev2 = float, class:([Tt]hunar), title:(Confirm to replace files) -windowrulev2 = float, class:(xdg-desktop-portal-gtk) -windowrulev2 = float, class:(org.gnome.Calculator), title:(Calculator) -windowrulev2 = float, class:(codium|codium-url-handler|VSCodium|code-oss), title:(Add Folder to Workspace) -windowrulev2 = float, class:(electron), title:(Add Folder to Workspace) -windowrulev2 = float, class:^([Rr]ofi)$ -windowrulev2 = float, class:^(eog|org.gnome.Loupe)$ # image viewer -windowrulev2 = float, class:^(pavucontrol|org.pulseaudio.pavucontrol|com.saivert.pwvucontrol)$ -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|io.missioncenter.MissionCenter)$ # system monitor -windowrulev2 = float, class:^([Yy]ad)$ -windowrulev2 = float, class:^(wihotspot(-gui)?)$ # wifi hotspot -windowrulev2 = float, class:^(evince)$ # document viewer -windowrulev2 = float, class:^(file-roller|org.gnome.FileRoller)$ # archive manager -windowrulev2 = float, class:^([Bb]aobab|org.gnome.[Bb]aobab)$ # Disk usage analyzer -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:^([Ff]erdium)$ -windowrulev2 = float, title:^(Picture-in-Picture)$ -windowrulev2 = float, title:^(ROG Control)$ -#windowrulev2 = float, title:^(Firefox)$ -windowrulev2 = float, title:^(hyprgui)$ -windowrulev2 = float, class:^(io.ente.auth)$ - - -# windowrule v2 - size -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)$ -windowrulev2 = size 70% 70%, class:^(evince|wihotspot(-gui)?)$ -windowrulev2 = size 60% 70%, class:^(file-roller|org.gnome.FileRoller)$ -windowrulev2 = size 60% 70%, class:^([Ww]hatsapp-for-linux)$ -windowrulev2 = size 60% 70%, class:^([Ff]erdium)$ -windowrulev2 = size 60% 70%, title:^(ROG Control)$ -#windowrulev2 = size 25% 25%, title:^(Picture-in-Picture)$ -#windowrulev2 = size 25% 25%, title:^(Firefox)$ -windowrulev2 = size 60% 70%, title:^(hyprgui)$ -windowrulev2 = size 240px 450px, class:^(libresplit)$ -windowrulev2 = size 500px 1000px, class:^(io.ente.auth)$ - -# windowrule v2 - pinning -windowrulev2 = pin,title:^(Picture-in-Picture)$ -windowrulev2 = pin,class: ^(io.ente.auth)$ - -#windowrulev2 = pin,title:^(Firefox)$ - -# windowrule v2 - extras -windowrulev2 = keepaspectratio, title:^(Picture-in-Picture)$ - -#windowrulev2 = bordercolor rgb(EE4B55) rgb(880808), fullscreen:1 -#windowrulev2 = bordercolor rgb(282737) rgb(1E1D2D), floating:1 -#windowrulev2 = opacity 0.8 0.8, pinned:1 - - -# LAYER RULES -#layerrule = unset,class:^([Rr]ofi)$ -#layerrule = blur,class:^([Rr]ofi)$ -#layerrule = ignorezero, - -#layerrule = ignorezero, overview -#layerrule = blur, overview diff --git a/.config/hypr/UserConfigs/WorkspaceRules.conf b/.config/hypr/UserConfigs/WorkspaceRules.conf deleted file mode 100644 index 3ded33c..0000000 --- a/.config/hypr/UserConfigs/WorkspaceRules.conf +++ /dev/null @@ -1,14 +0,0 @@ -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ # - -# You can set workspace rules to achieve workspace-specific behaviors. -# For instance, you can define a workspace where all windows are drawn without borders or gaps. - -# https://wiki.hyprland.org/Configuring/Workspace-Rules/ - -# Assigning workspace to a certain monitor. Below are just examples -workspace = 1, name:Browser, monitor:DP-2, default:true -workspace = 2, name:Terminal -workspace = 3, name:Discord,monitor:DP-2, default:true -workspace = 4, name:Gaming -workspace = 5, name:Music - diff --git a/.config/hypr/UserConfigs/i3Keybinds.conf b/.config/hypr/UserConfigs/i3Keybinds.conf deleted file mode 100644 index f314db6..0000000 --- a/.config/hypr/UserConfigs/i3Keybinds.conf +++ /dev/null @@ -1,100 +0,0 @@ - -$mainMod = SUPER -# Default -$scriptsDir = $HOME/.config/hypr/scripts -$configs = $HOME/.config/hypr/configs -# User -$UserConfigs = $HOME/.config/hypr/UserConfigs -$UserScripts = $HOME/.config/hypr/UserScripts - - -bind = $mainMod, Q, killactive, -bind = $mainMod SHIFT, Q, exec, $scriptsDir/KillActiveProcess.sh - -# Special Keys / Hot Keys -bindel = , xf86audioraisevolume, exec, $scriptsDir/Volume.sh --inc # volume up -bindel = , xf86audiolowervolume, exec, $scriptsDir/Volume.sh --dec # volume down -bindl = , xf86AudioMicMute, exec, $scriptsDir/Volume.sh --toggle-mic # mic mute -bindl = , xf86audiomute, exec, $scriptsDir/Volume.sh --toggle # mute -bindl = , xf86Sleep, exec, systemctl suspend # sleep button -bindl = , xf86Rfkill, exec, $scriptsDir/AirplaneMode.sh # Airplane mode - -# media controls using keyboards -bindl = , xf86AudioPlayPause, exec, $scriptsDir/MediaCtrl.sh --pause -bindl = , xf86AudioPause, exec, $scriptsDir/MediaCtrl.sh --pause -bindl = , xf86AudioPlay, exec, $scriptsDir/MediaCtrl.sh --pause -bindl = , xf86AudioNext, exec, $scriptsDir/MediaCtrl.sh --nxt -bindl = , xf86AudioPrev, exec, $scriptsDir/MediaCtrl.sh --prv -bindl = , xf86audiostop, exec, $scriptsDir/MediaCtrl.sh --stop - -# Move focus with mainMod + LHKJ -bind = $mainMod, H, movefocus, l -bind = $mainMod, L, movefocus, r -bind = $mainMod, K, movefocus, u -bind = $mainMod, J, movefocus, d - -# Move windows -bind = $mainMod SHIFT, H, movewindow, l -bind = $mainMod SHIFT, L, movewindow, r -bind = $mainMod SHIFT, K, movewindow, u -bind = $mainMod SHIFT, J, movewindow, d - -# Container layouts -bind = $mainMod, E, togglesplit -bind = $mainMod, W, togglegroup - -bind = $mainMod SHIFT, Space, togglefloating -bind = $mainMod SHIFT, Space, pin - -# Workspaces -bind = $mainMod, code:10, workspace, 1 -bind = $mainMod, code:11, workspace, 2 -bind = $mainMod, code:12, workspace, 3 -bind = $mainMod, code:13, workspace, 4 -bind = $mainMod, code:14, workspace, 5 -bind = $mainMod, code:15, workspace, 6 -bind = $mainMod, code:16, workspace, 7 -bind = $mainMod, code:17, workspace, 8 -bind = $mainMod, code:18, workspace, 9 -bind = $mainMod, code:19, workspace, 10 - - -# Move active window to a workspace silently mainMod + CTRL [0-9] -bind = $mainMod CTRL, code:10, movetoworkspacesilent, 1 -bind = $mainMod CTRL, code:11, movetoworkspacesilent, 2 -bind = $mainMod CTRL, code:12, movetoworkspacesilent, 3 -bind = $mainMod CTRL, code:13, movetoworkspacesilent, 4 -bind = $mainMod CTRL, code:14, movetoworkspacesilent, 5 -bind = $mainMod CTRL, code:15, movetoworkspacesilent, 6 -bind = $mainMod CTRL, code:16, movetoworkspacesilent, 7 -bind = $mainMod CTRL, code:17, movetoworkspacesilent, 8 -bind = $mainMod CTRL, code:18, movetoworkspacesilent, 9 -bind = $mainMod CTRL, code:19, movetoworkspacesilent, 10 -bind = $mainMod CTRL, bracketleft, movetoworkspacesilent, -1 # brackets [ or ] -bind = $mainMod CTRL, bracketright, movetoworkspacesilent, +1 - -# Scroll through existing workspaces with mainMod + scroll -bind = $mainMod, mouse_down, workspace, e+1 -bind = $mainMod, mouse_up, workspace, e-1 -bind = $mainMod, bracketright, workspace, e+1 -bind = $mainMod, bracketleft, workspace, e-1 - -# Move/resize windows with mainMod + LMB/RMB and dragging -bindm = $mainMod, mouse:272, movewindow -bindm = $mainMod, mouse:273, resizewindow - -# Stuff -bind = $mainMod SHIFT, C, exec, $scriptsDir/Refresh.sh # Refresh waybar, swaync, rofi -bind = $mainMod SHIFT, E, exec, $scriptsDir/Wlogout.sh # power menu -bind = $mainMod, N, exec, $scriptsDir/LockScreen.sh # screen lock -bind = , Print, exec, $scriptsDir/ScreenShot.sh --area # screenshot (area) -bind = ALT, Print, exec, $scriptsDir/ScreenShot.sh --active # screenshot (active window only) - -bind = $mainMod, V, exec, $scriptsDir/ClipManager.sh # Clipboard Manager -bind = $mainMod SHIFT, N, exec, swaync-client -t -sw # swayNC notification panel - -bind = $mainMod SHIFT, A, movecurrentworkspacetomonitor, l -bind = $mainMod SHIFT, D, movecurrentworkspacetomonitor, r - -bind = $mainMod, F, fullscreen, 0 -bind = $mainMod SHIFT, F, fullscreen, 1 diff --git a/.config/hypr/UserScripts/00-Readme b/.config/hypr/UserScripts/00-Readme deleted file mode 100755 index 7dcd988..0000000 --- a/.config/hypr/UserScripts/00-Readme +++ /dev/null @@ -1,5 +0,0 @@ -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ # - -# Place your new scripts here. -# If you need to edit a script from main script (~/.config/hypr/scripts), copy it on this folder, and edit. -# Make sure to update as well the keybinds in ~/.config/hypr/UserConfigs folder if any script is linked to it \ No newline at end of file diff --git a/.config/hypr/UserScripts/QuickEdit.sh b/.config/hypr/UserScripts/QuickEdit.sh deleted file mode 100755 index 48d5f49..0000000 --- a/.config/hypr/UserScripts/QuickEdit.sh +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# Rofi menu for Quick Edit/View of Settings (SUPER E) - -# Define preferred text editor and terminal -edit=${EDITOR:-nano} -tty=kitty - -# Paths to configuration directories -configs="$HOME/.config/hypr/configs" -UserConfigs="$HOME/.config/hypr/UserConfigs" - -# Function to display the menu options -menu() { - cat < /dev/null; then - pkill rofi -fi - -main diff --git a/.config/hypr/UserScripts/RainbowBorders.sh b/.config/hypr/UserScripts/RainbowBorders.sh deleted file mode 100755 index cc1419f..0000000 --- a/.config/hypr/UserScripts/RainbowBorders.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# for rainbow borders animation - -function random_hex() { - random_hex=("0xff$(openssl rand -hex 3)") - 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 - -# 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 diff --git a/.config/hypr/UserScripts/RofiBeats.sh b/.config/hypr/UserScripts/RofiBeats.sh deleted file mode 100755 index 919eafc..0000000 --- a/.config/hypr/UserScripts/RofiBeats.sh +++ /dev/null @@ -1,120 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# For Rofi Beats to play online Music or Locally save media files - -# Directory local music folder -mDIR="$HOME/Music/" - -# Directory for icons -iDIR="$HOME/.config/swaync/icons" - -# Online Stations. Edit as required -declare -A online_music=( - ["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 - Easy Rock - Baguio 91.9 ๐Ÿ“ป๐ŸŽถ"]="https://radio-stations-philippines.com/easy-rock-baguio" - ["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" - ["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 - Relaxing Piano Jazz Music ๐ŸŽน๐ŸŽถ"]="https://youtu.be/85UEqRat6E4?si=jXQL1Yp2VP_G6NSn" -) - -# Populate local_music array with files from music directory and subdirectories -populate_local_music() { - local_music=() - filenames=() - while IFS= read -r file; do - local_music+=("$file") - filenames+=("$(basename "$file")") - done < <(find "$mDIR" -type f \( -iname "*.mp3" -o -iname "*.flac" -o -iname "*.wav" -o -iname "*.ogg" -o -iname "*.mp4" \)) -} - -# Function for displaying notifications -notification() { - notify-send -u normal -i "$iDIR/music.png" " Now Playing:" " $@" -} - -# Main function for playing local music -play_local_music() { - populate_local_music - - # Prompt the user to select a song - choice=$(printf "%s\n" "${filenames[@]}" | rofi -i -dmenu -config ~/.config/rofi/config-rofi-Beats.rasi -p "Local Music") - - if [ -z "$choice" ]; then - exit 1 - fi - - # Find the corresponding file path based on user's choice and set that to play the song then continue on the list - for (( i=0; i<"${#filenames[@]}"; ++i )); do - if [ "${filenames[$i]}" = "$choice" ]; then - - notification "$choice" - - # Play the selected local music file using mpv - mpv --playlist-start="$i" --loop-playlist --vid=no "${local_music[@]}" - - break - fi - done -} - -# Main function for shuffling local music -shuffle_local_music() { - notification "Shuffle Play local music" - - # Play music in $mDIR on shuffle - mpv --shuffle --loop-playlist --vid=no "$mDIR" -} - -# Main function for playing online music -play_online_music() { - choice=$(printf "%s\n" "${!online_music[@]}" | rofi -i -dmenu -config ~/.config/rofi/config-rofi-Beats.rasi -p "Online Music") - - if [ -z "$choice" ]; then - exit 1 - fi - - link="${online_music[$choice]}" - - notification "$choice" - - # Play the selected online music using mpv - mpv --shuffle --vid=no "$link" -} - -# Check if an online music process is running and send a notification, otherwise run the main function -pkill mpv && notify-send -u low -i "$iDIR/music.png" "Music stopped" || { - -# Check if rofi is already running -if pidof rofi > /dev/null; then - pkill rofi -fi - - -# Prompt the user to choose between local and online music -user_choice=$(printf "Play from Online Stations\nPlay from Music Folder\nShuffle Play from Music Folder" | rofi -dmenu -config ~/.config/rofi/config-rofi-Beats-menu.rasi -p "Select music source") - - case "$user_choice" in - "Play from Music Folder") - play_local_music - ;; - "Play from Online Stations") - play_online_music - ;; - "Shuffle Play from Music Folder") - shuffle_local_music - ;; - *) - echo "Invalid choice" - ;; - esac -} diff --git a/.config/hypr/UserScripts/RofiCalc.sh b/.config/hypr/UserScripts/RofiCalc.sh deleted file mode 100755 index cef80b8..0000000 --- a/.config/hypr/UserScripts/RofiCalc.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ -# /* Calculator (using qalculate) and rofi */ -# /* Submitted by: https://github.com/JosephArmas */ - -rofi_config="$HOME/.config/rofi/config-calc.rasi" - -# Kill Rofi if already running before execution -if pgrep -x "rofi" >/dev/null; then - pkill rofi -fi - -# main function - -while true; do - result=$( - rofi -i -dmenu \ - -config "$rofi_config" \ - -mesg "$result = $calc_result" - ) - - if [ $? -ne 0 ]; then - exit - fi - - if [ -n "$result" ]; then - calc_result=$(qalc -t "$result") - echo "$calc_result" | wl-copy - fi -done diff --git a/.config/hypr/UserScripts/WallpaperAutoChange.sh b/.config/hypr/UserScripts/WallpaperAutoChange.sh deleted file mode 100755 index f54620b..0000000 --- a/.config/hypr/UserScripts/WallpaperAutoChange.sh +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# source https://wiki.archlinux.org/title/Hyprland#Using_a_script_to_change_wallpaper_every_X_minutes - -# This script will randomly go through the files of a directory, setting it -# up as the wallpaper at regular intervals -# -# NOTE: this script uses bash (not POSIX shell) for the RANDOM variable - -wallust_refresh=$HOME/.config/hypr/scripts/RefreshNoWaybar.sh - -focused_monitor=$(hyprctl monitors | awk '/^Monitor/{name=$2} /focused: yes/{print name}') - -if [[ $# -lt 1 ]] || [[ ! -d $1 ]]; then - echo "Usage: - $0 " - exit 1 -fi - -# Edit below to control the images transition -export SWWW_TRANSITION_FPS=60 -export SWWW_TRANSITION_TYPE=simple - -# This controls (in seconds) when to switch to the next image -INTERVAL=1800 - -while true; do - find "$1" \ - | while read -r img; do - echo "$((RANDOM % 1000)):$img" - done \ - | sort -n | cut -d':' -f2- \ - | while read -r img; do - swww img -o $focused_monitor "$img" - $wallust_refresh - sleep $INTERVAL - - done -done diff --git a/.config/hypr/UserScripts/WallpaperEffects.sh b/.config/hypr/UserScripts/WallpaperEffects.sh deleted file mode 100755 index 1e84742..0000000 --- a/.config/hypr/UserScripts/WallpaperEffects.sh +++ /dev/null @@ -1,100 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ # -# Wallpaper Effects using ImageMagick (SUPER SHIFT W) - -# Variables -current_wallpaper="$HOME/.config/hypr/wallpaper_effects/.wallpaper_current" -wallpaper_output="$HOME/.config/hypr/wallpaper_effects/.wallpaper_modified" -SCRIPTSDIR="$HOME/.config/hypr/scripts" -focused_monitor=$(hyprctl monitors | awk '/^Monitor/{name=$2} /focused: yes/{print name}') - -# Directory for swaync -iDIR="$HOME/.config/swaync/images" - -# swww transition config -FPS=60 -TYPE="wipe" -DURATION=2 -BEZIER=".43,1.19,1,.4" -SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration $DURATION" - -# Define ImageMagick effects -declare -A effects=( - ["No Effects"]="no-effects" - ["Black & White"]="magick $current_wallpaper -colorspace gray -sigmoidal-contrast 10,40% $wallpaper_output" - ["Blurred"]="magick $current_wallpaper -blur 0x10 $wallpaper_output" - ["Charcoal"]="magick $current_wallpaper -charcoal 0x5 $wallpaper_output" - ["Edge Detect"]="magick $current_wallpaper -edge 1 $wallpaper_output" - ["Emboss"]="magick $current_wallpaper -emboss 0x5 $wallpaper_output" - ["Negate"]="magick $current_wallpaper -negate $wallpaper_output" - ["Oil Paint"]="magick $current_wallpaper -paint 4 $wallpaper_output" - ["Posterize"]="magick $current_wallpaper -posterize 4 $wallpaper_output" - ["Polaroid"]="magick $current_wallpaper -polaroid 0 $wallpaper_output" - ["Sepia Tone"]="magick $current_wallpaper -sepia-tone 65% $wallpaper_output" - ["Solarize"]="magick $current_wallpaper -solarize 80% $wallpaper_output" - ["Sharpen"]="magick $current_wallpaper -sharpen 0x5 $wallpaper_output" - ["Vignette"]="magick $current_wallpaper -vignette 0x5 $wallpaper_output" - ["Zoomed"]="magick $current_wallpaper -gravity Center -extent 1:1 $wallpaper_output" -) - -# Function to apply no effects -no-effects() { - swww img -o "$focused_monitor" "$current_wallpaper" $SWWW_PARAMS && - # Wait for swww command to complete - wait $! - # Run other commands after swww - wallust run "$current_wallpaper" -s && - wait $! - # Refresh rofi, waybar, wallust palettes - sleep 2 - "$SCRIPTSDIR/Refresh.sh" - - notify-send -u low -i "$iDIR/bell.png" "No wallpaper" "effects applied" - # copying wallpaper for rofi menu - cp "$current_wallpaper" "$wallpaper_output" -} - -# Function to run rofi menu -main() { - # Populate rofi menu options - options=("No Effects") - for effect in "${!effects[@]}"; do - [[ "$effect" != "No Effects" ]] && options+=("$effect") - done - - # Show rofi menu and handle user choice - choice=$(printf "%s\n" "${options[@]}" | LC_COLLATE=C sort | rofi -dmenu -p "Choose effect" -i -config ~/.config/rofi/config-wallpaper-effect.rasi) - - # Process user choice - if [[ -n "$choice" ]]; then - if [[ "$choice" == "No Effects" ]]; then - no-effects - elif [[ "${effects[$choice]+exists}" ]]; then - # Apply selected effect - notify-send -u normal -i "$iDIR/bell.png" "Applying:" "$choice effects" - eval "${effects[$choice]}" - # Wait for effects to be applied - sleep 1 - # Execute swww command after image conversion - swww img -o "$focused_monitor" "$wallpaper_output" $SWWW_PARAMS & - # Wait for swww command to complete - sleep 2 - # Wait for other commands to finish - wallust run "$wallpaper_output" -s & - # Wait for other commands to finish - sleep 0.5 - # Refresh rofi, waybar, wallust palettes - "${SCRIPTSDIR}/Refresh.sh" - notify-send -u low -i "$iDIR/bell.png" "$choice" "effects applied" - else - echo "Effect '$choice' not recognized." - fi - fi -} - -# Check if rofi is already running and kill it -if pidof rofi > /dev/null; then - pkill rofi -fi - -main diff --git a/.config/hypr/UserScripts/WallpaperRandom.sh b/.config/hypr/UserScripts/WallpaperRandom.sh deleted file mode 100755 index 3c8c752..0000000 --- a/.config/hypr/UserScripts/WallpaperRandom.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# Script for Random Wallpaper ( CTRL ALT W) - -wallDIR="$HOME/Pictures/wallpapers" -SCRIPTSDIR="$HOME/.config/hypr/scripts" - -focused_monitor=$(hyprctl monitors | awk '/^Monitor/{name=$2} /focused: yes/{print name}') - -PICS=($(find ${wallDIR} -type f \( -name "*.jpg" -o -name "*.jpeg" -o -name "*.png" -o -name "*.gif" \))) -RANDOMPICS=${PICS[ $RANDOM % ${#PICS[@]} ]} - - -# Transition config -FPS=30 -TYPE="random" -DURATION=1 -BEZIER=".43,1.19,1,.4" -SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration $DURATION --transition-bezier $BEZIER" - - -swww query || swww-daemon --format xrgb && swww img -o $focused_monitor ${RANDOMPICS} $SWWW_PARAMS - -wait $! -"$SCRIPTSDIR/WallustSwww.sh" && - -wait $! -sleep 2 -"$SCRIPTSDIR/Refresh.sh" - diff --git a/.config/hypr/UserScripts/WallpaperSelect.sh b/.config/hypr/UserScripts/WallpaperSelect.sh deleted file mode 100755 index 6aa6080..0000000 --- a/.config/hypr/UserScripts/WallpaperSelect.sh +++ /dev/null @@ -1,110 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ -# This script for selecting wallpapers (SUPER W) - -# WALLPAPERS PATH -wallDIR="$HOME/Pictures/wallpapers" -SCRIPTSDIR="$HOME/.config/hypr/scripts" - -# variables -focused_monitor=$(hyprctl monitors | awk '/^Monitor/{name=$2} /focused: yes/{print name}') -# swww transition config -FPS=60 -TYPE="any" -DURATION=2 -BEZIER=".43,1.19,1,.4" -SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration $DURATION" - -# Check if swaybg is running -if pidof swaybg > /dev/null; then - pkill swaybg -fi - -# Retrieve image files using null delimiter to handle spaces in filenames -mapfile -d '' PICS < <(find "${wallDIR}" -type f \( -iname "*.jpg" -o -iname "*.jpeg" -o -iname "*.png" -o -iname "*.gif" \) -print0) - -RANDOM_PIC="${PICS[$((RANDOM % ${#PICS[@]}))]}" -RANDOM_PIC_NAME=". random" - -# Rofi command -rofi_command="rofi -i -show -dmenu -config ~/.config/rofi/config-wallpaper.rasi" - -# Sorting Wallpapers -menu() { - # Sort the PICS array - IFS=$'\n' sorted_options=($(sort <<<"${PICS[*]}")) - - # Place ". random" at the beginning with the random picture as an icon - printf "%s\x00icon\x1f%s\n" "$RANDOM_PIC_NAME" "$RANDOM_PIC" - - for pic_path in "${sorted_options[@]}"; do - pic_name=$(basename "$pic_path") - - # Displaying .gif to indicate animated images - if [[ ! "$pic_name" =~ \.gif$ ]]; then - printf "%s\x00icon\x1f%s\n" "$(echo "$pic_name" | cut -d. -f1)" "$pic_path" - else - printf "%s\n" "$pic_name" - fi - done -} - -# initiate swww if not running -swww query || swww-daemon --format xrgb - -# Choice of wallpapers -main() { - choice=$(menu | $rofi_command) - - # Trim any potential whitespace or hidden characters - choice=$(echo "$choice" | xargs) - RANDOM_PIC_NAME=$(echo "$RANDOM_PIC_NAME" | xargs) - - # No choice case - if [[ -z "$choice" ]]; then - echo "No choice selected. Exiting." - exit 0 - fi - - # Random choice case - if [[ "$choice" == "$RANDOM_PIC_NAME" ]]; then - swww img -o "$focused_monitor" "$RANDOM_PIC" $SWWW_PARAMS; - sleep 2 - "$SCRIPTSDIR/WallustSwww.sh" - sleep 0.5 - "$SCRIPTSDIR/Refresh.sh" - exit 0 - fi - - # Find the index of the selected file - pic_index=-1 - for i in "${!PICS[@]}"; do - filename=$(basename "${PICS[$i]}") - if [[ "$filename" == "$choice"* ]]; then - pic_index=$i - break - fi - done - - if [[ $pic_index -ne -1 ]]; then - swww img -o "$focused_monitor" "${PICS[$pic_index]}" $SWWW_PARAMS - else - echo "Image not found." - exit 1 - fi -} - -# Check if rofi is already running -if pidof rofi > /dev/null; then - pkill rofi -fi - -main - -wait $! -"$SCRIPTSDIR/WallustSwww.sh" && - -wait $! -sleep 2 -"$SCRIPTSDIR/Refresh.sh" - diff --git a/.config/hypr/UserScripts/Weather.py b/.config/hypr/UserScripts/Weather.py deleted file mode 100755 index e3a6c53..0000000 --- a/.config/hypr/UserScripts/Weather.py +++ /dev/null @@ -1,138 +0,0 @@ -#!/usr/bin/env python3 -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ # -# weather using python - -import subprocess -from pyquery import PyQuery # install using `pip install pyquery` -import json -import os - -# original code https://gist.github.com/Surendrajat/ff3876fd2166dd86fb71180f4e9342d7 -# weather icons -weather_icons = { - "sunnyDay": "๓ฐ–™", - "clearNight": "๓ฐ–”", - "cloudyFoggyDay": "๎Œƒ", - "cloudyFoggyNight": "๎†", - "rainyDay": "๎Œ†", - "rainyNight": "๎Œฑ", - "snowyIcyDay": "๎ŒŠ", - "snowyIcyNight": "๎Œง", - "severe": "๎ฎ", - "default": "๎Œ‚", -} - -# get location_id -# to get your own location_id, go to https://weather.com & search your location. -# once you choose your location, you can see the location_id in the URL(64 chars long hex string) -# like this: https://weather.com/en-PH/weather/today/l/bca47d1099e762a012b9a139c36f30a0b1e647f69c0c4ac28b537e7ae9c1c200 -location_id = "bca47d1099e762a012b9a139c36f30a0b1e647f69c0c4ac28b537e7ae9c1c200" # TODO - -# NOTE to change to deg F, change the URL to your preffered location after weather.com -# Default is English-Philippines with Busan, South Korea as location_id -# get html page -url = "https://weather.com/en-PH/weather/today/l/" + location_id -html_data = PyQuery(url=url) - -# current temperature -temp = html_data("span[data-testid='TemperatureValue']").eq(0).text() -# print(temp) - -# current status phrase -status = html_data("div[data-testid='wxPhrase']").text() -status = f"{status[:16]}.." if len(status) > 17 else status -# print(status) - -# status code -status_code = html_data("#regionHeader").attr("class").split(" ")[2].split("-")[2] -# print(status_code) - -# status icon -icon = ( - weather_icons[status_code] - if status_code in weather_icons - else weather_icons["default"] -) -# print(icon) - -# temperature feels like -temp_feel = html_data( - "div[data-testid='FeelsLikeSection'] > span > span[data-testid='TemperatureValue']" -).text() -temp_feel_text = f"Feels like {temp_feel}c" -# print(temp_feel_text) - -# min-max temperature -temp_min = ( - html_data("div[data-testid='wxData'] > span[data-testid='TemperatureValue']") - .eq(1) - .text() -) -temp_max = ( - html_data("div[data-testid='wxData'] > span[data-testid='TemperatureValue']") - .eq(0) - .text() -) -temp_min_max = f"๏‹‹ {temp_min}\t\t๏‹‡ {temp_max}" -# print(temp_min_max) - -# wind speed -wind_speed = html_data("span[data-testid='Wind']").text().split("\n")[1] -wind_text = f"๎‰พ {wind_speed}" -# print(wind_text) - -# humidity -humidity = html_data("span[data-testid='PercentageValue']").text() -humidity_text = f"๎ณ {humidity}" -# print(humidity_text) - -# visibility -visbility = html_data("span[data-testid='VisibilityValue']").text() -visbility_text = f"๏ฎ {visbility}" -# print(visbility_text) - -# air quality index -air_quality_index = html_data("text[data-testid='DonutChartValue']").text() -# print(air_quality_index) - -# hourly rain prediction -prediction = html_data("section[aria-label='Hourly Forecast']")( - "div[data-testid='SegmentPrecipPercentage'] > span" -).text() -prediction = prediction.replace("Chance of Rain", "") -prediction = f"\n\n๎Œ˜ (hourly) {prediction}" if len(prediction) > 0 else prediction -# print(prediction) - -# tooltip text -tooltip_text = str.format( - "\t\t{}\t\t\n{}\n{}\n{}\n\n{}\n{}\n{}{}", - f'{temp}', - f" {icon}", - f"{status}", - f"{temp_feel_text}", - f"{temp_min_max}", - f"{wind_text}\t{humidity_text}", - f"{visbility_text}\tAQI {air_quality_index}", - f" {prediction}", -) - -# print waybar module data -out_data = { - "text": f"{icon} {temp}", - "alt": status, - "tooltip": tooltip_text, - "class": status_code, -} -print(json.dumps(out_data)) - -simple_weather =f"{icon} {status}\n" + \ - f"๏‹‰ {temp} ({temp_feel_text})\n" + \ - f"{wind_text} \n" + \ - f"{humidity_text} \n" + \ - f"{visbility_text} AQI{air_quality_index}\n" - -try: - with open(os.path.expanduser("~/.cache/.weather_cache"), "w") as file: - file.write(simple_weather) -except: - pass diff --git a/.config/hypr/UserScripts/Weather.sh b/.config/hypr/UserScripts/Weather.sh deleted file mode 100755 index 65613fc..0000000 --- a/.config/hypr/UserScripts/Weather.sh +++ /dev/null @@ -1,87 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# weather info from wttr. https://github.com/chubin/wttr.in -# Remember to add city - -city= -cachedir=~/.cache/rbn -cachefile=${0##*/}-$1 - -if [ ! -d $cachedir ]; then - mkdir -p $cachedir -fi - -if [ ! -f $cachedir/$cachefile ]; then - touch $cachedir/$cachefile -fi - -# Save current IFS -SAVEIFS=$IFS -# Change IFS to new line. -IFS=$'\n' - -cacheage=$(($(date +%s) - $(stat -c '%Y' "$cachedir/$cachefile"))) -if [ $cacheage -gt 1740 ] || [ ! -s $cachedir/$cachefile ]; then - data=($(curl -s https://en.wttr.in/"$city"$1\?0qnT 2>&1)) - echo ${data[0]} | cut -f1 -d, > $cachedir/$cachefile - echo ${data[1]} | sed -E 's/^.{15}//' >> $cachedir/$cachefile - echo ${data[2]} | sed -E 's/^.{15}//' >> $cachedir/$cachefile -fi - -weather=($(cat $cachedir/$cachefile)) - -# Restore IFSClear -IFS=$SAVEIFS - -temperature=$(echo ${weather[2]} | sed -E 's/([[:digit:]]+)\.\./\1 to /g') - -#echo ${weather[1]##*,} - -# https://fontawesome.com/icons?s=solid&c=weather -case $(echo ${weather[1]##*,} | tr '[:upper:]' '[:lower:]') in -"clear" | "sunny") - condition="๎Œ" - ;; -"partly cloudy") - condition="๓ฐ–•" - ;; -"cloudy") - condition="๎Œ’" - ;; -"overcast") - condition="๎ŒŒ" - ;; -"fog" | "freezing fog") - condition="๎Œ“" - ;; -"patchy rain possible" | "patchy light drizzle" | "light drizzle" | "patchy light rain" | "light rain" | "light rain shower" | "mist" | "rain") - condition="๓ฐผณ" - ;; -"moderate rain at times" | "moderate rain" | "heavy rain at times" | "heavy rain" | "moderate or heavy rain shower" | "torrential rain shower" | "rain shower") - condition="๎ˆน" - ;; -"patchy snow possible" | "patchy sleet possible" | "patchy freezing drizzle possible" | "freezing drizzle" | "heavy freezing drizzle" | "light freezing rain" | "moderate or heavy freezing rain" | "light sleet" | "ice pellets" | "light sleet showers" | "moderate or heavy sleet showers") - condition="๓ฐผด" - ;; -"blowing snow" | "moderate or heavy sleet" | "patchy light snow" | "light snow" | "light snow showers") - condition="๓ฐ™ฟ" - ;; -"blizzard" | "patchy moderate snow" | "moderate snow" | "patchy heavy snow" | "heavy snow" | "moderate or heavy snow with thunder" | "moderate or heavy snow showers") - condition="๎ž" - ;; -"thundery outbreaks possible" | "patchy light rain with thunder" | "moderate or heavy rain with thunder" | "patchy light snow with thunder") - condition="๎Œ" - ;; -*) - condition="๏ช" - echo -e "{\"text\":\""$condition"\", \"alt\":\""${weather[0]}"\", \"tooltip\":\""${weather[0]}: $temperature ${weather[1]}"\"}" - ;; -esac - -#echo $temp $condition - -echo -e "{\"text\":\""$temperature $condition"\", \"alt\":\""${weather[0]}"\", \"tooltip\":\""${weather[0]}: $temperature ${weather[1]}"\"}" - -cached_weather="๏‹‰ $temperature \n$condition ${weather[1]}" - -echo -e $cached_weather > ~/.cache/.weather_cache \ No newline at end of file diff --git a/.config/hypr/UserScripts/ZshChangeTheme.sh b/.config/hypr/UserScripts/ZshChangeTheme.sh deleted file mode 100755 index 5132cd6..0000000 --- a/.config/hypr/UserScripts/ZshChangeTheme.sh +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# Script for Oh my ZSH theme ( CTRL SHIFT O) - -# preview of theme can be view here: https://github.com/ohmyzsh/ohmyzsh/wiki/Themes -# after choosing theme, TTY need to be closed and re-open - -themes_dir="$HOME/.oh-my-zsh/themes" -file_extension=".zsh-theme" - -# Directory for swaync -iDIR="$HOME/.config/swaync/images" - -themes_array=($(find "$themes_dir" -type f -name "*$file_extension" -exec basename {} \; | sed -e "s/$file_extension//")) - -# Add "Random" option to the beginning of the array -themes_array=("Random" "${themes_array[@]}") - -rofi_command="rofi -i -dmenu -config ~/.config/rofi/config-zsh-theme.rasi" - -menu() { - for theme in "${themes_array[@]}"; do - echo "$theme" - done -} - -main() { - choice=$(menu | ${rofi_command}) - - # if nothing selected, script won't change anything - if [ -z "$choice" ]; then - notify-send -u low -i "$iDIR/bell.png" "No theme selected." "No changes made!" - exit 0 - fi - - zsh_path="$HOME/.zshrc" - var_name="ZSH_THEME" - - if [[ "$choice" == "Random" ]]; then - # Pick a random theme from the original themes_array (excluding "Random") - random_theme=${themes_array[$((RANDOM % (${#themes_array[@]} - 1) + 1))]} - theme_to_set="$random_theme" - notify-send -i "$iDIR/bell.png" "Random theme:" "selected: $random_theme" - else - # Set theme to the selected choice - theme_to_set="$choice" - notify-send -i "$iDIR/bell.png" "Theme selected:" "$choice" - fi - - if [ -f "$zsh_path" ]; then - sed -i "s/^$var_name=.*/$var_name=\"$theme_to_set\"/" "$zsh_path" - notify-send -i "$iDIR/bell.png" "OMZ theme" "applied. restart your terminal" - else - notify-send "Error:" "~.zshrc file not found!" - fi -} - -# Check if rofi is already running -if pidof rofi > /dev/null; then - pkill rofi -fi - -main diff --git a/.config/hypr/configs/Keybinds.conf b/.config/hypr/configs/Keybinds.conf deleted file mode 100644 index 08a4240..0000000 --- a/.config/hypr/configs/Keybinds.conf +++ /dev/null @@ -1,170 +0,0 @@ -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ # -# Default Keybinds -# visit https://wiki.hyprland.org/Configuring/Binds/ for more info - -$mainMod = SUPER -# Default -$scriptsDir = $HOME/.config/hypr/scripts -$configs = $HOME/.config/hypr/configs -# User -$UserConfigs = $HOME/.config/hypr/UserConfigs -$UserScripts = $HOME/.config/hypr/UserScripts - -bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0 -bind = $mainMod, Q, killactive, -bind = $mainMod, F, fullscreen -bind = $mainMod SHIFT, Q, exec, $scriptsDir/KillActiveProcess.sh -bind = $mainMod SHIFT, F, togglefloating, -bind = $mainMod ALT, F, exec, hyprctl dispatch workspaceopt allfloat -bind = CTRL ALT, L, exec, $scriptsDir/LockScreen.sh # screen lock -bind = CTRL ALT, P, exec, $scriptsDir/Wlogout.sh # power menu - -# FEATURES / EXTRAS -bind = $mainMod, H, exec, $scriptsDir/KeyHints.sh # help file -bind = $mainMod ALT, R, exec, $scriptsDir/Refresh.sh # Refresh waybar, swaync, rofi -bind = $mainMod ALT, E, exec, $scriptsDir/RofiEmoji.sh # emoji menu -bind = $mainMod, S, exec, $scriptsDir/RofiSearch.sh # Google search using rofi -bind = $mainMod SHIFT, B, exec, $scriptsDir/ChangeBlur.sh # Toggle blur settings -bind = $mainMod SHIFT, G, exec, $scriptsDir/GameMode.sh # Toggle animations ON/OFF -bind = $mainMod ALT, L, exec, $scriptsDir/ChangeLayout.sh # Toggle Master or Dwindle Layout -bind = $mainMod ALT, V, exec, $scriptsDir/ClipManager.sh # Clipboard Manager -bind = $mainMod SHIFT, N, exec, swaync-client -t -sw # swayNC notification panel - -# FEATURES / EXTRAS (UserScripts) -bind = $mainMod, E, exec, $UserScripts/QuickEdit.sh # Quick Edit Hyprland Settings -bind = $mainMod, W, exec, $UserScripts/WallpaperSelect.sh # Select wallpaper to apply -bind = $mainMod SHIFT, W, exec, $UserScripts/WallpaperEffects.sh # Wallpaper Effects by imagemagick -bind = CTRL ALT, W, exec, $UserScripts/WallpaperRandom.sh # Random wallpapers -bind = $mainMod ALT, O, exec, hyprctl setprop active opaque toggle # disable opacity on active window -bind = $mainMod SHIFT, K, exec, $scriptsDir/KeyBinds.sh # search keybinds via rofi - -# Waybar / Bar related -bind = $mainMod, B, exec, pkill -SIGUSR1 waybar # Toggle hide/show waybar -bind = $mainMod CTRL, B, exec, $scriptsDir/WaybarStyles.sh # Waybar Styles Menu -bind = $mainMod ALT, B, exec, $scriptsDir/WaybarLayout.sh # Waybar Layout Menu - -# Dwindle Layout -bind = $mainMod SHIFT, I, togglesplit # only works on dwindle layout -bind = $mainMod, P, pseudo, # dwindle - -# Master Layout -bind = $mainMod CTRL, D, layoutmsg, removemaster -bind = $mainMod, I, layoutmsg, addmaster -bind = $mainMod, J, layoutmsg, cyclenext -bind = $mainMod, K, layoutmsg, cycleprev -bind = $mainMod CTRL, Return, layoutmsg, swapwithmaster - -# Works on either layout (Master or Dwindle) -bind = $mainMod, M, exec, hyprctl dispatch splitratio 0.3 - -# group -bind = $mainMod, G, togglegroup # toggle group -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 - -# Special Keys / Hot Keys -bindel = , xf86audioraisevolume, exec, $scriptsDir/Volume.sh --inc # volume up -bindel = , xf86audiolowervolume, exec, $scriptsDir/Volume.sh --dec # volume down -bindl = , xf86AudioMicMute, exec, $scriptsDir/Volume.sh --toggle-mic # mic mute -bindl = , xf86audiomute, exec, $scriptsDir/Volume.sh --toggle # mute -bindl = , xf86Sleep, exec, systemctl suspend # sleep button -bindl = , xf86Rfkill, exec, $scriptsDir/AirplaneMode.sh # Airplane mode - -# media controls using keyboards -bindl = , xf86AudioPlayPause, exec, $scriptsDir/MediaCtrl.sh --pause -bindl = , xf86AudioPause, exec, $scriptsDir/MediaCtrl.sh --pause -bindl = , xf86AudioPlay, exec, $scriptsDir/MediaCtrl.sh --pause -bindl = , xf86AudioNext, exec, $scriptsDir/MediaCtrl.sh --nxt -bindl = , xf86AudioPrev, exec, $scriptsDir/MediaCtrl.sh --prv -bindl = , xf86audiostop, exec, $scriptsDir/MediaCtrl.sh --stop - -# Screenshot keybindings NOTE: You may need to press Fn key as well -bind = $mainMod, Print, exec, $scriptsDir/ScreenShot.sh --now # screenshot -bind = $mainMod SHIFT, Print, exec, $scriptsDir/ScreenShot.sh --area # screenshot (area) -bind = $mainMod CTRL, Print, exec, $scriptsDir/ScreenShot.sh --in5 # screenshot (5 secs delay) -bind = $mainMod CTRL SHIFT, Print, exec, $scriptsDir/ScreenShot.sh --in10 # screenshot (10 secs delay) -bind = ALT, Print, exec, $scriptsDir/ScreenShot.sh --active # screenshot (active window only) - -# screenshot with swappy (another screenshot tool) -bind = $mainMod SHIFT, S, exec, $scriptsDir/ScreenShot.sh --swappy #screenshot (swappy) - -# Resize windows -binde = $mainMod SHIFT, left, resizeactive,-50 0 -binde = $mainMod SHIFT, right, resizeactive,50 0 -binde = $mainMod SHIFT, up, resizeactive,0 -50 -binde = $mainMod SHIFT, down, resizeactive,0 50 - -# Move windows -bind = $mainMod CTRL, left, movewindow, l -bind = $mainMod CTRL, right, movewindow, r -bind = $mainMod CTRL, up, movewindow, u -bind = $mainMod CTRL, down, movewindow, d - -# Move focus with mainMod + arrow keys -bind = $mainMod, left, movefocus, l -bind = $mainMod, right, movefocus, r -bind = $mainMod, up, movefocus, u -bind = $mainMod, down, movefocus, d - -# Workspaces related -bind = $mainMod ALT, tab, workspace, m+1 -bind = $mainMod SHIFT, tab, workspace, m-1 - -# Special workspace -bind = $mainMod SHIFT, U, movetoworkspace, special -bind = $mainMod, U, togglespecialworkspace, - -# The following mappings use the key codes to better support various keyboard layouts -# 1 is code:10, 2 is code 11, etc -# Switch workspaces with mainMod + [0-9] -bind = $mainMod, code:10, workspace, 1 -bind = $mainMod, code:11, workspace, 2 -bind = $mainMod, code:12, workspace, 3 -bind = $mainMod, code:13, workspace, 4 -bind = $mainMod, code:14, workspace, 5 -bind = $mainMod, code:15, workspace, 6 -bind = $mainMod, code:16, workspace, 7 -bind = $mainMod, code:17, workspace, 8 -bind = $mainMod, code:18, workspace, 9 -bind = $mainMod, code:19, workspace, 10 - -# Move active window and follow to workspace mainMod + SHIFT [0-9] -bind = $mainMod SHIFT, code:10, movetoworkspace, 1 -bind = $mainMod SHIFT, code:11, movetoworkspace, 2 -bind = $mainMod SHIFT, code:12, movetoworkspace, 3 -bind = $mainMod SHIFT, code:13, movetoworkspace, 4 -bind = $mainMod SHIFT, code:14, movetoworkspace, 5 -bind = $mainMod SHIFT, code:15, movetoworkspace, 6 -bind = $mainMod SHIFT, code:16, movetoworkspace, 7 -bind = $mainMod SHIFT, code:17, movetoworkspace, 8 -bind = $mainMod SHIFT, code:18, movetoworkspace, 9 -bind = $mainMod SHIFT, code:19, movetoworkspace, 10 -bind = $mainMod SHIFT, bracketleft, movetoworkspace, -1 # brackets [ or ] -bind = $mainMod SHIFT, bracketright, movetoworkspace, +1 - -# Move active window to a workspace silently mainMod + CTRL [0-9] -bind = $mainMod CTRL, code:10, movetoworkspacesilent, 1 -bind = $mainMod CTRL, code:11, movetoworkspacesilent, 2 -bind = $mainMod CTRL, code:12, movetoworkspacesilent, 3 -bind = $mainMod CTRL, code:13, movetoworkspacesilent, 4 -bind = $mainMod CTRL, code:14, movetoworkspacesilent, 5 -bind = $mainMod CTRL, code:15, movetoworkspacesilent, 6 -bind = $mainMod CTRL, code:16, movetoworkspacesilent, 7 -bind = $mainMod CTRL, code:17, movetoworkspacesilent, 8 -bind = $mainMod CTRL, code:18, movetoworkspacesilent, 9 -bind = $mainMod CTRL, code:19, movetoworkspacesilent, 10 -bind = $mainMod CTRL, bracketleft, movetoworkspacesilent, -1 # brackets [ or ] -bind = $mainMod CTRL, bracketright, movetoworkspacesilent, +1 - -# Scroll through existing workspaces with mainMod + scroll -bind = $mainMod, mouse_down, workspace, e+1 -bind = $mainMod, mouse_up, workspace, e-1 -bind = $mainMod, period, workspace, e+1 -bind = $mainMod, comma, workspace, e-1 - -# Move/resize windows with mainMod + LMB/RMB and dragging -bindm = $mainMod, mouse:272, movewindow -bindm = $mainMod, mouse:273, resizewindow diff --git a/.config/hypr/configs/Settings.conf b/.config/hypr/configs/Settings.conf deleted file mode 100644 index e96d85e..0000000 --- a/.config/hypr/configs/Settings.conf +++ /dev/null @@ -1,8 +0,0 @@ -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ # - -# Default Settings. avoid changing this file as during update, this will be replaced - -# refer to Hyprland wiki for more info https://wiki.hyprland.org/Configuring/Variables - -# Initial boot script enable to apply initial wallpapers, theming, new settings etc. -exec-once = $HOME/.config/hypr/initial-boot.sh \ No newline at end of file diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index f038816..a3e38ef 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,22 +1,12 @@ -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ # -# Sourcing external config files +$hyprPath = ~/.config/hypr +$config = $hyprPath/config -# Default Configs -$configs = $HOME/.config/hypr/configs - -source=$configs/Settings.conf - -# User Configs -$UserConfigs = $HOME/.config/hypr/UserConfigs - -source= $UserConfigs/i3Keybinds.conf -source= $UserConfigs/Startup_Apps.conf -source= $UserConfigs/ENVariables.conf -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 +source = $config/Startup_Apps.conf +source = $config/Animation.conf +source = $config/Settings.conf +source = $config/Decoration.conf +source = $config/ENVariables.conf +source = $config/Keybinds.conf +source = $config/Monitors.conf +source = $config/WindowRules.conf +source = $config/WorkspaceRules.conf diff --git a/.config/hypr/initial-boot.sh b/.config/hypr/initial-boot.sh deleted file mode 100755 index 05502bd..0000000 --- a/.config/hypr/initial-boot.sh +++ /dev/null @@ -1,58 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ # -# A bash script designed to run only once dotfiles installed - -# THIS SCRIPT CAN BE DELETED ONCE SUCCESSFULLY BOOTED!! And also, edit ~/.config/hypr/configs/Settings.conf -# NOT necessary to do since this script is only designed to run only once as long as the marker exists -# marker file is located at ~/.config/hypr/.initial_startup_done -# However, I do highly suggest not to touch it since again, as long as the marker exist, script wont run - -# Variables -scriptsDir=$HOME/.config/hypr/scripts -wallpaper=$HOME/.config/hypr/wallpaper_effects/.wallpaper_modified -waybar_style="$HOME/.config/waybar/style/[Dark] Latte-Wallust combined.css" -kvantum_theme="catppuccin-mocha-blue" -color_scheme="prefer-dark" -gtk_theme="Flat-Remix-GTK-Blue-Dark" -icon_theme="Flat-Remix-Blue-Dark" -cursor_theme="Bibata-Modern-Ice" - -swww="swww img" -effect="--transition-bezier .43,1.19,1,.4 --transition-fps 30 --transition-type grow --transition-pos 0.925,0.977 --transition-duration 2" - -# Check if a marker file exists. -if [ ! -f ~/.config/hypr/.initial_startup_done ]; then - sleep 1 - # Initialize wallust and wallpaper - if [ -f "$wallpaper" ]; then - wallust run -s $wallpaper > /dev/null - swww query || swww-daemon && $swww $wallpaper $effect - "$scriptsDir/WallustSwww.sh" > /dev/null 2>&1 & - fi - - # initiate GTK dark mode and apply icon and cursor theme - gsettings set org.gnome.desktop.interface color-scheme $color_scheme > /dev/null 2>&1 & - gsettings set org.gnome.desktop.interface gtk-theme $gtk_theme > /dev/null 2>&1 & - gsettings set org.gnome.desktop.interface icon-theme $icon_theme > /dev/null 2>&1 & - gsettings set org.gnome.desktop.interface cursor-theme $cursor_theme > /dev/null 2>&1 & - gsettings set org.gnome.desktop.interface cursor-size 24 > /dev/null 2>&1 & - - # initiate kvantum theme - kvantummanager --set "$kvantum_theme" > /dev/null 2>&1 & - - # initiate the kb_layout (for some reason) waybar cant launch it - "$scriptsDir/SwitchKeyboardLayout.sh" > /dev/null 2>&1 & - - # Initial waybar style - if [ -f "$waybar_style" ]; then - ln -sf "$waybar_style" "$HOME/.config/waybar/style.css" - - # Refreshing waybar, swaync, rofi etc. - "$scriptsDir/Refresh.sh" > /dev/null 2>&1 & - fi - - # Create a marker file to indicate that the script has been executed. - touch ~/.config/hypr/.initial_startup_done - - exit -fi diff --git a/.config/hypr/scripts/AirplaneMode.sh b/.config/hypr/scripts/AirplaneMode.sh deleted file mode 100755 index 93526b6..0000000 --- a/.config/hypr/scripts/AirplaneMode.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# Airplane Mode. Turning on or off all wifi using rfkill. - -notif="$HOME/.config/swaync/images/bell.png" - -# Check if any wireless device is blocked -wifi_blocked=$(rfkill list wifi | grep -o "Soft blocked: yes") - -if [ -n "$wifi_blocked" ]; then - rfkill unblock wifi - notify-send -u low -i "$notif" " Airplane" " mode: OFF" -else - rfkill block wifi - notify-send -u low -i "$notif" " Airplane" " mode: ON" -fi diff --git a/.config/hypr/scripts/Brightness.sh b/.config/hypr/scripts/Brightness.sh deleted file mode 100755 index 8e5d525..0000000 --- a/.config/hypr/scripts/Brightness.sh +++ /dev/null @@ -1,74 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# Script for Monitor backlights (if supported) using brightnessctl - -iDIR="$HOME/.config/swaync/icons" -notification_timeout=1000 -step=10 # INCREASE/DECREASE BY THIS VALUE - -# Get brightness -get_backlight() { - brightnessctl -m | cut -d, -f4 | sed 's/%//' -} - -# Get icons -get_icon() { - current=$(get_backlight) - if [ "$current" -le "20" ]; then - icon="$iDIR/brightness-20.png" - elif [ "$current" -le "40" ]; then - icon="$iDIR/brightness-40.png" - elif [ "$current" -le "60" ]; then - icon="$iDIR/brightness-60.png" - elif [ "$current" -le "80" ]; then - icon="$iDIR/brightness-80.png" - else - icon="$iDIR/brightness-100.png" - fi -} - -# Notify -notify_user() { - notify-send -e -h string:x-canonical-private-synchronous:brightness_notif -h int:value:$current -u low -i $icon "Screen" "Brightness:$current%" -} - -# Change brightness -change_backlight() { - local current_brightness - current_brightness=$(get_backlight) - - # Calculate new brightness - if [[ "$1" == "+${step}%" ]]; then - new_brightness=$((current_brightness + step)) - elif [[ "$1" == "${step}%-" ]]; then - new_brightness=$((current_brightness - step)) - fi - - # Ensure new brightness is within valid range - if (( new_brightness < 5 )); then - new_brightness=5 - elif (( new_brightness > 100 )); then - new_brightness=100 - fi - - brightnessctl set "${new_brightness}%" - get_icon - current=$new_brightness - notify_user -} - -# Execute accordingly -case "$1" in - "--get") - get_backlight - ;; - "--inc") - change_backlight "+${step}%" - ;; - "--dec") - change_backlight "${step}%-" - ;; - *) - get_backlight - ;; -esac diff --git a/.config/hypr/scripts/BrightnessKbd.sh b/.config/hypr/scripts/BrightnessKbd.sh deleted file mode 100755 index 4c56bc0..0000000 --- a/.config/hypr/scripts/BrightnessKbd.sh +++ /dev/null @@ -1,51 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# Script for keyboard backlights (if supported) using brightnessctl - -iDIR="$HOME/.config/swaync/icons" - -# Get keyboard brightness -get_kbd_backlight() { - echo $(brightnessctl -d '*::kbd_backlight' -m | cut -d, -f4) -} - -# Get icons -get_icon() { - current=$(get_kbd_backlight | sed 's/%//') - if [ "$current" -le "20" ]; then - icon="$iDIR/brightness-20.png" - elif [ "$current" -le "40" ]; then - icon="$iDIR/brightness-40.png" - elif [ "$current" -le "60" ]; then - icon="$iDIR/brightness-60.png" - elif [ "$current" -le "80" ]; then - icon="$iDIR/brightness-80.png" - else - icon="$iDIR/brightness-100.png" - fi -} -# Notify -notify_user() { - notify-send -e -h string:x-canonical-private-synchronous:brightness_notif -h int:value:$current -u low -i "$icon" "Keyboard" "Brightness:$current%" -} - -# Change brightness -change_kbd_backlight() { - brightnessctl -d *::kbd_backlight set "$1" && get_icon && notify_user -} - -# Execute accordingly -case "$1" in - "--get") - get_kbd_backlight - ;; - "--inc") - change_kbd_backlight "+30%" - ;; - "--dec") - change_kbd_backlight "30%-" - ;; - *) - get_kbd_backlight - ;; -esac diff --git a/.config/hypr/scripts/ChangeBlur.sh b/.config/hypr/scripts/ChangeBlur.sh deleted file mode 100755 index c9d8c25..0000000 --- a/.config/hypr/scripts/ChangeBlur.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# Script for changing blurs on the fly - -notif="$HOME/.config/swaync/images/bell.png" - -STATE=$(hyprctl -j getoption decoration:blur:passes | jq ".int") - -if [ "${STATE}" == "2" ]; then - hyprctl keyword decoration:blur:size 2 - hyprctl keyword decoration:blur:passes 1 - notify-send -e -u low -i "$notif" " Less Blur" -else - hyprctl keyword decoration:blur:size 5 - hyprctl keyword decoration:blur:passes 2 - notify-send -e -u low -i "$notif" " Normal Blur" -fi diff --git a/.config/hypr/scripts/ChangeLayout.sh b/.config/hypr/scripts/ChangeLayout.sh deleted file mode 100755 index b13142c..0000000 --- a/.config/hypr/scripts/ChangeLayout.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# for changing Hyprland Layouts (Master or Dwindle) on the fly - -notif="$HOME/.config/swaync/images/bell.png" - -LAYOUT=$(hyprctl -j getoption general:layout | jq '.str' | sed 's/"//g') - -case $LAYOUT in -"master") - hyprctl keyword general:layout dwindle - hyprctl keyword unbind SUPER,J - hyprctl keyword unbind SUPER,K - hyprctl keyword bind SUPER,J,cyclenext - hyprctl keyword bind SUPER,K,cyclenext,prev - hyprctl keyword bind SUPER,O,togglesplit - notify-send -e -u low -i "$notif" " Dwindle Layout" - ;; -"dwindle") - hyprctl keyword general:layout master - hyprctl keyword unbind SUPER,J - hyprctl keyword unbind SUPER,K - hyprctl keyword unbind SUPER,O - hyprctl keyword bind SUPER,J,layoutmsg,cyclenext - hyprctl keyword bind SUPER,K,layoutmsg,cycleprev - notify-send -e -u low -i "$notif" " Master Layout" - ;; -*) ;; - -esac diff --git a/.config/hypr/scripts/ClipManager.sh b/.config/hypr/scripts/ClipManager.sh deleted file mode 100755 index 13f90a9..0000000 --- a/.config/hypr/scripts/ClipManager.sh +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# Clipboard Manager. This script uses cliphist, rofi, and wl-copy. - -# Actions: -# CTRL Del to delete an entry -# ALT Del to wipe clipboard contents - -# Check if rofi is already running -if pidof rofi > /dev/null; then - pkill rofi -fi - -while true; do - result=$( - rofi -i -dmenu \ - -kb-custom-1 "Control-Delete" \ - -kb-custom-2 "Alt-Delete" \ - -config ~/.config/rofi/config-clipboard.rasi < <(cliphist list) - ) - - case "$?" in - 1) - exit - ;; - 0) - case "$result" in - "") - continue - ;; - *) - cliphist decode <<<"$result" | wl-copy - exit - ;; - esac - ;; - 10) - cliphist delete <<<"$result" - ;; - 11) - cliphist wipe - ;; - esac -done - diff --git a/.config/hypr/scripts/DarkLight.sh b/.config/hypr/scripts/DarkLight.sh deleted file mode 100755 index 0ad5e0d..0000000 --- a/.config/hypr/scripts/DarkLight.sh +++ /dev/null @@ -1,252 +0,0 @@ -#!/bin/bash -## /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# For Dark and Light switching -# Note: Scripts are looking for keywords Light or Dark except for wallpapers as the are in a separate folders - -# Paths -wallpaper_base_path="$HOME/Pictures/wallpapers/Dynamic-Wallpapers" -dark_wallpapers="$wallpaper_base_path/Dark" -light_wallpapers="$wallpaper_base_path/Light" -hypr_config_path="$HOME/.config/hypr" -swaync_style="$HOME/.config/swaync/style.css" -ags_style="$HOME/.config/ags/user/style.css" -SCRIPTSDIR="$HOME/.config/hypr/scripts" -notif="$HOME/.config/swaync/images/bell.png" -wallust_rofi="$HOME/.config/wallust/templates/colors-rofi.rasi" - -kitty_conf="$HOME/.config/kitty/kitty.conf" - -wallust_config="$HOME/.config/wallust/wallust.toml" -pallete_dark="dark16" -pallete_light="light16" - -# kill swaybg if running -pkill swaybg - -# Initialize swww if needed -swww query || swww-daemon --format xrgb - -# Set swww options -swww="swww img" -effect="--transition-bezier .43,1.19,1,.4 --transition-fps 60 --transition-type grow --transition-pos 0.925,0.977 --transition-duration 2" - -# Determine current theme mode -if [ "$(cat $HOME/.cache/.theme_mode)" = "Light" ]; then - next_mode="Dark" - # Logic for Dark mode - wallpaper_path="$dark_wallpapers" -else - next_mode="Light" - # Logic for Light mode - wallpaper_path="$light_wallpapers" -fi - -# Function to update theme mode for the next cycle -update_theme_mode() { - echo "$next_mode" > ~/.cache/.theme_mode -} - -# Function to notify user -notify_user() { - notify-send -u low -i "$notif" " Switching to" " $1 mode" -} - -# Use sed to replace the palette setting in the wallust config file -if [ "$next_mode" = "Dark" ]; then - sed -i 's/^palette = .*/palette = "'"$pallete_dark"'"/' "$wallust_config" -else - sed -i 's/^palette = .*/palette = "'"$pallete_light"'"/' "$wallust_config" -fi - -# Function to set Waybar style -set_waybar_style() { - theme="$1" - waybar_styles="$HOME/.config/waybar/style" - waybar_style_link="$HOME/.config/waybar/style.css" - style_prefix="\\[${theme}\\].*\\.css$" - - style_file=$(find "$waybar_styles" -maxdepth 1 -type f -regex ".*$style_prefix" | shuf -n 1) - - if [ -n "$style_file" ]; then - ln -sf "$style_file" "$waybar_style_link" - else - echo "Style file not found for $theme theme." - fi -} - -# Call the function after determining the mode -set_waybar_style "$next_mode" -notify_user "$next_mode" - - -# swaync color change -if [ "$next_mode" = "Dark" ]; then - sed -i '/@define-color noti-bg/s/rgba([0-9]*,\s*[0-9]*,\s*[0-9]*,\s*[0-9.]*);/rgba(0, 0, 0, 0.8);/' "${swaync_style}" - sed -i '/@define-color noti-bg-alt/s/#.*;/#111111;/' "${swaync_style}" -else - sed -i '/@define-color noti-bg/s/rgba([0-9]*,\s*[0-9]*,\s*[0-9]*,\s*[0-9.]*);/rgba(255, 255, 255, 0.9);/' "${swaync_style}" - sed -i '/@define-color noti-bg-alt/s/#.*;/#F0F0F0;/' "${swaync_style}" -fi - -# ags color change -if [ "$next_mode" = "Dark" ]; then - sed -i '/@define-color noti-bg/s/rgba([0-9]*,\s*[0-9]*,\s*[0-9]*,\s*[0-9.]*);/rgba(0, 0, 0, 0.4);/' "${ags_style}" - sed -i '/@define-color text-color/s/rgba([0-9]*,\s*[0-9]*,\s*[0-9]*,\s*[0-9.]*);/rgba(255, 255, 255, 0.7);/' "${ags_style}" - sed -i '/@define-color noti-bg-alt/s/#.*;/#111111;/' "${ags_style}" -else - sed -i '/@define-color noti-bg/s/rgba([0-9]*,\s*[0-9]*,\s*[0-9]*,\s*[0-9.]*);/rgba(255, 255, 255, 0.4);/' "${ags_style}" - sed -i '/@define-color text-color/s/rgba([0-9]*,\s*[0-9]*,\s*[0-9]*,\s*[0-9.]*);/rgba(0, 0, 0, 0.7);/' "${ags_style}" - sed -i '/@define-color noti-bg-alt/s/#.*;/#F0F0F0;/' "${ags_style}" -fi - -# kitty background color change -if [ "$next_mode" = "Dark" ]; then - sed -i '/^foreground /s/^foreground .*/foreground #dddddd/' "${kitty_conf}" - sed -i '/^background /s/^background .*/background #000000/' "${kitty_conf}" - sed -i '/^cursor /s/^cursor .*/cursor #dddddd/' "${kitty_conf}" -else - sed -i '/^foreground /s/^foreground .*/foreground #000000/' "${kitty_conf}" - sed -i '/^background /s/^background .*/background #dddddd/' "${kitty_conf}" - sed -i '/^cursor /s/^cursor .*/cursor #000000/' "${kitty_conf}" -fi - -for pid in $(pidof kitty); do - kill -SIGUSR1 "$pid" -done - - -# Set Dynamic Wallpaper for Dark or Light Mode -if [ "$next_mode" = "Dark" ]; then - next_wallpaper="$(find "${dark_wallpapers}" -type f \( -iname "*.jpg" -o -iname "*.png" \) -print0 | shuf -n1 -z | xargs -0)" -else - next_wallpaper="$(find "${light_wallpapers}" -type f \( -iname "*.jpg" -o -iname "*.png" \) -print0 | shuf -n1 -z | xargs -0)" -fi - -# Update wallpaper using swww command -$swww "${next_wallpaper}" $effect - - -# Set Kvantum Manager theme & QT5/QT6 settings -if [ "$next_mode" = "Dark" ]; then - kvantum_theme="catppuccin-mocha-blue" - #qt5ct_color_scheme="$HOME/.config/qt5ct/colors/Catppuccin-Mocha.conf" - #qt6ct_color_scheme="$HOME/.config/qt6ct/colors/Catppuccin-Mocha.conf" -else - kvantum_theme="catppuccin-latte-blue" - #qt5ct_color_scheme="$HOME/.config/qt5ct/colors/Catppuccin-Latte.conf" - #qt6ct_color_scheme="$HOME/.config/qt6ct/colors/Catppuccin-Latte.conf" -fi - -sed -i "s|^color_scheme_path=.*$|color_scheme_path=$qt5ct_color_scheme|" "$HOME/.config/qt5ct/qt5ct.conf" -sed -i "s|^color_scheme_path=.*$|color_scheme_path=$qt6ct_color_scheme|" "$HOME/.config/qt6ct/qt6ct.conf" -kvantummanager --set "$kvantum_theme" - - -# set the rofi color for background -if [ "$next_mode" = "Dark" ]; then - sed -i '24s/.*/background: rgba(0,0,0,0.7);/' $wallust_rofi -else - sed -i '24s/.*/background: rgba(255,255,255,0.9);/' $wallust_rofi -fi - - -# GTK themes and icons switching -set_custom_gtk_theme() { - mode=$1 - gtk_themes_directory="$HOME/.themes" - icon_directory="$HOME/.icons" - color_setting="org.gnome.desktop.interface color-scheme" - theme_setting="org.gnome.desktop.interface gtk-theme" - icon_setting="org.gnome.desktop.interface icon-theme" - - if [ "$mode" == "Light" ]; then - search_keywords="*Light*" - gsettings set $color_setting 'prefer-light' - elif [ "$mode" == "Dark" ]; then - search_keywords="*Dark*" - gsettings set $color_setting 'prefer-dark' - else - echo "Invalid mode provided." - return 1 - fi - - themes=() - icons=() - - while IFS= read -r -d '' theme_search; do - themes+=("$(basename "$theme_search")") - done < <(find "$gtk_themes_directory" -maxdepth 1 -type d -iname "$search_keywords" -print0) - - while IFS= read -r -d '' icon_search; do - icons+=("$(basename "$icon_search")") - done < <(find "$icon_directory" -maxdepth 1 -type d -iname "$search_keywords" -print0) - - if [ ${#themes[@]} -gt 0 ]; then - if [ "$mode" == "Dark" ]; then - selected_theme=${themes[RANDOM % ${#themes[@]}]} - else - selected_theme=${themes[$RANDOM % ${#themes[@]}]} - fi - echo "Selected GTK theme for $mode mode: $selected_theme" - gsettings set $theme_setting "$selected_theme" - - # Flatpak GTK apps (themes) - if command -v flatpak &> /dev/null; then - flatpak --user override --filesystem=$HOME/.themes - sleep 0.5 - flatpak --user override --env=GTK_THEME="$selected_theme" - fi - else - echo "No $mode GTK theme found" - fi - - if [ ${#icons[@]} -gt 0 ]; then - if [ "$mode" == "Dark" ]; then - selected_icon=${icons[RANDOM % ${#icons[@]}]} - else - selected_icon=${icons[$RANDOM % ${#icons[@]}]} - fi - echo "Selected icon theme for $mode mode: $selected_icon" - gsettings set $icon_setting "$selected_icon" - - ## QT5ct icon_theme - sed -i "s|^icon_theme=.*$|icon_theme=$selected_icon|" "$HOME/.config/qt5ct/qt5ct.conf" - sed -i "s|^icon_theme=.*$|icon_theme=$selected_icon|" "$HOME/.config/qt6ct/qt6ct.conf" - - # Flatpak GTK apps (icons) - if command -v flatpak &> /dev/null; then - flatpak --user override --filesystem=$HOME/.icons - sleep 0.5 - flatpak --user override --env=ICON_THEME="$selected_icon" - fi - else - echo "No $mode icon theme found" - fi -} - -# Call the function to set GTK theme and icon theme based on mode -set_custom_gtk_theme "$next_mode" - -# Update theme mode for the next cycle -update_theme_mode - - -${SCRIPTSDIR}/WallustSwww.sh && - -# some process to kill -_ps=(waybar rofi swaync ags swaybg) -for _prs in "${_ps[@]}"; do - if pidof "${_prs}" >/dev/null; then - pkill "${_prs}" - fi -done - -sleep 2 -${SCRIPTSDIR}/Refresh.sh - -sleep 0.3 -# Display notifications for theme and icon changes -notify-send -u normal -i "$notif" " Themes switched to:" " $next_mode Mode" - -exit 0 - diff --git a/.config/hypr/scripts/GameMode.sh b/.config/hypr/scripts/GameMode.sh deleted file mode 100755 index 7ab6f45..0000000 --- a/.config/hypr/scripts/GameMode.sh +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# Game Mode. Turning off all animations - -notif="$HOME/.config/swaync/images/bell.png" -SCRIPTSDIR="$HOME/.config/hypr/scripts" - - -HYPRGAMEMODE=$(hyprctl getoption animations:enabled | awk 'NR==1{print $2}') -if [ "$HYPRGAMEMODE" = 1 ] ; then - hyprctl --batch "\ - keyword animations:enabled 0;\ - keyword decoration:drop_shadow 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" - exit -else - swww-daemon --format xrgb && swww img "$HOME/.config/rofi/.current_wallpaper" & - sleep 0.1 - ${SCRIPTSDIR}/WallustSwww.sh - sleep 0.5 - ${SCRIPTSDIR}/Refresh.sh - notify-send -e -u normal -i "$notif" " Gamemode:" " disabled" - exit -fi -hyprctl reload diff --git a/.config/hypr/scripts/Polkit-NixOS.sh b/.config/hypr/scripts/Polkit-NixOS.sh deleted file mode 100755 index 51675ef..0000000 --- a/.config/hypr/scripts/Polkit-NixOS.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# For NixOS starting of polkit-gnome. Dec 2023, the settings stated in NixOS wiki does not work so have to manual start it - -# Find all polkit-gnome executables in the Nix store -polkit_gnome_paths=$(find /nix/store -name 'polkit-gnome-authentication-agent-1' -type f 2>/dev/null) - -for polkit_gnome_path in $polkit_gnome_paths; do - # Extract the directory containing the executable - polkit_gnome_dir=$(dirname "$polkit_gnome_path") - - # Check if the executable is valid and exists - if [ -x "$polkit_gnome_dir/polkit-gnome-authentication-agent-1" ]; then - # Start the Polkit-GNOME Authentication Agent - "$polkit_gnome_dir/polkit-gnome-authentication-agent-1" & - exit 0 - fi -done - -# If no valid executable is found, report an error -echo "No valid Polkit-GNOME Authentication Agent executable found." \ No newline at end of file diff --git a/.config/hypr/scripts/Polkit.sh b/.config/hypr/scripts/Polkit.sh deleted file mode 100755 index c0b6b15..0000000 --- a/.config/hypr/scripts/Polkit.sh +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# This is for polkits, it will start from top and will stop if the top is executed - -# Polkit possible paths files to check -polkit=( - "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1" - "/usr/libexec/hyprpolkitagent" - "/usr/lib/hyprpolkitagent" - "/usr/lib/polkit-kde-authentication-agent-1" - "/usr/lib/polkit-gnome-authentication-agent-1" - "/usr/libexec/polkit-gnome-authentication-agent-1" - "/usr/libexec/polkit-mate-authentication-agent-1" - "/usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1" - "/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1" -) - -executed=false # Flag to track if a file has been executed - -# Loop through the list of files -for file in "${polkit[@]}"; do - if [ -e "$file" ]; then - echo "File $file found, executing command..." - exec "$file" - executed=true - break - fi -done - -# If none of the files were found, you can add a fallback command here -if [ "$executed" == false ]; then - echo "None of the specified files were found. Install a Polkit" -fi diff --git a/.config/hypr/scripts/RofiEmoji.sh b/.config/hypr/scripts/RofiEmoji.sh deleted file mode 100755 index fa27a34..0000000 --- a/.config/hypr/scripts/RofiEmoji.sh +++ /dev/null @@ -1,4955 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# Rofi Emoticons. Not my own. Cant remember the source - -# Check if rofi is already running -if pidof rofi > /dev/null; then - pkill rofi -fi - -sed '1,/^# # DATA # #$/d' "$0" | \ -rofi -i -dmenu -config ~/.config/rofi/config-emoji.rasi | \ -awk -F'\t' '{print $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 - diff --git a/.config/hypr/scripts/RofiSearch.sh b/.config/hypr/scripts/RofiSearch.sh deleted file mode 100755 index ccc7301..0000000 --- a/.config/hypr/scripts/RofiSearch.sh +++ /dev/null @@ -1,17 +0,0 @@ -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# Modified Script for Google Search -# Original Submitted by https://github.com/LeventKaanOguz - -# Opens rofi in dmenu mod and waits for input. Then pushes the input to the query of the URL. - -rofi_config="$HOME/.config/rofi/config-search.rasi" - -# Kill Rofi if already running before execution -if pgrep -x "rofi" >/dev/null; then - pkill rofi - #exit 0 -fi - -# Open rofi with a dmenu and pass the selected item to xdg-open for Google search -echo "" | rofi -dmenu -config "$rofi_config" -p "Search:" | xargs -I{} xdg-open "https://www.google.com/search?q={}" - diff --git a/.config/hypr/scripts/ScreenShot.sh b/.config/hypr/scripts/ScreenShot.sh index e0df2b8..59618cc 100755 --- a/.config/hypr/scripts/ScreenShot.sh +++ b/.config/hypr/scripts/ScreenShot.sh @@ -2,9 +2,6 @@ # /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## # Screenshots scripts -iDIR="$HOME/.config/swaync/icons" -sDIR="$HOME/.config/hypr/scripts" - time=$(date "+%d-%b_%H-%M-%S") dir="$(xdg-user-dir)/Pictures/Screenshots" file="Screenshot_${time}_${RANDOM}.png" @@ -15,142 +12,141 @@ active_window_path="${dir}/${active_window_file}" notify_cmd_base="notify-send -t 10000 -A action1=Open -A action2=Delete -h string:x-canonical-private-synchronous:shot-notify" #notify_swappy="notify-send -h string:x-canonical-private-synchronous:shot-notify -u low -i ${iDIR}/picture.png" -notify_cmd_shot="${notify_cmd_base} -i ${iDIR}/picture.png " -notify_cmd_shot_win="${notify_cmd_base} -i ${iDIR}/picture.png " +notify_cmd_shot="${notify_cmd_base}" +notify_cmd_shot_win="${notify_cmd_base}" # notify and view screenshot notify_view() { - if [[ "$1" == "active" ]]; then - if [[ -e "${active_window_path}" ]]; then - "${sDIR}/Sounds.sh" --screenshot - resp=$(timeout 5 ${notify_cmd_shot_win} " Screenshot of:" " ${active_window_class} Saved.") - case "$resp" in - action1) - xdg-open "${active_window_path}" & - ;; - action2) - rm "${active_window_path}" & - ;; - esac - else - ${notify_cmd_shot} " Screenshot of:" " ${active_window_class} NOT Saved." - "${sDIR}/Sounds.sh" --error - fi - - elif [[ "$1" == "swappy" ]]; then - "${sDIR}/Sounds.sh" --screenshot - resp=$(${notify_cmd_shot} " Screenshot:" " Captured by Swappy") - case "$resp" in - action1) - swappy -f - <"$tmpfile" - ;; - action2) - rm "$tmpfile" - ;; - esac - + if [[ "$1" == "active" ]]; then + if [[ -e "${active_window_path}" ]]; then + "${sDIR}/Sounds.sh" --screenshot + resp=$(timeout 5 ${notify_cmd_shot_win} " Screenshot of:" " ${active_window_class} Saved.") + case "$resp" in + action1) + xdg-open "${active_window_path}" & + ;; + action2) + rm "${active_window_path}" & + ;; + esac else - local check_file="${dir}/${file}" - if [[ -e "$check_file" ]]; then - "${sDIR}/Sounds.sh" --screenshot - resp=$(timeout 5 ${notify_cmd_shot} " Screenshot" " Saved") - case "$resp" in - action1) - xdg-open "${check_file}" & - ;; - action2) - rm "${check_file}" & - ;; - esac - else - ${notify_cmd_shot} " Screenshot" " NOT Saved" - "${sDIR}/Sounds.sh" --error - fi + ${notify_cmd_shot} " Screenshot of:" " ${active_window_class} NOT Saved." + "${sDIR}/Sounds.sh" --error fi + + elif [[ "$1" == "swappy" ]]; then + "${sDIR}/Sounds.sh" --screenshot + resp=$(${notify_cmd_shot} " Screenshot:" " Captured by Swappy") + case "$resp" in + action1) + swappy -f - <"$tmpfile" + ;; + action2) + rm "$tmpfile" + ;; + esac + + else + local check_file="${dir}/${file}" + if [[ -e "$check_file" ]]; then + "${sDIR}/Sounds.sh" --screenshot + resp=$(timeout 5 ${notify_cmd_shot} " Screenshot" " Saved") + case "$resp" in + action1) + xdg-open "${check_file}" & + ;; + action2) + rm "${check_file}" & + ;; + esac + else + ${notify_cmd_shot} " Screenshot" " NOT Saved" + "${sDIR}/Sounds.sh" --error + fi + fi } - - # countdown countdown() { - for sec in $(seq $1 -1 1); do - notify-send -h string:x-canonical-private-synchronous:shot-notify -t 1000 -i "$iDIR"/timer.png " Taking shot" " in: $sec secs" - sleep 1 - done + for sec in $(seq $1 -1 1); do + notify-send -h string:x-canonical-private-synchronous:shot-notify -t 1000 -i "$iDIR"/timer.png " Taking shot" " in: $sec secs" + sleep 1 + done } # take shots shotnow() { - cd ${dir} && grim - | tee "$file" | wl-copy - sleep 2 - notify_view + cd ${dir} && grim - | tee "$file" | wl-copy + sleep 2 + notify_view } shot5() { - countdown '5' - sleep 1 && cd ${dir} && grim - | tee "$file" | wl-copy - sleep 1 - notify_view + countdown '5' + sleep 1 && cd ${dir} && grim - | tee "$file" | wl-copy + sleep 1 + notify_view } shot10() { - countdown '10' - sleep 1 && cd ${dir} && grim - | tee "$file" | wl-copy - notify_view + countdown '10' + sleep 1 && cd ${dir} && grim - | tee "$file" | wl-copy + notify_view } shotwin() { - w_pos=$(hyprctl activewindow | grep 'at:' | cut -d':' -f2 | tr -d ' ' | tail -n1) - w_size=$(hyprctl activewindow | grep 'size:' | cut -d':' -f2 | tr -d ' ' | tail -n1 | sed s/,/x/g) - cd ${dir} && grim -g "$w_pos $w_size" - | tee "$file" | wl-copy - notify_view + w_pos=$(hyprctl activewindow | grep 'at:' | cut -d':' -f2 | tr -d ' ' | tail -n1) + w_size=$(hyprctl activewindow | grep 'size:' | cut -d':' -f2 | tr -d ' ' | tail -n1 | sed s/,/x/g) + cd ${dir} && grim -g "$w_pos $w_size" - | tee "$file" | wl-copy + notify_view } shotarea() { - tmpfile=$(mktemp) - grim -g "$(slurp)" - >"$tmpfile" - if [[ -s "$tmpfile" ]]; then - wl-copy <"$tmpfile" - mv "$tmpfile" "$dir/$file" - fi - notify_view + tmpfile=$(mktemp) + grim -g "$(slurp)" - >"$tmpfile" + if [[ -s "$tmpfile" ]]; then + wl-copy <"$tmpfile" + mv "$tmpfile" "$dir/$file" + fi + notify_view } shotactive() { - active_window_class=$(hyprctl -j activewindow | jq -r '(.class)') - active_window_file="Screenshot_${time}_${active_window_class}.png" - active_window_path="${dir}/${active_window_file}" + active_window_class=$(hyprctl -j activewindow | jq -r '(.class)') + active_window_file="Screenshot_${time}_${active_window_class}.png" + active_window_path="${dir}/${active_window_file}" - hyprctl -j activewindow | jq -r '"\(.at[0]),\(.at[1]) \(.size[0])x\(.size[1])"' | grim -g - "${active_window_path}" - sleep 1 - notify_view "active" + hyprctl -j activewindow | jq -r '"\(.at[0]),\(.at[1]) \(.size[0])x\(.size[1])"' | grim -g - "${active_window_path}" + sleep 1 + notify_view "active" } shotswappy() { - tmpfile=$(mktemp) - grim -g "$(slurp)" - >"$tmpfile" && notify_view "swappy" + tmpfile=$(mktemp) + grim -g "$(slurp)" - >"$tmpfile" && notify_view "swappy" } if [[ ! -d "$dir" ]]; then - mkdir -p "$dir" + mkdir -p "$dir" fi if [[ "$1" == "--now" ]]; then - shotnow + shotnow elif [[ "$1" == "--in5" ]]; then - shot5 + shot5 elif [[ "$1" == "--in10" ]]; then - shot10 + shot10 elif [[ "$1" == "--win" ]]; then - shotwin + shotwin elif [[ "$1" == "--area" ]]; then - shotarea + shotarea elif [[ "$1" == "--active" ]]; then - shotactive + shotactive elif [[ "$1" == "--swappy" ]]; then - shotswappy + shotswappy else - echo -e "Available Options : --now --in5 --in10 --win --area --active --swappy" + echo -e "Available Options : --now --in5 --in10 --win --area --active --swappy" fi -exit 0 \ No newline at end of file +exit 0 + diff --git a/.config/hypr/scripts/Sounds.sh b/.config/hypr/scripts/Sounds.sh deleted file mode 100755 index 9ab9127..0000000 --- a/.config/hypr/scripts/Sounds.sh +++ /dev/null @@ -1,77 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# This script is used to play system sounds. -# Script is used by Volume.Sh and ScreenShots.sh - -theme="freedesktop" # Set the theme for the system sounds. -mute=false # Set to true to mute the system sounds. - -# Mute individual sounds here. -muteScreenshots=false -muteVolume=false - -# Exit if the system sounds are muted. -if [[ "$mute" = true ]]; then - exit 0 -fi - -# Choose the sound to play. -if [[ "$1" == "--screenshot" ]]; then - if [[ "$muteScreenshots" = true ]]; then - exit 0 - fi - soundoption="screen-capture.*" -elif [[ "$1" == "--volume" ]]; then - if [[ "$muteVolume" = true ]]; then - exit 0 - fi - soundoption="audio-volume-change.*" -elif [[ "$1" == "--error" ]]; then - if [[ "$muteScreenshots" = true ]]; then - exit 0 - fi - soundoption="dialog-error.*" -else - echo -e "Available sounds: --screenshot, --volume, --error" - exit 0 -fi - -# Set the directory defaults for system sounds. -if [ -d "/run/current-system/sw/share/sounds" ]; then - systemDIR="/run/current-system/sw/share/sounds" # NixOS -else - systemDIR="/usr/share/sounds" -fi -userDIR="$HOME/.local/share/sounds" -defaultTheme="freedesktop" - -# Prefer the user's theme, but use the system's if it doesn't exist. -sDIR="$systemDIR/$defaultTheme" -if [ -d "$userDIR/$theme" ]; then - sDIR="$userDIR/$theme" -elif [ -d "$systemDIR/$theme" ]; then - sDIR="$systemDIR/$theme" -fi - -# Get the theme that it inherits. -iTheme=$(cat "$sDIR/index.theme" | grep -i "inherits" | cut -d "=" -f 2) -iDIR="$sDIR/../$iTheme" - -# Find the sound file and play it. -sound_file=$(find $sDIR/stereo -name "$soundoption" -print -quit) -if ! test -f "$sound_file"; then - sound_file=$(find $iDIR/stereo -name "$soundoption" -print -quit) - if ! test -f "$sound_file"; then - sound_file=$(find $userDIR/$defaultTheme/stereo -name "$soundoption" -print -quit) - if ! test -f "$sound_file"; then - sound_file=$(find $systemDIR/$defaultTheme/stereo -name "$soundoption" -print -quit) - if ! test -f "$sound_file"; then - echo "Error: Sound file not found." - exit 1 - fi - fi - fi -fi - -# pipewire priority, fallback pulseaudio -pw-play "$sound_file" || pa-play "$sound_file" \ No newline at end of file diff --git a/.config/hypr/scripts/SwitchKeyboardLayout.sh b/.config/hypr/scripts/SwitchKeyboardLayout.sh deleted file mode 100755 index f1f8b24..0000000 --- a/.config/hypr/scripts/SwitchKeyboardLayout.sh +++ /dev/null @@ -1,104 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# This is for changing kb_layouts. Set kb_layouts in $settings_file - -layout_file="$HOME/.cache/kb_layout" -settings_file="$HOME/.config/hypr/UserConfigs/UserSettings.conf" -notif_icon="$HOME/.config/swaync/images/bell.png" - -# Refined ignore list with patterns or specific device names -ignore_patterns=( - "--(avrcp)" - "Bluetooth Speaker" - "Other Device - Name" - ) - - -# Create layout file with default layout if it does not exist -if [ ! -f "$layout_file" ]; then - echo "Creating layout file..." - default_layout=$(grep 'kb_layout = ' "$settings_file" | cut -d '=' -f 2 | tr -d '[:space:]' | cut -d ',' -f 1 2>/dev/null) - default_layout=${default_layout:-"us"} # Default to 'us' layout - echo "$default_layout" > "$layout_file" - echo "Default layout set to $default_layout" -fi - -current_layout=$(cat "$layout_file") -echo "Current layout: $current_layout" - -# Read available layouts from settings file -if [ -f "$settings_file" ]; then - kb_layout_line=$(grep 'kb_layout = ' "$settings_file" | cut -d '=' -f 2) - # Remove leading and trailing spaces around each layout - kb_layout_line=$(echo "$kb_layout_line" | tr -d '[:space:]') - IFS=',' read -r -a layout_mapping <<< "$kb_layout_line" -else - echo "Settings file not found!" - exit 1 -fi - -layout_count=${#layout_mapping[@]} -echo "Number of layouts: $layout_count" - -# Find current layout index and calculate next layout -for ((i = 0; i < layout_count; i++)); do - if [ "$current_layout" == "${layout_mapping[i]}" ]; then - current_index=$i - break - fi -done - -next_index=$(( (current_index + 1) % layout_count )) -new_layout="${layout_mapping[next_index]}" -echo "Next layout: $new_layout" - -# Function to get keyboard names -get_keyboard_names() { - hyprctl devices -j | jq -r '.keyboards[].name' -} - -# Function to check if a device matches any ignore pattern -is_ignored() { - local device_name=$1 - for pattern in "${ignore_patterns[@]}"; do - if [[ "$device_name" == *"$pattern"* ]]; then - return 0 # Device matches ignore pattern - fi - done - return 1 # Device does not match any ignore pattern -} - -# Function to change keyboard layout -change_layout() { - local error_found=false - - while read -r name; do - if is_ignored "$name"; then - echo "Skipping ignored device: $name" - continue - fi - - echo "Switching layout for $name to $new_layout..." - hyprctl switchxkblayout "$name" "$next_index" - if [ $? -ne 0 ]; then - echo "Error while switching layout for $name." >&2 - error_found=true - fi - done <<< "$(get_keyboard_names)" - - $error_found && return 1 - return 0 -} - -# Execute layout change and notify -if ! change_layout; then - notify-send -u low -t 2000 'kb_layout' " Error:" " Layout change failed" - echo "Layout change failed." >&2 - exit 1 -else - notify-send -u low -i "$notif_icon" " kb_layout: $new_layout" - echo "Layout change notification sent." -fi - -echo "$new_layout" > "$layout_file" diff --git a/.config/hypr/scripts/TouchPad.sh b/.config/hypr/scripts/TouchPad.sh deleted file mode 100755 index 5174968..0000000 --- a/.config/hypr/scripts/TouchPad.sh +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# For disabling touchpad. -# Edit the Touchpad_Device on ~/.config/hypr/UserConfigs/Laptops.conf according to your system -# use hyprctl devices to get your system touchpad device name -# source https://github.com/hyprwm/Hyprland/discussions/4283?sort=new#discussioncomment-8648109 - -notif="$HOME/.config/swaync/images/bell.png" - -export STATUS_FILE="$XDG_RUNTIME_DIR/touchpad.status" - -enable_touchpad() { - printf "true" >"$STATUS_FILE" - notify-send -u low -i $notif " Enabling" " touchpad" - hyprctl keyword '$TOUCHPAD_ENABLED' "true" -r -} - -disable_touchpad() { - printf "false" >"$STATUS_FILE" - notify-send -u low -i $notif " Disabling" " touchpad" - hyprctl keyword '$TOUCHPAD_ENABLED' "false" -r -} - -if ! [ -f "$STATUS_FILE" ]; then - enable_touchpad -else - if [ $(cat "$STATUS_FILE") = "true" ]; then - disable_touchpad - elif [ $(cat "$STATUS_FILE") = "false" ]; then - enable_touchpad - fi -fi diff --git a/.config/hypr/scripts/UptimeNixOS.sh b/.config/hypr/scripts/UptimeNixOS.sh deleted file mode 100755 index 654ae2c..0000000 --- a/.config/hypr/scripts/UptimeNixOS.sh +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/env bash -# Script parses /proc/uptime to get the system uptime -# and prints it in a human-readable format -# This is a workaround for system where `uptime` command is taken from coreutils -# where `uptime -p` is not supported - -if [[ -r /proc/uptime ]]; then - s=$(< /proc/uptime) - s=${s/.*} -else - echo "Error UptimeNixOS.sh: Uptime could not be determined." >&2 - exit 1 -fi - -d="$((s / 60 / 60 / 24)) days" -h="$((s / 60 / 60 % 24)) hours" -m="$((s / 60 % 60)) minutes" - -# Remove plural if < 2. -((${d/ *} == 1)) && d=${d/s} -((${h/ *} == 1)) && h=${h/s} -((${m/ *} == 1)) && m=${m/s} - -# Hide empty fields. -((${d/ *} == 0)) && unset d -((${h/ *} == 0)) && unset h -((${m/ *} == 0)) && unset m - -uptime=${d:+$d, }${h:+$h, }$m -uptime=${uptime%', '} -uptime=${uptime:-$s seconds} - -echo "up $uptime" diff --git a/.config/hypr/scripts/Volume.sh b/.config/hypr/scripts/Volume.sh deleted file mode 100755 index b205f8f..0000000 --- a/.config/hypr/scripts/Volume.sh +++ /dev/null @@ -1,143 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# Scripts for volume controls for audio and mic - -iDIR="$HOME/.config/swaync/icons" -sDIR="$HOME/.config/hypr/scripts" - -# Get Volume -get_volume() { - volume=$(pamixer --get-volume) - if [[ "$volume" -eq "0" ]]; then - echo "Muted" - else - echo "$volume %" - fi -} - -# Get icons -get_icon() { - current=$(get_volume) - if [[ "$current" == "Muted" ]]; then - echo "$iDIR/volume-mute.png" - elif [[ "${current%\%}" -le 30 ]]; then - echo "$iDIR/volume-low.png" - elif [[ "${current%\%}" -le 60 ]]; then - echo "$iDIR/volume-mid.png" - else - echo "$iDIR/volume-high.png" - fi -} - -# Notify -notify_user() { - if [[ "$(get_volume)" == "Muted" ]]; then - notify-send -e -h string:x-canonical-private-synchronous:volume_notif -u low -i "$(get_icon)" " Volume:" " Muted" - else - notify-send -e -h int:value:"$(get_volume | sed 's/%//')" -h string:x-canonical-private-synchronous:volume_notif -u low -i "$(get_icon)" " Volume Level:" " $(get_volume)" && - "$sDIR/Sounds.sh" --volume - fi -} - -# Increase Volume -inc_volume() { - if [ "$(pamixer --get-mute)" == "true" ]; then - toggle_mute - else - pamixer -i 5 --allow-boost --set-limit 150 && notify_user - fi -} - -# Decrease Volume -dec_volume() { - if [ "$(pamixer --get-mute)" == "true" ]; then - toggle_mute - else - pamixer -d 5 && notify_user - fi -} - -# Toggle Mute -toggle_mute() { - if [ "$(pamixer --get-mute)" == "false" ]; then - pamixer -m && notify-send -e -u low -i "$iDIR/volume-mute.png" " Mute" - elif [ "$(pamixer --get-mute)" == "true" ]; then - pamixer -u && notify-send -e -u low -i "$(get_icon)" " Volume:" " Switched ON" - fi -} - -# Toggle Mic -toggle_mic() { - if [ "$(pamixer --default-source --get-mute)" == "false" ]; then - pamixer --default-source -m && notify-send -e -u low -i "$iDIR/microphone-mute.png" " Microphone:" " Switched OFF" - elif [ "$(pamixer --default-source --get-mute)" == "true" ]; then - pamixer -u --default-source u && notify-send -e -u low -i "$iDIR/microphone.png" " Microphone:" " Switched ON" - fi -} -# Get Mic Icon -get_mic_icon() { - current=$(pamixer --default-source --get-volume) - if [[ "$current" -eq "0" ]]; then - echo "$iDIR/microphone-mute.png" - else - echo "$iDIR/microphone.png" - fi -} - -# Get Microphone Volume -get_mic_volume() { - volume=$(pamixer --default-source --get-volume) - if [[ "$volume" -eq "0" ]]; then - echo "Muted" - else - echo "$volume %" - fi -} - -# Notify for Microphone -notify_mic_user() { - volume=$(get_mic_volume) - icon=$(get_mic_icon) - notify-send -e -h int:value:"$volume" -h "string:x-canonical-private-synchronous:volume_notif" -u low -i "$icon" " Mic Level:" " $volume" -} - -# Increase MIC Volume -inc_mic_volume() { - if [ "$(pamixer --default-source --get-mute)" == "true" ]; then - toggle_mic - else - pamixer --default-source -i 5 && notify_mic_user - fi -} - -# Decrease MIC Volume -dec_mic_volume() { - if [ "$(pamixer --default-source --get-mute)" == "true" ]; then - toggle-mic - else - pamixer --default-source -d 5 && notify_mic_user - fi -} - -# Execute accordingly -if [[ "$1" == "--get" ]]; then - get_volume -elif [[ "$1" == "--inc" ]]; then - inc_volume -elif [[ "$1" == "--dec" ]]; then - dec_volume -elif [[ "$1" == "--toggle" ]]; then - toggle_mute -elif [[ "$1" == "--toggle-mic" ]]; then - toggle_mic -elif [[ "$1" == "--get-icon" ]]; then - get_icon -elif [[ "$1" == "--get-mic-icon" ]]; then - get_mic_icon -elif [[ "$1" == "--mic-inc" ]]; then - inc_mic_volume -elif [[ "$1" == "--mic-dec" ]]; then - dec_mic_volume -else - get_volume -fi \ No newline at end of file diff --git a/.config/hypr/scripts/WaybarLayout.sh b/.config/hypr/scripts/WaybarLayout.sh deleted file mode 100755 index d6c4db8..0000000 --- a/.config/hypr/scripts/WaybarLayout.sh +++ /dev/null @@ -1,55 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# Script for waybar layout or configs - -IFS=$'\n\t' - -# Define directories -waybar_layouts="$HOME/.config/waybar/configs" -waybar_config="$HOME/.config/waybar/config" -SCRIPTSDIR="$HOME/.config/hypr/scripts" -rofi_config="$HOME/.config/rofi/config-waybar-layout.rasi" - -# Function to display menu options -menu() { - options=() - while IFS= read -r file; do - options+=("$(basename "$file")") - done < <(find "$waybar_layouts" -maxdepth 1 -type f -exec basename {} \; | sort) - - printf '%s\n' "${options[@]}" -} - -# Apply selected configuration -apply_config() { - ln -sf "$waybar_layouts/$1" "$waybar_config" - #restart_waybar_if_needed - "${SCRIPTSDIR}/Refresh.sh" & -} - -# Main function -main() { - choice=$(menu | rofi -i -dmenu -config "$rofi_config") - - if [[ -z "$choice" ]]; then - echo "No option selected. Exiting." - exit 0 - fi - - case $choice in - "no panel") - pgrep -x "waybar" && pkill waybar || true - ;; - *) - apply_config "$choice" - ;; - esac -} - -# Kill Rofi if already running before execution -if pgrep -x "rofi" >/dev/null; then - pkill rofi - #exit 0 -fi - -main diff --git a/.config/hypr/scripts/WaybarStyles.sh b/.config/hypr/scripts/WaybarStyles.sh deleted file mode 100755 index 62550ce..0000000 --- a/.config/hypr/scripts/WaybarStyles.sh +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/bash -# /* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */ ## -# Script for waybar styles - -IFS=$'\n\t' - -# Define directories -waybar_styles="$HOME/.config/waybar/style" -waybar_style="$HOME/.config/waybar/style.css" -SCRIPTSDIR="$HOME/.config/hypr/scripts" -rofi_config="$HOME/.config/rofi/config-waybar-style.rasi" - -# Function to display menu options -menu() { - options=() - while IFS= read -r file; do - if [ -f "$waybar_styles/$file" ]; then - options+=("$(basename "$file" .css)") - fi - done < <(find "$waybar_styles" -maxdepth 1 -type f -name '*.css' -exec basename {} \; | sort) - - printf '%s\n' "${options[@]}" -} - -# Apply selected style -apply_style() { - ln -sf "$waybar_styles/$1.css" "$waybar_style" - "${SCRIPTSDIR}/Refresh.sh" & -} - -# Main function -main() { - choice=$(menu | rofi -i -dmenu -config "$rofi_config") - - if [[ -z "$choice" ]]; then - echo "No option selected. Exiting." - exit 0 - fi - - apply_style "$choice" -} - -# Kill Rofi if already running before execution -if pgrep -x "rofi" >/dev/null; then - pkill rofi - #exit 0 -fi - -main diff --git a/.config/hypr/wallpaper_effects/.wallpaper_current b/.config/hypr/wallpaper_effects/.wallpaper_current deleted file mode 100644 index 275c813..0000000 Binary files a/.config/hypr/wallpaper_effects/.wallpaper_current and /dev/null differ diff --git a/.config/hypr/wallpaper_effects/.wallpaper_modified b/.config/hypr/wallpaper_effects/.wallpaper_modified deleted file mode 100644 index 50167dc..0000000 Binary files a/.config/hypr/wallpaper_effects/.wallpaper_modified and /dev/null differ diff --git a/.config/nvim/lazy-lock.json b/.config/nvim/lazy-lock.json index e4f330c..ef61f2a 100644 --- a/.config/nvim/lazy-lock.json +++ b/.config/nvim/lazy-lock.json @@ -1,5 +1,5 @@ { - "LazyVim": { "branch": "main", "commit": "2bea40c447b72e54ffb2d5cddc98d7798990796f" }, + "LazyVim": { "branch": "main", "commit": "eb8ddea8c9438c34e71db097eb77a44185dd1093" }, "blink.cmp": { "branch": "main", "commit": "b6f11a0aa33e601c469a126e3ed6e35208fe3ea3" }, "buffer-closer.nvim": { "branch": "main", "commit": "edb2fa2c188a6914ba922ac46f98047c148bc5ed" }, "bufferline.nvim": { "branch": "main", "commit": "655133c3b4c3e5e05ec549b9f8cc2894ac6f51b3" }, @@ -9,35 +9,35 @@ "edgy.nvim": { "branch": "main", "commit": "7e8dedc39abebe40c289b8012cc89b11c69aa7a0" }, "flash.nvim": { "branch": "main", "commit": "f899265876ecdcf7352dbc9f0adf87068cedefbb" }, "friendly-snippets": { "branch": "main", "commit": "efff286dd74c22f731cdec26a70b46e5b203c619" }, - "fzf-lua": { "branch": "main", "commit": "8af88e542d70ed397f297a81168be0dd3394b0d4" }, + "fzf-lua": { "branch": "main", "commit": "1176d512b1390f992c775f08dcb155d4e0ba01cf" }, "git-conflict.nvim": { "branch": "main", "commit": "4bbfdd92d547d2862a75b4e80afaf30e73f7bbb4" }, - "gitsigns.nvim": { "branch": "main", "commit": "31d2dcd144c7404dacbd2ca36b5abd37cc9fa506" }, - "grug-far.nvim": { "branch": "main", "commit": "59e744e21069fa382c898913e77d576fe9132214" }, - "gruvbox.nvim": { "branch": "main", "commit": "68c3460a5d1d1a362318960035c9f3466d5011f5" }, + "gitsigns.nvim": { "branch": "main", "commit": "c23bbd3ed2c7a3fdc3399e97e24f9e158f57612f" }, + "grug-far.nvim": { "branch": "main", "commit": "3a8690461afac34c0e5bacb0f7b4bc3066aab665" }, + "gruvbox.nvim": { "branch": "main", "commit": "089b60e92aa0a1c6fa76ff527837cd35b6f5ac81" }, "lazy.nvim": { "branch": "main", "commit": "7e6c863bc7563efbdd757a310d17ebc95166cef3" }, "lazydev.nvim": { "branch": "main", "commit": "a1b78b2ac6f978c72e76ea90ae92a94edf380cfc" }, "lualine.nvim": { "branch": "master", "commit": "2a5bae925481f999263d6f5ed8361baef8df4f83" }, - "mason-lspconfig.nvim": { "branch": "main", "commit": "e942edf5c85b6a2ab74059ea566cac5b3e1514a4" }, + "mason-lspconfig.nvim": { "branch": "main", "commit": "f75e877f5266e87523eb5a18fcde2081820d087b" }, "mason.nvim": { "branch": "main", "commit": "e2f7f9044ec30067bc11800a9e266664b88cda22" }, - "mini.ai": { "branch": "main", "commit": "ebb04799794a7f94628153991e6334c3304961b8" }, - "mini.icons": { "branch": "main", "commit": "910db5df9724d65371182948f921fce23c2c881e" }, - "mini.nvim": { "branch": "main", "commit": "0420076298c4457f200c2de468f65d080597a347" }, - "mini.pairs": { "branch": "main", "commit": "7e834c5937d95364cc1740e20d673afe2d034cdb" }, - "neo-tree.nvim": { "branch": "main", "commit": "6a4f0a830f2322f187bce6f18a9e6b5b7ba188e3" }, + "mini.ai": { "branch": "main", "commit": "53b4e4571e42913b94a12eff85dabe4db370d352" }, + "mini.icons": { "branch": "main", "commit": "ec61af6e606fc89ee3b1d8f2f20166a3ca917a36" }, + "mini.nvim": { "branch": "main", "commit": "3049adbafd08b769d0700624fe9b85fa4176c88c" }, + "mini.pairs": { "branch": "main", "commit": "1a3e73649c0eaef2f6c48ce1e761c6f0a7c11918" }, + "neo-tree.nvim": { "branch": "main", "commit": "9f0c96720559461530a51d3e1c170519345941da" }, "no-neck-pain.nvim": { "branch": "main", "commit": "860462dd8b3d36861a81724a7b473db279f673f2" }, - "noice.nvim": { "branch": "main", "commit": "e3c68a4d2275a01268a52e2931bfccfbfb693d15" }, + "noice.nvim": { "branch": "main", "commit": "cf758e9df66451889aab56613a21b8673f045ec2" }, "nui.nvim": { "branch": "main", "commit": "53e907ffe5eedebdca1cd503b00aa8692068ca46" }, - "nvim-lint": { "branch": "master", "commit": "789b7ada1b4f00e08d026dffde410dcfa6a0ba87" }, - "nvim-lspconfig": { "branch": "master", "commit": "bf81bef7d75a0f4a0cf61462b318ea00b3c97cc8" }, + "nvim-lint": { "branch": "master", "commit": "6e9dd545a1af204c4022a8fcd99727ea41ffdcc8" }, + "nvim-lspconfig": { "branch": "master", "commit": "75edb91a3d2deabe76a9911cde2c13d411b3b097" }, "nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" }, - "nvim-treesitter": { "branch": "master", "commit": "ffa526e5aa38056482225d6cd9d5bd2d868a4be3" }, + "nvim-treesitter": { "branch": "master", "commit": "62911c78a868bac24c8a86f2c1c412d0b799f885" }, "nvim-treesitter-textobjects": { "branch": "master", "commit": "ad8f0a472148c3e0ae9851e26a722ee4e29b1595" }, "nvim-ts-autotag": { "branch": "main", "commit": "1cca23c9da708047922d3895a71032bc0449c52d" }, "obsidian.nvim": { "branch": "main", "commit": "ae1f76a75c7ce36866e1d9342a8f6f5b9c2caf9b" }, "persistence.nvim": { "branch": "main", "commit": "f6aad7dde7fcf54148ccfc5f622c6d5badd0cc3d" }, "plenary.nvim": { "branch": "master", "commit": "3707cdb1e43f5cea73afb6037e6494e7ce847a66" }, - "render-markdown.nvim": { "branch": "main", "commit": "1ba6fb7998985736ca3480366c9792be05b93ad7" }, - "snacks.nvim": { "branch": "main", "commit": "6effbcdff110c16f49c2cef5d211db86f6db5820" }, + "render-markdown.nvim": { "branch": "main", "commit": "5c2440d932a4ba96840e5ce5a7bd40f0624bdaa2" }, + "snacks.nvim": { "branch": "main", "commit": "268ce8faa0cd83262328af5fe09cba5186558e82" }, "todo-comments.nvim": { "branch": "main", "commit": "304a8d204ee787d2544d8bc23cd38d2f929e7cc5" }, "tokyonight.nvim": { "branch": "main", "commit": "dca4adba7dc5f09302a00b0e76078d54d82d2658" }, "trouble.nvim": { "branch": "main", "commit": "6f380b8826fb819c752c8fd7daaee9ef96d4c689" }, diff --git a/.config/waybar/ModulesCustom b/.config/waybar/ModulesCustom index 24aedf9..e763dc1 100644 --- a/.config/waybar/ModulesCustom +++ b/.config/waybar/ModulesCustom @@ -203,6 +203,6 @@ }, "custom/colorpicker": { "format": "๓ฐธฑ ", - "on-click": "~/.config/waybar/scripts/colorpicker.sh" + "on-click": "hyprpicker -a" } } diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 31095c5..95dc202 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -15,9 +15,9 @@ yay -S --needed neovim \ kitty \ btop \ zoxide fzf \ - ueli \ evremap \ - superfile + superfile \ + getnf if [ $XDG_SESSION_DESKTOP = "i3" ]; then echo -e "${CYAN}# Installing dependencies (for i3)${NC}" @@ -37,9 +37,16 @@ if [ $XDG_SESSION_DESKTOP = "Hyprland" ]; then hyprswitch \ nwg-dock-hyprland \ nwg-drawer \ - swaync + swaync \ + wlogout \ + hyprpicker \ + pulseaudio-control \ + wl-clipboard fi echo "# Appling setup" sudo ln -s ~/.config/evremap.toml /etc/evremap.toml systemctl --user enable --now evremap + +getnf -i "JetBrainsMono" +fc-cache