baby from Emoji One (Colored) by Emoji One · Default · People · CC-BY-4.0 Attribution required.

Name
baby
Set
Emoji One (Colored)
Style
Default
Category
People
Viewbox
64×64
License
CC BY 4.0

5 other variants in Emoji One (Colored)

The same emoji in other sets

More people icons from Emoji One (Colored)

Use the baby emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffdd67" d="M57 27C57 10 45 2 32 2S7 10 7 27c-3.5 0-5 2.5-5 5s1.5 5 5 5c0 6.7 7 16 25 16s25-9.3 25-16c3.5 0 5-2.5 5-5s-1.5-5-5-5"/><path fill="#ffb300" d="M33 15c-4-3-2-7-2-7s8 5 15 3c0 0-4-1-5-4c0 0 4 1 7 0c-4-3-9-5-16-5S20 4 16 7c4 5 8 8 17 8"/><path fill="#ff717f" d="M56 37.4c-.4-2.4-3.3-3.9-6.6-3.2c-3.3.6-5.7 3.1-5.3 5.5s3.3 3.9 6.6 3.2c3.2-.7 5.6-3.1 5.3-5.5m-41.4-3.3c-3.2-.6-6.2.9-6.6 3.3s2 4.9 5.3 5.5s6.3-.8 6.6-3.2c.4-2.5-2-4.9-5.3-5.6" opacity=".5"/><path fill="#fff" d="M26 27.5c0 3.6-2.9 6.5-6.5 6.5S13 31.1 13 27.5s2.9-6.5 6.5-6.5s6.5 2.9 6.5 6.5"/><circle cx="19.5" cy="27.5" r="4.5" fill="#664e27"/><path fill="#231f20" d="M21 27.5c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5"/><path fill="#fff" d="M51 27.5c0 3.6-2.9 6.5-6.5 6.5S38 31.1 38 27.5s2.9-6.5 6.5-6.5s6.5 2.9 6.5 6.5"/><circle cx="44.5" cy="27.5" r="4.5" fill="#664e27"/><circle cx="44.5" cy="27.5" r="1.5" fill="#231f20"/><path fill="#61c2ff" d="M47 43.8C47 52.1 40.3 56 32 56s-15-3.9-15-12.2c0-8.4 6.8-4.8 15-4.8c8.3 0 15-3.6 15 4.8"/><ellipse cx="32" cy="47" fill="#6235a8" rx="6" ry="5"/><path fill="#fbbf67" d="M32 46c-6.1 0-11-.7-11 5.2c0 6 4.9 10.8 11 10.8s11-4.8 11-10.7c0-6-4.9-5.3-11-5.3m0 12.4c-4.3 0-8.3-2.9-8.3-7.1s4-3.2 8.3-3.2s8.3-1 8.3 3.2s-4 7.1-8.3 7.1"/><path fill="#42ade2" d="M36 48.8c0 .6-.5 1.2-1.1 1.2h-5.8c-.6 0-1.1-.5-1.1-1.2v-2.7c0-.6.5-1.2 1.1-1.2h5.8c.6 0 1.1.5 1.1 1.2z"/><path fill="#eba352" d="M32 38c-4.2 0-6.3-3-4.2-3h8.4c2.1 0 0 3-4.2 3"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneBaby(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffdd67" d="M57 27C57 10 45 2 32 2S7 10 7 27c-3.5 0-5 2.5-5 5s1.5 5 5 5c0 6.7 7 16 25 16s25-9.3 25-16c3.5 0 5-2.5 5-5s-1.5-5-5-5"/><path fill="#ffb300" d="M33 15c-4-3-2-7-2-7s8 5 15 3c0 0-4-1-5-4c0 0 4 1 7 0c-4-3-9-5-16-5S20 4 16 7c4 5 8 8 17 8"/><path fill="#ff717f" d="M56 37.4c-.4-2.4-3.3-3.9-6.6-3.2c-3.3.6-5.7 3.1-5.3 5.5s3.3 3.9 6.6 3.2c3.2-.7 5.6-3.1 5.3-5.5m-41.4-3.3c-3.2-.6-6.2.9-6.6 3.3s2 4.9 5.3 5.5s6.3-.8 6.6-3.2c.4-2.5-2-4.9-5.3-5.6" opacity=".5"/><path fill="#fff" d="M26 27.5c0 3.6-2.9 6.5-6.5 6.5S13 31.1 13 27.5s2.9-6.5 6.5-6.5s6.5 2.9 6.5 6.5"/><circle cx="19.5" cy="27.5" r="4.5" fill="#664e27"/><path fill="#231f20" d="M21 27.5c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5"/><path fill="#fff" d="M51 27.5c0 3.6-2.9 6.5-6.5 6.5S38 31.1 38 27.5s2.9-6.5 6.5-6.5s6.5 2.9 6.5 6.5"/><circle cx="44.5" cy="27.5" r="4.5" fill="#664e27"/><circle cx="44.5" cy="27.5" r="1.5" fill="#231f20"/><path fill="#61c2ff" d="M47 43.8C47 52.1 40.3 56 32 56s-15-3.9-15-12.2c0-8.4 6.8-4.8 15-4.8c8.3 0 15-3.6 15 4.8"/><ellipse cx="32" cy="47" fill="#6235a8" rx="6" ry="5"/><path fill="#fbbf67" d="M32 46c-6.1 0-11-.7-11 5.2c0 6 4.9 10.8 11 10.8s11-4.8 11-10.7c0-6-4.9-5.3-11-5.3m0 12.4c-4.3 0-8.3-2.9-8.3-7.1s4-3.2 8.3-3.2s8.3-1 8.3 3.2s-4 7.1-8.3 7.1"/><path fill="#42ade2" d="M36 48.8c0 .6-.5 1.2-1.1 1.2h-5.8c-.6 0-1.1-.5-1.1-1.2v-2.7c0-.6.5-1.2 1.1-1.2h5.8c.6 0 1.1.5 1.1 1.2z"/><path fill="#eba352" d="M32 38c-4.2 0-6.3-3-4.2-3h8.4c2.1 0 0 3-4.2 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffdd67" d="M57 27C57 10 45 2 32 2S7 10 7 27c-3.5 0-5 2.5-5 5s1.5 5 5 5c0 6.7 7 16 25 16s25-9.3 25-16c3.5 0 5-2.5 5-5s-1.5-5-5-5"/><path fill="#ffb300" d="M33 15c-4-3-2-7-2-7s8 5 15 3c0 0-4-1-5-4c0 0 4 1 7 0c-4-3-9-5-16-5S20 4 16 7c4 5 8 8 17 8"/><path fill="#ff717f" d="M56 37.4c-.4-2.4-3.3-3.9-6.6-3.2c-3.3.6-5.7 3.1-5.3 5.5s3.3 3.9 6.6 3.2c3.2-.7 5.6-3.1 5.3-5.5m-41.4-3.3c-3.2-.6-6.2.9-6.6 3.3s2 4.9 5.3 5.5s6.3-.8 6.6-3.2c.4-2.5-2-4.9-5.3-5.6" opacity=".5"/><path fill="#fff" d="M26 27.5c0 3.6-2.9 6.5-6.5 6.5S13 31.1 13 27.5s2.9-6.5 6.5-6.5s6.5 2.9 6.5 6.5"/><circle cx="19.5" cy="27.5" r="4.5" fill="#664e27"/><path fill="#231f20" d="M21 27.5c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5"/><path fill="#fff" d="M51 27.5c0 3.6-2.9 6.5-6.5 6.5S38 31.1 38 27.5s2.9-6.5 6.5-6.5s6.5 2.9 6.5 6.5"/><circle cx="44.5" cy="27.5" r="4.5" fill="#664e27"/><circle cx="44.5" cy="27.5" r="1.5" fill="#231f20"/><path fill="#61c2ff" d="M47 43.8C47 52.1 40.3 56 32 56s-15-3.9-15-12.2c0-8.4 6.8-4.8 15-4.8c8.3 0 15-3.6 15 4.8"/><ellipse cx="32" cy="47" fill="#6235a8" rx="6" ry="5"/><path fill="#fbbf67" d="M32 46c-6.1 0-11-.7-11 5.2c0 6 4.9 10.8 11 10.8s11-4.8 11-10.7c0-6-4.9-5.3-11-5.3m0 12.4c-4.3 0-8.3-2.9-8.3-7.1s4-3.2 8.3-3.2s8.3-1 8.3 3.2s-4 7.1-8.3 7.1"/><path fill="#42ade2" d="M36 48.8c0 .6-.5 1.2-1.1 1.2h-5.8c-.6 0-1.1-.5-1.1-1.2v-2.7c0-.6.5-1.2 1.1-1.2h5.8c.6 0 1.1.5 1.1 1.2z"/><path fill="#eba352" d="M32 38c-4.2 0-6.3-3-4.2-3h8.4c2.1 0 0 3-4.2 3"/></svg>
</template>

