crying baby icon
crying-baby from IconPark by ByteDance · Color · Baby · Apache-2.0 Free for personal and commercial use.
- Name
- crying-baby
- Set
- IconPark
- Style
- Color
- Category
- Baby
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More baby icons from IconPark
Use the crying baby icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M24 44C33.9411 44 42 35.9411 42 26C42 16.0589 33.9411 8 24 8C14.0589 8 6 16.0589 6 26C6 35.9411 14.0589 44 24 44Z"/><path stroke="#000" stroke-linecap="round" d="M24 8C23.75 7 22 4 18 4"/><path stroke="#000" stroke-linecap="round" d="M24 8C24.0833 7 24.6 4.8 26 4"/><path stroke="#fff" stroke-linecap="round" d="M31 35C31 35 29 31 24 31C19 31 17 35 17 35"/><path stroke="#fff" stroke-linecap="round" d="M34 20L28 19"/><path stroke="#fff" stroke-linecap="round" d="M20 19L14 20"/><path stroke="#fff" stroke-linecap="round" d="M15 20V25"/><path stroke="#fff" stroke-linecap="round" d="M33 20V25"/><path stroke="#000" stroke-linecap="round" d="M4 24V28"/><path stroke="#000" stroke-linecap="round" d="M44 24V28"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkCryingBaby(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M24 44C33.9411 44 42 35.9411 42 26C42 16.0589 33.9411 8 24 8C14.0589 8 6 16.0589 6 26C6 35.9411 14.0589 44 24 44Z"/><path stroke="#000" strokeLinecap="round" d="M24 8C23.75 7 22 4 18 4"/><path stroke="#000" strokeLinecap="round" d="M24 8C24.0833 7 24.6 4.8 26 4"/><path stroke="#fff" strokeLinecap="round" d="M31 35C31 35 29 31 24 31C19 31 17 35 17 35"/><path stroke="#fff" strokeLinecap="round" d="M34 20L28 19"/><path stroke="#fff" strokeLinecap="round" d="M20 19L14 20"/><path stroke="#fff" strokeLinecap="round" d="M15 20V25"/><path stroke="#fff" strokeLinecap="round" d="M33 20V25"/><path stroke="#000" strokeLinecap="round" d="M4 24V28"/><path stroke="#000" strokeLinecap="round" d="M44 24V28"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M24 44C33.9411 44 42 35.9411 42 26C42 16.0589 33.9411 8 24 8C14.0589 8 6 16.0589 6 26C6 35.9411 14.0589 44 24 44Z"/><path stroke="#000" stroke-linecap="round" d="M24 8C23.75 7 22 4 18 4"/><path stroke="#000" stroke-linecap="round" d="M24 8C24.0833 7 24.6 4.8 26 4"/><path stroke="#fff" stroke-linecap="round" d="M31 35C31 35 29 31 24 31C19 31 17 35 17 35"/><path stroke="#fff" stroke-linecap="round" d="M34 20L28 19"/><path stroke="#fff" stroke-linecap="round" d="M20 19L14 20"/><path stroke="#fff" stroke-linecap="round" d="M15 20V25"/><path stroke="#fff" stroke-linecap="round" d="M33 20V25"/><path stroke="#000" stroke-linecap="round" d="M4 24V28"/><path stroke="#000" stroke-linecap="round" d="M44 24V28"/></g></svg> </template>
CSS
.icon-crying-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%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M24%2044C33.9411%2044%2042%2035.9411%2042%2026C42%2016.0589%2033.9411%208%2024%208C14.0589%208%206%2016.0589%206%2026C6%2035.9411%2014.0589%2044%2024%2044Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M24%208C23.75%207%2022%204%2018%204%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M24%208C24.0833%207%2024.6%204.8%2026%204%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M31%2035C31%2035%2029%2031%2024%2031C19%2031%2017%2035%2017%2035%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M34%2020L28%2019%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M20%2019L14%2020%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M15%2020V25%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M33%2020V25%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M4%2024V28%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M44%2024V28%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M24%2044C33.9411%2044%2042%2035.9411%2042%2026C42%2016.0589%2033.9411%208%2024%208C14.0589%208%206%2016.0589%206%2026C6%2035.9411%2014.0589%2044%2024%2044Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M24%208C23.75%207%2022%204%2018%204%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M24%208C24.0833%207%2024.6%204.8%2026%204%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M31%2035C31%2035%2029%2031%2024%2031C19%2031%2017%2035%2017%2035%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M34%2020L28%2019%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M20%2019L14%2020%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M15%2020V25%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M33%2020V25%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M4%2024V28%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M44%2024V28%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/crying-baby.svg?color=%231a73e8&size=48