woman playing handball emoji
woman-playing-handball from OpenMoji by OpenMoji · Default · People Body · CC-BY-SA-4.0 Attribution required.
- Name
- woman-playing-handball
- Set
- OpenMoji
- Style
- Default
- 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 woman playing handball emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fcea2b"><circle cx="35.795" cy="12.733" r="2.86"/><path d="m35.51 19.215l-13.92 1.049l-7.244-.953s-1.335.667.476 1.906a15.9 15.9 0 0 0 7.054 2.383c3.337 0 6.594-.772 7.354.963a14.3 14.3 0 0 0 1.058 3.185l.842 1.354l-.715 5.309l-2.317 5.186l-11.369 5.452l.381 2.86l12.726-2.953l3.861-4.006l-.116 1.46l-.268 3.136a13.3 13.3 0 0 1-2.098 6.106l-3.458 5.315l2.544 1.796l6.99-8.287a3.6 3.6 0 0 0 .76-1.522l1.808-7.88a4 4 0 0 0 .084-.53l.61-6.893s.641-5.615 1.335-10.353c.838-1.924 4.583-.079 7.824.874c1.812.477 4.29 1.526 7.15 2.098c2.098.476 2.67-1.812 2.67-1.812l-17.446-6.1Z"/></g><circle cx="11.963" cy="20.359" r="2.86" fill="#ea5a47"/><g fill="none" stroke="#000" stroke-width="2"><circle cx="11.963" cy="20.358" r="2.86" stroke-miterlimit="10"/><circle cx="35.795" cy="12.733" r="3" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="M35.89 37.423a91 91 0 0 1-5.922 6.864a3 3 0 0 1-1.263.696l-9.783 2.64a1.7 1.7 0 0 1-2.097-1.144a2.28 2.28 0 0 1 1.525-2.097s5.589-2.552 8.552-4.41a5.9 5.9 0 0 0 2.221-2.541a25 25 0 0 0 2.14-6.264c.283-2.277-1.075-6.735-1.075-6.735"/><path stroke-linecap="round" stroke-linejoin="round" d="M33.478 40.913s.074 1.687.05 3.522a11.9 11.9 0 0 1-2.06 6.538l-3.3 4.848a1.78 1.78 0 0 0 .382 2.478a2.37 2.37 0 0 0 2.765-.476s3.795-4.72 5.648-7.3a7.9 7.9 0 0 0 1.28-2.827l1.094-4.719a20.6 20.6 0 0 0 .465-4.204c.067-1.515.145-3.468.141-4.777c0-.601.43-6.921.43-7.146m-27.552-9.446l6.96 3.05a6.37 6.37 0 0 0 3.526.19l2.098-.667a23.4 23.4 0 0 1 3.717-.762l10.486-.667a12.5 12.5 0 0 1 3.718.476l15.348 5.052M31.949 11.075s-.547-.366-.946-.128c-.469.279-.951 1.52-1.53 2a3.36 3.36 0 0 1-2.017.805"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiWomanPlayingHandball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fcea2b"><circle cx="35.795" cy="12.733" r="2.86"/><path d="m35.51 19.215l-13.92 1.049l-7.244-.953s-1.335.667.476 1.906a15.9 15.9 0 0 0 7.054 2.383c3.337 0 6.594-.772 7.354.963a14.3 14.3 0 0 0 1.058 3.185l.842 1.354l-.715 5.309l-2.317 5.186l-11.369 5.452l.381 2.86l12.726-2.953l3.861-4.006l-.116 1.46l-.268 3.136a13.3 13.3 0 0 1-2.098 6.106l-3.458 5.315l2.544 1.796l6.99-8.287a3.6 3.6 0 0 0 .76-1.522l1.808-7.88a4 4 0 0 0 .084-.53l.61-6.893s.641-5.615 1.335-10.353c.838-1.924 4.583-.079 7.824.874c1.812.477 4.29 1.526 7.15 2.098c2.098.476 2.67-1.812 2.67-1.812l-17.446-6.1Z"/></g><circle cx="11.963" cy="20.359" r="2.86" fill="#ea5a47"/><g fill="none" stroke="#000" strokeWidth="2"><circle cx="11.963" cy="20.358" r="2.86" strokeMiterlimit="10"/><circle cx="35.795" cy="12.733" r="3" strokeMiterlimit="10"/><path strokeLinecap="round" strokeLinejoin="round" d="M35.89 37.423a91 91 0 0 1-5.922 6.864a3 3 0 0 1-1.263.696l-9.783 2.64a1.7 1.7 0 0 1-2.097-1.144a2.28 2.28 0 0 1 1.525-2.097s5.589-2.552 8.552-4.41a5.9 5.9 0 0 0 2.221-2.541a25 25 0 0 0 2.14-6.264c.283-2.277-1.075-6.735-1.075-6.735"/><path strokeLinecap="round" strokeLinejoin="round" d="M33.478 40.913s.074 1.687.05 3.522a11.9 11.9 0 0 1-2.06 6.538l-3.3 4.848a1.78 1.78 0 0 0 .382 2.478a2.37 2.37 0 0 0 2.765-.476s3.795-4.72 5.648-7.3a7.9 7.9 0 0 0 1.28-2.827l1.094-4.719a20.6 20.6 0 0 0 .465-4.204c.067-1.515.145-3.468.141-4.777c0-.601.43-6.921.43-7.146m-27.552-9.446l6.96 3.05a6.37 6.37 0 0 0 3.526.19l2.098-.667a23.4 23.4 0 0 1 3.717-.762l10.486-.667a12.5 12.5 0 0 1 3.718.476l15.348 5.052M31.949 11.075s-.547-.366-.946-.128c-.469.279-.951 1.52-1.53 2a3.36 3.36 0 0 1-2.017.805"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fcea2b"><circle cx="35.795" cy="12.733" r="2.86"/><path d="m35.51 19.215l-13.92 1.049l-7.244-.953s-1.335.667.476 1.906a15.9 15.9 0 0 0 7.054 2.383c3.337 0 6.594-.772 7.354.963a14.3 14.3 0 0 0 1.058 3.185l.842 1.354l-.715 5.309l-2.317 5.186l-11.369 5.452l.381 2.86l12.726-2.953l3.861-4.006l-.116 1.46l-.268 3.136a13.3 13.3 0 0 1-2.098 6.106l-3.458 5.315l2.544 1.796l6.99-8.287a3.6 3.6 0 0 0 .76-1.522l1.808-7.88a4 4 0 0 0 .084-.53l.61-6.893s.641-5.615 1.335-10.353c.838-1.924 4.583-.079 7.824.874c1.812.477 4.29 1.526 7.15 2.098c2.098.476 2.67-1.812 2.67-1.812l-17.446-6.1Z"/></g><circle cx="11.963" cy="20.359" r="2.86" fill="#ea5a47"/><g fill="none" stroke="#000" stroke-width="2"><circle cx="11.963" cy="20.358" r="2.86" stroke-miterlimit="10"/><circle cx="35.795" cy="12.733" r="3" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="M35.89 37.423a91 91 0 0 1-5.922 6.864a3 3 0 0 1-1.263.696l-9.783 2.64a1.7 1.7 0 0 1-2.097-1.144a2.28 2.28 0 0 1 1.525-2.097s5.589-2.552 8.552-4.41a5.9 5.9 0 0 0 2.221-2.541a25 25 0 0 0 2.14-6.264c.283-2.277-1.075-6.735-1.075-6.735"/><path stroke-linecap="round" stroke-linejoin="round" d="M33.478 40.913s.074 1.687.05 3.522a11.9 11.9 0 0 1-2.06 6.538l-3.3 4.848a1.78 1.78 0 0 0 .382 2.478a2.37 2.37 0 0 0 2.765-.476s3.795-4.72 5.648-7.3a7.9 7.9 0 0 0 1.28-2.827l1.094-4.719a20.6 20.6 0 0 0 .465-4.204c.067-1.515.145-3.468.141-4.777c0-.601.43-6.921.43-7.146m-27.552-9.446l6.96 3.05a6.37 6.37 0 0 0 3.526.19l2.098-.667a23.4 23.4 0 0 1 3.717-.762l10.486-.667a12.5 12.5 0 0 1 3.718.476l15.348 5.052M31.949 11.075s-.547-.366-.946-.128c-.469.279-.951 1.52-1.53 2a3.36 3.36 0 0 1-2.017.805"/></g></svg> </template>
CSS
.icon-woman-playing-handball {
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%3Cg%20fill%3D%22%23fcea2b%22%3E%3Ccircle%20cx%3D%2235.795%22%20cy%3D%2212.733%22%20r%3D%222.86%22%2F%3E%3Cpath%20d%3D%22m35.51%2019.215l-13.92%201.049l-7.244-.953s-1.335.667.476%201.906a15.9%2015.9%200%200%200%207.054%202.383c3.337%200%206.594-.772%207.354.963a14.3%2014.3%200%200%200%201.058%203.185l.842%201.354l-.715%205.309l-2.317%205.186l-11.369%205.452l.381%202.86l12.726-2.953l3.861-4.006l-.116%201.46l-.268%203.136a13.3%2013.3%200%200%201-2.098%206.106l-3.458%205.315l2.544%201.796l6.99-8.287a3.6%203.6%200%200%200%20.76-1.522l1.808-7.88a4%204%200%200%200%20.084-.53l.61-6.893s.641-5.615%201.335-10.353c.838-1.924%204.583-.079%207.824.874c1.812.477%204.29%201.526%207.15%202.098c2.098.476%202.67-1.812%202.67-1.812l-17.446-6.1Z%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2211.963%22%20cy%3D%2220.359%22%20r%3D%222.86%22%20fill%3D%22%23ea5a47%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2211.963%22%20cy%3D%2220.358%22%20r%3D%222.86%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Ccircle%20cx%3D%2235.795%22%20cy%3D%2212.733%22%20r%3D%223%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M35.89%2037.423a91%2091%200%200%201-5.922%206.864a3%203%200%200%201-1.263.696l-9.783%202.64a1.7%201.7%200%200%201-2.097-1.144a2.28%202.28%200%200%201%201.525-2.097s5.589-2.552%208.552-4.41a5.9%205.9%200%200%200%202.221-2.541a25%2025%200%200%200%202.14-6.264c.283-2.277-1.075-6.735-1.075-6.735%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33.478%2040.913s.074%201.687.05%203.522a11.9%2011.9%200%200%201-2.06%206.538l-3.3%204.848a1.78%201.78%200%200%200%20.382%202.478a2.37%202.37%200%200%200%202.765-.476s3.795-4.72%205.648-7.3a7.9%207.9%200%200%200%201.28-2.827l1.094-4.719a20.6%2020.6%200%200%200%20.465-4.204c.067-1.515.145-3.468.141-4.777c0-.601.43-6.921.43-7.146m-27.552-9.446l6.96%203.05a6.37%206.37%200%200%200%203.526.19l2.098-.667a23.4%2023.4%200%200%201%203.717-.762l10.486-.667a12.5%2012.5%200%200%201%203.718.476l15.348%205.052M31.949%2011.075s-.547-.366-.946-.128c-.469.279-.951%201.52-1.53%202a3.36%203.36%200%200%201-2.017.805%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%3Cg%20fill%3D%22%23fcea2b%22%3E%3Ccircle%20cx%3D%2235.795%22%20cy%3D%2212.733%22%20r%3D%222.86%22%2F%3E%3Cpath%20d%3D%22m35.51%2019.215l-13.92%201.049l-7.244-.953s-1.335.667.476%201.906a15.9%2015.9%200%200%200%207.054%202.383c3.337%200%206.594-.772%207.354.963a14.3%2014.3%200%200%200%201.058%203.185l.842%201.354l-.715%205.309l-2.317%205.186l-11.369%205.452l.381%202.86l12.726-2.953l3.861-4.006l-.116%201.46l-.268%203.136a13.3%2013.3%200%200%201-2.098%206.106l-3.458%205.315l2.544%201.796l6.99-8.287a3.6%203.6%200%200%200%20.76-1.522l1.808-7.88a4%204%200%200%200%20.084-.53l.61-6.893s.641-5.615%201.335-10.353c.838-1.924%204.583-.079%207.824.874c1.812.477%204.29%201.526%207.15%202.098c2.098.476%202.67-1.812%202.67-1.812l-17.446-6.1Z%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2211.963%22%20cy%3D%2220.359%22%20r%3D%222.86%22%20fill%3D%22%23ea5a47%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2211.963%22%20cy%3D%2220.358%22%20r%3D%222.86%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Ccircle%20cx%3D%2235.795%22%20cy%3D%2212.733%22%20r%3D%223%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M35.89%2037.423a91%2091%200%200%201-5.922%206.864a3%203%200%200%201-1.263.696l-9.783%202.64a1.7%201.7%200%200%201-2.097-1.144a2.28%202.28%200%200%201%201.525-2.097s5.589-2.552%208.552-4.41a5.9%205.9%200%200%200%202.221-2.541a25%2025%200%200%200%202.14-6.264c.283-2.277-1.075-6.735-1.075-6.735%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33.478%2040.913s.074%201.687.05%203.522a11.9%2011.9%200%200%201-2.06%206.538l-3.3%204.848a1.78%201.78%200%200%200%20.382%202.478a2.37%202.37%200%200%200%202.765-.476s3.795-4.72%205.648-7.3a7.9%207.9%200%200%200%201.28-2.827l1.094-4.719a20.6%2020.6%200%200%200%20.465-4.204c.067-1.515.145-3.468.141-4.777c0-.601.43-6.921.43-7.146m-27.552-9.446l6.96%203.05a6.37%206.37%200%200%200%203.526.19l2.098-.667a23.4%2023.4%200%200%201%203.717-.762l10.486-.667a12.5%2012.5%200%200%201%203.718.476l15.348%205.052M31.949%2011.075s-.547-.366-.946-.128c-.469.279-.951%201.52-1.53%202a3.36%203.36%200%200%201-2.017.805%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/woman-playing-handball.svg?color=%231a73e8&size=48