person mountain biking emoji

person-mountain-biking-medium-skin-tone from OpenMoji by OpenMoji · Medium skin tone · People Body · CC-BY-SA-4.0 Attribution required.

Name
person-mountain-biking-medium-skin-tone
Set
OpenMoji
Style
Medium 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 person mountain biking emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M40 26.095L56 16l12 13.46V69H4V29.46l14-8.412l10 6.73z"/><circle cx="19.1" cy="57" r="10.2" fill="#fff"/><circle cx="51.1" cy="57" r="10.2" fill="#fff"/><g fill="#c19a65"><circle cx="33.4" cy="16.1" r="3"/><path d="m33.4 26.9l2-2.9l3.8.1l6.3 14.1l-2.1 3.8l-2.5 2.5l-3.1 11.2l-3.4 6.7l-2.4-2l.9-7.1l-3.8-7l.1-3.3l8-5l-2.8-7.5"/></g><g fill="none" stroke="#000" stroke-width="2"><circle cx="33.4" cy="17.1" r="3" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="m25.3 34.1l4.3-2.9a12.4 12.4 0 0 0 2.8-2.8l1.9-2.7a4.14 4.14 0 0 1 3.1-1.6a3.2 3.2 0 0 1 2.7 1.9l4.6 10.5a4.97 4.97 0 0 1-.1 3.6l-.1.2a6.16 6.16 0 0 1-2.8 2.5l-5.5 2.4a2.03 2.03 0 0 0-1.1 2.6l2.6 6.4A2.4 2.4 0 0 1 37 57a1.815 1.815 0 0 1-2.5-.8L30.1 48a9.1 9.1 0 0 1-.9-3.4a3.85 3.85 0 0 1 1.7-2.7l4.6-2.9a2.92 2.92 0 0 0 1.2-3l-1.5-6"/><circle cx="19.1" cy="58" r="10.2" stroke-miterlimit="10"/><circle cx="51.1" cy="58" r="10.2" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="m19.2 58l2-24H25"/><path stroke-miterlimit="10" d="m37 57l-1 3.1a2.79 2.79 0 0 1-2.4 1.9a1.702 1.702 0 0 1-1.6-2l.9-6.7m8.5-10.4l-3.6 11.5"/><path stroke-linecap="round" stroke-miterlimit="10" d="m5 29.46l10.362-7.265a3.26 3.26 0 0 1 3.33-.08L25 26.095m19-2.524l10.309-6.504a2.326 2.326 0 0 1 2.957.482L67 29.46"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiPersonMountainBikingMediumSkinTone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M40 26.095L56 16l12 13.46V69H4V29.46l14-8.412l10 6.73z"/><circle cx="19.1" cy="57" r="10.2" fill="#fff"/><circle cx="51.1" cy="57" r="10.2" fill="#fff"/><g fill="#c19a65"><circle cx="33.4" cy="16.1" r="3"/><path d="m33.4 26.9l2-2.9l3.8.1l6.3 14.1l-2.1 3.8l-2.5 2.5l-3.1 11.2l-3.4 6.7l-2.4-2l.9-7.1l-3.8-7l.1-3.3l8-5l-2.8-7.5"/></g><g fill="none" stroke="#000" strokeWidth="2"><circle cx="33.4" cy="17.1" r="3" strokeMiterlimit="10"/><path strokeLinecap="round" strokeLinejoin="round" d="m25.3 34.1l4.3-2.9a12.4 12.4 0 0 0 2.8-2.8l1.9-2.7a4.14 4.14 0 0 1 3.1-1.6a3.2 3.2 0 0 1 2.7 1.9l4.6 10.5a4.97 4.97 0 0 1-.1 3.6l-.1.2a6.16 6.16 0 0 1-2.8 2.5l-5.5 2.4a2.03 2.03 0 0 0-1.1 2.6l2.6 6.4A2.4 2.4 0 0 1 37 57a1.815 1.815 0 0 1-2.5-.8L30.1 48a9.1 9.1 0 0 1-.9-3.4a3.85 3.85 0 0 1 1.7-2.7l4.6-2.9a2.92 2.92 0 0 0 1.2-3l-1.5-6"/><circle cx="19.1" cy="58" r="10.2" strokeMiterlimit="10"/><circle cx="51.1" cy="58" r="10.2" strokeMiterlimit="10"/><path strokeLinecap="round" strokeLinejoin="round" d="m19.2 58l2-24H25"/><path strokeMiterlimit="10" d="m37 57l-1 3.1a2.79 2.79 0 0 1-2.4 1.9a1.702 1.702 0 0 1-1.6-2l.9-6.7m8.5-10.4l-3.6 11.5"/><path strokeLinecap="round" strokeMiterlimit="10" d="m5 29.46l10.362-7.265a3.26 3.26 0 0 1 3.33-.08L25 26.095m19-2.524l10.309-6.504a2.326 2.326 0 0 1 2.957.482L67 29.46"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M40 26.095L56 16l12 13.46V69H4V29.46l14-8.412l10 6.73z"/><circle cx="19.1" cy="57" r="10.2" fill="#fff"/><circle cx="51.1" cy="57" r="10.2" fill="#fff"/><g fill="#c19a65"><circle cx="33.4" cy="16.1" r="3"/><path d="m33.4 26.9l2-2.9l3.8.1l6.3 14.1l-2.1 3.8l-2.5 2.5l-3.1 11.2l-3.4 6.7l-2.4-2l.9-7.1l-3.8-7l.1-3.3l8-5l-2.8-7.5"/></g><g fill="none" stroke="#000" stroke-width="2"><circle cx="33.4" cy="17.1" r="3" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="m25.3 34.1l4.3-2.9a12.4 12.4 0 0 0 2.8-2.8l1.9-2.7a4.14 4.14 0 0 1 3.1-1.6a3.2 3.2 0 0 1 2.7 1.9l4.6 10.5a4.97 4.97 0 0 1-.1 3.6l-.1.2a6.16 6.16 0 0 1-2.8 2.5l-5.5 2.4a2.03 2.03 0 0 0-1.1 2.6l2.6 6.4A2.4 2.4 0 0 1 37 57a1.815 1.815 0 0 1-2.5-.8L30.1 48a9.1 9.1 0 0 1-.9-3.4a3.85 3.85 0 0 1 1.7-2.7l4.6-2.9a2.92 2.92 0 0 0 1.2-3l-1.5-6"/><circle cx="19.1" cy="58" r="10.2" stroke-miterlimit="10"/><circle cx="51.1" cy="58" r="10.2" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="m19.2 58l2-24H25"/><path stroke-miterlimit="10" d="m37 57l-1 3.1a2.79 2.79 0 0 1-2.4 1.9a1.702 1.702 0 0 1-1.6-2l.9-6.7m8.5-10.4l-3.6 11.5"/><path stroke-linecap="round" stroke-miterlimit="10" d="m5 29.46l10.362-7.265a3.26 3.26 0 0 1 3.33-.08L25 26.095m19-2.524l10.309-6.504a2.326 2.326 0 0 1 2.957.482L67 29.46"/></g></svg>
</template>

