baby symbol emoji

baby-symbol from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.

Name
baby-symbol
Set
OpenMoji
Style
Default
Category
Symbols
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More symbols icons from OpenMoji

Use the baby symbol emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M12 12h48v47.83H12z"/><path fill="#fff" d="M40.42 37.65s-1.109-.284-.716.9l-3.618-1.993l1.04-1.18zm-9.96 0s1.109-.284.716.9l3.618-1.993l-1.04-1.18z"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="3" d="M46.2 39.6c-5.3-4.6-10.7-4.233-10.7-4.233S29.9 35 24.6 39.6"/><path fill="#fff" d="m31 39l2-4l5.89-.03L40 39z"/><path fill="#fff" d="m39 38.6l5.6 11.2s0 1.4-1.4 1.4s-5.6-4.2-5.6-4.2h-2.8h1.4h-2.8s-4.2 4.2-5.6 4.2s-1.4-1.4-1.4-1.4L32 38.6"/><path fill="#fff" d="m33.4 47l-2.8-2.8v-2.8h9.8v2.8L37.6 47z"/><circle cx="36.2" cy="27" r="4.2" fill="#fff"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-miterlimit="10" d="M47.4 40c-4.536-5.67-11.9-5.684-11.9-5.684S28.136 34.33 23.6 40"/><path stroke-miterlimit="10" d="m39 38.6l5.6 11.2s0 1.4-1.4 1.4s-5.6-4.2-5.6-4.2h-2.8h1.4h-2.8s-4.2 4.2-5.6 4.2s-1.4-1.4-1.4-1.4L32 38.6"/><path stroke-miterlimit="10" d="M40.4 41.4v2.8L37.6 47h-4.2l-2.8-2.8v-2.8z"/><circle cx="36.2" cy="27" r="4.2" stroke-miterlimit="10"/><path d="M12 12h48v48H12z"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiBabySymbol(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="M12 12h48v47.83H12z"/><path fill="#fff" d="M40.42 37.65s-1.109-.284-.716.9l-3.618-1.993l1.04-1.18zm-9.96 0s1.109-.284.716.9l3.618-1.993l-1.04-1.18z"/><path fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="3" d="M46.2 39.6c-5.3-4.6-10.7-4.233-10.7-4.233S29.9 35 24.6 39.6"/><path fill="#fff" d="m31 39l2-4l5.89-.03L40 39z"/><path fill="#fff" d="m39 38.6l5.6 11.2s0 1.4-1.4 1.4s-5.6-4.2-5.6-4.2h-2.8h1.4h-2.8s-4.2 4.2-5.6 4.2s-1.4-1.4-1.4-1.4L32 38.6"/><path fill="#fff" d="m33.4 47l-2.8-2.8v-2.8h9.8v2.8L37.6 47z"/><circle cx="36.2" cy="27" r="4.2" fill="#fff"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path strokeMiterlimit="10" d="M47.4 40c-4.536-5.67-11.9-5.684-11.9-5.684S28.136 34.33 23.6 40"/><path strokeMiterlimit="10" d="m39 38.6l5.6 11.2s0 1.4-1.4 1.4s-5.6-4.2-5.6-4.2h-2.8h1.4h-2.8s-4.2 4.2-5.6 4.2s-1.4-1.4-1.4-1.4L32 38.6"/><path strokeMiterlimit="10" d="M40.4 41.4v2.8L37.6 47h-4.2l-2.8-2.8v-2.8z"/><circle cx="36.2" cy="27" r="4.2" strokeMiterlimit="10"/><path d="M12 12h48v48H12z"/></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="M12 12h48v47.83H12z"/><path fill="#fff" d="M40.42 37.65s-1.109-.284-.716.9l-3.618-1.993l1.04-1.18zm-9.96 0s1.109-.284.716.9l3.618-1.993l-1.04-1.18z"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="3" d="M46.2 39.6c-5.3-4.6-10.7-4.233-10.7-4.233S29.9 35 24.6 39.6"/><path fill="#fff" d="m31 39l2-4l5.89-.03L40 39z"/><path fill="#fff" d="m39 38.6l5.6 11.2s0 1.4-1.4 1.4s-5.6-4.2-5.6-4.2h-2.8h1.4h-2.8s-4.2 4.2-5.6 4.2s-1.4-1.4-1.4-1.4L32 38.6"/><path fill="#fff" d="m33.4 47l-2.8-2.8v-2.8h9.8v2.8L37.6 47z"/><circle cx="36.2" cy="27" r="4.2" fill="#fff"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-miterlimit="10" d="M47.4 40c-4.536-5.67-11.9-5.684-11.9-5.684S28.136 34.33 23.6 40"/><path stroke-miterlimit="10" d="m39 38.6l5.6 11.2s0 1.4-1.4 1.4s-5.6-4.2-5.6-4.2h-2.8h1.4h-2.8s-4.2 4.2-5.6 4.2s-1.4-1.4-1.4-1.4L32 38.6"/><path stroke-miterlimit="10" d="M40.4 41.4v2.8L37.6 47h-4.2l-2.8-2.8v-2.8z"/><circle cx="36.2" cy="27" r="4.2" stroke-miterlimit="10"/><path d="M12 12h48v48H12z"/></g></svg>
</template>

