man mountain biking emoji

man-mountain-biking-dark-skin-tone from OpenMoji by OpenMoji · Dark skin tone · People Body · CC-BY-SA-4.0 Attribution required.

Name
man-mountain-biking-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

Use the man mountain biking emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#6a462f"><circle cx="45.532" cy="8.013" r="2.999"/><path d="m45.442 14.87l3.381-.664l1.65 1.954l3.762 12.525l-3.176 2.654l-3.083 1.361l-6.614 8.887l-5.33 4.784l-1.444-2.605l3.246-6l-.966-7.531l1.225-2.9l8.694-2.49l-1.22-6.803"/></g><path fill="#d0cfce" stroke="#d0cfce" stroke-linejoin="round" stroke-width="2.32" d="M60.238 63.782c-2.751 0-6.816-.153-6.816-.153L37.79 61.422l-14.997-3.445L5.715 49.2l-.023-5.02l1.723-.706l2.332 1.625l4.634 4.158l4.87 1.45l9.343 4.773l5.181-1.197l7.352 1.414l10.159 5.202l5.22-.126"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="m51.525 60.693l4.981-.121L60.172 64M22.97 52.338l6.205 2.815l4.795-1.057l5.265 1.021M5.609 43.947l1.787-.721l2.949 2.14m11.343-8.998l14.304-16.691l2.944 2.11"/><circle cx="21.599" cy="36.334" r="9.723" stroke-miterlimit="10"/><circle cx="52.485" cy="48.247" r="9.723" stroke-miterlimit="10"/><circle cx="45.393" cy="8.152" r="3" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="m38.459 20.558l2.511-.547a13.3 13.3 0 0 0 3.797-1.244s.43-2.64.624-3.502a.8.8 0 0 1 .423-.68a3.12 3.12 0 0 1 3.01-.38c1.302.552 1.921 2.39 2.16 2.99a63 63 0 0 1 3.126 9.703a4.14 4.14 0 0 1-1.33 3.166l-.158.143a5.9 5.9 0 0 1-3.35 1.257l-5.715.239a1.935 1.935 0 0 0-1.874 1.932l.106 6.584a2.285 2.285 0 0 1-1.587 2.248a1.73 1.73 0 0 1-1.946-1.573L37.17 32.09a8.7 8.7 0 0 1 .372-3.332a3.67 3.67 0 0 1 2.441-1.814l5.088-.993c1.007-.223 2.491-1.707 2.316-2.863"/><path stroke-miterlimit="10" d="m40.203 42.467l-1.957 2.41a2.66 2.66 0 0 1-2.788.862a1.622 1.622 0 0 1-.733-2.328l3.108-5.645m11.139-6.316l-7.162 8.981"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiManMountainBikingDarkSkinTone(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="45.532" cy="8.013" r="2.999"/><path d="m45.442 14.87l3.381-.664l1.65 1.954l3.762 12.525l-3.176 2.654l-3.083 1.361l-6.614 8.887l-5.33 4.784l-1.444-2.605l3.246-6l-.966-7.531l1.225-2.9l8.694-2.49l-1.22-6.803"/></g><path fill="#d0cfce" stroke="#d0cfce" strokeLinejoin="round" strokeWidth="2.32" d="M60.238 63.782c-2.751 0-6.816-.153-6.816-.153L37.79 61.422l-14.997-3.445L5.715 49.2l-.023-5.02l1.723-.706l2.332 1.625l4.634 4.158l4.87 1.45l9.343 4.773l5.181-1.197l7.352 1.414l10.159 5.202l5.22-.126"/><g fill="none" stroke="#000" strokeWidth="2"><path strokeLinecap="round" strokeLinejoin="round" d="m51.525 60.693l4.981-.121L60.172 64M22.97 52.338l6.205 2.815l4.795-1.057l5.265 1.021M5.609 43.947l1.787-.721l2.949 2.14m11.343-8.998l14.304-16.691l2.944 2.11"/><circle cx="21.599" cy="36.334" r="9.723" strokeMiterlimit="10"/><circle cx="52.485" cy="48.247" r="9.723" strokeMiterlimit="10"/><circle cx="45.393" cy="8.152" r="3" strokeMiterlimit="10"/><path strokeLinecap="round" strokeLinejoin="round" d="m38.459 20.558l2.511-.547a13.3 13.3 0 0 0 3.797-1.244s.43-2.64.624-3.502a.8.8 0 0 1 .423-.68a3.12 3.12 0 0 1 3.01-.38c1.302.552 1.921 2.39 2.16 2.99a63 63 0 0 1 3.126 9.703a4.14 4.14 0 0 1-1.33 3.166l-.158.143a5.9 5.9 0 0 1-3.35 1.257l-5.715.239a1.935 1.935 0 0 0-1.874 1.932l.106 6.584a2.285 2.285 0 0 1-1.587 2.248a1.73 1.73 0 0 1-1.946-1.573L37.17 32.09a8.7 8.7 0 0 1 .372-3.332a3.67 3.67 0 0 1 2.441-1.814l5.088-.993c1.007-.223 2.491-1.707 2.316-2.863"/><path strokeMiterlimit="10" d="m40.203 42.467l-1.957 2.41a2.66 2.66 0 0 1-2.788.862a1.622 1.622 0 0 1-.733-2.328l3.108-5.645m11.139-6.316l-7.162 8.981"/></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="45.532" cy="8.013" r="2.999"/><path d="m45.442 14.87l3.381-.664l1.65 1.954l3.762 12.525l-3.176 2.654l-3.083 1.361l-6.614 8.887l-5.33 4.784l-1.444-2.605l3.246-6l-.966-7.531l1.225-2.9l8.694-2.49l-1.22-6.803"/></g><path fill="#d0cfce" stroke="#d0cfce" stroke-linejoin="round" stroke-width="2.32" d="M60.238 63.782c-2.751 0-6.816-.153-6.816-.153L37.79 61.422l-14.997-3.445L5.715 49.2l-.023-5.02l1.723-.706l2.332 1.625l4.634 4.158l4.87 1.45l9.343 4.773l5.181-1.197l7.352 1.414l10.159 5.202l5.22-.126"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="m51.525 60.693l4.981-.121L60.172 64M22.97 52.338l6.205 2.815l4.795-1.057l5.265 1.021M5.609 43.947l1.787-.721l2.949 2.14m11.343-8.998l14.304-16.691l2.944 2.11"/><circle cx="21.599" cy="36.334" r="9.723" stroke-miterlimit="10"/><circle cx="52.485" cy="48.247" r="9.723" stroke-miterlimit="10"/><circle cx="45.393" cy="8.152" r="3" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="m38.459 20.558l2.511-.547a13.3 13.3 0 0 0 3.797-1.244s.43-2.64.624-3.502a.8.8 0 0 1 .423-.68a3.12 3.12 0 0 1 3.01-.38c1.302.552 1.921 2.39 2.16 2.99a63 63 0 0 1 3.126 9.703a4.14 4.14 0 0 1-1.33 3.166l-.158.143a5.9 5.9 0 0 1-3.35 1.257l-5.715.239a1.935 1.935 0 0 0-1.874 1.932l.106 6.584a2.285 2.285 0 0 1-1.587 2.248a1.73 1.73 0 0 1-1.946-1.573L37.17 32.09a8.7 8.7 0 0 1 .372-3.332a3.67 3.67 0 0 1 2.441-1.814l5.088-.993c1.007-.223 2.491-1.707 2.316-2.863"/><path stroke-miterlimit="10" d="m40.203 42.467l-1.957 2.41a2.66 2.66 0 0 1-2.788.862a1.622 1.622 0 0 1-.733-2.328l3.108-5.645m11.139-6.316l-7.162 8.981"/></g></svg>
</template>