CSS

.icon-person-mountain-biking-medium-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%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M40%2026.095L56%2016l12%2013.46V69H4V29.46l14-8.412l10%206.73z%22%2F%3E%3Ccircle%20cx%3D%2219.1%22%20cy%3D%2257%22%20r%3D%2210.2%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2251.1%22%20cy%3D%2257%22%20r%3D%2210.2%22%20fill%3D%22%23fff%22%2F%3E%3Cg%20fill%3D%22%23c19a65%22%3E%3Ccircle%20cx%3D%2233.4%22%20cy%3D%2216.1%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22m33.4%2026.9l2-2.9l3.8.1l6.3%2014.1l-2.1%203.8l-2.5%202.5l-3.1%2011.2l-3.4%206.7l-2.4-2l.9-7.1l-3.8-7l.1-3.3l8-5l-2.8-7.5%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%2233.4%22%20cy%3D%2217.1%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%22m25.3%2034.1l4.3-2.9a12.4%2012.4%200%200%200%202.8-2.8l1.9-2.7a4.14%204.14%200%200%201%203.1-1.6a3.2%203.2%200%200%201%202.7%201.9l4.6%2010.5a4.97%204.97%200%200%201-.1%203.6l-.1.2a6.16%206.16%200%200%201-2.8%202.5l-5.5%202.4a2.03%202.03%200%200%200-1.1%202.6l2.6%206.4A2.4%202.4%200%200%201%2037%2057a1.815%201.815%200%200%201-2.5-.8L30.1%2048a9.1%209.1%200%200%201-.9-3.4a3.85%203.85%200%200%201%201.7-2.7l4.6-2.9a2.92%202.92%200%200%200%201.2-3l-1.5-6%22%2F%3E%3Ccircle%20cx%3D%2219.1%22%20cy%3D%2258%22%20r%3D%2210.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Ccircle%20cx%3D%2251.1%22%20cy%3D%2258%22%20r%3D%2210.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m19.2%2058l2-24H25%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m37%2057l-1%203.1a2.79%202.79%200%200%201-2.4%201.9a1.702%201.702%200%200%201-1.6-2l.9-6.7m8.5-10.4l-3.6%2011.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22m5%2029.46l10.362-7.265a3.26%203.26%200%200%201%203.33-.08L25%2026.095m19-2.524l10.309-6.504a2.326%202.326%200%200%201%202.957.482L67%2029.46%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%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M40%2026.095L56%2016l12%2013.46V69H4V29.46l14-8.412l10%206.73z%22%2F%3E%3Ccircle%20cx%3D%2219.1%22%20cy%3D%2257%22%20r%3D%2210.2%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2251.1%22%20cy%3D%2257%22%20r%3D%2210.2%22%20fill%3D%22%23fff%22%2F%3E%3Cg%20fill%3D%22%23c19a65%22%3E%3Ccircle%20cx%3D%2233.4%22%20cy%3D%2216.1%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22m33.4%2026.9l2-2.9l3.8.1l6.3%2014.1l-2.1%203.8l-2.5%202.5l-3.1%2011.2l-3.4%206.7l-2.4-2l.9-7.1l-3.8-7l.1-3.3l8-5l-2.8-7.5%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%2233.4%22%20cy%3D%2217.1%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%22m25.3%2034.1l4.3-2.9a12.4%2012.4%200%200%200%202.8-2.8l1.9-2.7a4.14%204.14%200%200%201%203.1-1.6a3.2%203.2%200%200%201%202.7%201.9l4.6%2010.5a4.97%204.97%200%200%201-.1%203.6l-.1.2a6.16%206.16%200%200%201-2.8%202.5l-5.5%202.4a2.03%202.03%200%200%200-1.1%202.6l2.6%206.4A2.4%202.4%200%200%201%2037%2057a1.815%201.815%200%200%201-2.5-.8L30.1%2048a9.1%209.1%200%200%201-.9-3.4a3.85%203.85%200%200%201%201.7-2.7l4.6-2.9a2.92%202.92%200%200%200%201.2-3l-1.5-6%22%2F%3E%3Ccircle%20cx%3D%2219.1%22%20cy%3D%2258%22%20r%3D%2210.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Ccircle%20cx%3D%2251.1%22%20cy%3D%2258%22%20r%3D%2210.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m19.2%2058l2-24H25%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m37%2057l-1%203.1a2.79%202.79%200%200%201-2.4%201.9a1.702%201.702%200%200%201-1.6-2l.9-6.7m8.5-10.4l-3.6%2011.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22m5%2029.46l10.362-7.265a3.26%203.26%200%200%201%203.33-.08L25%2026.095m19-2.524l10.309-6.504a2.326%202.326%200%200%201%202.957.482L67%2029.46%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-mountain-biking-medium-skin-tone.svg?color=%231a73e8&size=48