diff --git a/bash/.bashrc b/bash/.bashrc index 4a833c1..52fafab 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -75,6 +75,12 @@ export LS_COLORS='no=00:fi=00:di=00;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40 # EG: the ls command is aliased, but to use the normal ls command you would type \ls # Add an "alert" alias for long running commands. Use like so: +# Stow +alias stowit='stow -v -t ~' +alias restow='stow -R' +alias unstow='stow -D' +alias stowlist='ls -d */' +alias stowclean='find . -type d -empty -delete' # delete empty directories # sleep 10; alert alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' diff --git a/geany/.config/geany/geany.conf b/geany/.config/geany/geany.conf index bd5286b..305ba19 100644 --- a/geany/.config/geany/geany.conf +++ b/geany/.config/geany/geany.conf @@ -22,7 +22,7 @@ tab_pos_msgwin=0 tab_label_length=1000 show_indent_guide=false show_white_space=false -show_line_endings=true +show_line_endings=false show_line_endings_only_when_differ=false show_markers_margin=true show_linenumber_margin=true diff --git a/geany/.config/geany/session.conf b/geany/.config/geany/session.conf index eb8990d..b5eb7aa 100644 --- a/geany/.config/geany/session.conf +++ b/geany/.config/geany/session.conf @@ -1,8 +1,7 @@ [files] -recent_files=/home/matt/TCLI-Data-Repo/CMPFOR/Course-Documentation/CDD_COMFOR_Final_2016.txt; +recent_files=/home/matt/.config/hypr/hyprland.conf;/home/matt/.config/swaync/style.css;/home/matt/.config/swaync/config.json;/home/matt/.config/wlogout/style.css;/home/matt/.config/wpaperd/config.toml;/home/matt/.config/hypr/scripts/WallustSwww.sh;/home/matt/.config/wallust/wallust.toml;/home/matt/.config/wlogout/style2.css;/home/matt/.config/wlogout/layout2;/home/matt/.config/wlogout/layout; recent_projects= -current_page=0 -FILE_NAME_0=16572;None;0;EUTF-8;1;1;0;%2Fhome%2Fmatt%2FTCLI-Data-Repo%2FCMPFOR%2FCourse-Documentation%2FCDD_COMFOR_Final_2016.txt;0;4 +current_page=-1 [project] session_file= @@ -10,9 +9,9 @@ project_file_path=/home/matt/Projects [geany] treeview_position=0 -msgwindow_position=794 -geometry=0;0;1906;1026;1; -sidebar_page=0 +msgwindow_position=803 +geometry=0;0;1000;1026;1; +sidebar_page=2 [VTE] last_dir=/home/matt @@ -20,12 +19,12 @@ last_dir=/home/matt [search] find_all_expanded=false replace_all_expanded=false -position_find_x=-1 -position_find_y=-1 +position_find_x=0 +position_find_y=0 position_replace_x=-1 position_replace_y=-1 -position_fif_x=-1 -position_fif_y=-1 +position_fif_x=0 +position_fif_y=0 [plugins] load_plugins=true diff --git a/hypr/.config/ags/config.js b/hypr/.config/ags/config.js new file mode 100644 index 0000000..278bf35 --- /dev/null +++ b/hypr/.config/ags/config.js @@ -0,0 +1,31 @@ +"use strict"; +import GLib from 'gi://GLib'; +import App from 'resource:///com/github/Aylur/ags/app.js' +import userOptions from './modules/.configuration/user_options.js'; +import Overview from './modules/overview/main.js'; + +const COMPILED_STYLE_DIR = `${GLib.get_user_config_dir()}/ags/user/` + +async function applyStyle() { + + App.resetCss(); + App.applyCss(`${COMPILED_STYLE_DIR}/style.css`); + console.log('[LOG] Styles loaded') +} +applyStyle().catch(print); + +const Windows = () => [ + Overview() +]; +const CLOSE_ANIM_TIME = 210; +App.config({ + css: `${COMPILED_STYLE_DIR}/style.css`, + stackTraceOnError: true, + closeWindowDelay: { + 'sideright': CLOSE_ANIM_TIME, + 'sideleft': CLOSE_ANIM_TIME, + 'osk': CLOSE_ANIM_TIME, + }, + windows: Windows().flat(1), +}); + diff --git a/hypr/.config/ags/modules/.configuration/user_options.js b/hypr/.config/ags/modules/.configuration/user_options.js new file mode 100644 index 0000000..db19439 --- /dev/null +++ b/hypr/.config/ags/modules/.configuration/user_options.js @@ -0,0 +1,125 @@ + +import userOverrides from '../../user_options.js'; + +// Defaults +let configOptions = { + // General stuff + 'ai': { + 'defaultGPTProvider': "openai", + 'defaultTemperature': 0.9, + 'enhancements': true, + 'useHistory': true, + 'writingCursor': " ...", // Warning: Using weird characters can mess up Markdown rendering + }, + 'animations': { + 'choreographyDelay': 35, + 'durationSmall': 110, + 'durationLarge': 180, + }, + 'appearance': { + 'keyboardUseFlag': false, // Use flag emoji instead of abbreviation letters + }, + 'apps': { + 'imageViewer': "loupe", + 'terminal': "foot", // This is only for shell actions + }, + 'battery': { + 'low': 20, + 'critical': 10, + }, + 'music': { + 'preferredPlayer': "plasma-browser-integration", + }, + 'onScreenKeyboard': { + 'layout': "qwerty_full", // See modules/onscreenkeyboard/onscreenkeyboard.js for available layouts + }, + 'overview': { + 'scale': 0.18, // Relative to screen size + 'numOfRows': 2, + 'numOfCols': 5, + 'wsNumScale': 0.09, + 'wsNumMarginScale': 0.07, + }, + 'sidebar': { + 'imageColumns': 2, + 'imageBooruCount': 20, + 'imageAllowNsfw': false, + }, + 'search': { + 'engineBaseUrl': "https://www.google.com/search?q=", + 'excludedSites': [], //add site to exclude from result. eg: "quora.com" + }, + 'time': { + // See https://docs.gtk.org/glib/method.DateTime.format.html + // Here's the 12h format: "%I:%M%P" + // For seconds, add "%S" and set interval to 1000 + 'format': "%H:%M", + 'interval': 5000, + 'dateFormatLong': "%A, %d/%m", // On bar + 'dateInterval': 5000, + 'dateFormat': "%d/%m", // On notif time + }, + 'weather': { + 'city': "", + }, + 'workspaces': { + 'shown': 10, + }, + // Longer stuff + 'icons': { + substitutions: { + 'codium-url-handler': "vscodium", + 'code-url-handler': "visual-studio-code", + 'Code': "visual-studio-code", + 'GitHub Desktop': "github-desktop", + 'Minecraft* 1.20.1': "minecraft", + 'gnome-tweaks': "org.gnome.tweaks", + 'pavucontrol-qt': "pavucontrol", + 'thunderbird-esr': "thunderbird", + 'wps': "wps-office2019-kprometheus", + 'wpsoffice': "wps-office2019-kprometheus", + 'firefox-esr': "firefox", + 'soffice' : "libreoffice", + '': "image-missing", + } + }, + 'keybinds': { + // Format: Mod1+Mod2+key. CaSe SeNsItIvE! + // Modifiers: Shift Ctrl Alt Hyper Meta + // See https://docs.gtk.org/gdk3/index.html#constants for the other keys (they are listed as KEY_key) + 'overview': { + 'altMoveLeft': "Ctrl+b", + 'altMoveRight': "Ctrl+f", + 'deleteToEnd': "Ctrl+k", + }, + 'sidebar': { + 'apis': { + 'nextTab': "Page_Down", + 'prevTab': "Page_Up", + }, + 'options': { // Right sidebar + 'nextTab': "Page_Down", + 'prevTab': "Page_Up", + }, + 'pin': "Ctrl+p", + 'cycleTab': "Ctrl+Tab", + 'nextTab': "Ctrl+Page_Down", + 'prevTab': "Ctrl+Page_Up", + }, + }, +} + +// Override defaults with user's options +function overrideConfigRecursive(userOverrides, configOptions = {}) { + for (const [key, value] of Object.entries(userOverrides)) { + if (typeof value === 'object') { + overrideConfigRecursive(value, configOptions[key]); + } else { + configOptions[key] = value; + } + } +} +overrideConfigRecursive(userOverrides, configOptions); + +globalThis['userOptions'] = configOptions; +export default configOptions; \ No newline at end of file diff --git a/hypr/.config/ags/modules/.miscutils/icons.js b/hypr/.config/ags/modules/.miscutils/icons.js new file mode 100644 index 0000000..fb1e20d --- /dev/null +++ b/hypr/.config/ags/modules/.miscutils/icons.js @@ -0,0 +1,13 @@ +const { Gtk } = imports.gi; + +export function iconExists(iconName) { + let iconTheme = Gtk.IconTheme.get_default(); + return iconTheme.has_icon(iconName); +} + +export function substitute(str) { + if(userOptions.icons.substitutions[str]) return userOptions.icons.substitutions[str]; + + if (!iconExists(str)) str = str.toLowerCase().replace(/\s+/g, '-'); // Turn into kebab-case + return str; +} \ No newline at end of file diff --git a/hypr/.config/ags/modules/.miscutils/mathfuncs.js b/hypr/.config/ags/modules/.miscutils/mathfuncs.js new file mode 100644 index 0000000..ba1c0b5 --- /dev/null +++ b/hypr/.config/ags/modules/.miscutils/mathfuncs.js @@ -0,0 +1,4 @@ + +export function clamp(x, min, max) { + return Math.min(Math.max(x, min), max); +} \ No newline at end of file diff --git a/hypr/.config/ags/modules/.miscutils/system.js b/hypr/.config/ags/modules/.miscutils/system.js new file mode 100644 index 0000000..ef7d15c --- /dev/null +++ b/hypr/.config/ags/modules/.miscutils/system.js @@ -0,0 +1,54 @@ +const { GLib } = imports.gi; +import Variable from 'resource:///com/github/Aylur/ags/variable.js'; +import * as Utils from 'resource:///com/github/Aylur/ags/utils.js'; +const { execAsync, exec } = Utils; + +export const distroID = exec(`bash -c 'cat /etc/os-release | grep "^ID=" | cut -d "=" -f 2 | sed "s/\\"//g"'`).trim(); +export const isDebianDistro = (distroID == 'linuxmint' || distroID == 'ubuntu' || distroID == 'debian' || distroID == 'zorin' || distroID == 'popos' || distroID == 'raspbian' || distroID == 'kali'); +export const isArchDistro = (distroID == 'arch' || distroID == 'endeavouros' || distroID == 'cachyos'); +export const hasFlatpak = !!exec(`bash -c 'command -v flatpak'`); + +const LIGHTDARK_FILE_LOCATION = `${GLib.get_user_cache_dir()}/ags/user/colormode.txt`; +const colorMode = Utils.exec('bash -c "sed -n \'1p\' $HOME/.cache/ags/user/colormode.txt"'); +export let darkMode = Variable(!(Utils.readFile(LIGHTDARK_FILE_LOCATION).split('\n')[0].trim() == 'light')); +export const hasPlasmaIntegration = !!Utils.exec('bash -c "command -v plasma-browser-integration-host"'); + +export const getDistroIcon = () => { + // Arches + if(distroID == 'arch') return 'arch-symbolic'; + if(distroID == 'endeavouros') return 'endeavouros-symbolic'; + if(distroID == 'cachyos') return 'cachyos-symbolic'; + // Funny flake + if(distroID == 'nixos') return 'nixos-symbolic'; + // Cool thing + if(distroID == 'fedora') return 'fedora-symbolic'; + // Debians + if(distroID == 'linuxmint') return 'ubuntu-symbolic'; + if(distroID == 'ubuntu') return 'ubuntu-symbolic'; + if(distroID == 'debian') return 'debian-symbolic'; + if(distroID == 'zorin') return 'ubuntu-symbolic'; + if(distroID == 'popos') return 'ubuntu-symbolic'; + if(distroID == 'raspbian') return 'debian-symbolic'; + if(distroID == 'kali') return 'debian-symbolic'; + return 'linux-symbolic'; +} + +export const getDistroName = () => { + // Arches + if(distroID == 'arch') return 'Arch Linux'; + if(distroID == 'endeavouros') return 'EndeavourOS'; + if(distroID == 'cachyos') return 'CachyOS'; + // Funny flake + if(distroID == 'nixos') return 'NixOS'; + // Cool thing + if(distroID == 'fedora') return 'Fedora'; + // Debians + if(distroID == 'linuxmint') return 'Linux Mint'; + if(distroID == 'ubuntu') return 'Ubuntu'; + if(distroID == 'debian') return 'Debian'; + if(distroID == 'zorin') return 'Zorin'; + if(distroID == 'popos') return 'Pop!_OS'; + if(distroID == 'raspbian') return 'Raspbian'; + if(distroID == 'kali') return 'Kali Linux'; + return 'Linux'; +} diff --git a/hypr/.config/ags/modules/.widgethacks/advancedrevealers.js b/hypr/.config/ags/modules/.widgethacks/advancedrevealers.js new file mode 100644 index 0000000..3f12793 --- /dev/null +++ b/hypr/.config/ags/modules/.widgethacks/advancedrevealers.js @@ -0,0 +1,86 @@ +import Widget from 'resource:///com/github/Aylur/ags/widget.js'; + +const { Revealer, Scrollable } = Widget; + +export const MarginRevealer = ({ + transition = 'slide_down', + child, + revealChild, + showClass = 'element-show', // These are for animation curve, they don't really hide + hideClass = 'element-hide', // Don't put margins in these classes! + extraSetup = () => { }, + ...rest +}) => { + const widget = Scrollable({ + ...rest, + attribute: { + 'revealChild': true, // It'll be set to false after init if it's supposed to hide + 'transition': transition, + 'show': () => { + if (widget.attribute.revealChild) return; + widget.hscroll = 'never'; + widget.vscroll = 'never'; + child.toggleClassName(hideClass, false); + child.toggleClassName(showClass, true); + widget.attribute.revealChild = true; + child.css = 'margin: 0px;'; + }, + 'hide': () => { + if (!widget.attribute.revealChild) return; + child.toggleClassName(hideClass, true); + child.toggleClassName(showClass, false); + widget.attribute.revealChild = false; + if (widget.attribute.transition == 'slide_left') + child.css = `margin-right: -${child.get_allocated_width()}px;`; + else if (widget.attribute.transition == 'slide_right') + child.css = `margin-left: -${child.get_allocated_width()}px;`; + else if (widget.attribute.transition == 'slide_up') + child.css = `margin-bottom: -${child.get_allocated_height()}px;`; + else if (widget.attribute.transition == 'slide_down') + child.css = `margin-top: -${child.get_allocated_height()}px;`; + }, + 'toggle': () => { + if (widget.attribute.revealChild) widget.attribute.hide(); + else widget.attribute.show(); + }, + }, + child: child, + hscroll: `${revealChild ? 'never' : 'always'}`, + vscroll: `${revealChild ? 'never' : 'always'}`, + setup: (self) => { + extraSetup(self); + } + }); + child.toggleClassName(`${revealChild ? showClass : hideClass}`, true); + return widget; +} + +// TODO: Allow reveal update. Currently this just helps at declaration +export const DoubleRevealer = ({ + transition1 = 'slide_right', + transition2 = 'slide_left', + duration1 = 150, + duration2 = 150, + child, + revealChild, + ...rest +}) => { + const r2 = Revealer({ + transition: transition2, + transitionDuration: duration2, + revealChild: revealChild, + child: child, + }); + const r1 = Revealer({ + transition: transition1, + transitionDuration: duration1, + revealChild: revealChild, + child: r2, + ...rest, + }) + r1.toggleRevealChild = (value) => { + r1.revealChild = value; + r2.revealChild = value; + } + return r1; +} diff --git a/hypr/.config/ags/modules/.widgethacks/popupwindow.js b/hypr/.config/ags/modules/.widgethacks/popupwindow.js new file mode 100644 index 0000000..26dad59 --- /dev/null +++ b/hypr/.config/ags/modules/.widgethacks/popupwindow.js @@ -0,0 +1,32 @@ +import App from 'resource:///com/github/Aylur/ags/app.js'; +import Widget from 'resource:///com/github/Aylur/ags/widget.js'; +const { Box, Window } = Widget; + + +export default ({ + name, + child, + showClassName = "", + hideClassName = "", + ...props +}) => { + return Window({ + name, + visible: false, + layer: 'overlay', + ...props, + + child: Box({ + setup: (self) => { + self.hook(App, (self, currentName, visible) => { + if (currentName === name) { + self.toggleClassName(hideClassName, !visible); + } + }).keybind("Escape", () => App.closeWindow(name)) + if (showClassName !== "" && hideClassName !== "") + self.className = `${showClassName} ${hideClassName}`; + }, + child: child, + }), + }); +} \ No newline at end of file diff --git a/hypr/.config/ags/modules/.widgetutils/clickthrough.js b/hypr/.config/ags/modules/.widgetutils/clickthrough.js new file mode 100644 index 0000000..505f141 --- /dev/null +++ b/hypr/.config/ags/modules/.widgetutils/clickthrough.js @@ -0,0 +1,4 @@ +import Cairo from 'gi://cairo?version=1.0'; + +export const dummyRegion = new Cairo.Region(); +export const enableClickthrough = (self) => self.input_shape_combine_region(dummyRegion); \ No newline at end of file diff --git a/hypr/.config/ags/modules/.widgetutils/cursorhover.js b/hypr/.config/ags/modules/.widgetutils/cursorhover.js new file mode 100644 index 0000000..89be913 --- /dev/null +++ b/hypr/.config/ags/modules/.widgetutils/cursorhover.js @@ -0,0 +1,57 @@ +const { Gdk } = imports.gi; + +export function setupCursorHover(button) { // Hand pointing cursor on hover + const display = Gdk.Display.get_default(); + button.connect('enter-notify-event', () => { + const cursor = Gdk.Cursor.new_from_name(display, 'pointer'); + button.get_window().set_cursor(cursor); + }); + + button.connect('leave-notify-event', () => { + const cursor = Gdk.Cursor.new_from_name(display, 'default'); + button.get_window().set_cursor(cursor); + }); + +} + +export function setupCursorHoverAim(button) { // Crosshair cursor on hover + button.connect('enter-notify-event', () => { + const display = Gdk.Display.get_default(); + const cursor = Gdk.Cursor.new_from_name(display, 'crosshair'); + button.get_window().set_cursor(cursor); + }); + + button.connect('leave-notify-event', () => { + const display = Gdk.Display.get_default(); + const cursor = Gdk.Cursor.new_from_name(display, 'default'); + button.get_window().set_cursor(cursor); + }); +} + +export function setupCursorHoverGrab(button) { // Hand ready to grab on hover + button.connect('enter-notify-event', () => { + const display = Gdk.Display.get_default(); + const cursor = Gdk.Cursor.new_from_name(display, 'grab'); + button.get_window().set_cursor(cursor); + }); + + button.connect('leave-notify-event', () => { + const display = Gdk.Display.get_default(); + const cursor = Gdk.Cursor.new_from_name(display, 'default'); + button.get_window().set_cursor(cursor); + }); +} + +export function setupCursorHoverInfo(button) { // "?" mark cursor on hover + const display = Gdk.Display.get_default(); + button.connect('enter-notify-event', () => { + const cursor = Gdk.Cursor.new_from_name(display, 'help'); + button.get_window().set_cursor(cursor); + }); + + button.connect('leave-notify-event', () => { + const cursor = Gdk.Cursor.new_from_name(display, 'default'); + button.get_window().set_cursor(cursor); + }); +} + diff --git a/hypr/.config/ags/modules/.widgetutils/keybind.js b/hypr/.config/ags/modules/.widgetutils/keybind.js new file mode 100644 index 0000000..eda7877 --- /dev/null +++ b/hypr/.config/ags/modules/.widgetutils/keybind.js @@ -0,0 +1,25 @@ +const { Gdk } = imports.gi; + +const MODS = { + 'Shift': Gdk.ModifierType.SHIFT_MASK, + 'Ctrl': Gdk.ModifierType.CONTROL_MASK, + 'Alt': Gdk.ModifierType.ALT_MASK, + 'Hyper': Gdk.ModifierType.HYPER_MASK, + 'Meta': Gdk.ModifierType.META_MASK +} + +export const checkKeybind = (event, keybind) => { + const pressedModMask = event.get_state()[1]; + const pressedKey = event.get_keyval()[1]; + const keys = keybind.split('+'); + for (let i = 0; i < keys.length; i++) { + if (keys[i] in MODS) { + if (!(pressedModMask & MODS[keys[i]])) { + return false; + } + } else if (pressedKey !== Gdk[`KEY_${keys[i]}`]) { + return false; + } + } + return true; +} diff --git a/hypr/.config/ags/modules/overview/actions.js b/hypr/.config/ags/modules/overview/actions.js new file mode 100644 index 0000000..766cf45 --- /dev/null +++ b/hypr/.config/ags/modules/overview/actions.js @@ -0,0 +1,28 @@ +import * as Utils from 'resource:///com/github/Aylur/ags/utils.js'; +import Hyprland from 'resource:///com/github/Aylur/ags/service/hyprland.js'; + +function moveClientToWorkspace(address, workspace) { + Utils.execAsync(['bash', '-c', `hyprctl dispatch movetoworkspacesilent ${workspace},address:${address} &`]); +} + +export function dumpToWorkspace(from, to) { + if (from == to) return; + Hyprland.clients.forEach(client => { + if (client.workspace.id == from) { + moveClientToWorkspace(client.address, to); + } + }); +} + +export function swapWorkspace(workspaceA, workspaceB) { + if (workspaceA == workspaceB) return; + const clientsA = []; + const clientsB = []; + Hyprland.clients.forEach(client => { + if (client.workspace.id == workspaceA) clientsA.push(client.address); + if (client.workspace.id == workspaceB) clientsB.push(client.address); + }); + + clientsA.forEach((address) => moveClientToWorkspace(address, workspaceB)); + clientsB.forEach((address) => moveClientToWorkspace(address, workspaceA)); +} \ No newline at end of file diff --git a/hypr/.config/ags/modules/overview/main.js b/hypr/.config/ags/modules/overview/main.js new file mode 100644 index 0000000..1f5348d --- /dev/null +++ b/hypr/.config/ags/modules/overview/main.js @@ -0,0 +1,18 @@ +import Widget from 'resource:///com/github/Aylur/ags/widget.js'; +import { SearchAndWindows } from "./windowcontent.js"; +import PopupWindow from '../.widgethacks/popupwindow.js'; + +export default (id = '') => PopupWindow({ + name: `overview${id}`, + exclusivity: 'ignore', + keymode: 'exclusive', + visible: false, + // anchor: ['middle'], + layer: 'overlay', + child: Widget.Box({ + vertical: true, + children: [ + SearchAndWindows(), + ] + }), +}) diff --git a/hypr/.config/ags/modules/overview/miscfunctions.js b/hypr/.config/ags/modules/overview/miscfunctions.js new file mode 100644 index 0000000..187ee6e --- /dev/null +++ b/hypr/.config/ags/modules/overview/miscfunctions.js @@ -0,0 +1,155 @@ +const { Gio, GLib } = imports.gi; +import App from 'resource:///com/github/Aylur/ags/app.js'; +import * as Utils from 'resource:///com/github/Aylur/ags/utils.js'; +const { execAsync, exec } = Utils; +// import Todo from "../../services/todo.js"; +import { darkMode } from '../.miscutils/system.js'; + +export function hasUnterminatedBackslash(inputString) { + // Use a regular expression to match a trailing odd number of backslashes + const regex = /\\+$/; + return regex.test(inputString); +} + +export function launchCustomCommand(command) { + const args = command.toLowerCase().split(' '); + if (args[0] == '>raw') { // Mouse raw input + Utils.execAsync('hyprctl -j getoption input:accel_profile') + .then((output) => { + const value = JSON.parse(output)["str"].trim(); + if (value != "[[EMPTY]]" && value != "") { + execAsync(['bash', '-c', `hyprctl keyword input:accel_profile '[[EMPTY]]'`]).catch(print); + } + else { + execAsync(['bash', '-c', `hyprctl keyword input:accel_profile flat`]).catch(print); + } + }) + } + else if (args[0] == '>img') { // Change wallpaper + execAsync([`bash`, `-c`, `${App.configDir}/scripts/color_generation/switchwall.sh`, `&`]).catch(print); + } + else if (args[0] == '>color') { // Generate colorscheme from color picker + execAsync([`bash`, `-c`, `${App.configDir}/scripts/color_generation/switchcolor.sh --pick`, `&`]).catch(print); + } + else if (args[0] == '>light') { // Light mode + darkMode.value = false; + execAsync([`bash`, `-c`, `mkdir -p ${GLib.get_user_cache_dir()}/ags/user && sed -i "1s/.*/light/" ${GLib.get_user_cache_dir()}/ags/user/colormode.txt`]) + .then(execAsync(['bash', '-c', `${App.configDir}/scripts/color_generation/switchcolor.sh`])) + .catch(print); + } + else if (args[0] == '>dark') { // Dark mode + darkMode.value = true; + execAsync([`bash`, `-c`, `mkdir -p ${GLib.get_user_cache_dir()}/ags/user && sed -i "1s/.*/dark/" ${GLib.get_user_cache_dir()}/ags/user/colormode.txt`]) + .then(execAsync(['bash', '-c', `${App.configDir}/scripts/color_generation/switchcolor.sh`])) + .catch(print); + } + else if (args[0] == '>badapple') { // Black and white + execAsync([`bash`, `-c`, `mkdir -p ${GLib.get_user_cache_dir()}/ags/user && sed -i "3s/.*/monochrome/" ${GLib.get_user_cache_dir()}/ags/user/colormode.txt`]) + .then(execAsync(['bash', '-c', `${App.configDir}/scripts/color_generation/switchcolor.sh`])) + .catch(print); + } + else if (args[0] == '>material') { // Use material colors + execAsync([`bash`, `-c`, `mkdir -p ${GLib.get_user_cache_dir()}/ags/user && echo "material" > ${GLib.get_user_cache_dir()}/ags/user/colorbackend.txt`]).catch(print) + .then(execAsync(['bash', '-c', `${App.configDir}/scripts/color_generation/switchwall.sh --noswitch`]).catch(print)) + .catch(print); + } + else if (args[0] == '>pywal') { // Use Pywal (ik it looks shit but I'm not removing) + execAsync([`bash`, `-c`, `mkdir -p ${GLib.get_user_cache_dir()}/ags/user && echo "pywal" > ${GLib.get_user_cache_dir()}/ags/user/colorbackend.txt`]).catch(print) + .then(execAsync(['bash', '-c', `${App.configDir}/scripts/color_generation/switchwall.sh --noswitch`]).catch(print)) + .catch(print); + } + else if (args[0] == '>todo') { // Todo + Todo.add(args.slice(1).join(' ')); + } + else if (args[0] == '>shutdown') { // Shut down + execAsync([`bash`, `-c`, `systemctl poweroff || loginctl poweroff`]).catch(print); + } + else if (args[0] == '>reboot') { // Reboot + execAsync([`bash`, `-c`, `systemctl reboot || loginctl reboot`]).catch(print); + } + else if (args[0] == '>sleep') { // Sleep + execAsync([`bash`, `-c`, `systemctl suspend || loginctl suspend`]).catch(print); + } + else if (args[0] == '>logout') { // Log out + execAsync([`bash`, `-c`, `pkill Hyprland || pkill sway`]).catch(print); + } +} + +export function execAndClose(command, terminal) { + App.closeWindow('overview'); + if (terminal) { + execAsync([`bash`, `-c`, `${userOptions.apps.terminal} fish -C "${command}"`, `&`]).catch(print); + } + else + execAsync(command).catch(print); +} + +export function couldBeMath(str) { + const regex = /^[0-9.+*/-]/; + return regex.test(str); +} + +export function expandTilde(path) { + if (path.startsWith('~')) { + return GLib.get_home_dir() + path.slice(1); + } else { + return path; + } +} + +function getFileIcon(fileInfo) { + let icon = fileInfo.get_icon(); + if (icon) { + // Get the icon's name + return icon.get_names()[0]; + } else { + // Default icon for files + return 'text-x-generic'; + } +} + +export function ls({ path = '~', silent = false }) { + let contents = []; + try { + let expandedPath = expandTilde(path); + if (expandedPath.endsWith('/')) + expandedPath = expandedPath.slice(0, -1); + let folder = Gio.File.new_for_path(expandedPath); + + let enumerator = folder.enumerate_children('standard::*', Gio.FileQueryInfoFlags.NONE, null); + let fileInfo; + while ((fileInfo = enumerator.next_file(null)) !== null) { + let fileName = fileInfo.get_display_name(); + let fileType = fileInfo.get_file_type(); + + let item = { + parentPath: expandedPath, + name: fileName, + type: fileType === Gio.FileType.DIRECTORY ? 'folder' : 'file', + icon: getFileIcon(fileInfo), + }; + + // Add file extension for files + if (fileType === Gio.FileType.REGULAR) { + let fileExtension = fileName.split('.').pop(); + item.type = `${fileExtension}`; + } + + contents.push(item); + contents.sort((a, b) => { + const aIsFolder = a.type.startsWith('folder'); + const bIsFolder = b.type.startsWith('folder'); + if (aIsFolder && !bIsFolder) { + return -1; + } else if (!aIsFolder && bIsFolder) { + return 1; + } else { + return a.name.localeCompare(b.name); // Sort alphabetically within folders and files + } + }); + } + } catch (e) { + if (!silent) console.log(e); + } + return contents; +} diff --git a/hypr/.config/ags/modules/overview/overview_hyprland.js b/hypr/.config/ags/modules/overview/overview_hyprland.js new file mode 100644 index 0000000..034d6c8 --- /dev/null +++ b/hypr/.config/ags/modules/overview/overview_hyprland.js @@ -0,0 +1,423 @@ +// TODO +// - Make client destroy/create not destroy and recreate the whole thing +// - Active ws hook optimization: only update when moving to next group +// +const { Gdk, Gtk } = imports.gi; +const { Gravity } = imports.gi.Gdk; +import { SCREEN_HEIGHT, SCREEN_WIDTH } from '../../variables.js'; +import App from 'resource:///com/github/Aylur/ags/app.js'; +import Variable from 'resource:///com/github/Aylur/ags/variable.js'; +import Widget from 'resource:///com/github/Aylur/ags/widget.js'; +import * as Utils from 'resource:///com/github/Aylur/ags/utils.js'; + +import Hyprland from 'resource:///com/github/Aylur/ags/service/hyprland.js'; +const { execAsync, exec } = Utils; +import { setupCursorHoverGrab } from '../.widgetutils/cursorhover.js'; +import { dumpToWorkspace, swapWorkspace } from "./actions.js"; +import { substitute } from "../.miscutils/icons.js"; + +const NUM_OF_WORKSPACES_SHOWN = userOptions.overview.numOfCols * userOptions.overview.numOfRows; +const TARGET = [Gtk.TargetEntry.new('text/plain', Gtk.TargetFlags.SAME_APP, 0)]; +const POPUP_CLOSE_TIME = 100; // ms + +const overviewTick = Variable(false); + +export default () => { + const clientMap = new Map(); + let workspaceGroup = 0; + const ContextMenuWorkspaceArray = ({ label, actionFunc, thisWorkspace }) => Widget.MenuItem({ + label: `${label}`, + setup: (menuItem) => { + let submenu = new Gtk.Menu(); + submenu.className = 'menu'; + + const offset = Math.floor((Hyprland.active.workspace.id - 1) / NUM_OF_WORKSPACES_SHOWN) * NUM_OF_WORKSPACES_SHOWN; + const startWorkspace = offset + 1; + const endWorkspace = startWorkspace + NUM_OF_WORKSPACES_SHOWN - 1; + for (let i = startWorkspace; i <= endWorkspace; i++) { + let button = new Gtk.MenuItem({ + label: `Workspace ${i}` + }); + button.connect("activate", () => { + // execAsync([`${onClickBinary}`, `${thisWorkspace}`, `${i}`]).catch(print); + actionFunc(thisWorkspace, i); + overviewTick.setValue(!overviewTick.value); + }); + submenu.append(button); + } + menuItem.set_reserve_indicator(true); + menuItem.set_submenu(submenu); + } + }) + + const Window = ({ address, at: [x, y], size: [w, h], workspace: { id, name }, class: c, title, xwayland }, screenCoords) => { + const revealInfoCondition = (Math.min(w, h) * userOptions.overview.scale > 70); + if (w <= 0 || h <= 0 || (c === '' && title === '') || c.endsWith('-dropterm')) return null; + // Non-primary monitors + if (screenCoords.x != 0) x -= screenCoords.x; + if (screenCoords.y != 0) y -= screenCoords.y; + // Other offscreen adjustments + if (x + w <= 0) x += (Math.floor(x / SCREEN_WIDTH) * SCREEN_WIDTH); + else if (x < 0) { w = x + w; x = 0; } + if (y + h <= 0) x += (Math.floor(y / SCREEN_HEIGHT) * SCREEN_HEIGHT); + else if (y < 0) { h = y + h; y = 0; } + // Truncate if offscreen + if (x + w > SCREEN_WIDTH) w = SCREEN_WIDTH - x; + if (y + h > SCREEN_HEIGHT) h = SCREEN_HEIGHT - y; + + const appIcon = Widget.Icon({ + icon: substitute(c), + size: Math.min(w, h) * userOptions.overview.scale / 2.5, + }); + return Widget.Button({ + attribute: { + address, x, y, w, h, ws: id, + updateIconSize: (self) => { + appIcon.size = Math.min(self.attribute.w, self.attribute.h) * userOptions.overview.scale / 2.5; + }, + }, + className: 'overview-tasks-window', + hpack: 'start', + vpack: 'start', + css: ` + margin-left: ${Math.round(x * userOptions.overview.scale)}px; + margin-top: ${Math.round(y * userOptions.overview.scale)}px; + margin-right: -${Math.round((x + w) * userOptions.overview.scale)}px; + margin-bottom: -${Math.round((y + h) * userOptions.overview.scale)}px; + `, + onClicked: (self) => { + App.closeWindow('overview'); + Utils.timeout(POPUP_CLOSE_TIME, () => Hyprland.messageAsync(`dispatch focuswindow address:${address}`)); + }, + onMiddleClickRelease: () => Hyprland.messageAsync(`dispatch closewindow address:${address}`), + onSecondaryClick: (button) => { + button.toggleClassName('overview-tasks-window-selected', true); + const menu = Widget.Menu({ + className: 'menu', + children: [ + Widget.MenuItem({ + child: Widget.Label({ + xalign: 0, + label: "Close (Middle-click)", + }), + onActivate: () => Hyprland.messageAsync(`dispatch closewindow address:${address}`), + }), + ContextMenuWorkspaceArray({ + label: "Dump windows to workspace", + actionFunc: dumpToWorkspace, + thisWorkspace: Number(id) + }), + ContextMenuWorkspaceArray({ + label: "Swap windows with workspace", + actionFunc: swapWorkspace, + thisWorkspace: Number(id) + }), + ], + }); + menu.connect("deactivate", () => { + button.toggleClassName('overview-tasks-window-selected', false); + }) + menu.connect("selection-done", () => { + button.toggleClassName('overview-tasks-window-selected', false); + }) + menu.popup_at_widget(button.get_parent(), Gravity.SOUTH, Gravity.NORTH, null); // Show menu below the button + button.connect("destroy", () => menu.destroy()); + }, + child: Widget.Box({ + homogeneous: true, + child: Widget.Box({ + vertical: true, + vpack: 'center', + className: 'spacing-v-5', + children: [ + appIcon, + // TODO: Add xwayland tag instead of just having italics + Widget.Revealer({ + transition: 'slide_down', + revealChild: revealInfoCondition, + child: Widget.Label({ + maxWidthChars: 10, // Doesn't matter what number + truncate: 'end', + className: `${xwayland ? 'txt txt-italic' : 'txt'}`, + css: ` + font-size: ${Math.min(SCREEN_WIDTH, SCREEN_HEIGHT) * userOptions.overview.scale / 14.6}px; + margin: 0px ${Math.min(SCREEN_WIDTH, SCREEN_HEIGHT) * userOptions.overview.scale / 10}px; + `, + // If the title is too short, include the class + label: (title.length <= 1 ? `${c}: ${title}` : title), + }) + }) + ] + }) + }), + tooltipText: `${c}: ${title}`, + setup: (button) => { + setupCursorHoverGrab(button); + + button.drag_source_set(Gdk.ModifierType.BUTTON1_MASK, TARGET, Gdk.DragAction.MOVE); + button.drag_source_set_icon_name(substitute(c)); + // button.drag_source_set_icon_gicon(icon); + + button.connect('drag-begin', (button) => { // On drag start, add the dragging class + button.toggleClassName('overview-tasks-window-dragging', true); + }); + button.connect('drag-data-get', (_w, _c, data) => { // On drag finish, give address + data.set_text(address, address.length); + button.toggleClassName('overview-tasks-window-dragging', false); + }); + }, + }); + } + + const Workspace = (index) => { + // const fixed = Widget.Fixed({ + // attribute: { + // put: (widget, x, y) => { + // fixed.put(widget, x, y); + // }, + // move: (widget, x, y) => { + // fixed.move(widget, x, y); + // }, + // } + // }); + const fixed = Widget.Box({ + attribute: { + put: (widget, x, y) => { + if (!widget.attribute) return; + // Note: x and y are already multiplied by userOptions.overview.scale + const newCss = ` + margin-left: ${Math.round(x)}px; + margin-top: ${Math.round(y)}px; + margin-right: -${Math.round(x + (widget.attribute.w * userOptions.overview.scale))}px; + margin-bottom: -${Math.round(y + (widget.attribute.h * userOptions.overview.scale))}px; + `; + widget.css = newCss; + fixed.pack_start(widget, false, false, 0); + }, + move: (widget, x, y) => { + if (!widget) return; + if (!widget.attribute) return; + // Note: x and y are already multiplied by userOptions.overview.scale + const newCss = ` + margin-left: ${Math.round(x)}px; + margin-top: ${Math.round(y)}px; + margin-right: -${Math.round(x + (widget.attribute.w * userOptions.overview.scale))}px; + margin-bottom: -${Math.round(y + (widget.attribute.h * userOptions.overview.scale))}px; + `; + widget.css = newCss; + }, + } + }) + const WorkspaceNumber = ({ index, ...rest }) => Widget.Label({ + className: 'overview-tasks-workspace-number', + label: `${index}`, + css: ` + margin: ${Math.min(SCREEN_WIDTH, SCREEN_HEIGHT) * userOptions.overview.scale * userOptions.overview.wsNumMarginScale}px; + font-size: ${SCREEN_HEIGHT * userOptions.overview.scale * userOptions.overview.wsNumScale}px; + `, + setup: (self) => self.hook(Hyprland.active.workspace, (self) => { + // Update when going to new ws group + const currentGroup = Math.floor((Hyprland.active.workspace.id - 1) / NUM_OF_WORKSPACES_SHOWN); + self.label = `${currentGroup * NUM_OF_WORKSPACES_SHOWN + index}`; + }), + ...rest, + }) + const widget = Widget.Box({ + className: 'overview-tasks-workspace', + vpack: 'center', + css: ` + min-width: ${SCREEN_WIDTH * userOptions.overview.scale}px; + min-height: ${SCREEN_HEIGHT * userOptions.overview.scale}px; + `, + children: [Widget.EventBox({ + hexpand: true, + vexpand: true, + onPrimaryClick: () => { + App.closeWindow('overview'); + Utils.timeout(POPUP_CLOSE_TIME, () => Hyprland.messageAsync(`dispatch workspace ${index}`)); + }, + setup: (eventbox) => { + eventbox.drag_dest_set(Gtk.DestDefaults.ALL, TARGET, Gdk.DragAction.COPY); + eventbox.connect('drag-data-received', (_w, _c, _x, _y, data) => { + const offset = Math.floor((Hyprland.active.workspace.id - 1) / NUM_OF_WORKSPACES_SHOWN) * NUM_OF_WORKSPACES_SHOWN; + Hyprland.messageAsync(`dispatch movetoworkspacesilent ${index + offset},address:${data.get_text()}`) + overviewTick.setValue(!overviewTick.value); + }); + }, + child: Widget.Overlay({ + child: Widget.Box({}), + overlays: [ + WorkspaceNumber({ index: index, hpack: 'start', vpack: 'start' }), + fixed + ] + }), + })], + }); + const offset = Math.floor((Hyprland.active.workspace.id - 1) / NUM_OF_WORKSPACES_SHOWN) * NUM_OF_WORKSPACES_SHOWN; + fixed.attribute.put(WorkspaceNumber(offset + index), 0, 0); + widget.clear = () => { + const offset = Math.floor((Hyprland.active.workspace.id - 1) / NUM_OF_WORKSPACES_SHOWN) * NUM_OF_WORKSPACES_SHOWN; + clientMap.forEach((client, address) => { + if (!client) return; + if ((client.attribute.ws <= offset || client.attribute.ws > offset + NUM_OF_WORKSPACES_SHOWN) || + (client.attribute.ws == offset + index)) { + client.destroy(); + client = null; + clientMap.delete(address); + } + }); + } + widget.set = (clientJson, screenCoords) => { + let c = clientMap.get(clientJson.address); + if (c) { + if (c.attribute?.ws !== clientJson.workspace.id) { + c.destroy(); + c = null; + clientMap.delete(clientJson.address); + } + else if (c) { + c.attribute.w = clientJson.size[0]; + c.attribute.h = clientJson.size[1]; + c.attribute.updateIconSize(c); + fixed.attribute.move(c, + Math.max(0, clientJson.at[0] * userOptions.overview.scale), + Math.max(0, clientJson.at[1] * userOptions.overview.scale) + ); + return; + } + } + const newWindow = Window(clientJson, screenCoords); + if (newWindow === null) return; + // clientMap.set(clientJson.address, newWindow); + fixed.attribute.put(newWindow, + Math.max(0, newWindow.attribute.x * userOptions.overview.scale), + Math.max(0, newWindow.attribute.y * userOptions.overview.scale) + ); + clientMap.set(clientJson.address, newWindow); + }; + widget.unset = (clientAddress) => { + const offset = Math.floor((Hyprland.active.workspace.id - 1) / NUM_OF_WORKSPACES_SHOWN) * NUM_OF_WORKSPACES_SHOWN; + let c = clientMap.get(clientAddress); + if (!c) return; + c.destroy(); + c = null; + clientMap.delete(clientAddress); + }; + widget.show = () => { + fixed.show_all(); + } + return widget; + }; + + const arr = (s, n) => { + const array = []; + for (let i = 0; i < n; i++) + array.push(s + i); + + return array; + }; + + const OverviewRow = ({ startWorkspace, workspaces, windowName = 'overview' }) => Widget.Box({ + children: arr(startWorkspace, workspaces).map(Workspace), + attribute: { + monitorMap: [], + getMonitorMap: (box) => { + execAsync('hyprctl -j monitors').then(monitors => { + box.attribute.monitorMap = JSON.parse(monitors).reduce((acc, item) => { + acc[item.id] = { x: item.x, y: item.y }; + return acc; + }, {}); + }); + }, + update: (box) => { + const offset = Math.floor((Hyprland.active.workspace.id - 1) / NUM_OF_WORKSPACES_SHOWN) * NUM_OF_WORKSPACES_SHOWN; + if (!App.getWindow(windowName).visible) return; + Hyprland.messageAsync('j/clients').then(clients => { + const allClients = JSON.parse(clients); + const kids = box.get_children(); + kids.forEach(kid => kid.clear()); + for (let i = 0; i < allClients.length; i++) { + const client = allClients[i]; + const childID = client.workspace.id - (offset + startWorkspace); + if (offset + startWorkspace <= client.workspace.id && + client.workspace.id <= offset + startWorkspace + workspaces) { + const screenCoords = box.attribute.monitorMap[client.monitor]; + if (kids[childID]) { + kids[childID].set(client, screenCoords); + } + continue; + } + } + kids.forEach(kid => kid.show()); + }).catch(print); + }, + updateWorkspace: (box, id) => { + const offset = Math.floor((Hyprland.active.workspace.id - 1) / NUM_OF_WORKSPACES_SHOWN) * NUM_OF_WORKSPACES_SHOWN; + if (!( // Not in range, ignore + offset + startWorkspace <= id && + id <= offset + startWorkspace + workspaces + )) return; + // if (!App.getWindow(windowName).visible) return; + Hyprland.messageAsync('j/clients').then(clients => { + const allClients = JSON.parse(clients); + const kids = box.get_children(); + for (let i = 0; i < allClients.length; i++) { + const client = allClients[i]; + if (client.workspace.id != id) continue; + const screenCoords = box.attribute.monitorMap[client.monitor]; + kids[id - (offset + startWorkspace)]?.set(client, screenCoords); + } + kids[id - (offset + startWorkspace)]?.show(); + }).catch(print); + }, + }, + setup: (box) => { + box.attribute.getMonitorMap(box); + box + .hook(overviewTick, (box) => box.attribute.update(box)) + .hook(Hyprland, (box, clientAddress) => { + const offset = Math.floor((Hyprland.active.workspace.id - 1) / NUM_OF_WORKSPACES_SHOWN) * NUM_OF_WORKSPACES_SHOWN; + const kids = box.get_children(); + const client = Hyprland.getClient(clientAddress); + if (!client) return; + const id = client.workspace.id; + + box.attribute.updateWorkspace(box, id); + kids[id - (offset + startWorkspace)]?.unset(clientAddress); + }, 'client-removed') + .hook(Hyprland, (box, clientAddress) => { + const client = Hyprland.getClient(clientAddress); + if (!client) return; + box.attribute.updateWorkspace(box, client.workspace.id); + }, 'client-added') + .hook(Hyprland.active.workspace, (box) => { + // Full update when going to new ws group + const previousGroup = box.attribute.workspaceGroup; + const currentGroup = Math.floor((Hyprland.active.workspace.id - 1) / NUM_OF_WORKSPACES_SHOWN); + if (currentGroup !== previousGroup) { + box.attribute.update(box); + box.attribute.workspaceGroup = currentGroup; + } + }) + .hook(App, (box, name, visible) => { // Update on open + if (name == 'overview' && visible) box.attribute.update(box); + }) + }, + }); + + return Widget.Revealer({ + revealChild: true, + transition: 'slide_down', + transitionDuration: userOptions.animations.durationLarge, + child: Widget.Box({ + vertical: true, + className: 'overview-tasks', + children: Array.from({ length: userOptions.overview.numOfRows }, (_, index) => + OverviewRow({ + startWorkspace: 1 + index * userOptions.overview.numOfCols, + workspaces: userOptions.overview.numOfCols, + }) + ) + }), + }); +} \ No newline at end of file diff --git a/hypr/.config/ags/modules/overview/searchbuttons.js b/hypr/.config/ags/modules/overview/searchbuttons.js new file mode 100644 index 0000000..f5892f3 --- /dev/null +++ b/hypr/.config/ags/modules/overview/searchbuttons.js @@ -0,0 +1,163 @@ +const { Gtk } = imports.gi; +import App from 'resource:///com/github/Aylur/ags/app.js'; +import Widget from 'resource:///com/github/Aylur/ags/widget.js'; +import * as Utils from 'resource:///com/github/Aylur/ags/utils.js'; +const { execAsync, exec } = Utils; +import { searchItem } from './searchitem.js'; +import { execAndClose, couldBeMath, launchCustomCommand } from './miscfunctions.js'; + +export const DirectoryButton = ({ parentPath, name, type, icon }) => { + const actionText = Widget.Revealer({ + revealChild: false, + transition: "crossfade", + transitionDuration: userOptions.animations.durationLarge, + child: Widget.Label({ + className: 'overview-search-results-txt txt txt-small txt-action', + label: 'Open', + }) + }); + const actionTextRevealer = Widget.Revealer({ + revealChild: false, + transition: "slide_left", + transitionDuration: userOptions.animations.durationSmall, + child: actionText, + }); + return Widget.Button({ + className: 'overview-search-result-btn', + onClicked: () => { + App.closeWindow('overview'); + execAsync(['bash', '-c', `xdg-open '${parentPath}/${name}'`, `&`]).catch(print); + }, + child: Widget.Box({ + children: [ + Widget.Box({ + vertical: false, + children: [ + Widget.Box({ + className: 'overview-search-results-icon', + homogeneous: true, + child: Widget.Icon({ + icon: icon, + }), + }), + Widget.Label({ + className: 'overview-search-results-txt txt txt-norm', + label: name, + }), + Widget.Box({ hexpand: true }), + actionTextRevealer, + ] + }) + ] + }), + setup: (self) => self + .on('focus-in-event', (button) => { + actionText.revealChild = true; + actionTextRevealer.revealChild = true; + }) + .on('focus-out-event', (button) => { + actionText.revealChild = false; + actionTextRevealer.revealChild = false; + }) + , + }) +} + +export const CalculationResultButton = ({ result, text }) => searchItem({ + materialIconName: '󱖦 ', + name: `Math result`, + actionName: "Copy", + content: `${result}`, + onActivate: () => { + App.closeWindow('overview'); + execAsync(['wl-copy', `${result}`]).catch(print); + }, +}); + +export const DesktopEntryButton = (app) => { + const actionText = Widget.Revealer({ + revealChild: false, + transition: "crossfade", + transitionDuration: userOptions.animations.durationLarge, + child: Widget.Label({ + className: 'overview-search-results-txt txt txt-small txt-action', + label: 'Launch', + }) + }); + const actionTextRevealer = Widget.Revealer({ + revealChild: false, + transition: "slide_left", + transitionDuration: userOptions.animations.durationSmall, + child: actionText, + }); + return Widget.Button({ + className: 'overview-search-result-btn', + onClicked: () => { + App.closeWindow('overview'); + app.launch(); + }, + child: Widget.Box({ + children: [ + Widget.Box({ + vertical: false, + children: [ + Widget.Box({ + className: 'overview-search-results-icon', + homogeneous: true, + child: Widget.Icon({ + icon: app.iconName, + }), + }), + Widget.Label({ + className: 'overview-search-results-txt txt txt-norm', + label: app.name, + }), + Widget.Box({ hexpand: true }), + actionTextRevealer, + ] + }) + ] + }), + setup: (self) => self + .on('focus-in-event', (button) => { + actionText.revealChild = true; + actionTextRevealer.revealChild = true; + }) + .on('focus-out-event', (button) => { + actionText.revealChild = false; + actionTextRevealer.revealChild = false; + }) + , + }) +} + +export const ExecuteCommandButton = ({ command, terminal = false }) => searchItem({ + materialIconName: `${terminal ? 'terminal' : ' '}`, + name: `Run command`, + actionName: `Execute ${terminal ? 'in terminal' : ''}`, + content: `${command}`, + onActivate: () => execAndClose(command, terminal), + extraClassName: 'techfont', +}) + +export const CustomCommandButton = ({ text = '' }) => searchItem({ + materialIconName: ' ', + name: 'Action', + actionName: 'Run', + content: `${text}`, + onActivate: () => { + App.closeWindow('overview'); + launchCustomCommand(text); + }, +}); + +export const SearchButton = ({ text = '' }) => searchItem({ + materialIconName: '󰜏 ', + name: 'Search the web', + actionName: 'Go', + content: `${text}`, + onActivate: () => { + App.closeWindow('overview'); + execAsync(['bash', '-c', `xdg-open '${userOptions.search.engineBaseUrl}${text} ${['', ...userOptions.search.excludedSites].join(' -site:')}' &`]).catch(print); + }, +}); \ No newline at end of file diff --git a/hypr/.config/ags/modules/overview/searchitem.js b/hypr/.config/ags/modules/overview/searchitem.js new file mode 100644 index 0000000..2a3303a --- /dev/null +++ b/hypr/.config/ags/modules/overview/searchitem.js @@ -0,0 +1,65 @@ +import Widget from 'resource:///com/github/Aylur/ags/widget.js'; + +export const searchItem = ({ materialIconName, name, actionName, content, onActivate, extraClassName = '', ...rest }) => { + const actionText = Widget.Revealer({ + revealChild: false, + transition: "crossfade", + transitionDuration: userOptions.animations.durationLarge, + child: Widget.Label({ + className: 'overview-search-results-txt txt txt-small txt-action', + label: `${actionName}`, + }) + }); + const actionTextRevealer = Widget.Revealer({ + revealChild: false, + transition: "slide_left", + transitionDuration: userOptions.animations.durationSmall, + child: actionText, + }) + return Widget.Button({ + className: `overview-search-result-btn txt ${extraClassName}`, + onClicked: onActivate, + child: Widget.Box({ + children: [ + Widget.Box({ + vertical: false, + children: [ + Widget.Label({ + className: `icon-material overview-search-results-icon`, + label: `${materialIconName}`, + }), + Widget.Box({ + vertical: true, + children: [ + Widget.Label({ + hpack: 'start', + className: 'overview-search-results-txt txt-smallie txt-subtext', + label: `${name}`, + truncate: "end", + }), + Widget.Label({ + hpack: 'start', + className: 'overview-search-results-txt txt-norm', + label: `${content}`, + truncate: "end", + }), + ] + }), + Widget.Box({ hexpand: true }), + actionTextRevealer, + ], + }) + ] + }), + setup: (self) => self + .on('focus-in-event', (button) => { + actionText.revealChild = true; + actionTextRevealer.revealChild = true; + }) + .on('focus-out-event', (button) => { + actionText.revealChild = false; + actionTextRevealer.revealChild = false; + }) + , + }); +} diff --git a/hypr/.config/ags/modules/overview/windowcontent.js b/hypr/.config/ags/modules/overview/windowcontent.js new file mode 100644 index 0000000..7a19dd3 --- /dev/null +++ b/hypr/.config/ags/modules/overview/windowcontent.js @@ -0,0 +1,262 @@ +const { Gdk, Gtk } = imports.gi; +import App from 'resource:///com/github/Aylur/ags/app.js'; +import Widget from 'resource:///com/github/Aylur/ags/widget.js'; +import * as Utils from 'resource:///com/github/Aylur/ags/utils.js'; + +import Applications from 'resource:///com/github/Aylur/ags/service/applications.js'; +const { execAsync, exec } = Utils; +import { execAndClose, expandTilde, hasUnterminatedBackslash, couldBeMath, launchCustomCommand, ls } from './miscfunctions.js'; +import { + CalculationResultButton, CustomCommandButton, DirectoryButton, + DesktopEntryButton, ExecuteCommandButton, SearchButton +} from './searchbuttons.js'; +import { checkKeybind } from '../.widgetutils/keybind.js'; + +// Add math funcs +const { abs, sin, cos, tan, cot, asin, acos, atan, acot } = Math; +const pi = Math.PI; +// trigonometric funcs for deg +const sind = x => sin(x * pi / 180); +const cosd = x => cos(x * pi / 180); +const tand = x => tan(x * pi / 180); +const cotd = x => cot(x * pi / 180); +const asind = x => asin(x) * 180 / pi; +const acosd = x => acos(x) * 180 / pi; +const atand = x => atan(x) * 180 / pi; +const acotd = x => acot(x) * 180 / pi; + +const MAX_RESULTS = 10; +const OVERVIEW_SCALE = 0.18; // = overview workspace box / screen size +const OVERVIEW_WS_NUM_SCALE = 0.0; +const OVERVIEW_WS_NUM_MARGIN_SCALE = 0.07; +const TARGET = [Gtk.TargetEntry.new('text/plain', Gtk.TargetFlags.SAME_APP, 0)]; + +function iconExists(iconName) { + let iconTheme = Gtk.IconTheme.get_default(); + return iconTheme.has_icon(iconName); +} + +const OptionalOverview = async () => { + try { + return (await import('./overview_hyprland.js')).default(); + } catch { + return Widget.Box({}); + // return (await import('./overview_hyprland.js')).default(); + } +}; + +const overviewContent = await OptionalOverview(); + +export const SearchAndWindows = () => { + var _appSearchResults = []; + + const ClickToClose = ({ ...props }) => Widget.EventBox({ + ...props, + onPrimaryClick: () => App.closeWindow('overview'), + onSecondaryClick: () => App.closeWindow('overview'), + onMiddleClick: () => App.closeWindow('overview'), + }); + const resultsBox = Widget.Box({ + className: 'overview-search-results', + vertical: true, + vexpand: true, + }); + const resultsRevealer = Widget.Revealer({ + transitionDuration: userOptions.animations.durationLarge, + revealChild: false, + transition: 'slide_down', + // duration: 200, + hpack: 'center', + child: resultsBox, + }); + const entryPromptRevealer = Widget.Revealer({ + transition: 'crossfade', + transitionDuration: userOptions.animations.durationLarge, + revealChild: true, + hpack: 'center', + child: Widget.Label({ + className: 'overview-search-prompt txt-small txt', + label: 'Type to search' + }), + }); + + const entryIconRevealer = Widget.Revealer({ + transition: 'crossfade', + transitionDuration: userOptions.animations.durationLarge, + revealChild: false, + hpack: 'end', + child: Widget.Label({ + className: 'txt txt-large icon-material overview-search-icon', + label: ' ', + }), + }); + + const entryIcon = Widget.Box({ + className: 'overview-search-prompt-box', + setup: box => box.pack_start(entryIconRevealer, true, true, 0), + }); + + const entry = Widget.Entry({ + className: 'overview-search-box txt-small txt', + hpack: 'center', + onAccept: (self) => { // This is when you hit Enter + const text = self.text; + if (text.length == 0) return; + const isAction = text.startsWith('>'); + const isDir = (['/', '~'].includes(entry.text[0])); + + if (couldBeMath(text)) { // Eval on typing is dangerous, this is a workaround + try { + const fullResult = eval(text.replace(/\^/g, "**")); + // copy + execAsync(['wl-copy', `${fullResult}`]).catch(print); + App.closeWindow('overview'); + return; + } catch (e) { + // console.log(e); + } + } + if (isDir) { + App.closeWindow('overview'); + execAsync(['bash', '-c', `xdg-open "${expandTilde(text)}"`, `&`]).catch(print); + return; + } + if (_appSearchResults.length > 0) { + App.closeWindow('overview'); + _appSearchResults[0].launch(); + return; + } + else if (text[0] == '>') { // Custom commands + App.closeWindow('overview'); + launchCustomCommand(text); + return; + } + // Fallback: Execute command + if (!isAction && exec(`bash -c "command -v ${text.split(' ')[0]}"`) != '') { + if (text.startsWith('sudo')) + execAndClose(text, true); + else + execAndClose(text, false); + } + + else { + App.closeWindow('overview'); + execAsync(['bash', '-c', `xdg-open '${userOptions.search.engineBaseUrl}${text} ${['', ...userOptions.search.excludedSites].join(' -site:')}' &`]).catch(print); + } + }, + onChange: (entry) => { // this is when you type + const isAction = entry.text[0] == '>'; + const isDir = (['/', '~'].includes(entry.text[0])); + resultsBox.get_children().forEach(ch => ch.destroy()); + + // check empty if so then dont do stuff + if (entry.text == '') { + resultsRevealer.revealChild = false; + overviewContent.revealChild = true; + entryPromptRevealer.revealChild = true; + entryIconRevealer.revealChild = false; + entry.toggleClassName('overview-search-box-extended', false); + return; + } + const text = entry.text; + resultsRevealer.revealChild = true; + overviewContent.revealChild = false; + entryPromptRevealer.revealChild = false; + entryIconRevealer.revealChild = true; + entry.toggleClassName('overview-search-box-extended', true); + _appSearchResults = Applications.query(text); + + // Calculate + if (couldBeMath(text)) { // Eval on typing is dangerous; this is a small workaround. + try { + const fullResult = eval(text.replace(/\^/g, "**")); + resultsBox.add(CalculationResultButton({ result: fullResult, text: text })); + } catch (e) { + // console.log(e); + } + } + if (isDir) { + var contents = []; + contents = ls({ path: text, silent: true }); + contents.forEach((item) => { + resultsBox.add(DirectoryButton(item)); + }) + } + if (isAction) { // Eval on typing is dangerous, this is a workaround. + resultsBox.add(CustomCommandButton({ text: entry.text })); + } + // Add application entries + let appsToAdd = MAX_RESULTS; + _appSearchResults.forEach(app => { + if (appsToAdd == 0) return; + resultsBox.add(DesktopEntryButton(app)); + appsToAdd--; + }); + + // Fallbacks + // if the first word is an actual command + if (!isAction && !hasUnterminatedBackslash(text) && exec(`bash -c "command -v ${text.split(' ')[0]}"`) != '') { + resultsBox.add(ExecuteCommandButton({ command: entry.text, terminal: entry.text.startsWith('sudo') })); + } + + // Add fallback: search + resultsBox.add(SearchButton({ text: entry.text })); + resultsBox.show_all(); + }, + }); + return Widget.Box({ + vertical: true, + children: [ + ClickToClose({ // Top margin. Also works as a click-outside-to-close thing + child: Widget.Box({ + className: 'bar-height', + }) + }), + Widget.Box({ + hpack: 'center', + children: [ + entry, + Widget.Box({ + className: 'overview-search-icon-box', + setup: (box) => { + box.pack_start(entryPromptRevealer, true, true, 0) + }, + }), + entryIcon, + ] + }), + overviewContent, + resultsRevealer, + ], + setup: (self) => self + .hook(App, (_b, name, visible) => { + if (name == 'overview' && !visible) { + resultsBox.children = []; + entry.set_text(''); + } + }) + .on('key-press-event', (widget, event) => { // Typing + const keyval = event.get_keyval()[1]; + const modstate = event.get_state()[1]; + if (checkKeybind(event, userOptions.keybinds.overview.altMoveLeft)) + entry.set_position(Math.max(entry.get_position() - 1, 0)); + else if (checkKeybind(event, userOptions.keybinds.overview.altMoveRight)) + entry.set_position(Math.min(entry.get_position() + 1, entry.get_text().length)); + else if (checkKeybind(event, userOptions.keybinds.overview.deleteToEnd)) { + const text = entry.get_text(); + const pos = entry.get_position(); + const newText = text.slice(0, pos); + entry.set_text(newText); + entry.set_position(newText.length); + } + else if (!(modstate & Gdk.ModifierType.CONTROL_MASK)) { // Ctrl not held + if (keyval >= 32 && keyval <= 126 && widget != entry) { + Utils.timeout(1, () => entry.grab_focus()); + entry.set_text(entry.text + String.fromCharCode(keyval)); + entry.set_position(-1); + } + } + }) + , + }); +}; diff --git a/hypr/.config/ags/user/style.css b/hypr/.config/ags/user/style.css new file mode 100644 index 0000000..49d44ad --- /dev/null +++ b/hypr/.config/ags/user/style.css @@ -0,0 +1,197 @@ +*:not(popover) { + all: unset; +} + +@import '../../../.config/waybar/wallust/colors-waybar.css'; + +/* define some colors */ +@define-color border-color @color12; +@define-color border-color-alt @color1; +@define-color text-color rgba(255, 255, 255, 0.7); +@define-color noti-bg rgba(0, 0, 0, 0.4); +@define-color noti-bg-alt #111111; + +widget { + border-radius: 0.818rem; + -gtk-outline-radius: 0.818rem; +} + +.overview-window { + margin-top: 2.727rem; +} + +.overview-search-box { + transition: 300ms cubic-bezier(0, 0.55, 0.45, 1); + border-radius: 1.705rem; + -gtk-outline-radius: 1.705rem; + border-top: 2px solid @border-color; + border-left: 1px solid @border-color-alt; + border-right: 1px solid @border-color-alt; + border-bottom: 2px solid @border-color; + /*box-shadow: 0px 2px 3px alpha(@color0, 0.45); */ + margin: 0.476rem; + min-width: 13.636rem; + min-height: 3.409rem; + padding: 0rem 1.364rem; + padding-right: 2.864rem; + background-color: @noti-bg; + color: @text-color; + caret-color: inherit; + font-weight: bolder; +} +.overview-search-box selection { + background-color: @noti-bg; + color: @text-color; +} + +.overview-search-box-extended { + min-width: 25.909rem; + caret-color: #FDD9FD; +} + +.overview-search-prompt { + color: @text-color; +} + +.overview-search-icon { + margin: 0rem 1.023rem; +} + +.overview-search-prompt-box { + margin-left: -18.545rem; + margin-right: 0.544rem; +} + +.overview-search-icon-box { + margin-left: -18.545rem; + margin-right: 0.544rem; +} + +.overview-search-results { + border-radius: 1.705rem; + -gtk-outline-radius: 1.705rem; + border-top: 2px solid @border-color; + border-left: 1px solid @border-color-alt; + border-right: 1px solid @border-color-alt; + border-bottom: 2px solid @border-color; + box-shadow: 0px 2px 3px @color9; + margin: 0.476rem; + min-width: 28.773rem; + padding: 0.682rem; + background-color: @noti-bg; + color: @text-color; + font-weight: bold; +} + +.overview-search-results-icon { + margin: 0rem 0.682rem; + font-size: 2.386rem; + min-width: 2.386rem; + min-height: 2.386rem; +} + +.overview-search-results-txt { + margin-right: 0.682rem; +} + +.overview-search-results-txt-cmd { + margin-right: 0.682rem; + font-family: "JetBrains Mono NF", "JetBrains Mono Nerd Font", "JetBrains Mono NL", "SpaceMono NF", "SpaceMono Nerd Font", monospace; + font-size: 1.227rem; +} + +.overview-search-result-btn { + border-radius: 1.159rem; + -gtk-outline-radius: 1.159rem; + padding: 0.341rem; + min-width: 2.386rem; + min-height: 2.386rem; + caret-color: transparent; +} + +.overview-search-result-btn:hover, +.overview-search-result-btn:focus { + background-color: alpha(@color7, 0.9); + color: alpha(@color0, 0.7); +} + +.overview-search-result-btn:active { + background-color: alpha(@color7, 0.9); + color: @color4; +} + +.overview-tasks { + border-radius: 1.705rem; + -gtk-outline-radius: 1.705rem; + border-top: 2px solid @border-color; + border-left: 1px solid @border-color-alt; + border-right: 1px solid @border-color-alt; + border-bottom: 2px solid @border-color; + box-shadow: 0px 2px 3px @color5; + margin: 0.476rem; + padding: 0.341rem; + /* background-color: rgba(49, 50, 68, 0.8); */ + background-color: @noti-bg; + color: #EBDFED; +} + +.overview-tasks-workspace { + border-radius: 1.159rem; + -gtk-outline-radius: 1.159rem; + margin: 0.341rem; + /* background-color: #26233A; */ + background-image: url('../../rofi/.current_wallpaper'); + background-size: cover; + background-position: center; + border: 0.068rem solid alpha(@color4, 0.5); +} + +.overview-tasks-workspace-number { + font-family: "Open Sans", "Noto Sans", sans-serif; + color: #CFC2D3; +} + +.overview-tasks-window { + border-radius: 1.159rem; + -gtk-outline-radius: 1.159rem; + transition: 300ms cubic-bezier(0.1, 1, 0, 1); + background-color: alpha(@color3, .7); + /* background-color: @color_a3; */ + /* background-color: rgba(46, 40, 50, 0.8); */ + color: #EBDFED; + border: 0.068rem solid @color7; +} + +.overview-tasks-window:hover, +.overview-tasks-window:focus { + background-color: alpha(@color9, 0.8); +} + +.overview-tasks-window:active { + background-color: alpha(@color9, 0.8); +} + +.overview-tasks-window-selected { + background-color: alpha(@color9, 0.8); +} + +.overview-tasks-window-dragging { + opacity: 0.2; +} + +.growingRadial { + transition: 300ms cubic-bezier(0.2, 0, 0, 1); +} + +.fadingRadial { + transition: 50ms cubic-bezier(0.2, 0, 0, 1); +} + +.sidebar-pinned { + margin: 0rem; + border-radius: 0rem; + border-bottom-right-radius: 1.705rem; + border: 0rem solid; +} + +/*# sourceMappingURL=style.css.map */ diff --git a/hypr/.config/ags/user_options.js b/hypr/.config/ags/user_options.js new file mode 100644 index 0000000..9105dec --- /dev/null +++ b/hypr/.config/ags/user_options.js @@ -0,0 +1,21 @@ + +const userConfigOptions = { + // For every option, see ~/.config/ags/modules/.configuration/user_options.js + // (vscode users ctrl+click this: file://./modules/.configuration/user_options.js) + // (vim users: `:vsp` to split window, move cursor to this path, press `gf`. `Ctrl-w` twice to switch between) + // options listed in this file will override the default ones in the above file + // Here's an example + 'overview':{ + 'scale': 0.15, + 'numOfRows': 2 + }, + 'keybinds': { + 'sidebar': { + 'pin': "Ctrl+p", + 'nextTab': "Ctrl+Page_Down", + 'prevTab': "Ctrl+Page_Up", + }, + }, +} + +export default userConfigOptions; diff --git a/hypr/.config/ags/variables.js b/hypr/.config/ags/variables.js new file mode 100644 index 0000000..645a580 --- /dev/null +++ b/hypr/.config/ags/variables.js @@ -0,0 +1,21 @@ +const { Gtk } = imports.gi; +import Variable from 'resource:///com/github/Aylur/ags/variable.js'; +import * as Utils from 'resource:///com/github/Aylur/ags/utils.js'; +const { exec, execAsync } = Utils; + +Gtk.IconTheme.get_default().append_search_path(`${App.configDir}/assets/icons`); + +// Screen size +export const SCREEN_WIDTH = Number(exec(`bash -c "hyprctl monitors -j | jq '.[0].width / .[0].scale'"`)); +export const SCREEN_HEIGHT = Number(exec(`bash -c "hyprctl monitors -j | jq '.[0].height / .[0].scale'"`)); + +// Mode switching +export const currentShellMode = Variable('normal', {}) // normal, focus +globalThis['currentMode'] = currentShellMode; +globalThis['cycleMode'] = () => { + if (currentShellMode.value === 'normal') { + currentShellMode.value = 'focus'; + } else { + currentShellMode.value = 'normal'; + } +} diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index ed58feb..ea9e0e8 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -20,7 +20,6 @@ $fileManager = dolphin $emoji = rofi -mode emoji -show emoji -kb-secondary-copy '' -kb-custom-1 Ctrl+c $menu = ~/.config/rofi/launcher.sh #$menu = ~/.config/rofi/launchers/type-2/launcher.sh -#$menu = wofi --show drun #$menu = tofi-drun -c ~/.config/tofi/configA --drun-launch=true $browser = librewolf $editor = code @@ -42,12 +41,16 @@ exec-once=swaync #exec-once=dbus-launch --sh-syntax --exit-with-session dunst -conf ~/.config/dunst/dunstrc exec-once=/usr/lib/kdeconnectd exec-once=kdeconnect-indicator -exec-once=wl-paste --type text --watch cliphist store # clipboard + +# clipboard +exec-once=wl-paste --type text --watch cliphist store exec-once=wl-paste --type image --watch cliphist store + # exec-once=hyprpaper # exec-once=~/.local/bin/hyprpaperchanger -exec-once=wpaperd +#exec-once=wpaperd #exec-once=hypridle +exec-once=sww-daemon --format xrgb exec-once=hyprshade auto exec-once=waybar exec-once=./xdg-desktop-portal.sh @@ -58,6 +61,9 @@ exec-once=kdeconnect-indicator exec-once=blueman-applet exec-once=systemctl --user restart sunshine.service ##exec-once=nwg-dock-hyprland -i 32 -w 5 -mb 10 -ml 10 -mr 10 -x -c "tofi-drun --drun-launch=true" -lp start -f -a start +exec-once=pypr + + ### ENVIRONMENT VARIABLES ### @@ -213,31 +219,41 @@ device { $mainMod = SUPER # Sets "Windows" key as main modifier -# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -#bindd = $mainMod, return, Launch a terminal, exec, $terminal bash --rcfile ~/.dotfiles/bash/.bashrc -bindd = $mainMod, return, Launch a terminal, exec, $terminal -bindd = $mainMod, B, Launch the default browser, exec, $browser -bindd = $mainMod, C, Launch Visual Studio Code, exec, $editor -bindd = $mainMod, N, Launch Neovim, exec, $editor-alt -bindd = $mainMod, Q, Kill active window, killactive, -bindd = $mainMod, M, Exit Hyprland, exit, -bindd = $mainMod, E, Launch the file manager, exec, XDG_CURRENT_DESKTOP=kde $fileManager -bindd = $mainMod, W, Toggle floating, togglefloating, -bindd = $mainMod, space, Launch menu, exec, $menu -bindd = $mainMod, F, Toggle fullscreen, fullscreen -bind = $mainMod, O, layoutmsg, swapwithmaster -bind = $mainMod, P, pseudo, # dwindle -bind = $mainMod, J, togglesplit, # dwindle +bind = $mainMod, return, exec, $terminal # Launch a terminal +bind = $mainMod, B, exec, $browser # Launch the default browser +bind = $mainMod, C, exec, $editor # Launch Visual Studio Code +bind = $mainMod, N, exec, $editor-alt # Launch Neovim +bind = $mainMod, Q, killactive, # Kill active window +bind = $mainMod SHIFT, Q, exec, "$HOME/.config/hypr/scripts/KillActiveProcess.sh # Kill active window +bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0, # Exit Hyprland +bind = $mainMod, E, exec, XDG_CURRENT_DESKTOP=kde $fileManager # Launch the file manager +bind = $mainMod SHIFT, F, togglefloating, # Toggle floating +bind = $mainMod ALT, F, exec, hyprctl dispatch workspace allfloat +bind = $mainMod, space, exec, $menu # Launch menu +bind = $mainMod, F, fullscreen # Toggle fullscreen +bind = $mainMod ALT, L, exec, $HOME/.config/hypr/scripts/ChangeLayout.sh # Toggle Master of Dwindle Layout -bindd = $mainMod, period, Emoji selector, exec, $emoji -bindd = $mainMod, I, Switch between master/dwingle, exec, $HOME/.config/hypr/switchlayout.sh -bindd = $mainMod, S, Launch menu to modify/create script, exec, autoscriptmenu +# Dwindle Layout +bind = $mainMod SHIFT, I, togglesplit # only works on dwingle layout +bind = $mainMod, P, pseudo, # dwindle -bindd = $mainMod, period, Launch the Emoji Picker, exec, jome -d | wl-copy #Emojipicker + clipboard copy +# 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 -# bindd = $mainMod, V, Clipboard History, exec, cliphist list | tofi -c ~/.config/tofi/configV | cliphist decode | wl-copy -bindd = $mainMod, V, Clipboard History, exec, "$HOME/.config/rofi/clipboard.sh" -bindd = $mainMod, R, Launch Remmina, exec, [floating] remmina +# Works on either layout (Master of Dwindle) +bind = $mainMod, M, exec, hyprctl dispatch splitration 0.25 + + +bind = $mainMod, period, exec, $emoji # Emoji selector +bind = $mainMod, S, exec, autoscriptmenu # Launch menu to modify/create script + +##bindd = $mainMod, V, Clipboard History, exec, "$HOME/.config/rofi/clipboard.sh" +bind = $mainMod, V, exec, "$HOME/.config/hypr/scripts/ClipManager.sh" # Clipboard History +bind = $mainMod, R, exec, [floating] remmina # Launch Remmina # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l @@ -257,29 +273,29 @@ bind = $mainMod, 8, workspace, 8 bind = $mainMod, 9, workspace, 9 bind = $mainMod, 0, workspace, 10 -# Move active window to a workspace with mainMod + SHIFT + [0-9] -bind = $mainMod SHIFT, 1, movetoworkspacesilent, 1 -bind = $mainMod SHIFT, 2, movetoworkspacesilent, 2 -bind = $mainMod SHIFT, 3, movetoworkspacesilent, 3 -bind = $mainMod SHIFT, 4, movetoworkspacesilent, 4 -bind = $mainMod SHIFT, 5, movetoworkspacesilent, 5 -bind = $mainMod SHIFT, 6, movetoworkspacesilent, 6 -bind = $mainMod SHIFT, 7, movetoworkspacesilent, 7 -bind = $mainMod SHIFT, 8, movetoworkspacesilent, 8 -bind = $mainMod SHIFT, 9, movetoworkspacesilent, 9 -bind = $mainMod SHIFT, 0, movetoworkspacesilent, 10 +# Move and follow active window to a workspace with mainMod + SHIFT + [0-9] +bind = $mainMod SHIFT, 1, movetoworkspace, 1 +bind = $mainMod SHIFT, 2, movetoworkspace, 2 +bind = $mainMod SHIFT, 3, movetoworkspace, 3 +bind = $mainMod SHIFT, 4, movetoworkspace, 4 +bind = $mainMod SHIFT, 5, movetoworkspace, 5 +bind = $mainMod SHIFT, 6, movetoworkspace, 6 +bind = $mainMod SHIFT, 7, movetoworkspace, 7 +bind = $mainMod SHIFT, 8, movetoworkspace, 8 +bind = $mainMod SHIFT, 9, movetoworkspace, 9 +bind = $mainMod SHIFT, 0, movetoworkspace, 10 # Move active window to a workspace with mainMod + SHIFT + [0-9] -bind = $mainMod CTRL, 1, movetoworkspace, 1 -bind = $mainMod CTRL, 2, movetoworkspace, 2 -bind = $mainMod CTRL, 3, movetoworkspace, 3 -bind = $mainMod CTRL, 4, movetoworkspace, 4 -bind = $mainMod CTRL, 5, movetoworkspace, 5 -bind = $mainMod CTRL, 6, movetoworkspace, 6 -bind = $mainMod CTRL, 7, movetoworkspace, 7 -bind = $mainMod CTRL, 8, movetoworkspace, 8 -bind = $mainMod CTRL, 9, movetoworkspace, 9 -bind = $mainMod CTRL, 0, movetoworkspace, 10 +bind = $mainMod CTRL, 1, movetoworkspacesilent, 1 +bind = $mainMod CTRL, 2, movetoworkspacesilent, 2 +bind = $mainMod CTRL, 3, movetoworkspacesilent, 3 +bind = $mainMod CTRL, 4, movetoworkspacesilent, 4 +bind = $mainMod CTRL, 5, movetoworkspacesilent, 5 +bind = $mainMod CTRL, 6, movetoworkspacesilent, 6 +bind = $mainMod CTRL, 7, movetoworkspacesilent, 7 +bind = $mainMod CTRL, 8, movetoworkspacesilent, 8 +bind = $mainMod CTRL, 9, movetoworkspacesilent, 9 +bind = $mainMod CTRL, 0, movetoworkspacesilent, 10 # Example special workspace (scratchpad) #bind = $mainMod, S, togglespecialworkspace, magic @@ -297,19 +313,20 @@ bindm = $mainMod, mouse:273, resizewindow #bindd = $mainMod, P, Color Picker, exec, $colorPicker | wl-copy # Screen locking -bindd = $mainMod, L, Lock the screen, exec, hyprlock +bind = $mainMod, L, exec, pidof hyprlock || hyprlock -q # Lock the screen # Logout -bindd = $mainMod, Escape, Session logout, exec, wlogout +bind = $mainMod, Escape, exec, wlogout # Session logout +bind = CTRL ALT, P, exec, "$HOME/.config/hypr/scripts/Wlogout.sh" # Session logout # Waybar -bindd = CTRL, Escape, Toggle waybar, exec, killall waybar || waybar +bind = CTRL, Escape, exec, killall waybar || waybar # Toggle waybar # Screenshot -bindd = , Print, Screenshot entire screen, exec, grimblast --notify copysave screen -bindd = $mainMod, Print, Screenshot active window, exec, grimblast --notify copysave active -bindd = $mainMod Alt, Print, Screenshot selected area, exec, grimblast --notify copysave area +bind = , Print, exec, grimblast --notify copysave screen # Screenshot entire screen +bind = $mainMod, Print, exec, grimblast --notify copysave active # Screenshot active window +bind = $mainMod Alt, Print, exec, grimblast --notify copysave area # Screenshot selected area # Laptop multimedia keys for volume and LCD brightness bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ diff --git a/hypr/.config/hypr/scripts/ChangeLayout.sh b/hypr/.config/hypr/scripts/ChangeLayout.sh new file mode 100755 index 0000000..556f428 --- /dev/null +++ b/hypr/.config/hypr/scripts/ChangeLayout.sh @@ -0,0 +1,24 @@ +#!/usr/bin/env sh + +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 "Switch to 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 "Switched to MASTER layout" + ;; +esac diff --git a/hypr/.config/hypr/scripts/ClipManager.sh b/hypr/.config/hypr/scripts/ClipManager.sh new file mode 100755 index 0000000..ddce299 --- /dev/null +++ b/hypr/.config/hypr/scripts/ClipManager.sh @@ -0,0 +1,40 @@ +#!/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 + +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/hypr/.config/hypr/scripts/KillActiveProcess.sh b/hypr/.config/hypr/scripts/KillActiveProcess.sh new file mode 100755 index 0000000..c173d2b --- /dev/null +++ b/hypr/.config/hypr/scripts/KillActiveProcess.sh @@ -0,0 +1,11 @@ +#!/bin/bash +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## + +# Copied from Discord post. Thanks to @Zorg + + +# Get id of an active window +active_pid=$(hyprctl activewindow | grep -o 'pid: [0-9]*' | cut -d' ' -f2) + +# Close active window +kill $active_pid diff --git a/hypr/.config/hypr/scripts/RofiEmoji.sh b/hypr/.config/hypr/scripts/RofiEmoji.sh new file mode 100755 index 0000000..2a8b681 --- /dev/null +++ b/hypr/.config/hypr/scripts/RofiEmoji.sh @@ -0,0 +1,4975 @@ +#!/bin/bash +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# Rofi Emoticons. Not my own. Cant remember the source + + +# To implement # +# + +##CACHE_FILE="$HOME/.cache/emoji_list.txt" +##CACHE_TIMESTAMP_FILE="$HOME/.cache/emoji_list_timestamp.txt" +##EMOJI_API_URL="https://example.com/emoji-list.json" # Replace with an actual URL +## +### Check if the cache is outdated (e.g., older than a week) +##CACHE_MAX_AGE=$((7 * 24 * 60 * 60)) # 1 week in seconds +## +### Function to fetch and cache the emoji list +##fetch_emoji_list() { +## echo "Fetching emoji list..." +## curl -s "$EMOJI_API_URL" | jq -r '.emoji[] | "\(.emoji)\t\(.name)"' > "$CACHE_FILE" +## touch "$CACHE_TIMESTAMP_FILE" # Update timestamp +##} +## +### Check if the cache exists and is still valid +##if [ ! -f "$CACHE_FILE" ] || [ ! -f "$CACHE_TIMESTAMP_FILE" ]; then +## fetch_emoji_list +##elif [ $(($(date +%s) - $(stat -c %Y "$CACHE_TIMESTAMP_FILE"))) -gt "$CACHE_MAX_AGE" ]; then +## fetch_emoji_list +##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/hypr/.config/hypr/scripts/WallustSwww.sh b/hypr/.config/hypr/scripts/WallustSwww.sh new file mode 100755 index 0000000..62dde37 --- /dev/null +++ b/hypr/.config/hypr/scripts/WallustSwww.sh @@ -0,0 +1,39 @@ +#!/bin/bash +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# Wallust Colors for current wallpaper + +# Define the path to the swww cache directory +cache_dir="$HOME/.cache/swww/" + +# Get a list of monitor outputs +monitor_outputs=($(ls "$cache_dir")) + +# Initialize a flag to determine if the ln command was executed +ln_success=false + +# Get current focused monitor +current_monitor=$(hyprctl monitors | awk '/^Monitor/{name=$2} /focused: yes/{print name}') +echo $current_monitor +# Construct the full path to the cache file +cache_file="$cache_dir$current_monitor" +echo $cache_file +# Check if the cache file exists for the current monitor output +if [ -f "$cache_file" ]; then + # Get the wallpaper path from the cache file + wallpaper_path=$(grep -v 'Lanczos3' "$cache_file" | head -n 1) + echo $wallpaper_path + # symlink the wallpaper to the location Rofi can access + if ln -sf "$wallpaper_path" "$HOME/.config/rofi/.current_wallpaper"; then + ln_success=true # Set the flag to true upon successful execution + fi + # copy the wallpaper for wallpaper effects + cp -r "$wallpaper_path" "$HOME/.config/hypr/wallpaper_effects/.wallpaper_current" +fi + +# Check the flag before executing further commands +if [ "$ln_success" = true ]; then + # execute wallust + echo 'about to execute wallust' + # execute wallust skipping tty and terminal changes + wallust run "$wallpaper_path" -s & +fi diff --git a/hypr/.config/hypr/scripts/Wlogout.sh b/hypr/.config/hypr/scripts/Wlogout.sh new file mode 100755 index 0000000..b7cc220 --- /dev/null +++ b/hypr/.config/hypr/scripts/Wlogout.sh @@ -0,0 +1,57 @@ +#!/bin/bash +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# wlogout (Power, Screen Lock, Suspend, etc) + +# Set variables for parameters. First numbers corresponts to Monitor Resolution +# i.e 2160 means 2160p +A_2160=700 +B_2160=700 +A_1600=480 +B_1600=480 +A_1440=450 +B_1440=450 +A_1080=350 +B_1080=350 +A_720=50 +B_720=50 + +# Check if wlogout is already running +if pgrep -x "wlogout" > /dev/null; then + pkill -x "wlogout" + exit 0 +fi + +# Detect monitor resolution and scaling factor +resolution=$(hyprctl -j monitors | jq -r '.[] | select(.focused==true) | .height / .scale' | awk -F'.' '{print $1}') +hypr_scale=$(hyprctl -j monitors | jq -r '.[] | select(.focused==true) | .scale') + +# Set parameters based on screen resolution and scaling factor +if ((resolution >= 2160)); then + T_val=$(awk "BEGIN {printf \"%.0f\", $A_2160 * 2160 * $hypr_scale / $resolution}") + B_val=$(awk "BEGIN {printf \"%.0f\", $B_2160 * 2160 * $hypr_scale / $resolution}") + echo "Setting parameters for resolution >= 4k" + wlogout --protocol layer-shell -b 6 -T $T_val -B $B_val & +elif ((resolution >= 1600 && resolution < 2160)); then + T_val=$(awk "BEGIN {printf \"%.0f\", $A_1600 * 1600 * $hypr_scale / $resolution}") + B_val=$(awk "BEGIN {printf \"%.0f\", $B_1600 * 1600 * $hypr_scale / $resolution}") + echo "Setting parameters for resolution >= 2.5k and < 4k" + wlogout --protocol layer-shell -b 6 -T $T_val -B $B_val & +elif ((resolution >= 1440 && resolution < 1600)); then + T_val=$(awk "BEGIN {printf \"%.0f\", $A_1440 * 1440 * $hypr_scale / $resolution}") + B_val=$(awk "BEGIN {printf \"%.0f\", $B_1440 * 1440 * $hypr_scale / $resolution}") + echo "Setting parameters for resolution >= 2k and < 2.5k" + wlogout --protocol layer-shell -b 6 -T $T_val -B $B_val & +elif ((resolution >= 1080 && resolution < 1440)); then + T_val=$(awk "BEGIN {printf \"%.0f\", $A_1080 * 1080 * $hypr_scale / $resolution}") + B_val=$(awk "BEGIN {printf \"%.0f\", $B_1080 * 1080 * $hypr_scale / $resolution}") + echo "Setting parameters for resolution >= 1080p and < 2k" + wlogout --protocol layer-shell -b 6 -T $T_val -B $B_val & +elif ((resolution >= 720 && resolution < 1080)); then + T_val=$(awk "BEGIN {printf \"%.0f\", $A_720 * 720 * $hypr_scale / $resolution}") + B_val=$(awk "BEGIN {printf \"%.0f\", $B_720 * 720 * $hypr_scale / $resolution}") + echo "Setting parameters for resolution >= 720p and < 1080p" + wlogout --protocol layer-shell -b 3 -T $T_val -B $B_val & +else + echo "Setting default parameters" + wlogout & +fi diff --git a/hypr/.config/hypr/wallust/wallust-hyprland.conf b/hypr/.config/hypr/wallust/wallust-hyprland.conf new file mode 100644 index 0000000..8634fa5 --- /dev/null +++ b/hypr/.config/hypr/wallust/wallust-hyprland.conf @@ -0,0 +1,21 @@ +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +# /* wallust template - colors-hyprland */ + +$background = rgb(000004) +$foreground = rgb(F7F8FA) +$color0 = rgb(000004) +$color1 = rgb(262B35) +$color2 = rgb(3F5266) +$color3 = rgb(506C87) +$color4 = rgb(90625F) +$color5 = rgb(B09868) +$color6 = rgb(AEB1B5) +$color7 = rgb(EBEDF0) +$color8 = rgb(A5A6A8) +$color9 = rgb(333A47) +$color10 = rgb(546E88) +$color11 = rgb(6A90B4) +$color12 = rgb(C0827F) +$color13 = rgb(EBCB8B) +$color14 = rgb(E8EBF2) +$color15 = rgb(EBEDF0) diff --git a/hypr/.config/rofi/.current_wallpaper b/hypr/.config/rofi/.current_wallpaper new file mode 120000 index 0000000..9ce05e6 --- /dev/null +++ b/hypr/.config/rofi/.current_wallpaper @@ -0,0 +1 @@ +/home/matt/Pictures/wallpapers/50.png \ No newline at end of file diff --git a/hypr/.config/rofi/config-clipboard.rasi b/hypr/.config/rofi/config-clipboard.rasi new file mode 100644 index 0000000..9a97d01 --- /dev/null +++ b/hypr/.config/rofi/config-clipboard.rasi @@ -0,0 +1,16 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Clipboard Config - Clipboard */ + +@import "~/.config/rofi/master-config.rasi" + +/* ---- Entry ---- */ +entry { + width: 37%; + placeholder: "📋 Search Clipboard **note** 👀 CTRL Del - Cliphist del or Alt Del - cliphist wipe"; +} + +/* ---- Listview ---- */ +listview { + columns: 1; + lines: 8; +} diff --git a/hypr/.config/rofi/config-compact.rasi b/hypr/.config/rofi/config-compact.rasi new file mode 100644 index 0000000..c113749 --- /dev/null +++ b/hypr/.config/rofi/config-compact.rasi @@ -0,0 +1,45 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Main Config (compact) */ + +@import "~/.config/rofi/master-config.rasi" + +/* ---- Configuration ---- */ +configuration { + modi: "drun"; +} + +/* ---- Window ---- */ +window { + width: 50%; + border-radius: 15px; +} + +/* ---- Inputbar ---- */ +inputbar { + background-image: url("~/.config/rofi/.current_wallpaper", width); +} + +/* ---- Imagebox ---- */ +imagebox { + orientation: vertical; + children: [ "entry", "listview"]; +} + +/* ---- Entry input ---- */ +entry { + width: 23%; + placeholder: "👀 View / Edit Hyprland Configs"; +} + +/* ---- Listview ---- */ +listview { + columns: 2; + lines: 6; + spacing: 4px; + border-radius: 12px; +} + +/* ---- Element ---- */ +element { + border-radius: 10px; +} diff --git a/hypr/.config/rofi/config-emoji.rasi b/hypr/.config/rofi/config-emoji.rasi new file mode 100644 index 0000000..d9a6da1 --- /dev/null +++ b/hypr/.config/rofi/config-emoji.rasi @@ -0,0 +1,16 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Main Config - emoji */ + +@import "~/.config/rofi/master-config.rasi" + +/* ---- Entry ---- */ +entry { + width: 37%; + placeholder: "💫 Search Emoji's **note** 👀 Click or Return to choose | Ctrl V to Paste"; +} + +/* ---- Listview ---- */ +listview { + columns: 1; + lines: 8; +} diff --git a/hypr/.config/rofi/config-wallpaper.rasi b/hypr/.config/rofi/config-wallpaper.rasi new file mode 100644 index 0000000..2cfaa0e --- /dev/null +++ b/hypr/.config/rofi/config-wallpaper.rasi @@ -0,0 +1,51 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Main Config (wallpaper) */ + +@import "~/.config/rofi/master-config.rasi" + +/* ---- Configuration ---- */ +configuration { + modi: "drun"; +} + +window { + width: 60%; +} + +/* ---- Imagebox ---- */ +imagebox { + orientation: vertical; + children: + [ "entry", "listbox"]; +} + + +entry { + expand: false; + placeholder: "🎞️ Choose Wallpaper"; +} + +/* ---- Listview ---- */ +listview { + columns: 4; + lines: 3; + flow: horizontal; +} + +/* ---- Element ---- */ +element { + orientation: vertical; + padding: 0px; + spacing: 0px; + border-radius: 15px; +} + +element-icon { + size: 20%; +} + +element-text { + font: "Fira Code SemiBold 12"; + vertical-align: 0.5; + horizontal-align: 0.5; +} diff --git a/hypr/.config/rofi/master-config.rasi b/hypr/.config/rofi/master-config.rasi new file mode 100644 index 0000000..e9c375a --- /dev/null +++ b/hypr/.config/rofi/master-config.rasi @@ -0,0 +1,239 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Master Config 1080p*/ + +/* ---- Configuration ---- */ + +configuration { + font: "Fira Code SemiBold 12"; + modi: "drun,run,filebrowser"; + show-icons: true; + display-drun: "Apps"; + display-run: "Run"; + display-filebrowser: "Files"; + display-window: "Windows"; + drun-display-format: "{name}"; + hover-select: true; + me-select-entry: "MouseSecondary"; + me-accept-entry: "MousePrimary"; + window-format: "{w} · {c} · {t}"; + dpi: 1; +} + +/* ---- Load wallust colors ---- */ +@theme "~/.config/rofi/wallust/colors-rofi.rasi" + +/* ---- Global Properties ---- */ +* { + + background-alt: @selected-active-background; // Buttons background + selected: @selected-urgent-background; // Button selected + active: @selected-normal-background; // Window activated + urgent: @selected; // When hovering the activated window (maybe more?) + + text-selected: @background; + text-color: @foreground; + border-color: @selected; +} + +/* ---- Window ---- */ +window { + // Default + enabled: true; + fullscreen: false; + transparency: "real"; + cursor: "default"; + spacing: 0px; + border: 4px 0px 4px 0px; + border-radius: 30px; + location: center; + anchor: center; + + // Style Values + width: 50%; + background-color: @background; +} + +/* ----- Main Box ----- */ +mainbox { + padding: 15px; + enabled: true; + orientation: vertical; + children: [ "inputbar", "listbox" ]; + background-color: transparent; +} + + +/* ---- Inputbar ---- */ +inputbar { + enabled: true; + padding: 10px 10px 100px 10px; + margin: 10px; + background-color: transparent; + border-radius: 25px; + orientation: horizontal; + children: ["entry", "dummy", "mode-switcher" ]; + background-image: url("~/.config/rofi/.current_wallpaper", width); +} + +/* ---- Entry input ---- */ +entry { + enabled: true; + expand: false; + width: 20%; + padding: 10px; + border-radius: 12px; + background-color: @selected; + text-color: @text-selected; + cursor: text; + placeholder: "🖥️ Search "; // << Search symbol + placeholder-color: inherit; +} + +/* ---- Listbox ---- */ +listbox { + spacing: 10px; + padding: 10px; + background-color: transparent; + orientation: vertical; + children: [ "message", "listview" ]; +} + +/* ---- Listview ---- */ +listview { + enabled: true; + columns: 2; + lines: 6; + cycle: true; + dynamic: true; + scrollbar: true; + layout: vertical; + reverse: false; + fixed-height: false; + fixed-columns: true; + spacing: 10px; + background-color: transparent; + +// Adapt rofi theme + border: 0px; +} + +/* ---- Dummy ---- */ +dummy { + expand: true; + background-color: transparent; +} + +/* ---- Mode Switcher ---- */ +mode-switcher{ + enabled: true; + spacing: 10px; + background-color: transparent; +} +button { + width: 5%; + padding: 12px; + border-radius: 12px; + background-color: @text-selected; + text-color: @text-color; + cursor: pointer; +} +button selected { + background-color: @selected; + text-color: @text-selected; +} + +/* ---- Scrollbar ---- */ +scrollbar { + width: 4px ; + border: 0; + handle-color: @border-color; + handle-width: 8px ; + padding: 0; +} + +/* ---- Elements ---- */ +element { + enabled: true; + spacing: 10px; + padding: 10px; + border-radius: 12px; + background-color: transparent; + cursor: pointer; +} + +element normal.normal { + background-color: inherit; + text-color: inherit; +} +element normal.urgent { + background-color: @urgent; + text-color: @foreground; +} +element normal.active { + background-color: @active; + text-color: @foreground; +} + +element selected.normal { + border: 1px 6px 1px 6px; + border-radius: 16px; + border-color: @selected; + background-color: transparent; + text-color: @selected; +} + +element selected.urgent { + background-color: @urgent; + text-color: @text-selected; +} +element selected.active { + background-color: @urgent; + text-color: @text-selected; +} +// Adapt rofi theme +element alternate.normal { + background-color: transparent; + text-color: inherit; +} +element alternate.urgent { + background-color: transparent; + text-color: inherit; +} +element alternate.active { + background-color: transparent; + text-color: inherit; +} +element-icon { + background-color: transparent; + text-color: inherit; + cursor: inherit; +} +element-text { + font: "Fira Code SemiBold 12"; + background-color: transparent; + text-color: inherit; + cursor: inherit; + vertical-align: 0.5; + horizontal-align: 0.0; +} + +/* ---- Message ---- */ +message { + background-color: transparent; + border: 0px; +} +textbox { + padding: 12px; + border-radius: 10px; + background-color: @background-alt; + text-color: @background; + vertical-align: 0.5; + horizontal-align: 0.0; +} +error-message { + padding: 12px; + border-radius: 20px; + background-color: @background-alt; + text-color: @background; +} + diff --git a/hypr/.config/rofi/wallust/colors-rofi.rasi b/hypr/.config/rofi/wallust/colors-rofi.rasi new file mode 100644 index 0000000..82cb33c --- /dev/null +++ b/hypr/.config/rofi/wallust/colors-rofi.rasi @@ -0,0 +1,30 @@ + /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + /* wallust template - colors-rofi */ + +* { +active-background: #333A47; +active-foreground: #F7F8FA; +normal-background: #000004; +normal-foreground: #F7F8FA; +urgent-background: #C0827F; +urgent-foreground: #F7F8FA; + +alternate-active-background: #B09868; +alternate-active-foreground: #F7F8FA; +alternate-normal-background: #000004; +alternate-normal-foreground: #F7F8FA; +alternate-urgent-background: #000004; +alternate-urgent-foreground: #F7F8FA; + +selected-active-background: #333A47; +selected-active-foreground: #F7F8FA; +selected-normal-background: #EBEDF0; +selected-normal-foreground: #F7F8FA; +selected-urgent-background: #C0827F; +selected-urgent-foreground: #F7F8FA; + +background-color: #000004; +background: rgba(0,0,0,0.7); +foreground: #EBEDF0; +border-color: #333A47; +} diff --git a/hypr/.config/swaync/config.json b/hypr/.config/swaync/config.json new file mode 100644 index 0000000..d35ed52 --- /dev/null +++ b/hypr/.config/swaync/config.json @@ -0,0 +1,92 @@ +{ + "$schema": "/etc/xdg/swaync/configSchema.json", + "positionX": "center", + "positionY": "top", + "layer": "overlay", + "control-center-layer": "top", + "layer-shell": true, + "cssPriority": "application", + "control-center-margin-top": 5, + "control-center-margin-bottom": 0, + "control-center-margin-right": 0, + "control-center-margin-left": 0, + "notification-2fa-action": true, + "notification-inline-replies": false, + "notification-icon-size": 24, + "notification-body-image-height": 100, + "notification-body-image-width": 200, + "timeout": 6, + "timeout-low": 3, + "timeout-critical": 0, + "fit-to-screen": false, + "control-center-width": 400, + "control-center-height": 720, + "notification-window-width": 400, + "keyboard-shortcuts": true, + "image-visibility": "when available", + "transition-time": 200, + "hide-on-clear": false, + "hide-on-action": true, + "script-fail-notify": true, + "widgets": [ + "dnd", + "buttons-grid", + "mpris", + "volume", + "backlight", + "title", + "notifications" + ], + "widget-config": { + "title": { + "text": "Notifications", + "clear-all-button": true, + "button-text": "Clear" + }, + "dnd": { + "text": "Do Not Disturb" + }, + "label": { + "max-lines": 1, + "text": "Notification" + }, + "mpris": { + "image-size": 10, + "image-radius": 0 + }, + "volume": { + "label": "󰕾" + }, + "backlight": { + "label": "󰃟" + }, + "buttons-grid": { + "actions": [ + { + "label": "󰐥", + "command": "bash -c $HOME/.config/hypr/scripts/Wlogout.sh" + }, + { + "label": "󰌾", + "command": "bash -c $HOME/.config/hypr/scripts/LockScreen.sh" + }, + { + "label": "󰍃", + "command": "hyprctl dispatch exit" + }, + { + "label": "󰀝", + "command": "bash -c $HOME/.config/hypr/scripts/AirplaneMode.sh" + }, + { + "label": "󰝟", + "command": "pactl set-sink-mute @DEFAULT_SINK@ toggle" + }, + { + "label": "󰂯", + "command": "blueman-manager" + } + ] + } + } +} diff --git a/hypr/.config/swaync/icons/backup.png b/hypr/.config/swaync/icons/backup.png new file mode 100755 index 0000000..a60a495 Binary files /dev/null and b/hypr/.config/swaync/icons/backup.png differ diff --git a/hypr/.config/swaync/icons/battery-quarter-solid.svg b/hypr/.config/swaync/icons/battery-quarter-solid.svg new file mode 100755 index 0000000..450ef3d --- /dev/null +++ b/hypr/.config/swaync/icons/battery-quarter-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/hypr/.config/swaync/icons/battery-status.png b/hypr/.config/swaync/icons/battery-status.png new file mode 100755 index 0000000..07bf815 Binary files /dev/null and b/hypr/.config/swaync/icons/battery-status.png differ diff --git a/hypr/.config/swaync/icons/brightness-100.png b/hypr/.config/swaync/icons/brightness-100.png new file mode 100755 index 0000000..1e28ac3 Binary files /dev/null and b/hypr/.config/swaync/icons/brightness-100.png differ diff --git a/hypr/.config/swaync/icons/brightness-20.png b/hypr/.config/swaync/icons/brightness-20.png new file mode 100755 index 0000000..aee9c52 Binary files /dev/null and b/hypr/.config/swaync/icons/brightness-20.png differ diff --git a/hypr/.config/swaync/icons/brightness-40.png b/hypr/.config/swaync/icons/brightness-40.png new file mode 100755 index 0000000..bbedd1c Binary files /dev/null and b/hypr/.config/swaync/icons/brightness-40.png differ diff --git a/hypr/.config/swaync/icons/brightness-60.png b/hypr/.config/swaync/icons/brightness-60.png new file mode 100755 index 0000000..4cd838b Binary files /dev/null and b/hypr/.config/swaync/icons/brightness-60.png differ diff --git a/hypr/.config/swaync/icons/brightness-80.png b/hypr/.config/swaync/icons/brightness-80.png new file mode 100755 index 0000000..6684bdb Binary files /dev/null and b/hypr/.config/swaync/icons/brightness-80.png differ diff --git a/hypr/.config/swaync/icons/dropper.png b/hypr/.config/swaync/icons/dropper.png new file mode 100755 index 0000000..2e222a3 Binary files /dev/null and b/hypr/.config/swaync/icons/dropper.png differ diff --git a/hypr/.config/swaync/icons/microphone-mute.png b/hypr/.config/swaync/icons/microphone-mute.png new file mode 100755 index 0000000..1780e33 Binary files /dev/null and b/hypr/.config/swaync/icons/microphone-mute.png differ diff --git a/hypr/.config/swaync/icons/microphone.png b/hypr/.config/swaync/icons/microphone.png new file mode 100755 index 0000000..d1b6d76 Binary files /dev/null and b/hypr/.config/swaync/icons/microphone.png differ diff --git a/hypr/.config/swaync/icons/music.png b/hypr/.config/swaync/icons/music.png new file mode 100755 index 0000000..92bf4c6 Binary files /dev/null and b/hypr/.config/swaync/icons/music.png differ diff --git a/hypr/.config/swaync/icons/palette.png b/hypr/.config/swaync/icons/palette.png new file mode 100755 index 0000000..3ba73d0 Binary files /dev/null and b/hypr/.config/swaync/icons/palette.png differ diff --git a/hypr/.config/swaync/icons/picture.png b/hypr/.config/swaync/icons/picture.png new file mode 100755 index 0000000..4669bc3 Binary files /dev/null and b/hypr/.config/swaync/icons/picture.png differ diff --git a/hypr/.config/swaync/icons/timer.png b/hypr/.config/swaync/icons/timer.png new file mode 100755 index 0000000..420d1f1 Binary files /dev/null and b/hypr/.config/swaync/icons/timer.png differ diff --git a/hypr/.config/swaync/icons/uptime.png b/hypr/.config/swaync/icons/uptime.png new file mode 100755 index 0000000..9dd08de Binary files /dev/null and b/hypr/.config/swaync/icons/uptime.png differ diff --git a/hypr/.config/swaync/icons/volume-high.png b/hypr/.config/swaync/icons/volume-high.png new file mode 100755 index 0000000..200f17b Binary files /dev/null and b/hypr/.config/swaync/icons/volume-high.png differ diff --git a/hypr/.config/swaync/icons/volume-low.png b/hypr/.config/swaync/icons/volume-low.png new file mode 100755 index 0000000..17cfff7 Binary files /dev/null and b/hypr/.config/swaync/icons/volume-low.png differ diff --git a/hypr/.config/swaync/icons/volume-mid.png b/hypr/.config/swaync/icons/volume-mid.png new file mode 100755 index 0000000..1a3ad3a Binary files /dev/null and b/hypr/.config/swaync/icons/volume-mid.png differ diff --git a/hypr/.config/swaync/icons/volume-mute.png b/hypr/.config/swaync/icons/volume-mute.png new file mode 100755 index 0000000..0b9b0c3 Binary files /dev/null and b/hypr/.config/swaync/icons/volume-mute.png differ diff --git a/hypr/.config/swaync/icons/vpn.png b/hypr/.config/swaync/icons/vpn.png new file mode 100755 index 0000000..e31acaa Binary files /dev/null and b/hypr/.config/swaync/icons/vpn.png differ diff --git a/hypr/.config/swaync/images/bell.png b/hypr/.config/swaync/images/bell.png new file mode 100644 index 0000000..d9fea96 Binary files /dev/null and b/hypr/.config/swaync/images/bell.png differ diff --git a/hypr/.config/swaync/style.css b/hypr/.config/swaync/style.css new file mode 100644 index 0000000..3e36d56 --- /dev/null +++ b/hypr/.config/swaync/style.css @@ -0,0 +1,350 @@ +/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* swaync colors - wallust from waybar.css */ + +@import '../../.config/waybar/wallust/colors-waybar.css'; + +@define-color noti-border-color @color12; +@define-color noti-bg rgba(0, 0, 0, 0.8); +@define-color noti-bg-alt #111111; +@define-color noti-bg-hover @color9; +@define-color text-color @foreground; +@define-color text-color-alt @foreground; +@define-color text-color-disabled rgba(150, 150, 150, 0.8); +* { + font-family: "JetBrains Mono Nerd Font"; + font-weight: bold; +} + +.control-center .notification-row:focus, +.control-center .notification-row:hover { + opacity: 1; + background: @noti-bg; + border-radius: 10px +} + +.notification-row { + outline: none; + margin: 0px; +} + +.notification { + border-radius: 10px; +} + +.notification-content{ + color: @text-color; + background: @noti-bg; + padding: 3px 10px 3px 6px; + border-radius: 10px; + border: 1px solid @noti-border-color; + margin: 0px; +} + +.notification-default-action { + margin: 0; + padding: 0; + border-radius: 10px; +} + +.close-button { + background: #f7768e; + color: @noti-bg; + text-shadow: none; + padding: 0; + border-radius: 10px; + margin-top: 5px; + margin-right: 5px; +} + +.close-button:hover { + box-shadow: none; + background: #f7768e; + transition: all .15s ease-in-out; + border: none +} + + +.notification-action { + border: 1px solid @noti-border-color; + border-top: none; + border-radius: 10px; +} + + +.notification-default-action:hover, +.notification-action:hover { + color: @text-color; + background: @color1 +} + +.notification-default-action { + border-radius: 10px; + margin: 5px; +} + +.notification-default-action:not(:only-child) { + border-bottom-left-radius: 7px; + border-bottom-right-radius: 7px +} + +.notification-action:first-child { + border-bottom-left-radius: 10px; + background: @noti-bg +} + +.notification-action:last-child { + border-bottom-right-radius: 10px; + background: @noti-bg-alt +} + +.inline-reply { + margin-top: 8px +} + +.inline-reply-entry { + background: @noti-bg; + color: @text-color; + caret-color: @text-color; + border: 1px solid @noti-border-color; + border-radius: 10px +} + +.inline-reply-button { + font-size: 0.5rem; + margin-left: 4px; + background: @noti-bg; + border: 1px solid @noti-border-color; + border-radius: 10px; + color: @text-color +} + +.inline-reply-button:disabled { + background: initial; + color: @text-color-disabled; + border: 1px solid transparent +} + +.inline-reply-button:hover { + background: @noti-bg-hover +} + +.body-image { + margin-top: 6px; + color: @text-color-alt; + border-radius: 10px +} + +.summary { + font-size: 1rem; + font-weight: bold; + background: transparent; + color: @text-color-alt; + text-shadow: none +} + +.time { + font-size: 1rem; + font-weight: bold; + background: transparent; + color: @text-color; + text-shadow: none; + margin-right: 18px +} + +.body { + font-size: 1rem; + font-weight: bold; + background: transparent; + color: @text-color; + text-shadow: none +} + +.control-center { + background: @noti-bg; + border: 1.5px solid @noti-border-color; + color: @text-color; + border-radius: 10px; +} + +.control-center-list { + background: transparent +} + +.control-center-list-placeholder { + opacity: 0.5 +} + +.floating-notifications { + background: transparent; +} + +.blank-window { + background: alpha(black, 0.1) +} + +.widget-title { + color: @noti-border-color; + background: @noti-bg-alt; + padding: 3px 6px; + margin: 5px; + font-size: 1rem; + border-radius: 10px; +} + +.widget-title>button { + font-size: 0.75rem; + color: @text-color; + border-radius: 10px; + background: transparent; + border: 0.5px solid @noti-border-color; +} + +.widget-title>button:hover { + background: #f7768e; + color: @noti-border-color; +} + +.widget-dnd { + background: @noti-bg-alt; + padding: 3px 6px; + margin: 5px; + border-radius: 10px; + font-size: 1rem; + color: @noti-border-color; +} + +.widget-dnd>switch { + border-radius: 10px; + /* border: 1px solid #7aa2f7; */ + background: @noti-border-color; +} + +.widget-dnd>switch:checked { + background: #f7768e; + border: 1px solid #f7768e; +} + +.widget-dnd>switch slider { + background: @noti-bg; + border-radius: 10px +} + +.widget-dnd>switch:checked slider { + background: @noti-bg; + border-radius: 10px +} + +.widget-label { + margin: 5px; +} + +.widget-label>label { + font-size: 1rem; + color: @text-color; +} + +.widget-mpris { + color: @text-color; + background: @noti-bg-alt; + padding: 3px 6px; + margin: 5px; + border-radius: 10px; +} + +.widget-mpris > box > button { + border-radius: 10px; +} + +.widget-mpris-player { + padding: 3px 6px; + margin: 5px; +} + +.widget-mpris-title { + font-weight: 100; + font-size: 1rem +} + +.widget-mpris-subtitle { + font-size: 0.75rem +} + +.widget-buttons-grid { + font-size: large; + color: @noti-border-color; + padding: 2px; + margin: 5px; + border-radius: 10px; + background: @noti-bg-alt; +} + +.widget-buttons-grid>flowbox>flowboxchild>button { + margin: 1px; + background: @noti-bg; + border-radius: 10px; + color: @text-color +} + +.widget-buttons-grid>flowbox>flowboxchild>button:hover { + background: @noti-border-color; + color: @noti-bg-hover +} + +.widget-menubar>box>.menu-button-bar>button { + border: none; + background: transparent +} + +.topbar-buttons>button { + border: none; + background: transparent +} + +.widget-volume { + background: @noti-bg-alt; + padding: 2px; + margin: 10px 10px 5px 10px; + border-radius: 10px; + font-size: x-large; + color: @text-color +} + +.widget-volume>box>button { + background: @noti-border-color; + border: none +} + +.per-app-volume { + background-color: @noti-bg; + padding: 4px 8px 8px; + margin: 0 8px 8px; + border-radius: 10px; + color: @text-color +} + +.widget-backlight { + background: @noti-bg-alt; + padding: 5px; + margin: 10px 10px 5px 10px; + border-radius: 10px; + font-size: x-large; + color: @text-color +} + +.low { + background: @text-color; + padding: 0px; + border-radius: 10px; +} + +.normal { + background: @text-color; + padding: 0px; + border-radius: 10px; +} + +.critical { + background: red; + padding: 0px; + border-radius: 10px; +} diff --git a/hypr/.config/wallust/templates/colors-hyprland.conf b/hypr/.config/wallust/templates/colors-hyprland.conf new file mode 100644 index 0000000..1218832 --- /dev/null +++ b/hypr/.config/wallust/templates/colors-hyprland.conf @@ -0,0 +1,21 @@ +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +# /* wallust template - colors-hyprland */ + +$background = rgb({{background | strip}}) +$foreground = rgb({{foreground | strip}}) +$color0 = rgb({{color0 | strip}}) +$color1 = rgb({{color1 | strip}}) +$color2 = rgb({{color2 | strip}}) +$color3 = rgb({{color3 | strip}}) +$color4 = rgb({{color4 | strip}}) +$color5 = rgb({{color5 | strip}}) +$color6 = rgb({{color6 | strip}}) +$color7 = rgb({{color7 | strip}}) +$color8 = rgb({{color8 | strip}}) +$color9 = rgb({{color9 | strip}}) +$color10 = rgb({{color10 | strip}}) +$color11 = rgb({{color11 | strip}}) +$color12 = rgb({{color12 | strip}}) +$color13 = rgb({{color13 | strip}}) +$color14 = rgb({{color14 | strip}}) +$color15 = rgb({{color15 | strip}}) diff --git a/hypr/.config/wallust/templates/colors-kitty.conf b/hypr/.config/wallust/templates/colors-kitty.conf new file mode 100644 index 0000000..8f0618c --- /dev/null +++ b/hypr/.config/wallust/templates/colors-kitty.conf @@ -0,0 +1,32 @@ +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* wallust template - colors-kitty */ + +foreground {{foreground}} +background {{background}} +cursor {{cursor}} + +active_tab_foreground {{background}} +active_tab_background {{foreground}} +inactive_tab_foreground {{foreground}} +inactive_tab_background {{background}} + +active_border_color {{foreground}} +inactive_border_color {{background}} +bell_border_color {{color1}} + +color0 {{color0}} +color1 {{color1}} +color2 {{color2}} +color3 {{color3}} +color4 {{color4}} +color5 {{color5}} +color6 {{color6}} +color7 {{color7}} +color8 {{color8}} +color9 {{color9}} +color10 {{color10}} +color11 {{color11}} +color12 {{color12}} +color13 {{color13}} +color14 {{color14}} +color15 {{color15}} diff --git a/hypr/.config/wallust/templates/colors-rofi.rasi b/hypr/.config/wallust/templates/colors-rofi.rasi new file mode 100644 index 0000000..db61f98 --- /dev/null +++ b/hypr/.config/wallust/templates/colors-rofi.rasi @@ -0,0 +1,30 @@ + /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + /* wallust template - colors-rofi */ + +* { +active-background: {{color9}}; +active-foreground: {{foreground}}; +normal-background: {{background}}; +normal-foreground: {{foreground}}; +urgent-background: {{color12}}; +urgent-foreground: {{foreground}}; + +alternate-active-background: {{color5}}; +alternate-active-foreground: {{foreground}}; +alternate-normal-background: {{background}}; +alternate-normal-foreground: {{foreground}}; +alternate-urgent-background: {{background}}; +alternate-urgent-foreground: {{foreground}}; + +selected-active-background: {{color9}}; +selected-active-foreground: {{foreground}}; +selected-normal-background: {{color7}}; +selected-normal-foreground: {{foreground}}; +selected-urgent-background: {{color12}}; +selected-urgent-foreground: {{foreground}}; + +background-color: {{background}}; +background: rgba(0,0,0,0.7); +foreground: {{color15}}; +border-color: {{color9}}; +} diff --git a/hypr/.config/wallust/templates/colors-waybar.css b/hypr/.config/wallust/templates/colors-waybar.css new file mode 100644 index 0000000..32d2131 --- /dev/null +++ b/hypr/.config/wallust/templates/colors-waybar.css @@ -0,0 +1,23 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + /* wallust template - colors-waybar */ + +@define-color foreground {{foreground}}; +@define-color background rgba({{background | rgb}},0.25); +@define-color cursor {{cursor}}; + +@define-color color0 {{color0}}; +@define-color color1 {{color1}}; +@define-color color2 {{color2}}; +@define-color color3 {{color3}}; +@define-color color4 {{color4}}; +@define-color color5 {{color5}}; +@define-color color6 {{color6}}; +@define-color color7 {{color7}}; +@define-color color8 {{color8}}; +@define-color color9 {{color9}}; +@define-color color10 {{color10}}; +@define-color color11 {{color11}}; +@define-color color12 {{color12}}; +@define-color color13 {{color13}}; +@define-color color14 {{color14}}; +@define-color color15 {{color15}}; diff --git a/hypr/.config/wallust/wallust.toml b/hypr/.config/wallust/wallust.toml new file mode 100644 index 0000000..f74031c --- /dev/null +++ b/hypr/.config/wallust/wallust.toml @@ -0,0 +1,36 @@ +# How the image is parse, in order to get the colors: +# full - resized - wal - thumb - fastresize - kmeans +backend = "kmeans" + +# What color space to use to produce and select the most prominent colors: +# lab - labmixed - lch - lchmixed +color_space = "labmixed" + +# Use the most prominent colors in a way that makes sense, a scheme color palette: +# dark - dark16 - darkcomp - darkcomp16 +# light - light16 - lightcomp - lightcomp16 +# harddark - harddark16 - harddarkcomp - harddarkcomp16 +# softdark - softdark16 - softdarkcomp - softdarkcomp16 +# softlight - softlight16 - softlightcomp - softlightcomp16 +palette = "dark16" + +# Difference between similar colors, used by the colorspace: +# 1 Not perceptible by human eyes. +# 1 - 2 Perceptible through close observation. +# 2 - 10 Perceptible at a glance. +# 11 - 49 Colors are more similar than opposite +# 100 Colors are exact opposite +threshold = 11 + +[templates] +hypr.template = 'colors-hyprland.conf' +hypr.target = '~/.config/hypr/wallust/wallust-hyprland.conf' + +rofi.template = 'colors-rofi.rasi' +rofi.target = '~/.config/rofi/wallust/colors-rofi.rasi' + +waybar.template = 'colors-waybar.css' +waybar.target = '~/.config/waybar/wallust/colors-waybar.css' + +kitty.template = 'colors-kitty.conf' +kitty.target = '~/.config/kitty/kitty-colors.conf' diff --git a/hypr/.config/waybar/wallust/colors-waybar.css b/hypr/.config/waybar/wallust/colors-waybar.css new file mode 100644 index 0000000..848cc41 --- /dev/null +++ b/hypr/.config/waybar/wallust/colors-waybar.css @@ -0,0 +1,23 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + /* wallust template - colors-waybar */ + +@define-color foreground #F7F8FA; +@define-color background rgba(0,0,4,0.25); +@define-color cursor #F7F8FA; + +@define-color color0 #000004; +@define-color color1 #262B35; +@define-color color2 #3F5266; +@define-color color3 #506C87; +@define-color color4 #90625F; +@define-color color5 #B09868; +@define-color color6 #AEB1B5; +@define-color color7 #EBEDF0; +@define-color color8 #A5A6A8; +@define-color color9 #333A47; +@define-color color10 #546E88; +@define-color color11 #6A90B4; +@define-color color12 #C0827F; +@define-color color13 #EBCB8B; +@define-color color14 #E8EBF2; +@define-color color15 #EBEDF0; diff --git a/hypr/.config/wlogout/icons/hibernate-hover.png b/hypr/.config/wlogout/icons/hibernate-hover.png new file mode 100644 index 0000000..0fd3bad Binary files /dev/null and b/hypr/.config/wlogout/icons/hibernate-hover.png differ diff --git a/hypr/.config/wlogout/icons/hibernate.png b/hypr/.config/wlogout/icons/hibernate.png new file mode 100644 index 0000000..0ff8b8e Binary files /dev/null and b/hypr/.config/wlogout/icons/hibernate.png differ diff --git a/hypr/.config/wlogout/icons/lock-hover.png b/hypr/.config/wlogout/icons/lock-hover.png new file mode 100644 index 0000000..8fe9ee3 Binary files /dev/null and b/hypr/.config/wlogout/icons/lock-hover.png differ diff --git a/hypr/.config/wlogout/icons/lock.png b/hypr/.config/wlogout/icons/lock.png new file mode 100755 index 0000000..08f0e98 Binary files /dev/null and b/hypr/.config/wlogout/icons/lock.png differ diff --git a/hypr/.config/wlogout/icons/logout-hover.png b/hypr/.config/wlogout/icons/logout-hover.png new file mode 100644 index 0000000..e54c42a Binary files /dev/null and b/hypr/.config/wlogout/icons/logout-hover.png differ diff --git a/hypr/.config/wlogout/icons/logout.png b/hypr/.config/wlogout/icons/logout.png new file mode 100755 index 0000000..eee07d7 Binary files /dev/null and b/hypr/.config/wlogout/icons/logout.png differ diff --git a/hypr/.config/wlogout/icons/moon_865813.png b/hypr/.config/wlogout/icons/moon_865813.png new file mode 100644 index 0000000..b87fabf Binary files /dev/null and b/hypr/.config/wlogout/icons/moon_865813.png differ diff --git a/hypr/.config/wlogout/icons/power-hover.png b/hypr/.config/wlogout/icons/power-hover.png new file mode 100644 index 0000000..5df24da Binary files /dev/null and b/hypr/.config/wlogout/icons/power-hover.png differ diff --git a/hypr/.config/wlogout/icons/power.png b/hypr/.config/wlogout/icons/power.png new file mode 100755 index 0000000..190f2ee Binary files /dev/null and b/hypr/.config/wlogout/icons/power.png differ diff --git a/hypr/.config/wlogout/icons/restart-hover.png b/hypr/.config/wlogout/icons/restart-hover.png new file mode 100644 index 0000000..33aea14 Binary files /dev/null and b/hypr/.config/wlogout/icons/restart-hover.png differ diff --git a/hypr/.config/wlogout/icons/restart.png b/hypr/.config/wlogout/icons/restart.png new file mode 100755 index 0000000..963c58e Binary files /dev/null and b/hypr/.config/wlogout/icons/restart.png differ diff --git a/hypr/.config/wlogout/icons/sleep-hover.png b/hypr/.config/wlogout/icons/sleep-hover.png new file mode 100644 index 0000000..0ac492d Binary files /dev/null and b/hypr/.config/wlogout/icons/sleep-hover.png differ diff --git a/hypr/.config/wlogout/icons/sleep.png b/hypr/.config/wlogout/icons/sleep.png new file mode 100755 index 0000000..829316b Binary files /dev/null and b/hypr/.config/wlogout/icons/sleep.png differ diff --git a/hypr/.config/wlogout/layout b/hypr/.config/wlogout/layout index e59af32..c61321b 100644 --- a/hypr/.config/wlogout/layout +++ b/hypr/.config/wlogout/layout @@ -1,37 +1,36 @@ -{ - "label" : "exit", - "action" : "", - "text" : "Exit", - "keybind" : "h" -} -{ - "label" : "shutdown", - "action" : "systemctl poweroff", - "text" : "Shutdown", - "keybind" : "s" -} - -{ - "label" : "suspend", - "action" : "systemctl suspend-then-hibernate", - "text" : "Suspend", - "keybind" : "u" -} { "label" : "lock", - "action" : "hyprlock", + "action" : "$HOME/.config/hypr/scripts/LockScreen.sh", "text" : "Lock", "keybind" : "l" } -{ - "label" : "logout", - "action" : "hyprctl dispatch exit", - "text" : "Logout", - "keybind" : "e" -} { "label" : "reboot", "action" : "systemctl reboot", "text" : "Reboot", "keybind" : "r" } +{ + "label" : "shutdown", + "action" : "systemctl poweroff", + "text" : "Shutdown", + "keybind" : "s" +} +{ + "label" : "logout", + "action" : "loginctl kill-session $XDG_SESSION_ID", + "text" : "Logout", + "keybind" : "e" +} +{ + "label" : "suspend", + "action" : "systemctl suspend", + "text" : "Suspend", + "keybind" : "u" +} +{ + "label" : "hibernate", + "action" : "systemctl hibernate", + "text" : "Hibernate", + "keybind" : "h" +} diff --git a/hypr/.config/wlogout/layout.bak b/hypr/.config/wlogout/layout.bak new file mode 100644 index 0000000..e59af32 --- /dev/null +++ b/hypr/.config/wlogout/layout.bak @@ -0,0 +1,37 @@ +{ + "label" : "exit", + "action" : "", + "text" : "Exit", + "keybind" : "h" +} +{ + "label" : "shutdown", + "action" : "systemctl poweroff", + "text" : "Shutdown", + "keybind" : "s" +} + +{ + "label" : "suspend", + "action" : "systemctl suspend-then-hibernate", + "text" : "Suspend", + "keybind" : "u" +} +{ + "label" : "lock", + "action" : "hyprlock", + "text" : "Lock", + "keybind" : "l" +} +{ + "label" : "logout", + "action" : "hyprctl dispatch exit", + "text" : "Logout", + "keybind" : "e" +} +{ + "label" : "reboot", + "action" : "systemctl reboot", + "text" : "Reboot", + "keybind" : "r" +} diff --git a/hypr/.config/wlogout/style.css b/hypr/.config/wlogout/style.css index 9c851fb..f7489a7 100644 --- a/hypr/.config/wlogout/style.css +++ b/hypr/.config/wlogout/style.css @@ -1,88 +1,86 @@ -* { - font-family: JetBrains Mono, Symbols Nerd Font; - font-size: 24px; - transition-property: background-color; - transition-duration: 0.7s; -} +/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* wallust-wlogout */ + +/* Importing wallust colors */ +@import '../../.config/waybar/wallust/colors-waybar.css'; window { - background-color: #11111b; - /* border-radius: 10px; */ + font-family: Fira Code Medium; + font-size: 16pt; + color: #cdd6f4; /* text */ + background-color: rgba(30, 30, 46, 0.6); } button { - background-color: #11111b; - border-style: solid; - /* border-width: 2px; */ - border-radius: 50px; background-repeat: no-repeat; background-position: center; - background-size: 15%; - margin: 15px; -} - -button:active, -button:hover { - background-color: #cdd6f4; + background-size: 20%; + background-color: rgba(200, 220, 255, 0); + animation: gradient_f 20s ease-in infinite; + border-radius: 80px; /* Increased border radius for a more rounded look */ } button:focus { - background-color: #cdd6f4; + background-size: 25%; + border: 0px; + } +button:hover { + background-color: @color12; + color: #1e1e2e; + background-size: 50%; + margin: 30px; + border-radius: 80px; + transition: all 0.3s cubic-bezier(.55, 0.0, .28, 1.682), box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out; + box-shadow: 0 0 50px @color7; + +} + +/* Adjust the size of the icon or content inside the button */ +button span { + font-size: 1.2em; /* Increase the font size */ +} + + #lock { - background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/lock.png"), url("/usr/share/wlogout/icons/lock.png")); + background-image: image(url("./icons/lock.png")); } - #lock:hover { - background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/lock-hover.png"), url("/usr/share/wlogout/icons/lock.png")); - color: #11111b; + background-image: image(url("./icons/lock-hover.png")); } #logout { - background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/logout.png"), url("/usr/share/wlogout/icons/logout.png")); + background-image: image(url("./icons/logout.png")); } - #logout:hover { - background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/logout-hover.png"), url("/usr/share/wlogout/icons/logout.png")); - color: #11111b; + background-image: image(url("./icons/logout-hover.png")); } #suspend { - background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/sleep.png"), url("/usr/share/wlogout/icons/suspend.png")); + background-image: image(url("./icons/sleep.png")); } - #suspend:hover { - background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/sleep-hover.png"), url("/usr/share/wlogout/icons/suspend.png")); - color: #11111b; + background-image: image(url("./icons/sleep-hover.png")); } #shutdown { - background-image: image(url("/home/mfortin/.config/assets/logout/assets/power.png"), url("/usr/share/wlogout/icons/shutdown.png")); + background-image: image(url("./icons/power.png")); } - #shutdown:hover { - background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/power-hover.png"), url("/usr/share/wlogout/icons/shutdown.png")); - color: #11111b; + background-image: image(url("./icons/power-hover.png")); } #reboot { - background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/restart.png"), url("/usr/share/wlogout/icons/reboot.png")); + background-image: image(url("./icons/restart.png")); } - #reboot:hover { - background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/restart-hover.png"), url("/usr/share/wlogout/icons/reboot.png")); - color: #11111b; + background-image: image(url("./icons/restart-hover.png")); } -#exit { - background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/restart.png"), url("/usr/share/wlogout/icons/reboot.png")); - background-color: #11111b; - +#hibernate { + background-image: image(url("./icons/hibernate.png")); +} +#hibernate:hover { + background-image: image(url("./icons/hibernate-hover.png")); } - -#exit:hover { - background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/restart-hover.png"), url("/usr/share/wlogout/icons/reboot.png")); - color: #11111b; - background-color: #cdd6f4; -} \ No newline at end of file diff --git a/hypr/.config/wlogout/style.css.bak b/hypr/.config/wlogout/style.css.bak new file mode 100644 index 0000000..9c851fb --- /dev/null +++ b/hypr/.config/wlogout/style.css.bak @@ -0,0 +1,88 @@ +* { + font-family: JetBrains Mono, Symbols Nerd Font; + font-size: 24px; + transition-property: background-color; + transition-duration: 0.7s; +} + +window { + background-color: #11111b; + /* border-radius: 10px; */ +} + +button { + background-color: #11111b; + border-style: solid; + /* border-width: 2px; */ + border-radius: 50px; + background-repeat: no-repeat; + background-position: center; + background-size: 15%; + margin: 15px; +} + +button:active, +button:hover { + background-color: #cdd6f4; +} + +button:focus { + background-color: #cdd6f4; +} + +#lock { + background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/lock.png"), url("/usr/share/wlogout/icons/lock.png")); +} + +#lock:hover { + background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/lock-hover.png"), url("/usr/share/wlogout/icons/lock.png")); + color: #11111b; +} + +#logout { + background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/logout.png"), url("/usr/share/wlogout/icons/logout.png")); +} + +#logout:hover { + background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/logout-hover.png"), url("/usr/share/wlogout/icons/logout.png")); + color: #11111b; +} + +#suspend { + background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/sleep.png"), url("/usr/share/wlogout/icons/suspend.png")); +} + +#suspend:hover { + background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/sleep-hover.png"), url("/usr/share/wlogout/icons/suspend.png")); + color: #11111b; +} + +#shutdown { + background-image: image(url("/home/mfortin/.config/assets/logout/assets/power.png"), url("/usr/share/wlogout/icons/shutdown.png")); +} + +#shutdown:hover { + background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/power-hover.png"), url("/usr/share/wlogout/icons/shutdown.png")); + color: #11111b; +} + +#reboot { + background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/restart.png"), url("/usr/share/wlogout/icons/reboot.png")); +} + +#reboot:hover { + background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/restart-hover.png"), url("/usr/share/wlogout/icons/reboot.png")); + color: #11111b; +} + +#exit { + background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/restart.png"), url("/usr/share/wlogout/icons/reboot.png")); + background-color: #11111b; + +} + +#exit:hover { + background-image: image(url("/home/mfortin/.config/assets/wlogout/assets/restart-hover.png"), url("/usr/share/wlogout/icons/reboot.png")); + color: #11111b; + background-color: #cdd6f4; +} \ No newline at end of file diff --git a/hypr/.config/wpaperd/config.toml b/hypr/.config/wpaperd/config.toml index 82e694e..b792b28 100644 --- a/hypr/.config/wpaperd/config.toml +++ b/hypr/.config/wpaperd/config.toml @@ -1,3 +1,7 @@ -[any] -path = "/home/mfortin/.cache/images/wallpaper.png" +[default] +[any] +path = "$HOME/.cache/images/wallpaper.png" + +#[eDP-1] +#path = "$HOME/.cache/images/wallpaper.png" diff --git a/kitty/.config/kitty/kitty-colors.conf b/kitty/.config/kitty/kitty-colors.conf new file mode 100644 index 0000000..b3cb66a --- /dev/null +++ b/kitty/.config/kitty/kitty-colors.conf @@ -0,0 +1,32 @@ +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* wallust template - colors-kitty */ + +foreground #F7F8FA +background #000004 +cursor #F7F8FA + +active_tab_foreground #000004 +active_tab_background #F7F8FA +inactive_tab_foreground #F7F8FA +inactive_tab_background #000004 + +active_border_color #F7F8FA +inactive_border_color #000004 +bell_border_color #262B35 + +color0 #000004 +color1 #262B35 +color2 #3F5266 +color3 #506C87 +color4 #90625F +color5 #B09868 +color6 #AEB1B5 +color7 #EBEDF0 +color8 #A5A6A8 +color9 #333A47 +color10 #546E88 +color11 #6A90B4 +color12 #C0827F +color13 #EBCB8B +color14 #E8EBF2 +color15 #EBEDF0