📄 lucide/icons/baby

File: baby.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/baby

Skip to content

Return to top

baby

child • childproof • children

accessibility people

Created:

v0.62.0

Last changed:

v0.502.0

Contributors:

karsa-mistmere ericfennis jguddas

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

document.body.append('<i data-lucide="baby"></i>');  

tsx

import { Baby } from 'lucide-react';

const App = () => {
  return (
    <Baby />
  );
};

export default App;

vue

<script setup>
import { Baby } from 'lucide-vue-next';
</script>

<template>
  <Baby />
</template>

svelte

<script>
import { Baby } from 'lucide-svelte';
</script>

<Baby />

tsx

import { Baby } from 'lucide-preact';

const App = () => {
  return (
    <Baby />
  );
};

export default App;

tsx

import { Baby } from 'lucide-solid';

const App = () => {
  return (
    <Baby />
  );
};

export default App;

tsx

// app.module.ts
import { LucideAngularModule, Baby } from 'lucide-angular';

@NgModule({
  imports: [\
    LucideAngularModule.pick({ Baby })\
  ],
})

// app.component.html
<lucide-icon name="baby"></lucide-icon>

html

<div class="icon-baby"></div>

See this icon in action

BabyCancel

Bug

Feature

Baby

Documents Readme Baby 12

112

8

11

2

More icons like this