person juggling emoji
person-juggling-light-skin-tone from OpenMoji by OpenMoji · Light skin tone · People Body · CC-BY-SA-4.0 Attribution required.
- Name
- person-juggling-light-skin-tone
- Set
- OpenMoji
- Style
- Light skin tone
- Category
- People Body
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
5 other variants in OpenMoji
The same emoji in other sets
More people body icons from OpenMoji
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-rightbackhand-index-pointing-upballet-dancerbiting-lipboneboybreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcouple-with-heartcouple-with-heart-man-mancouple-with-heart-man-man-dark-skin-tone-light-skin-tone
Use the person juggling emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="19.969" cy="18.094" r="2" fill="#ea5a47"/><circle cx="40.969" cy="6.094" r="2" fill="#92d3f5"/><circle cx="55.969" cy="27.094" r="2" fill="#b1cc33"/><g fill="#fadcbc" stroke="#fadcbc"><circle cx="35.969" cy="13.094" r="3"/><path d="m30 26l-1.7 41h3.3L35 42h2l3.4 25h3.3L42 26s.214 4.116 1.417 6c.857 1.343 2.666 3.375 6.125 2.875c0 0 4.52-.562 5.333-2.25c.465-.966.125-1.584.042-1.875s-2.667.709-2.667.709L49.167 32l-2.083-1.125l-1.334-1.458l-1.958-7.292l-3.458-1.333l-9.709-.208l-3.416 4.458l-.542 4.291L25 30.5l-6.666-6.166s-1.459 1.729-.459 3.104s3.788 5.324 5.916 5.728c2.417.459 3.793-.615 4.375-1.416c.667-.917 1.501-3.083 1.834-5.75z"/></g><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="35.969" cy="13.094" r="3"/><path stroke-linecap="round" stroke-linejoin="round" d="m41 26l2.568 39.004c.073 1.098-.61 1.996-1.517 1.996c-.908 0-1.772-.892-1.92-1.981L37.27 43.98C37.12 42.891 36.55 42 36 42s-1.121.892-1.27 1.981L31.87 65.02c-.15 1.089-1.014 1.98-1.92 1.98c-.908 0-1.59-.898-1.518-1.996L31 26"/><path stroke-linecap="round" stroke-linejoin="round" d="m19 25l3.707 4.237c1.812 2.07 3.663 1.543 4.115-1.17l.356-2.135C27.63 23.22 29.8 20.775 32 20.5s5.8-.275 8 0s4.37 2.72 4.822 5.432l.356 2.136C45.63 30.78 47.8 32.55 50 32l4-1"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPersonJugglingLightSkinTone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="19.969" cy="18.094" r="2" fill="#ea5a47"/><circle cx="40.969" cy="6.094" r="2" fill="#92d3f5"/><circle cx="55.969" cy="27.094" r="2" fill="#b1cc33"/><g fill="#fadcbc" stroke="#fadcbc"><circle cx="35.969" cy="13.094" r="3"/><path d="m30 26l-1.7 41h3.3L35 42h2l3.4 25h3.3L42 26s.214 4.116 1.417 6c.857 1.343 2.666 3.375 6.125 2.875c0 0 4.52-.562 5.333-2.25c.465-.966.125-1.584.042-1.875s-2.667.709-2.667.709L49.167 32l-2.083-1.125l-1.334-1.458l-1.958-7.292l-3.458-1.333l-9.709-.208l-3.416 4.458l-.542 4.291L25 30.5l-6.666-6.166s-1.459 1.729-.459 3.104s3.788 5.324 5.916 5.728c2.417.459 3.793-.615 4.375-1.416c.667-.917 1.501-3.083 1.834-5.75z"/></g><g fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"><circle cx="35.969" cy="13.094" r="3"/><path strokeLinecap="round" strokeLinejoin="round" d="m41 26l2.568 39.004c.073 1.098-.61 1.996-1.517 1.996c-.908 0-1.772-.892-1.92-1.981L37.27 43.98C37.12 42.891 36.55 42 36 42s-1.121.892-1.27 1.981L31.87 65.02c-.15 1.089-1.014 1.98-1.92 1.98c-.908 0-1.59-.898-1.518-1.996L31 26"/><path strokeLinecap="round" strokeLinejoin="round" d="m19 25l3.707 4.237c1.812 2.07 3.663 1.543 4.115-1.17l.356-2.135C27.63 23.22 29.8 20.775 32 20.5s5.8-.275 8 0s4.37 2.72 4.822 5.432l.356 2.136C45.63 30.78 47.8 32.55 50 32l4-1"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="19.969" cy="18.094" r="2" fill="#ea5a47"/><circle cx="40.969" cy="6.094" r="2" fill="#92d3f5"/><circle cx="55.969" cy="27.094" r="2" fill="#b1cc33"/><g fill="#fadcbc" stroke="#fadcbc"><circle cx="35.969" cy="13.094" r="3"/><path d="m30 26l-1.7 41h3.3L35 42h2l3.4 25h3.3L42 26s.214 4.116 1.417 6c.857 1.343 2.666 3.375 6.125 2.875c0 0 4.52-.562 5.333-2.25c.465-.966.125-1.584.042-1.875s-2.667.709-2.667.709L49.167 32l-2.083-1.125l-1.334-1.458l-1.958-7.292l-3.458-1.333l-9.709-.208l-3.416 4.458l-.542 4.291L25 30.5l-6.666-6.166s-1.459 1.729-.459 3.104s3.788 5.324 5.916 5.728c2.417.459 3.793-.615 4.375-1.416c.667-.917 1.501-3.083 1.834-5.75z"/></g><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="35.969" cy="13.094" r="3"/><path stroke-linecap="round" stroke-linejoin="round" d="m41 26l2.568 39.004c.073 1.098-.61 1.996-1.517 1.996c-.908 0-1.772-.892-1.92-1.981L37.27 43.98C37.12 42.891 36.55 42 36 42s-1.121.892-1.27 1.981L31.87 65.02c-.15 1.089-1.014 1.98-1.92 1.98c-.908 0-1.59-.898-1.518-1.996L31 26"/><path stroke-linecap="round" stroke-linejoin="round" d="m19 25l3.707 4.237c1.812 2.07 3.663 1.543 4.115-1.17l.356-2.135C27.63 23.22 29.8 20.775 32 20.5s5.8-.275 8 0s4.37 2.72 4.822 5.432l.356 2.136C45.63 30.78 47.8 32.55 50 32l4-1"/></g></svg> </template>
CSS
.icon-person-juggling-light-skin-tone {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Ccircle%20cx%3D%2219.969%22%20cy%3D%2218.094%22%20r%3D%222%22%20fill%3D%22%23ea5a47%22%2F%3E%3Ccircle%20cx%3D%2240.969%22%20cy%3D%226.094%22%20r%3D%222%22%20fill%3D%22%2392d3f5%22%2F%3E%3Ccircle%20cx%3D%2255.969%22%20cy%3D%2227.094%22%20r%3D%222%22%20fill%3D%22%23b1cc33%22%2F%3E%3Cg%20fill%3D%22%23fadcbc%22%20stroke%3D%22%23fadcbc%22%3E%3Ccircle%20cx%3D%2235.969%22%20cy%3D%2213.094%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22m30%2026l-1.7%2041h3.3L35%2042h2l3.4%2025h3.3L42%2026s.214%204.116%201.417%206c.857%201.343%202.666%203.375%206.125%202.875c0%200%204.52-.562%205.333-2.25c.465-.966.125-1.584.042-1.875s-2.667.709-2.667.709L49.167%2032l-2.083-1.125l-1.334-1.458l-1.958-7.292l-3.458-1.333l-9.709-.208l-3.416%204.458l-.542%204.291L25%2030.5l-6.666-6.166s-1.459%201.729-.459%203.104s3.788%205.324%205.916%205.728c2.417.459%203.793-.615%204.375-1.416c.667-.917%201.501-3.083%201.834-5.75z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2235.969%22%20cy%3D%2213.094%22%20r%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m41%2026l2.568%2039.004c.073%201.098-.61%201.996-1.517%201.996c-.908%200-1.772-.892-1.92-1.981L37.27%2043.98C37.12%2042.891%2036.55%2042%2036%2042s-1.121.892-1.27%201.981L31.87%2065.02c-.15%201.089-1.014%201.98-1.92%201.98c-.908%200-1.59-.898-1.518-1.996L31%2026%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m19%2025l3.707%204.237c1.812%202.07%203.663%201.543%204.115-1.17l.356-2.135C27.63%2023.22%2029.8%2020.775%2032%2020.5s5.8-.275%208%200s4.37%202.72%204.822%205.432l.356%202.136C45.63%2030.78%2047.8%2032.55%2050%2032l4-1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Ccircle%20cx%3D%2219.969%22%20cy%3D%2218.094%22%20r%3D%222%22%20fill%3D%22%23ea5a47%22%2F%3E%3Ccircle%20cx%3D%2240.969%22%20cy%3D%226.094%22%20r%3D%222%22%20fill%3D%22%2392d3f5%22%2F%3E%3Ccircle%20cx%3D%2255.969%22%20cy%3D%2227.094%22%20r%3D%222%22%20fill%3D%22%23b1cc33%22%2F%3E%3Cg%20fill%3D%22%23fadcbc%22%20stroke%3D%22%23fadcbc%22%3E%3Ccircle%20cx%3D%2235.969%22%20cy%3D%2213.094%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22m30%2026l-1.7%2041h3.3L35%2042h2l3.4%2025h3.3L42%2026s.214%204.116%201.417%206c.857%201.343%202.666%203.375%206.125%202.875c0%200%204.52-.562%205.333-2.25c.465-.966.125-1.584.042-1.875s-2.667.709-2.667.709L49.167%2032l-2.083-1.125l-1.334-1.458l-1.958-7.292l-3.458-1.333l-9.709-.208l-3.416%204.458l-.542%204.291L25%2030.5l-6.666-6.166s-1.459%201.729-.459%203.104s3.788%205.324%205.916%205.728c2.417.459%203.793-.615%204.375-1.416c.667-.917%201.501-3.083%201.834-5.75z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2235.969%22%20cy%3D%2213.094%22%20r%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m41%2026l2.568%2039.004c.073%201.098-.61%201.996-1.517%201.996c-.908%200-1.772-.892-1.92-1.981L37.27%2043.98C37.12%2042.891%2036.55%2042%2036%2042s-1.121.892-1.27%201.981L31.87%2065.02c-.15%201.089-1.014%201.98-1.92%201.98c-.908%200-1.59-.898-1.518-1.996L31%2026%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m19%2025l3.707%204.237c1.812%202.07%203.663%201.543%204.115-1.17l.356-2.135C27.63%2023.22%2029.8%2020.775%2032%2020.5s5.8-.275%208%200s4.37%202.72%204.822%205.432l.356%202.136C45.63%2030.78%2047.8%2032.55%2050%2032l4-1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/person-juggling-light-skin-tone.svg?color=%231a73e8&size=48