person playing handball emoji
person-playing-handball-dark-skin-tone from OpenMoji by OpenMoji · Dark skin tone · People Body · CC-BY-SA-4.0 Attribution required.
- Name
- person-playing-handball-dark-skin-tone
- Set
- OpenMoji
- Style
- Dark 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 playing handball emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="14.969" cy="19.094" r="3" fill="#92d3f5"/><circle cx="14.969" cy="19.094" r="3" fill="#ea5a47"/><g fill="#6a462f" stroke="#6a462f"><circle cx="39.969" cy="11.094" r="3"/><path d="m33.834 22l1.161 2.763l-.026-.597z"/><path d="m39.68 17.916l-14.597 1.065l-7.583-.965s-1.368.684.469 2.027c1.546 1.13 5.325 2.541 7.365 2.541c3.5 0 6.333-2.083 7.668-.362a454 454 0 0 0 1.993 2.54l.14 3.238l-3 7l-2 6l-10.173 4l.424 3l13.75-2l3.561-5.342L37.136 42v7l-6.167 9l3 2l8.167-9l3-13s1.09-13.193 1.27-16c.136-2.125 4.726.146 8.143 1.063C56.422 23.565 59 24.625 62 25.25c2.182.454 2.844-1.937 2.844-1.937l-18.28-6.373z"/></g><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="39.969" cy="11.094" r="3"/><circle cx="14.969" cy="19.094" r="3"/><path stroke-linecap="round" stroke-linejoin="round" d="m40.136 37l-4.89 7.336c-.611.915-2 1.794-3.09 1.952l-9.79 1.424c-1.09.158-2.076-.387-2.192-1.212s.626-1.83 1.65-2.231l6.45-2.538c1.024-.402 2.146-1.585 2.495-2.629l.734-2.204a58 58 0 0 1 1.42-3.736l1.425-3.324c.433-1.01.75-2.7.705-3.755c-.047-1.054-.34-2.404-.652-3L33.834 22"/><path stroke-linecap="round" stroke-linejoin="round" d="M37 42v5c0 1.1-.441 2.742-1.062 3.65l-3.873 5.7c-.622.908-.438 2.1.387 2.65s2.112.334 2.852-.481l5.484-6.038c.74-.815 1.548-2.358 1.796-3.43l2.1-9.102c.249-1.072.471-2.848.497-3.948L45.43 22m-29.555-6l7.293 3.197c1.008.442 2.686.518 3.73.17l2.205-.735c1.043-.347 2.795-.692 3.892-.765l11.01-.734c1.097-.073 2.848.152 3.892.5L64 23"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPersonPlayingHandballDarkSkinTone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="14.969" cy="19.094" r="3" fill="#92d3f5"/><circle cx="14.969" cy="19.094" r="3" fill="#ea5a47"/><g fill="#6a462f" stroke="#6a462f"><circle cx="39.969" cy="11.094" r="3"/><path d="m33.834 22l1.161 2.763l-.026-.597z"/><path d="m39.68 17.916l-14.597 1.065l-7.583-.965s-1.368.684.469 2.027c1.546 1.13 5.325 2.541 7.365 2.541c3.5 0 6.333-2.083 7.668-.362a454 454 0 0 0 1.993 2.54l.14 3.238l-3 7l-2 6l-10.173 4l.424 3l13.75-2l3.561-5.342L37.136 42v7l-6.167 9l3 2l8.167-9l3-13s1.09-13.193 1.27-16c.136-2.125 4.726.146 8.143 1.063C56.422 23.565 59 24.625 62 25.25c2.182.454 2.844-1.937 2.844-1.937l-18.28-6.373z"/></g><g fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"><circle cx="39.969" cy="11.094" r="3"/><circle cx="14.969" cy="19.094" r="3"/><path strokeLinecap="round" strokeLinejoin="round" d="m40.136 37l-4.89 7.336c-.611.915-2 1.794-3.09 1.952l-9.79 1.424c-1.09.158-2.076-.387-2.192-1.212s.626-1.83 1.65-2.231l6.45-2.538c1.024-.402 2.146-1.585 2.495-2.629l.734-2.204a58 58 0 0 1 1.42-3.736l1.425-3.324c.433-1.01.75-2.7.705-3.755c-.047-1.054-.34-2.404-.652-3L33.834 22"/><path strokeLinecap="round" strokeLinejoin="round" d="M37 42v5c0 1.1-.441 2.742-1.062 3.65l-3.873 5.7c-.622.908-.438 2.1.387 2.65s2.112.334 2.852-.481l5.484-6.038c.74-.815 1.548-2.358 1.796-3.43l2.1-9.102c.249-1.072.471-2.848.497-3.948L45.43 22m-29.555-6l7.293 3.197c1.008.442 2.686.518 3.73.17l2.205-.735c1.043-.347 2.795-.692 3.892-.765l11.01-.734c1.097-.073 2.848.152 3.892.5L64 23"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="14.969" cy="19.094" r="3" fill="#92d3f5"/><circle cx="14.969" cy="19.094" r="3" fill="#ea5a47"/><g fill="#6a462f" stroke="#6a462f"><circle cx="39.969" cy="11.094" r="3"/><path d="m33.834 22l1.161 2.763l-.026-.597z"/><path d="m39.68 17.916l-14.597 1.065l-7.583-.965s-1.368.684.469 2.027c1.546 1.13 5.325 2.541 7.365 2.541c3.5 0 6.333-2.083 7.668-.362a454 454 0 0 0 1.993 2.54l.14 3.238l-3 7l-2 6l-10.173 4l.424 3l13.75-2l3.561-5.342L37.136 42v7l-6.167 9l3 2l8.167-9l3-13s1.09-13.193 1.27-16c.136-2.125 4.726.146 8.143 1.063C56.422 23.565 59 24.625 62 25.25c2.182.454 2.844-1.937 2.844-1.937l-18.28-6.373z"/></g><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="39.969" cy="11.094" r="3"/><circle cx="14.969" cy="19.094" r="3"/><path stroke-linecap="round" stroke-linejoin="round" d="m40.136 37l-4.89 7.336c-.611.915-2 1.794-3.09 1.952l-9.79 1.424c-1.09.158-2.076-.387-2.192-1.212s.626-1.83 1.65-2.231l6.45-2.538c1.024-.402 2.146-1.585 2.495-2.629l.734-2.204a58 58 0 0 1 1.42-3.736l1.425-3.324c.433-1.01.75-2.7.705-3.755c-.047-1.054-.34-2.404-.652-3L33.834 22"/><path stroke-linecap="round" stroke-linejoin="round" d="M37 42v5c0 1.1-.441 2.742-1.062 3.65l-3.873 5.7c-.622.908-.438 2.1.387 2.65s2.112.334 2.852-.481l5.484-6.038c.74-.815 1.548-2.358 1.796-3.43l2.1-9.102c.249-1.072.471-2.848.497-3.948L45.43 22m-29.555-6l7.293 3.197c1.008.442 2.686.518 3.73.17l2.205-.735c1.043-.347 2.795-.692 3.892-.765l11.01-.734c1.097-.073 2.848.152 3.892.5L64 23"/></g></svg> </template>
CSS
.icon-person-playing-handball-dark-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%2214.969%22%20cy%3D%2219.094%22%20r%3D%223%22%20fill%3D%22%2392d3f5%22%2F%3E%3Ccircle%20cx%3D%2214.969%22%20cy%3D%2219.094%22%20r%3D%223%22%20fill%3D%22%23ea5a47%22%2F%3E%3Cg%20fill%3D%22%236a462f%22%20stroke%3D%22%236a462f%22%3E%3Ccircle%20cx%3D%2239.969%22%20cy%3D%2211.094%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22m33.834%2022l1.161%202.763l-.026-.597z%22%2F%3E%3Cpath%20d%3D%22m39.68%2017.916l-14.597%201.065l-7.583-.965s-1.368.684.469%202.027c1.546%201.13%205.325%202.541%207.365%202.541c3.5%200%206.333-2.083%207.668-.362a454%20454%200%200%200%201.993%202.54l.14%203.238l-3%207l-2%206l-10.173%204l.424%203l13.75-2l3.561-5.342L37.136%2042v7l-6.167%209l3%202l8.167-9l3-13s1.09-13.193%201.27-16c.136-2.125%204.726.146%208.143%201.063C56.422%2023.565%2059%2024.625%2062%2025.25c2.182.454%202.844-1.937%202.844-1.937l-18.28-6.373z%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%2239.969%22%20cy%3D%2211.094%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2214.969%22%20cy%3D%2219.094%22%20r%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m40.136%2037l-4.89%207.336c-.611.915-2%201.794-3.09%201.952l-9.79%201.424c-1.09.158-2.076-.387-2.192-1.212s.626-1.83%201.65-2.231l6.45-2.538c1.024-.402%202.146-1.585%202.495-2.629l.734-2.204a58%2058%200%200%201%201.42-3.736l1.425-3.324c.433-1.01.75-2.7.705-3.755c-.047-1.054-.34-2.404-.652-3L33.834%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M37%2042v5c0%201.1-.441%202.742-1.062%203.65l-3.873%205.7c-.622.908-.438%202.1.387%202.65s2.112.334%202.852-.481l5.484-6.038c.74-.815%201.548-2.358%201.796-3.43l2.1-9.102c.249-1.072.471-2.848.497-3.948L45.43%2022m-29.555-6l7.293%203.197c1.008.442%202.686.518%203.73.17l2.205-.735c1.043-.347%202.795-.692%203.892-.765l11.01-.734c1.097-.073%202.848.152%203.892.5L64%2023%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%2214.969%22%20cy%3D%2219.094%22%20r%3D%223%22%20fill%3D%22%2392d3f5%22%2F%3E%3Ccircle%20cx%3D%2214.969%22%20cy%3D%2219.094%22%20r%3D%223%22%20fill%3D%22%23ea5a47%22%2F%3E%3Cg%20fill%3D%22%236a462f%22%20stroke%3D%22%236a462f%22%3E%3Ccircle%20cx%3D%2239.969%22%20cy%3D%2211.094%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22m33.834%2022l1.161%202.763l-.026-.597z%22%2F%3E%3Cpath%20d%3D%22m39.68%2017.916l-14.597%201.065l-7.583-.965s-1.368.684.469%202.027c1.546%201.13%205.325%202.541%207.365%202.541c3.5%200%206.333-2.083%207.668-.362a454%20454%200%200%200%201.993%202.54l.14%203.238l-3%207l-2%206l-10.173%204l.424%203l13.75-2l3.561-5.342L37.136%2042v7l-6.167%209l3%202l8.167-9l3-13s1.09-13.193%201.27-16c.136-2.125%204.726.146%208.143%201.063C56.422%2023.565%2059%2024.625%2062%2025.25c2.182.454%202.844-1.937%202.844-1.937l-18.28-6.373z%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%2239.969%22%20cy%3D%2211.094%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2214.969%22%20cy%3D%2219.094%22%20r%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m40.136%2037l-4.89%207.336c-.611.915-2%201.794-3.09%201.952l-9.79%201.424c-1.09.158-2.076-.387-2.192-1.212s.626-1.83%201.65-2.231l6.45-2.538c1.024-.402%202.146-1.585%202.495-2.629l.734-2.204a58%2058%200%200%201%201.42-3.736l1.425-3.324c.433-1.01.75-2.7.705-3.755c-.047-1.054-.34-2.404-.652-3L33.834%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M37%2042v5c0%201.1-.441%202.742-1.062%203.65l-3.873%205.7c-.622.908-.438%202.1.387%202.65s2.112.334%202.852-.481l5.484-6.038c.74-.815%201.548-2.358%201.796-3.43l2.1-9.102c.249-1.072.471-2.848.497-3.948L45.43%2022m-29.555-6l7.293%203.197c1.008.442%202.686.518%203.73.17l2.205-.735c1.043-.347%202.795-.692%203.892-.765l11.01-.734c1.097-.073%202.848.152%203.892.5L64%2023%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-playing-handball-dark-skin-tone.svg?color=%231a73e8&size=48