baby emoji
baby-medium-skin-tone from OpenMoji by OpenMoji · Medium skin tone · People Body · CC-BY-SA-4.0 Attribution required.
- Name
- baby-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
babyEmoji One (Colored)babyFont Awesome 6 SolidbabyFont Awesome SolidbabyFluent EmojibabyFluent Emoji FlatbabyFluent Emoji High ContrastbabyFirefox OS EmojibabyIconParkbabyIconPark OutlinebabyIconPark SolidbabyIconPark TwoTonebabyLine AwesomebabyLucidebabyMaterial Design Iconsbaby-fillMingCute IconbabyMyna UI IconsbabyNoto EmojibabyPhosphorbabyTwitter Emoji
More people body icons from OpenMoji
anatomical-heartartistastronautbaby-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-tonecouple-with-heart-man-man-light-skin-tone-dark-skin-tone
Use the baby emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M17 62.5v-1.9c0-8.4 1.1-25.7 4.1-32.1h30c3 6.3 3.9 23.6 3.9 32.1v1.9z"/><path fill="#61b2e4" d="M55 62.5H43V46c0-3-1-4-1-4l5.4-2.9l4.4-8l1.4 3.6z"/><circle cx="36" cy="35.5" r="3" fill="#ea5a47"/><path fill="#c19a65" d="M51.1 25.7c0-9.1-6.2-15.7-15-15.7s-15 6.5-15 15.7c0 6.3-.8 12.2 7.1 16.3c0 0 3.5 1 7.9 1c5 0 8-1.1 8-1.1c8-4 7-10 7-16.2M36 38.5c-1.7 0-3-1.3-3-3s1.3-3 3-3s3 1.3 3 3s-1.3 3-3 3"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-miterlimit="10" d="M27 28s1-1 2-1s2 1 2 1m10 0s1-1 2-1s2 1 2 1"/><path stroke-linecap="round" stroke-linejoin="round" d="M51 29.3c3 3 4 21.7 4 29.7v2.5m-38 0V59c0-8 1-26.7 4-29.7"/><path stroke-linecap="round" stroke-miterlimit="10" d="m32 16l-1 1m5-2l-1 2m5-1l1 1"/><circle cx="36" cy="35.5" r="3" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M32.7 35.6c-1.1-.3-1.7-.6-1.7-.6m10 0s-.5.3-1.5.6"/><path stroke-linecap="round" stroke-linejoin="round" d="M44 42c8-3 7-12 7-15.8C51 17.3 44.8 11 36 11s-15 6.3-15 15.2C21 30 20 39 28.1 42c3.7 1.4 12.1 1.3 15.9 0"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiBabyMediumSkinTone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M17 62.5v-1.9c0-8.4 1.1-25.7 4.1-32.1h30c3 6.3 3.9 23.6 3.9 32.1v1.9z"/><path fill="#61b2e4" d="M55 62.5H43V46c0-3-1-4-1-4l5.4-2.9l4.4-8l1.4 3.6z"/><circle cx="36" cy="35.5" r="3" fill="#ea5a47"/><path fill="#c19a65" d="M51.1 25.7c0-9.1-6.2-15.7-15-15.7s-15 6.5-15 15.7c0 6.3-.8 12.2 7.1 16.3c0 0 3.5 1 7.9 1c5 0 8-1.1 8-1.1c8-4 7-10 7-16.2M36 38.5c-1.7 0-3-1.3-3-3s1.3-3 3-3s3 1.3 3 3s-1.3 3-3 3"/><g fill="none" stroke="#000" strokeWidth="2"><path strokeLinecap="round" strokeMiterlimit="10" d="M27 28s1-1 2-1s2 1 2 1m10 0s1-1 2-1s2 1 2 1"/><path strokeLinecap="round" strokeLinejoin="round" d="M51 29.3c3 3 4 21.7 4 29.7v2.5m-38 0V59c0-8 1-26.7 4-29.7"/><path strokeLinecap="round" strokeMiterlimit="10" d="m32 16l-1 1m5-2l-1 2m5-1l1 1"/><circle cx="36" cy="35.5" r="3" strokeMiterlimit="10"/><path strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" d="M32.7 35.6c-1.1-.3-1.7-.6-1.7-.6m10 0s-.5.3-1.5.6"/><path strokeLinecap="round" strokeLinejoin="round" d="M44 42c8-3 7-12 7-15.8C51 17.3 44.8 11 36 11s-15 6.3-15 15.2C21 30 20 39 28.1 42c3.7 1.4 12.1 1.3 15.9 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M17 62.5v-1.9c0-8.4 1.1-25.7 4.1-32.1h30c3 6.3 3.9 23.6 3.9 32.1v1.9z"/><path fill="#61b2e4" d="M55 62.5H43V46c0-3-1-4-1-4l5.4-2.9l4.4-8l1.4 3.6z"/><circle cx="36" cy="35.5" r="3" fill="#ea5a47"/><path fill="#c19a65" d="M51.1 25.7c0-9.1-6.2-15.7-15-15.7s-15 6.5-15 15.7c0 6.3-.8 12.2 7.1 16.3c0 0 3.5 1 7.9 1c5 0 8-1.1 8-1.1c8-4 7-10 7-16.2M36 38.5c-1.7 0-3-1.3-3-3s1.3-3 3-3s3 1.3 3 3s-1.3 3-3 3"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-miterlimit="10" d="M27 28s1-1 2-1s2 1 2 1m10 0s1-1 2-1s2 1 2 1"/><path stroke-linecap="round" stroke-linejoin="round" d="M51 29.3c3 3 4 21.7 4 29.7v2.5m-38 0V59c0-8 1-26.7 4-29.7"/><path stroke-linecap="round" stroke-miterlimit="10" d="m32 16l-1 1m5-2l-1 2m5-1l1 1"/><circle cx="36" cy="35.5" r="3" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M32.7 35.6c-1.1-.3-1.7-.6-1.7-.6m10 0s-.5.3-1.5.6"/><path stroke-linecap="round" stroke-linejoin="round" d="M44 42c8-3 7-12 7-15.8C51 17.3 44.8 11 36 11s-15 6.3-15 15.2C21 30 20 39 28.1 42c3.7 1.4 12.1 1.3 15.9 0"/></g></svg> </template>
CSS
.icon-baby-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%2392d3f5%22%20d%3D%22M17%2062.5v-1.9c0-8.4%201.1-25.7%204.1-32.1h30c3%206.3%203.9%2023.6%203.9%2032.1v1.9z%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M55%2062.5H43V46c0-3-1-4-1-4l5.4-2.9l4.4-8l1.4%203.6z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.5%22%20r%3D%223%22%20fill%3D%22%23ea5a47%22%2F%3E%3Cpath%20fill%3D%22%23c19a65%22%20d%3D%22M51.1%2025.7c0-9.1-6.2-15.7-15-15.7s-15%206.5-15%2015.7c0%206.3-.8%2012.2%207.1%2016.3c0%200%203.5%201%207.9%201c5%200%208-1.1%208-1.1c8-4%207-10%207-16.2M36%2038.5c-1.7%200-3-1.3-3-3s1.3-3%203-3s3%201.3%203%203s-1.3%203-3%203%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-miterlimit%3D%2210%22%20d%3D%22M27%2028s1-1%202-1s2%201%202%201m10%200s1-1%202-1s2%201%202%201%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M51%2029.3c3%203%204%2021.7%204%2029.7v2.5m-38%200V59c0-8%201-26.7%204-29.7%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22m32%2016l-1%201m5-2l-1%202m5-1l1%201%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.5%22%20r%3D%223%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M32.7%2035.6c-1.1-.3-1.7-.6-1.7-.6m10%200s-.5.3-1.5.6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M44%2042c8-3%207-12%207-15.8C51%2017.3%2044.8%2011%2036%2011s-15%206.3-15%2015.2C21%2030%2020%2039%2028.1%2042c3.7%201.4%2012.1%201.3%2015.9%200%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%2392d3f5%22%20d%3D%22M17%2062.5v-1.9c0-8.4%201.1-25.7%204.1-32.1h30c3%206.3%203.9%2023.6%203.9%2032.1v1.9z%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M55%2062.5H43V46c0-3-1-4-1-4l5.4-2.9l4.4-8l1.4%203.6z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.5%22%20r%3D%223%22%20fill%3D%22%23ea5a47%22%2F%3E%3Cpath%20fill%3D%22%23c19a65%22%20d%3D%22M51.1%2025.7c0-9.1-6.2-15.7-15-15.7s-15%206.5-15%2015.7c0%206.3-.8%2012.2%207.1%2016.3c0%200%203.5%201%207.9%201c5%200%208-1.1%208-1.1c8-4%207-10%207-16.2M36%2038.5c-1.7%200-3-1.3-3-3s1.3-3%203-3s3%201.3%203%203s-1.3%203-3%203%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-miterlimit%3D%2210%22%20d%3D%22M27%2028s1-1%202-1s2%201%202%201m10%200s1-1%202-1s2%201%202%201%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M51%2029.3c3%203%204%2021.7%204%2029.7v2.5m-38%200V59c0-8%201-26.7%204-29.7%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22m32%2016l-1%201m5-2l-1%202m5-1l1%201%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.5%22%20r%3D%223%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M32.7%2035.6c-1.1-.3-1.7-.6-1.7-.6m10%200s-.5.3-1.5.6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M44%2042c8-3%207-12%207-15.8C51%2017.3%2044.8%2011%2036%2011s-15%206.3-15%2015.2C21%2030%2020%2039%2028.1%2042c3.7%201.4%2012.1%201.3%2015.9%200%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/baby-medium-skin-tone.svg?color=%231a73e8&size=48