baby symbol emoji

baby-symbol from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.

Name
baby-symbol
Set
Twitter Emoji
Style
Default
Category
Symbols
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Twitter Emoji

Use the baby symbol emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M14.431 24.691c-1.513-.06-3.773.47-5.538 2.686a1.852 1.852 0 0 0-2.519 2.508c.428.785 1.31 1.645 2.504 1.697q.059.003.119.003c.713 0 1.696-.287 2.543-1.559c1.214-1.821 2.748-1.651 2.945-1.622c.516.1 1.022-.032 1.42-.318c-.557-.954-.344-2.44-1.474-3.395m14.287 2.672a1.86 1.86 0 0 0-1.79.005c-1.698-2.128-3.849-2.691-5.357-2.678c-1.155.975-.911 2.499-1.514 3.451a1.9 1.9 0 0 0 1.281.265c.173-.028 1.724-.218 2.949 1.621c.848 1.271 1.831 1.559 2.544 1.559q.061 0 .119-.003c1.193-.053 2.076-.912 2.504-1.697a1.863 1.863 0 0 0-.736-2.523m-.658-8.423a1.5 1.5 0 0 0-1.872-.201c-.14-.037-.516-.187-1.128-.799c-2.031-2.031-4.096-2.859-5.466-3.199c1.348-.45 2.455-1.455 3.086-2.758A1.496 1.496 0 0 0 24 10.5c0-.56-.31-1.042-.765-1.3C23.086 6.303 20.803 4 18 4s-5.086 2.303-5.235 5.2c-.455.258-.765.74-.765 1.3c0 .767.577 1.392 1.319 1.482c.631 1.303 1.739 2.308 3.087 2.758c-1.371.34-3.436 1.168-5.466 3.199c-.612.612-.988.762-1.127.799a1.502 1.502 0 0 0-1.874 2.323c.047.048.712.691 1.83.691c.856 0 1.978-.378 3.291-1.691c.408-.408.809-.731 1.202-1.019a6.2 6.2 0 0 0-.186 1.453C14.077 22.917 15.833 23 18 23s3.923-.083 3.923-2.506c0-.465-.065-.959-.186-1.453c.394.288.794.611 1.202 1.019c1.312 1.314 2.434 1.691 3.291 1.691c1.117 0 1.782-.643 1.83-.691a1.5 1.5 0 0 0 0-2.12"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiBabySymbol(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M14.431 24.691c-1.513-.06-3.773.47-5.538 2.686a1.852 1.852 0 0 0-2.519 2.508c.428.785 1.31 1.645 2.504 1.697q.059.003.119.003c.713 0 1.696-.287 2.543-1.559c1.214-1.821 2.748-1.651 2.945-1.622c.516.1 1.022-.032 1.42-.318c-.557-.954-.344-2.44-1.474-3.395m14.287 2.672a1.86 1.86 0 0 0-1.79.005c-1.698-2.128-3.849-2.691-5.357-2.678c-1.155.975-.911 2.499-1.514 3.451a1.9 1.9 0 0 0 1.281.265c.173-.028 1.724-.218 2.949 1.621c.848 1.271 1.831 1.559 2.544 1.559q.061 0 .119-.003c1.193-.053 2.076-.912 2.504-1.697a1.863 1.863 0 0 0-.736-2.523m-.658-8.423a1.5 1.5 0 0 0-1.872-.201c-.14-.037-.516-.187-1.128-.799c-2.031-2.031-4.096-2.859-5.466-3.199c1.348-.45 2.455-1.455 3.086-2.758A1.496 1.496 0 0 0 24 10.5c0-.56-.31-1.042-.765-1.3C23.086 6.303 20.803 4 18 4s-5.086 2.303-5.235 5.2c-.455.258-.765.74-.765 1.3c0 .767.577 1.392 1.319 1.482c.631 1.303 1.739 2.308 3.087 2.758c-1.371.34-3.436 1.168-5.466 3.199c-.612.612-.988.762-1.127.799a1.502 1.502 0 0 0-1.874 2.323c.047.048.712.691 1.83.691c.856 0 1.978-.378 3.291-1.691c.408-.408.809-.731 1.202-1.019a6.2 6.2 0 0 0-.186 1.453C14.077 22.917 15.833 23 18 23s3.923-.083 3.923-2.506c0-.465-.065-.959-.186-1.453c.394.288.794.611 1.202 1.019c1.312 1.314 2.434 1.691 3.291 1.691c1.117 0 1.782-.643 1.83-.691a1.5 1.5 0 0 0 0-2.12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M14.431 24.691c-1.513-.06-3.773.47-5.538 2.686a1.852 1.852 0 0 0-2.519 2.508c.428.785 1.31 1.645 2.504 1.697q.059.003.119.003c.713 0 1.696-.287 2.543-1.559c1.214-1.821 2.748-1.651 2.945-1.622c.516.1 1.022-.032 1.42-.318c-.557-.954-.344-2.44-1.474-3.395m14.287 2.672a1.86 1.86 0 0 0-1.79.005c-1.698-2.128-3.849-2.691-5.357-2.678c-1.155.975-.911 2.499-1.514 3.451a1.9 1.9 0 0 0 1.281.265c.173-.028 1.724-.218 2.949 1.621c.848 1.271 1.831 1.559 2.544 1.559q.061 0 .119-.003c1.193-.053 2.076-.912 2.504-1.697a1.863 1.863 0 0 0-.736-2.523m-.658-8.423a1.5 1.5 0 0 0-1.872-.201c-.14-.037-.516-.187-1.128-.799c-2.031-2.031-4.096-2.859-5.466-3.199c1.348-.45 2.455-1.455 3.086-2.758A1.496 1.496 0 0 0 24 10.5c0-.56-.31-1.042-.765-1.3C23.086 6.303 20.803 4 18 4s-5.086 2.303-5.235 5.2c-.455.258-.765.74-.765 1.3c0 .767.577 1.392 1.319 1.482c.631 1.303 1.739 2.308 3.087 2.758c-1.371.34-3.436 1.168-5.466 3.199c-.612.612-.988.762-1.127.799a1.502 1.502 0 0 0-1.874 2.323c.047.048.712.691 1.83.691c.856 0 1.978-.378 3.291-1.691c.408-.408.809-.731 1.202-1.019a6.2 6.2 0 0 0-.186 1.453C14.077 22.917 15.833 23 18 23s3.923-.083 3.923-2.506c0-.465-.065-.959-.186-1.453c.394.288.794.611 1.202 1.019c1.312 1.314 2.434 1.691 3.291 1.691c1.117 0 1.782-.643 1.83-.691a1.5 1.5 0 0 0 0-2.12"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.431%2024.691c-1.513-.06-3.773.47-5.538%202.686a1.852%201.852%200%200%200-2.519%202.508c.428.785%201.31%201.645%202.504%201.697q.059.003.119.003c.713%200%201.696-.287%202.543-1.559c1.214-1.821%202.748-1.651%202.945-1.622c.516.1%201.022-.032%201.42-.318c-.557-.954-.344-2.44-1.474-3.395m14.287%202.672a1.86%201.86%200%200%200-1.79.005c-1.698-2.128-3.849-2.691-5.357-2.678c-1.155.975-.911%202.499-1.514%203.451a1.9%201.9%200%200%200%201.281.265c.173-.028%201.724-.218%202.949%201.621c.848%201.271%201.831%201.559%202.544%201.559q.061%200%20.119-.003c1.193-.053%202.076-.912%202.504-1.697a1.863%201.863%200%200%200-.736-2.523m-.658-8.423a1.5%201.5%200%200%200-1.872-.201c-.14-.037-.516-.187-1.128-.799c-2.031-2.031-4.096-2.859-5.466-3.199c1.348-.45%202.455-1.455%203.086-2.758A1.496%201.496%200%200%200%2024%2010.5c0-.56-.31-1.042-.765-1.3C23.086%206.303%2020.803%204%2018%204s-5.086%202.303-5.235%205.2c-.455.258-.765.74-.765%201.3c0%20.767.577%201.392%201.319%201.482c.631%201.303%201.739%202.308%203.087%202.758c-1.371.34-3.436%201.168-5.466%203.199c-.612.612-.988.762-1.127.799a1.502%201.502%200%200%200-1.874%202.323c.047.048.712.691%201.83.691c.856%200%201.978-.378%203.291-1.691c.408-.408.809-.731%201.202-1.019a6.2%206.2%200%200%200-.186%201.453C14.077%2022.917%2015.833%2023%2018%2023s3.923-.083%203.923-2.506c0-.465-.065-.959-.186-1.453c.394.288.794.611%201.202%201.019c1.312%201.314%202.434%201.691%203.291%201.691c1.117%200%201.782-.643%201.83-.691a1.5%201.5%200%200%200%200-2.12%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23f4900c%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.431%2024.691c-1.513-.06-3.773.47-5.538%202.686a1.852%201.852%200%200%200-2.519%202.508c.428.785%201.31%201.645%202.504%201.697q.059.003.119.003c.713%200%201.696-.287%202.543-1.559c1.214-1.821%202.748-1.651%202.945-1.622c.516.1%201.022-.032%201.42-.318c-.557-.954-.344-2.44-1.474-3.395m14.287%202.672a1.86%201.86%200%200%200-1.79.005c-1.698-2.128-3.849-2.691-5.357-2.678c-1.155.975-.911%202.499-1.514%203.451a1.9%201.9%200%200%200%201.281.265c.173-.028%201.724-.218%202.949%201.621c.848%201.271%201.831%201.559%202.544%201.559q.061%200%20.119-.003c1.193-.053%202.076-.912%202.504-1.697a1.863%201.863%200%200%200-.736-2.523m-.658-8.423a1.5%201.5%200%200%200-1.872-.201c-.14-.037-.516-.187-1.128-.799c-2.031-2.031-4.096-2.859-5.466-3.199c1.348-.45%202.455-1.455%203.086-2.758A1.496%201.496%200%200%200%2024%2010.5c0-.56-.31-1.042-.765-1.3C23.086%206.303%2020.803%204%2018%204s-5.086%202.303-5.235%205.2c-.455.258-.765.74-.765%201.3c0%20.767.577%201.392%201.319%201.482c.631%201.303%201.739%202.308%203.087%202.758c-1.371.34-3.436%201.168-5.466%203.199c-.612.612-.988.762-1.127.799a1.502%201.502%200%200%200-1.874%202.323c.047.048.712.691%201.83.691c.856%200%201.978-.378%203.291-1.691c.408-.408.809-.731%201.202-1.019a6.2%206.2%200%200%200-.186%201.453C14.077%2022.917%2015.833%2023%2018%2023s3.923-.083%203.923-2.506c0-.465-.065-.959-.186-1.453c.394.288.794.611%201.202%201.019c1.312%201.314%202.434%201.691%203.291%201.691c1.117%200%201.782-.643%201.83-.691a1.5%201.5%200%200%200%200-2.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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