baby icon
baby from IconPark TwoTone by ByteDance · Two tone · Peoples · Apache-2.0 Free for personal and commercial use.
- Name
- baby
- Set
- IconPark TwoTone
- Style
- Two tone
- Category
- Peoples
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
babyEmoji One (Colored)babyFont Awesome 6 SolidbabyFont Awesome SolidbabyFluent EmojibabyFluent Emoji FlatbabyFluent Emoji High ContrastbabyFirefox OS EmojibabyIconParkbabyIconPark OutlinebabyIconPark SolidbabyLine AwesomebabyLucidebabyMaterial Design Iconsbaby-fillMingCute IconbabyMyna UI IconsbabyNoto EmojibabyOpenMojibabyPhosphorbabyTwitter Emoji
More peoples icons from IconPark TwoTone
Use the baby icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGHRhf0LCr"><g fill="none"><path fill="#555" fill-rule="evenodd" stroke="#fff" stroke-width="4" d="M24 43.6c8.432 0 15.56-6.68 17.894-14.35C42.418 27.526 46 27.526 46 23.8s-3.616-3.94-4.201-5.752C39.372 10.535 32.32 4 24 4C15.675 4 8.62 10.54 6.197 18.06C5.615 19.87 2 20.01 2 23.8s3.592 3.79 4.135 5.542C8.497 36.964 15.602 43.6 24 43.6Z" clip-rule="evenodd"/><path stroke="#fff" stroke-linecap="round" stroke-width="4" d="M41.799 18.048C39.372 10.535 32.32 4 24 4"/><path fill="#fff" stroke="#fff" d="M19.1 21.6c0 .826-.224 1.552-.56 2.056c-.339.508-.751.744-1.14.744s-.8-.236-1.14-.744c-.336-.504-.56-1.23-.56-2.056s.224-1.552.56-2.056c.34-.508.752-.744 1.14-.744c.389 0 .801.236 1.14.744c.336.504.56 1.23.56 2.056Zm13.2 0c0 .826-.224 1.552-.56 2.056c-.339.508-.752.744-1.14.744s-.801-.236-1.14-.744c-.336-.504-.56-1.23-.56-2.056s.224-1.552.56-2.056c.339-.508.752-.744 1.14-.744s.801.236 1.14.744c.336.504.56 1.23.56 2.056Z"/><path fill="#fff" fill-rule="evenodd" d="M18.498 31.75q2.896 1.95 5.511 1.95q2.613 0 5.18-1.945" clip-rule="evenodd"/><path stroke="#fff" stroke-linecap="round" stroke-width="4" d="M18.498 31.75q2.896 1.95 5.511 1.95q2.613 0 5.18-1.945M31.728 6.2q.402 2.901-1.769 4.239t-7.055 1.254"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGHRhf0LCr)"/></svg>
React
import type { SVGProps } from "react";
export function IconParkTwotoneBaby(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGHRhf0LCr"><g fill="none"><path fill="#555" fillRule="evenodd" stroke="#fff" strokeWidth="4" d="M24 43.6c8.432 0 15.56-6.68 17.894-14.35C42.418 27.526 46 27.526 46 23.8s-3.616-3.94-4.201-5.752C39.372 10.535 32.32 4 24 4C15.675 4 8.62 10.54 6.197 18.06C5.615 19.87 2 20.01 2 23.8s3.592 3.79 4.135 5.542C8.497 36.964 15.602 43.6 24 43.6Z" clipRule="evenodd"/><path stroke="#fff" strokeLinecap="round" strokeWidth="4" d="M41.799 18.048C39.372 10.535 32.32 4 24 4"/><path fill="#fff" stroke="#fff" d="M19.1 21.6c0 .826-.224 1.552-.56 2.056c-.339.508-.751.744-1.14.744s-.8-.236-1.14-.744c-.336-.504-.56-1.23-.56-2.056s.224-1.552.56-2.056c.34-.508.752-.744 1.14-.744c.389 0 .801.236 1.14.744c.336.504.56 1.23.56 2.056Zm13.2 0c0 .826-.224 1.552-.56 2.056c-.339.508-.752.744-1.14.744s-.801-.236-1.14-.744c-.336-.504-.56-1.23-.56-2.056s.224-1.552.56-2.056c.339-.508.752-.744 1.14-.744s.801.236 1.14.744c.336.504.56 1.23.56 2.056Z"/><path fill="#fff" fillRule="evenodd" d="M18.498 31.75q2.896 1.95 5.511 1.95q2.613 0 5.18-1.945" clipRule="evenodd"/><path stroke="#fff" strokeLinecap="round" strokeWidth="4" d="M18.498 31.75q2.896 1.95 5.511 1.95q2.613 0 5.18-1.945M31.728 6.2q.402 2.901-1.769 4.239t-7.055 1.254"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGHRhf0LCr)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGHRhf0LCr"><g fill="none"><path fill="#555" fill-rule="evenodd" stroke="#fff" stroke-width="4" d="M24 43.6c8.432 0 15.56-6.68 17.894-14.35C42.418 27.526 46 27.526 46 23.8s-3.616-3.94-4.201-5.752C39.372 10.535 32.32 4 24 4C15.675 4 8.62 10.54 6.197 18.06C5.615 19.87 2 20.01 2 23.8s3.592 3.79 4.135 5.542C8.497 36.964 15.602 43.6 24 43.6Z" clip-rule="evenodd"/><path stroke="#fff" stroke-linecap="round" stroke-width="4" d="M41.799 18.048C39.372 10.535 32.32 4 24 4"/><path fill="#fff" stroke="#fff" d="M19.1 21.6c0 .826-.224 1.552-.56 2.056c-.339.508-.751.744-1.14.744s-.8-.236-1.14-.744c-.336-.504-.56-1.23-.56-2.056s.224-1.552.56-2.056c.34-.508.752-.744 1.14-.744c.389 0 .801.236 1.14.744c.336.504.56 1.23.56 2.056Zm13.2 0c0 .826-.224 1.552-.56 2.056c-.339.508-.752.744-1.14.744s-.801-.236-1.14-.744c-.336-.504-.56-1.23-.56-2.056s.224-1.552.56-2.056c.339-.508.752-.744 1.14-.744s.801.236 1.14.744c.336.504.56 1.23.56 2.056Z"/><path fill="#fff" fill-rule="evenodd" d="M18.498 31.75q2.896 1.95 5.511 1.95q2.613 0 5.18-1.945" clip-rule="evenodd"/><path stroke="#fff" stroke-linecap="round" stroke-width="4" d="M18.498 31.75q2.896 1.95 5.511 1.95q2.613 0 5.18-1.945M31.728 6.2q.402 2.901-1.769 4.239t-7.055 1.254"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGHRhf0LCr)"/></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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGHRhf0LCr%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23555%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%20d%3D%22M24%2043.6c8.432%200%2015.56-6.68%2017.894-14.35C42.418%2027.526%2046%2027.526%2046%2023.8s-3.616-3.94-4.201-5.752C39.372%2010.535%2032.32%204%2024%204C15.675%204%208.62%2010.54%206.197%2018.06C5.615%2019.87%202%2020.01%202%2023.8s3.592%203.79%204.135%205.542C8.497%2036.964%2015.602%2043.6%2024%2043.6Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M41.799%2018.048C39.372%2010.535%2032.32%204%2024%204%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20d%3D%22M19.1%2021.6c0%20.826-.224%201.552-.56%202.056c-.339.508-.751.744-1.14.744s-.8-.236-1.14-.744c-.336-.504-.56-1.23-.56-2.056s.224-1.552.56-2.056c.34-.508.752-.744%201.14-.744c.389%200%20.801.236%201.14.744c.336.504.56%201.23.56%202.056Zm13.2%200c0%20.826-.224%201.552-.56%202.056c-.339.508-.752.744-1.14.744s-.801-.236-1.14-.744c-.336-.504-.56-1.23-.56-2.056s.224-1.552.56-2.056c.339-.508.752-.744%201.14-.744s.801.236%201.14.744c.336.504.56%201.23.56%202.056Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.498%2031.75q2.896%201.95%205.511%201.95q2.613%200%205.18-1.945%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M18.498%2031.75q2.896%201.95%205.511%201.95q2.613%200%205.18-1.945M31.728%206.2q.402%202.901-1.769%204.239t-7.055%201.254%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGHRhf0LCr)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGHRhf0LCr%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23555%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%20d%3D%22M24%2043.6c8.432%200%2015.56-6.68%2017.894-14.35C42.418%2027.526%2046%2027.526%2046%2023.8s-3.616-3.94-4.201-5.752C39.372%2010.535%2032.32%204%2024%204C15.675%204%208.62%2010.54%206.197%2018.06C5.615%2019.87%202%2020.01%202%2023.8s3.592%203.79%204.135%205.542C8.497%2036.964%2015.602%2043.6%2024%2043.6Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M41.799%2018.048C39.372%2010.535%2032.32%204%2024%204%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20d%3D%22M19.1%2021.6c0%20.826-.224%201.552-.56%202.056c-.339.508-.751.744-1.14.744s-.8-.236-1.14-.744c-.336-.504-.56-1.23-.56-2.056s.224-1.552.56-2.056c.34-.508.752-.744%201.14-.744c.389%200%20.801.236%201.14.744c.336.504.56%201.23.56%202.056Zm13.2%200c0%20.826-.224%201.552-.56%202.056c-.339.508-.752.744-1.14.744s-.801-.236-1.14-.744c-.336-.504-.56-1.23-.56-2.056s.224-1.552.56-2.056c.339-.508.752-.744%201.14-.744s.801.236%201.14.744c.336.504.56%201.23.56%202.056Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.498%2031.75q2.896%201.95%205.511%201.95q2.613%200%205.18-1.945%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M18.498%2031.75q2.896%201.95%205.511%201.95q2.613%200%205.18-1.945M31.728%206.2q.402%202.901-1.769%204.239t-7.055%201.254%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGHRhf0LCr)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-twotone/baby.svg?color=%231a73e8&size=48