CSS

.icon-man-mountain-biking-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%2245.532%22%20cy%3D%228.013%22%20r%3D%222.999%22%2F%3E%3Cpath%20d%3D%22m45.442%2014.87l3.381-.664l1.65%201.954l3.762%2012.525l-3.176%202.654l-3.083%201.361l-6.614%208.887l-5.33%204.784l-1.444-2.605l3.246-6l-.966-7.531l1.225-2.9l8.694-2.49l-1.22-6.803%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23d0cfce%22%20stroke%3D%22%23d0cfce%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.32%22%20d%3D%22M60.238%2063.782c-2.751%200-6.816-.153-6.816-.153L37.79%2061.422l-14.997-3.445L5.715%2049.2l-.023-5.02l1.723-.706l2.332%201.625l4.634%204.158l4.87%201.45l9.343%204.773l5.181-1.197l7.352%201.414l10.159%205.202l5.22-.126%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m51.525%2060.693l4.981-.121L60.172%2064M22.97%2052.338l6.205%202.815l4.795-1.057l5.265%201.021M5.609%2043.947l1.787-.721l2.949%202.14m11.343-8.998l14.304-16.691l2.944%202.11%22%2F%3E%3Ccircle%20cx%3D%2221.599%22%20cy%3D%2236.334%22%20r%3D%229.723%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Ccircle%20cx%3D%2252.485%22%20cy%3D%2248.247%22%20r%3D%229.723%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Ccircle%20cx%3D%2245.393%22%20cy%3D%228.152%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%22m38.459%2020.558l2.511-.547a13.3%2013.3%200%200%200%203.797-1.244s.43-2.64.624-3.502a.8.8%200%200%201%20.423-.68a3.12%203.12%200%200%201%203.01-.38c1.302.552%201.921%202.39%202.16%202.99a63%2063%200%200%201%203.126%209.703a4.14%204.14%200%200%201-1.33%203.166l-.158.143a5.9%205.9%200%200%201-3.35%201.257l-5.715.239a1.935%201.935%200%200%200-1.874%201.932l.106%206.584a2.285%202.285%200%200%201-1.587%202.248a1.73%201.73%200%200%201-1.946-1.573L37.17%2032.09a8.7%208.7%200%200%201%20.372-3.332a3.67%203.67%200%200%201%202.441-1.814l5.088-.993c1.007-.223%202.491-1.707%202.316-2.863%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m40.203%2042.467l-1.957%202.41a2.66%202.66%200%200%201-2.788.862a1.622%201.622%200%200%201-.733-2.328l3.108-5.645m11.139-6.316l-7.162%208.981%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%2245.532%22%20cy%3D%228.013%22%20r%3D%222.999%22%2F%3E%3Cpath%20d%3D%22m45.442%2014.87l3.381-.664l1.65%201.954l3.762%2012.525l-3.176%202.654l-3.083%201.361l-6.614%208.887l-5.33%204.784l-1.444-2.605l3.246-6l-.966-7.531l1.225-2.9l8.694-2.49l-1.22-6.803%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23d0cfce%22%20stroke%3D%22%23d0cfce%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.32%22%20d%3D%22M60.238%2063.782c-2.751%200-6.816-.153-6.816-.153L37.79%2061.422l-14.997-3.445L5.715%2049.2l-.023-5.02l1.723-.706l2.332%201.625l4.634%204.158l4.87%201.45l9.343%204.773l5.181-1.197l7.352%201.414l10.159%205.202l5.22-.126%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m51.525%2060.693l4.981-.121L60.172%2064M22.97%2052.338l6.205%202.815l4.795-1.057l5.265%201.021M5.609%2043.947l1.787-.721l2.949%202.14m11.343-8.998l14.304-16.691l2.944%202.11%22%2F%3E%3Ccircle%20cx%3D%2221.599%22%20cy%3D%2236.334%22%20r%3D%229.723%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Ccircle%20cx%3D%2252.485%22%20cy%3D%2248.247%22%20r%3D%229.723%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Ccircle%20cx%3D%2245.393%22%20cy%3D%228.152%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%22m38.459%2020.558l2.511-.547a13.3%2013.3%200%200%200%203.797-1.244s.43-2.64.624-3.502a.8.8%200%200%201%20.423-.68a3.12%203.12%200%200%201%203.01-.38c1.302.552%201.921%202.39%202.16%202.99a63%2063%200%200%201%203.126%209.703a4.14%204.14%200%200%201-1.33%203.166l-.158.143a5.9%205.9%200%200%201-3.35%201.257l-5.715.239a1.935%201.935%200%200%200-1.874%201.932l.106%206.584a2.285%202.285%200%200%201-1.587%202.248a1.73%201.73%200%200%201-1.946-1.573L37.17%2032.09a8.7%208.7%200%200%201%20.372-3.332a3.67%203.67%200%200%201%202.441-1.814l5.088-.993c1.007-.223%202.491-1.707%202.316-2.863%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m40.203%2042.467l-1.957%202.41a2.66%202.66%200%200%201-2.788.862a1.622%201.622%200%200%201-.733-2.328l3.108-5.645m11.139-6.316l-7.162%208.981%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-mountain-biking-dark-skin-tone.svg?color=%231a73e8&size=48