child with pacifier icon
child-with-pacifier from IconPark by ByteDance · Color · Baby · Apache-2.0 Free for personal and commercial use.
- Name
- child-with-pacifier
- 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 child with pacifier icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M24 42C33.3888 42 41 34.3888 41 25C41 15.6112 33.3888 8 24 8C14.6112 8 7 15.6112 7 25C7 34.3888 14.6112 42 24 42Z"/><path stroke-linecap="round" d="M33 21L31 22L29 21"/><path stroke-linecap="round" d="M19 21L17 22L15 21"/><path stroke-linecap="round" d="M24 38V44"/><path stroke-linecap="round" d="M24 8C23.75 7 22 4 18 4"/><path stroke-linecap="round" d="M24 8C24.0833 7 24.6 4.8 26 4"/><path stroke-linecap="round" d="M31.9752 40C31.9752 34 31.9752 31 23.9998 31C15.9998 31 16.0244 34 16.0244 40"/><path stroke-linecap="round" d="M5 23V27"/><path stroke-linecap="round" d="M43 23V27"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkChildWithPacifier(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" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path d="M24 42C33.3888 42 41 34.3888 41 25C41 15.6112 33.3888 8 24 8C14.6112 8 7 15.6112 7 25C7 34.3888 14.6112 42 24 42Z"/><path strokeLinecap="round" d="M33 21L31 22L29 21"/><path strokeLinecap="round" d="M19 21L17 22L15 21"/><path strokeLinecap="round" d="M24 38V44"/><path strokeLinecap="round" d="M24 8C23.75 7 22 4 18 4"/><path strokeLinecap="round" d="M24 8C24.0833 7 24.6 4.8 26 4"/><path strokeLinecap="round" d="M31.9752 40C31.9752 34 31.9752 31 23.9998 31C15.9998 31 16.0244 34 16.0244 40"/><path strokeLinecap="round" d="M5 23V27"/><path strokeLinecap="round" d="M43 23V27"/></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="#000" stroke-linejoin="round" stroke-width="4"><path d="M24 42C33.3888 42 41 34.3888 41 25C41 15.6112 33.3888 8 24 8C14.6112 8 7 15.6112 7 25C7 34.3888 14.6112 42 24 42Z"/><path stroke-linecap="round" d="M33 21L31 22L29 21"/><path stroke-linecap="round" d="M19 21L17 22L15 21"/><path stroke-linecap="round" d="M24 38V44"/><path stroke-linecap="round" d="M24 8C23.75 7 22 4 18 4"/><path stroke-linecap="round" d="M24 8C24.0833 7 24.6 4.8 26 4"/><path stroke-linecap="round" d="M31.9752 40C31.9752 34 31.9752 31 23.9998 31C15.9998 31 16.0244 34 16.0244 40"/><path stroke-linecap="round" d="M5 23V27"/><path stroke-linecap="round" d="M43 23V27"/></g></svg> </template>
CSS
.icon-child-with-pacifier {
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%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2042C33.3888%2042%2041%2034.3888%2041%2025C41%2015.6112%2033.3888%208%2024%208C14.6112%208%207%2015.6112%207%2025C7%2034.3888%2014.6112%2042%2024%2042Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M33%2021L31%2022L29%2021%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2021L17%2022L15%2021%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2038V44%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%208C23.75%207%2022%204%2018%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%208C24.0833%207%2024.6%204.8%2026%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M31.9752%2040C31.9752%2034%2031.9752%2031%2023.9998%2031C15.9998%2031%2016.0244%2034%2016.0244%2040%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2023V27%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M43%2023V27%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%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2042C33.3888%2042%2041%2034.3888%2041%2025C41%2015.6112%2033.3888%208%2024%208C14.6112%208%207%2015.6112%207%2025C7%2034.3888%2014.6112%2042%2024%2042Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M33%2021L31%2022L29%2021%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2021L17%2022L15%2021%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2038V44%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%208C23.75%207%2022%204%2018%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%208C24.0833%207%2024.6%204.8%2026%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M31.9752%2040C31.9752%2034%2031.9752%2031%2023.9998%2031C15.9998%2031%2016.0244%2034%2016.0244%2040%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2023V27%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M43%2023V27%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/child-with-pacifier.svg?color=%231a73e8&size=48