CSS

.icon-baby {
  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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ffdd67%22%20d%3D%22M57%2027C57%2010%2045%202%2032%202S7%2010%207%2027c-3.5%200-5%202.5-5%205s1.5%205%205%205c0%206.7%207%2016%2025%2016s25-9.3%2025-16c3.5%200%205-2.5%205-5s-1.5-5-5-5%22%2F%3E%3Cpath%20fill%3D%22%23ffb300%22%20d%3D%22M33%2015c-4-3-2-7-2-7s8%205%2015%203c0%200-4-1-5-4c0%200%204%201%207%200c-4-3-9-5-16-5S20%204%2016%207c4%205%208%208%2017%208%22%2F%3E%3Cpath%20fill%3D%22%23ff717f%22%20d%3D%22M56%2037.4c-.4-2.4-3.3-3.9-6.6-3.2c-3.3.6-5.7%203.1-5.3%205.5s3.3%203.9%206.6%203.2c3.2-.7%205.6-3.1%205.3-5.5m-41.4-3.3c-3.2-.6-6.2.9-6.6%203.3s2%204.9%205.3%205.5s6.3-.8%206.6-3.2c.4-2.5-2-4.9-5.3-5.6%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26%2027.5c0%203.6-2.9%206.5-6.5%206.5S13%2031.1%2013%2027.5s2.9-6.5%206.5-6.5s6.5%202.9%206.5%206.5%22%2F%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%2227.5%22%20r%3D%224.5%22%20fill%3D%22%23664e27%22%2F%3E%3Cpath%20fill%3D%22%23231f20%22%20d%3D%22M21%2027.5c0%20.8-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5s1.5.7%201.5%201.5%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M51%2027.5c0%203.6-2.9%206.5-6.5%206.5S38%2031.1%2038%2027.5s2.9-6.5%206.5-6.5s6.5%202.9%206.5%206.5%22%2F%3E%3Ccircle%20cx%3D%2244.5%22%20cy%3D%2227.5%22%20r%3D%224.5%22%20fill%3D%22%23664e27%22%2F%3E%3Ccircle%20cx%3D%2244.5%22%20cy%3D%2227.5%22%20r%3D%221.5%22%20fill%3D%22%23231f20%22%2F%3E%3Cpath%20fill%3D%22%2361c2ff%22%20d%3D%22M47%2043.8C47%2052.1%2040.3%2056%2032%2056s-15-3.9-15-12.2c0-8.4%206.8-4.8%2015-4.8c8.3%200%2015-3.6%2015%204.8%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2247%22%20fill%3D%22%236235a8%22%20rx%3D%226%22%20ry%3D%225%22%2F%3E%3Cpath%20fill%3D%22%23fbbf67%22%20d%3D%22M32%2046c-6.1%200-11-.7-11%205.2c0%206%204.9%2010.8%2011%2010.8s11-4.8%2011-10.7c0-6-4.9-5.3-11-5.3m0%2012.4c-4.3%200-8.3-2.9-8.3-7.1s4-3.2%208.3-3.2s8.3-1%208.3%203.2s-4%207.1-8.3%207.1%22%2F%3E%3Cpath%20fill%3D%22%2342ade2%22%20d%3D%22M36%2048.8c0%20.6-.5%201.2-1.1%201.2h-5.8c-.6%200-1.1-.5-1.1-1.2v-2.7c0-.6.5-1.2%201.1-1.2h5.8c.6%200%201.1.5%201.1%201.2z%22%2F%3E%3Cpath%20fill%3D%22%23eba352%22%20d%3D%22M32%2038c-4.2%200-6.3-3-4.2-3h8.4c2.1%200%200%203-4.2%203%22%2F%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ffdd67%22%20d%3D%22M57%2027C57%2010%2045%202%2032%202S7%2010%207%2027c-3.5%200-5%202.5-5%205s1.5%205%205%205c0%206.7%207%2016%2025%2016s25-9.3%2025-16c3.5%200%205-2.5%205-5s-1.5-5-5-5%22%2F%3E%3Cpath%20fill%3D%22%23ffb300%22%20d%3D%22M33%2015c-4-3-2-7-2-7s8%205%2015%203c0%200-4-1-5-4c0%200%204%201%207%200c-4-3-9-5-16-5S20%204%2016%207c4%205%208%208%2017%208%22%2F%3E%3Cpath%20fill%3D%22%23ff717f%22%20d%3D%22M56%2037.4c-.4-2.4-3.3-3.9-6.6-3.2c-3.3.6-5.7%203.1-5.3%205.5s3.3%203.9%206.6%203.2c3.2-.7%205.6-3.1%205.3-5.5m-41.4-3.3c-3.2-.6-6.2.9-6.6%203.3s2%204.9%205.3%205.5s6.3-.8%206.6-3.2c.4-2.5-2-4.9-5.3-5.6%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26%2027.5c0%203.6-2.9%206.5-6.5%206.5S13%2031.1%2013%2027.5s2.9-6.5%206.5-6.5s6.5%202.9%206.5%206.5%22%2F%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%2227.5%22%20r%3D%224.5%22%20fill%3D%22%23664e27%22%2F%3E%3Cpath%20fill%3D%22%23231f20%22%20d%3D%22M21%2027.5c0%20.8-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5s1.5.7%201.5%201.5%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M51%2027.5c0%203.6-2.9%206.5-6.5%206.5S38%2031.1%2038%2027.5s2.9-6.5%206.5-6.5s6.5%202.9%206.5%206.5%22%2F%3E%3Ccircle%20cx%3D%2244.5%22%20cy%3D%2227.5%22%20r%3D%224.5%22%20fill%3D%22%23664e27%22%2F%3E%3Ccircle%20cx%3D%2244.5%22%20cy%3D%2227.5%22%20r%3D%221.5%22%20fill%3D%22%23231f20%22%2F%3E%3Cpath%20fill%3D%22%2361c2ff%22%20d%3D%22M47%2043.8C47%2052.1%2040.3%2056%2032%2056s-15-3.9-15-12.2c0-8.4%206.8-4.8%2015-4.8c8.3%200%2015-3.6%2015%204.8%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2247%22%20fill%3D%22%236235a8%22%20rx%3D%226%22%20ry%3D%225%22%2F%3E%3Cpath%20fill%3D%22%23fbbf67%22%20d%3D%22M32%2046c-6.1%200-11-.7-11%205.2c0%206%204.9%2010.8%2011%2010.8s11-4.8%2011-10.7c0-6-4.9-5.3-11-5.3m0%2012.4c-4.3%200-8.3-2.9-8.3-7.1s4-3.2%208.3-3.2s8.3-1%208.3%203.2s-4%207.1-8.3%207.1%22%2F%3E%3Cpath%20fill%3D%22%2342ade2%22%20d%3D%22M36%2048.8c0%20.6-.5%201.2-1.1%201.2h-5.8c-.6%200-1.1-.5-1.1-1.2v-2.7c0-.6.5-1.2%201.1-1.2h5.8c.6%200%201.1.5%201.1%201.2z%22%2F%3E%3Cpath%20fill%3D%22%23eba352%22%20d%3D%22M32%2038c-4.2%200-6.3-3-4.2-3h8.4c2.1%200%200%203-4.2%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/baby.svg?color=%231a73e8&size=48