man cartwheeling emoji
man-cartwheeling-dark-skin-tone from OpenMoji by OpenMoji · Dark skin tone · People Body · CC-BY-SA-4.0 Attribution required.
- Name
- man-cartwheeling-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 man cartwheeling emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#6a462f"><circle cx="32.697" cy="49.57" r="2.86"/><path d="M22.593 44.9c-1.24 1.906-.954 5.147-.954 10.58c0 1.812.096 2.67 2.288 2.67a41.5 41.5 0 0 1 0-8.77c.477-5.72 3.623-5.339 7.436-6.387s7.626 1.81 8.77 3.336s.953 11.821.953 11.821c3.05 0 2.193-2.478 2.193-2.478c0 2.478 1.239-9.724-.763-12.202a34 34 0 0 0-3.432-3.432l-1.906-1.907l.66-8.277s3.683-5.03 5.767-7.589l5.012-12.732h-2.86l-6.673 11.439l-5.72 4.766l-2.028.27l-10.364-2.176l-10.486-4.767l-.953 2.86l9.532 5.72l7.468 2.89l1.584 4.593s-1.446 2.938-2.253 4.696c-.78 1.7-1.746 2.597-3.271 5.075"/></g><g fill="none" stroke="#000" stroke-width="2"><circle cx="32.697" 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.144-2.383a1.59 1.59 0 0 1 2.193-.667l9.712 3.96c.868.434 7.278 1.996 7.278 1.996c1.048.286 4.84-.713 5.602-1.38c0 0 4.671-4.29 5.148-5.148l4.766-8.102a3.23 3.23 0 0 1 2.383-1.621c.763 0 1.144.763.763 1.811c0 0-3.256 8.39-3.724 9.403c-.624 1.35-4.452 5.711-5.624 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"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiManCartwheelingDarkSkinTone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#6a462f"><circle cx="32.697" cy="49.57" r="2.86"/><path d="M22.593 44.9c-1.24 1.906-.954 5.147-.954 10.58c0 1.812.096 2.67 2.288 2.67a41.5 41.5 0 0 1 0-8.77c.477-5.72 3.623-5.339 7.436-6.387s7.626 1.81 8.77 3.336s.953 11.821.953 11.821c3.05 0 2.193-2.478 2.193-2.478c0 2.478 1.239-9.724-.763-12.202a34 34 0 0 0-3.432-3.432l-1.906-1.907l.66-8.277s3.683-5.03 5.767-7.589l5.012-12.732h-2.86l-6.673 11.439l-5.72 4.766l-2.028.27l-10.364-2.176l-10.486-4.767l-.953 2.86l9.532 5.72l7.468 2.89l1.584 4.593s-1.446 2.938-2.253 4.696c-.78 1.7-1.746 2.597-3.271 5.075"/></g><g fill="none" stroke="#000" strokeWidth="2"><circle cx="32.697" 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.144-2.383a1.59 1.59 0 0 1 2.193-.667l9.712 3.96c.868.434 7.278 1.996 7.278 1.996c1.048.286 4.84-.713 5.602-1.38c0 0 4.671-4.29 5.148-5.148l4.766-8.102a3.23 3.23 0 0 1 2.383-1.621c.763 0 1.144.763.763 1.811c0 0-3.256 8.39-3.724 9.403c-.624 1.35-4.452 5.711-5.624 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"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#6a462f"><circle cx="32.697" cy="49.57" r="2.86"/><path d="M22.593 44.9c-1.24 1.906-.954 5.147-.954 10.58c0 1.812.096 2.67 2.288 2.67a41.5 41.5 0 0 1 0-8.77c.477-5.72 3.623-5.339 7.436-6.387s7.626 1.81 8.77 3.336s.953 11.821.953 11.821c3.05 0 2.193-2.478 2.193-2.478c0 2.478 1.239-9.724-.763-12.202a34 34 0 0 0-3.432-3.432l-1.906-1.907l.66-8.277s3.683-5.03 5.767-7.589l5.012-12.732h-2.86l-6.673 11.439l-5.72 4.766l-2.028.27l-10.364-2.176l-10.486-4.767l-.953 2.86l9.532 5.72l7.468 2.89l1.584 4.593s-1.446 2.938-2.253 4.696c-.78 1.7-1.746 2.597-3.271 5.075"/></g><g fill="none" stroke="#000" stroke-width="2"><circle cx="32.697" 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.144-2.383a1.59 1.59 0 0 1 2.193-.667l9.712 3.96c.868.434 7.278 1.996 7.278 1.996c1.048.286 4.84-.713 5.602-1.38c0 0 4.671-4.29 5.148-5.148l4.766-8.102a3.23 3.23 0 0 1 2.383-1.621c.763 0 1.144.763.763 1.811c0 0-3.256 8.39-3.724 9.403c-.624 1.35-4.452 5.711-5.624 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"/></g></svg> </template>
CSS
.icon-man-cartwheeling-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%3Cg%20fill%3D%22%236a462f%22%3E%3Ccircle%20cx%3D%2232.697%22%20cy%3D%2249.57%22%20r%3D%222.86%22%2F%3E%3Cpath%20d%3D%22M22.593%2044.9c-1.24%201.906-.954%205.147-.954%2010.58c0%201.812.096%202.67%202.288%202.67a41.5%2041.5%200%200%201%200-8.77c.477-5.72%203.623-5.339%207.436-6.387s7.626%201.81%208.77%203.336s.953%2011.821.953%2011.821c3.05%200%202.193-2.478%202.193-2.478c0%202.478%201.239-9.724-.763-12.202a34%2034%200%200%200-3.432-3.432l-1.906-1.907l.66-8.277s3.683-5.03%205.767-7.589l5.012-12.732h-2.86l-6.673%2011.439l-5.72%204.766l-2.028.27l-10.364-2.176l-10.486-4.767l-.953%202.86l9.532%205.72l7.468%202.89l1.584%204.593s-1.446%202.938-2.253%204.696c-.78%201.7-1.746%202.597-3.271%205.075%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.697%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.144-2.383a1.59%201.59%200%200%201%202.193-.667l9.712%203.96c.868.434%207.278%201.996%207.278%201.996c1.048.286%204.84-.713%205.602-1.38c0%200%204.671-4.29%205.148-5.148l4.766-8.102a3.23%203.23%200%200%201%202.383-1.621c.763%200%201.144.763.763%201.811c0%200-3.256%208.39-3.724%209.403c-.624%201.35-4.452%205.711-5.624%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%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%236a462f%22%3E%3Ccircle%20cx%3D%2232.697%22%20cy%3D%2249.57%22%20r%3D%222.86%22%2F%3E%3Cpath%20d%3D%22M22.593%2044.9c-1.24%201.906-.954%205.147-.954%2010.58c0%201.812.096%202.67%202.288%202.67a41.5%2041.5%200%200%201%200-8.77c.477-5.72%203.623-5.339%207.436-6.387s7.626%201.81%208.77%203.336s.953%2011.821.953%2011.821c3.05%200%202.193-2.478%202.193-2.478c0%202.478%201.239-9.724-.763-12.202a34%2034%200%200%200-3.432-3.432l-1.906-1.907l.66-8.277s3.683-5.03%205.767-7.589l5.012-12.732h-2.86l-6.673%2011.439l-5.72%204.766l-2.028.27l-10.364-2.176l-10.486-4.767l-.953%202.86l9.532%205.72l7.468%202.89l1.584%204.593s-1.446%202.938-2.253%204.696c-.78%201.7-1.746%202.597-3.271%205.075%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.697%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.144-2.383a1.59%201.59%200%200%201%202.193-.667l9.712%203.96c.868.434%207.278%201.996%207.278%201.996c1.048.286%204.84-.713%205.602-1.38c0%200%204.671-4.29%205.148-5.148l4.766-8.102a3.23%203.23%200%200%201%202.383-1.621c.763%200%201.144.763.763%201.811c0%200-3.256%208.39-3.724%209.403c-.624%201.35-4.452%205.711-5.624%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%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/man-cartwheeling-dark-skin-tone.svg?color=%231a73e8&size=48