woman cartwheeling emoji
woman-cartwheeling from OpenMoji by OpenMoji · Default · People Body · CC-BY-SA-4.0 Attribution required.
- Name
- woman-cartwheeling
- 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 cartwheeling emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fcea2b"><circle cx="32.698" cy="49.57" r="2.86"/><path d="M22.593 44.9c-1.24 1.906-.953 5.147-.953 10.58c0 1.811.095 2.67 2.288 2.67a41.5 41.5 0 0 1 0-8.77c.477-5.72 3.622-5.34 7.435-6.388s7.627 1.811 8.77 3.337s.954 11.82.954 11.82c3.05 0 2.192-2.478 2.192-2.478c0 2.478 1.24-9.724-.762-12.202a34 34 0 0 0-3.432-3.432l-1.907-1.906l.66-8.277s3.683-5.03 5.767-7.59l5.012-12.731h-2.86l-6.672 11.439l-5.72 4.766l-2.029.27l-10.364-2.176l-10.486-4.766l-.953 2.86l9.532 5.72l7.468 2.889l1.584 4.594s-1.446 2.937-2.253 4.696c-.78 1.7-1.746 2.596-3.271 5.074"/></g><g fill="none" stroke="#000" stroke-width="2"><circle cx="32.698" cy="49.57" r="3" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="m26.937 39.63l1.469-4.317c.19-1.049-.902-4.15-1.76-4.723l-15.493-7.712a2.29 2.29 0 0 1-1.143-2.383a1.59 1.59 0 0 1 2.193-.667l9.711 3.96c.869.434 7.279 1.996 7.279 1.996c1.048.286 4.84-.713 5.602-1.38c0 0 4.671-4.29 5.148-5.147l4.766-8.103a3.23 3.23 0 0 1 2.383-1.621c.763 0 1.144.762.763 1.81c0 0-3.257 8.39-3.725 9.404c-.623 1.35-4.452 5.711-5.623 7.67a14.3 14.3 0 0 0-1.309 3.596a27 27 0 0 0-.6 3.662a12.2 12.2 0 0 0 .548 3.598M23.832 57.196V49.57c0-3.241 1.716-5.243 3.813-5.72a16.25 16.25 0 0 1 9.533 0c2.097.477 3.813 2.574 3.813 5.72v7.626"/><path stroke-linecap="round" stroke-linejoin="round" d="M27.386 54.646s.658-.009.852-.43c.228-.496-.078-1.793.126-2.516a3.36 3.36 0 0 1 1.204-1.807"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiWomanCartwheeling(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="32.698" cy="49.57" r="2.86"/><path d="M22.593 44.9c-1.24 1.906-.953 5.147-.953 10.58c0 1.811.095 2.67 2.288 2.67a41.5 41.5 0 0 1 0-8.77c.477-5.72 3.622-5.34 7.435-6.388s7.627 1.811 8.77 3.337s.954 11.82.954 11.82c3.05 0 2.192-2.478 2.192-2.478c0 2.478 1.24-9.724-.762-12.202a34 34 0 0 0-3.432-3.432l-1.907-1.906l.66-8.277s3.683-5.03 5.767-7.59l5.012-12.731h-2.86l-6.672 11.439l-5.72 4.766l-2.029.27l-10.364-2.176l-10.486-4.766l-.953 2.86l9.532 5.72l7.468 2.889l1.584 4.594s-1.446 2.937-2.253 4.696c-.78 1.7-1.746 2.596-3.271 5.074"/></g><g fill="none" stroke="#000" strokeWidth="2"><circle cx="32.698" cy="49.57" r="3" strokeMiterlimit="10"/><path strokeLinecap="round" strokeLinejoin="round" d="m26.937 39.63l1.469-4.317c.19-1.049-.902-4.15-1.76-4.723l-15.493-7.712a2.29 2.29 0 0 1-1.143-2.383a1.59 1.59 0 0 1 2.193-.667l9.711 3.96c.869.434 7.279 1.996 7.279 1.996c1.048.286 4.84-.713 5.602-1.38c0 0 4.671-4.29 5.148-5.147l4.766-8.103a3.23 3.23 0 0 1 2.383-1.621c.763 0 1.144.762.763 1.81c0 0-3.257 8.39-3.725 9.404c-.623 1.35-4.452 5.711-5.623 7.67a14.3 14.3 0 0 0-1.309 3.596a27 27 0 0 0-.6 3.662a12.2 12.2 0 0 0 .548 3.598M23.832 57.196V49.57c0-3.241 1.716-5.243 3.813-5.72a16.25 16.25 0 0 1 9.533 0c2.097.477 3.813 2.574 3.813 5.72v7.626"/><path strokeLinecap="round" strokeLinejoin="round" d="M27.386 54.646s.658-.009.852-.43c.228-.496-.078-1.793.126-2.516a3.36 3.36 0 0 1 1.204-1.807"/></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="32.698" cy="49.57" r="2.86"/><path d="M22.593 44.9c-1.24 1.906-.953 5.147-.953 10.58c0 1.811.095 2.67 2.288 2.67a41.5 41.5 0 0 1 0-8.77c.477-5.72 3.622-5.34 7.435-6.388s7.627 1.811 8.77 3.337s.954 11.82.954 11.82c3.05 0 2.192-2.478 2.192-2.478c0 2.478 1.24-9.724-.762-12.202a34 34 0 0 0-3.432-3.432l-1.907-1.906l.66-8.277s3.683-5.03 5.767-7.59l5.012-12.731h-2.86l-6.672 11.439l-5.72 4.766l-2.029.27l-10.364-2.176l-10.486-4.766l-.953 2.86l9.532 5.72l7.468 2.889l1.584 4.594s-1.446 2.937-2.253 4.696c-.78 1.7-1.746 2.596-3.271 5.074"/></g><g fill="none" stroke="#000" stroke-width="2"><circle cx="32.698" cy="49.57" r="3" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="m26.937 39.63l1.469-4.317c.19-1.049-.902-4.15-1.76-4.723l-15.493-7.712a2.29 2.29 0 0 1-1.143-2.383a1.59 1.59 0 0 1 2.193-.667l9.711 3.96c.869.434 7.279 1.996 7.279 1.996c1.048.286 4.84-.713 5.602-1.38c0 0 4.671-4.29 5.148-5.147l4.766-8.103a3.23 3.23 0 0 1 2.383-1.621c.763 0 1.144.762.763 1.81c0 0-3.257 8.39-3.725 9.404c-.623 1.35-4.452 5.711-5.623 7.67a14.3 14.3 0 0 0-1.309 3.596a27 27 0 0 0-.6 3.662a12.2 12.2 0 0 0 .548 3.598M23.832 57.196V49.57c0-3.241 1.716-5.243 3.813-5.72a16.25 16.25 0 0 1 9.533 0c2.097.477 3.813 2.574 3.813 5.72v7.626"/><path stroke-linecap="round" stroke-linejoin="round" d="M27.386 54.646s.658-.009.852-.43c.228-.496-.078-1.793.126-2.516a3.36 3.36 0 0 1 1.204-1.807"/></g></svg> </template>
CSS
.icon-woman-cartwheeling {
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%2232.698%22%20cy%3D%2249.57%22%20r%3D%222.86%22%2F%3E%3Cpath%20d%3D%22M22.593%2044.9c-1.24%201.906-.953%205.147-.953%2010.58c0%201.811.095%202.67%202.288%202.67a41.5%2041.5%200%200%201%200-8.77c.477-5.72%203.622-5.34%207.435-6.388s7.627%201.811%208.77%203.337s.954%2011.82.954%2011.82c3.05%200%202.192-2.478%202.192-2.478c0%202.478%201.24-9.724-.762-12.202a34%2034%200%200%200-3.432-3.432l-1.907-1.906l.66-8.277s3.683-5.03%205.767-7.59l5.012-12.731h-2.86l-6.672%2011.439l-5.72%204.766l-2.029.27l-10.364-2.176l-10.486-4.766l-.953%202.86l9.532%205.72l7.468%202.889l1.584%204.594s-1.446%202.937-2.253%204.696c-.78%201.7-1.746%202.596-3.271%205.074%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2232.698%22%20cy%3D%2249.57%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%22m26.937%2039.63l1.469-4.317c.19-1.049-.902-4.15-1.76-4.723l-15.493-7.712a2.29%202.29%200%200%201-1.143-2.383a1.59%201.59%200%200%201%202.193-.667l9.711%203.96c.869.434%207.279%201.996%207.279%201.996c1.048.286%204.84-.713%205.602-1.38c0%200%204.671-4.29%205.148-5.147l4.766-8.103a3.23%203.23%200%200%201%202.383-1.621c.763%200%201.144.762.763%201.81c0%200-3.257%208.39-3.725%209.404c-.623%201.35-4.452%205.711-5.623%207.67a14.3%2014.3%200%200%200-1.309%203.596a27%2027%200%200%200-.6%203.662a12.2%2012.2%200%200%200%20.548%203.598M23.832%2057.196V49.57c0-3.241%201.716-5.243%203.813-5.72a16.25%2016.25%200%200%201%209.533%200c2.097.477%203.813%202.574%203.813%205.72v7.626%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M27.386%2054.646s.658-.009.852-.43c.228-.496-.078-1.793.126-2.516a3.36%203.36%200%200%201%201.204-1.807%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%2232.698%22%20cy%3D%2249.57%22%20r%3D%222.86%22%2F%3E%3Cpath%20d%3D%22M22.593%2044.9c-1.24%201.906-.953%205.147-.953%2010.58c0%201.811.095%202.67%202.288%202.67a41.5%2041.5%200%200%201%200-8.77c.477-5.72%203.622-5.34%207.435-6.388s7.627%201.811%208.77%203.337s.954%2011.82.954%2011.82c3.05%200%202.192-2.478%202.192-2.478c0%202.478%201.24-9.724-.762-12.202a34%2034%200%200%200-3.432-3.432l-1.907-1.906l.66-8.277s3.683-5.03%205.767-7.59l5.012-12.731h-2.86l-6.672%2011.439l-5.72%204.766l-2.029.27l-10.364-2.176l-10.486-4.766l-.953%202.86l9.532%205.72l7.468%202.889l1.584%204.594s-1.446%202.937-2.253%204.696c-.78%201.7-1.746%202.596-3.271%205.074%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2232.698%22%20cy%3D%2249.57%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%22m26.937%2039.63l1.469-4.317c.19-1.049-.902-4.15-1.76-4.723l-15.493-7.712a2.29%202.29%200%200%201-1.143-2.383a1.59%201.59%200%200%201%202.193-.667l9.711%203.96c.869.434%207.279%201.996%207.279%201.996c1.048.286%204.84-.713%205.602-1.38c0%200%204.671-4.29%205.148-5.147l4.766-8.103a3.23%203.23%200%200%201%202.383-1.621c.763%200%201.144.762.763%201.81c0%200-3.257%208.39-3.725%209.404c-.623%201.35-4.452%205.711-5.623%207.67a14.3%2014.3%200%200%200-1.309%203.596a27%2027%200%200%200-.6%203.662a12.2%2012.2%200%200%200%20.548%203.598M23.832%2057.196V49.57c0-3.241%201.716-5.243%203.813-5.72a16.25%2016.25%200%200%201%209.533%200c2.097.477%203.813%202.574%203.813%205.72v7.626%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M27.386%2054.646s.658-.009.852-.43c.228-.496-.078-1.793.126-2.516a3.36%203.36%200%200%201%201.204-1.807%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-cartwheeling.svg?color=%231a73e8&size=48