CSS

.icon-baby-symbol {
  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%22M12%2012h48v47.83H12z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M40.42%2037.65s-1.109-.284-.716.9l-3.618-1.993l1.04-1.18zm-9.96%200s1.109-.284.716.9l3.618-1.993l-1.04-1.18z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22M46.2%2039.6c-5.3-4.6-10.7-4.233-10.7-4.233S29.9%2035%2024.6%2039.6%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m31%2039l2-4l5.89-.03L40%2039z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m39%2038.6l5.6%2011.2s0%201.4-1.4%201.4s-5.6-4.2-5.6-4.2h-2.8h1.4h-2.8s-4.2%204.2-5.6%204.2s-1.4-1.4-1.4-1.4L32%2038.6%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m33.4%2047l-2.8-2.8v-2.8h9.8v2.8L37.6%2047z%22%2F%3E%3Ccircle%20cx%3D%2236.2%22%20cy%3D%2227%22%20r%3D%224.2%22%20fill%3D%22%23fff%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M47.4%2040c-4.536-5.67-11.9-5.684-11.9-5.684S28.136%2034.33%2023.6%2040%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m39%2038.6l5.6%2011.2s0%201.4-1.4%201.4s-5.6-4.2-5.6-4.2h-2.8h1.4h-2.8s-4.2%204.2-5.6%204.2s-1.4-1.4-1.4-1.4L32%2038.6%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M40.4%2041.4v2.8L37.6%2047h-4.2l-2.8-2.8v-2.8z%22%2F%3E%3Ccircle%20cx%3D%2236.2%22%20cy%3D%2227%22%20r%3D%224.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M12%2012h48v48H12z%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%22M12%2012h48v47.83H12z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M40.42%2037.65s-1.109-.284-.716.9l-3.618-1.993l1.04-1.18zm-9.96%200s1.109-.284.716.9l3.618-1.993l-1.04-1.18z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22M46.2%2039.6c-5.3-4.6-10.7-4.233-10.7-4.233S29.9%2035%2024.6%2039.6%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m31%2039l2-4l5.89-.03L40%2039z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m39%2038.6l5.6%2011.2s0%201.4-1.4%201.4s-5.6-4.2-5.6-4.2h-2.8h1.4h-2.8s-4.2%204.2-5.6%204.2s-1.4-1.4-1.4-1.4L32%2038.6%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m33.4%2047l-2.8-2.8v-2.8h9.8v2.8L37.6%2047z%22%2F%3E%3Ccircle%20cx%3D%2236.2%22%20cy%3D%2227%22%20r%3D%224.2%22%20fill%3D%22%23fff%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M47.4%2040c-4.536-5.67-11.9-5.684-11.9-5.684S28.136%2034.33%2023.6%2040%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m39%2038.6l5.6%2011.2s0%201.4-1.4%201.4s-5.6-4.2-5.6-4.2h-2.8h1.4h-2.8s-4.2%204.2-5.6%204.2s-1.4-1.4-1.4-1.4L32%2038.6%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M40.4%2041.4v2.8L37.6%2047h-4.2l-2.8-2.8v-2.8z%22%2F%3E%3Ccircle%20cx%3D%2236.2%22%20cy%3D%2227%22%20r%3D%224.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M12%2012h48v48H12z%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-symbol.svg?color=%231a73e8&size=48