baby from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.

Name
baby
Set
Line Awesome
Style
Line
Category
Users & People
Viewbox
32×32
License
Apache 2.0
Aliases
baby-solid

The same icon in other sets

More users & people icons from Line Awesome

Use the baby icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c-2.2 0-4 1.8-4 4s1.8 4 4 4s4-1.8 4-4s-1.8-4-4-4m0 2c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m0 7c-6.668 0-9.906 6.563-9.906 6.563l1.812.875S9.301 15.715 12 14.125v6.094c-.406.144-.938.363-1.531.687c-.54.293-1.09.672-1.563 1.188S8.027 23.301 8 24.125c-.047 1.559.832 2.96 1.625 4.125a23 23 0 0 0 1.594 2.063l1.5-1.375s-.73-.778-1.438-1.813c-.707-1.035-1.3-2.355-1.281-2.938c.008-.242.121-.472.375-.75c.254-.277.648-.554 1.063-.78a8 8 0 0 1 1.124-.5C13.13 22.913 14.235 24 16 24c1.738 0 2.828-1.055 3.406-1.813c.301.114.664.266 1.032.47c.417.226.816.507 1.062.78c.246.274.344.508.344.75c0 .622-.617 1.903-1.313 2.907c-.695 1.004-1.375 1.75-1.375 1.75l1.438 1.375s.808-.867 1.593-2c.786-1.133 1.657-2.496 1.657-4.032c0-.835-.403-1.57-.875-2.093c-.473-.524-1.02-.89-1.563-1.188A10.4 10.4 0 0 0 20 20.281v-6.156c2.7 1.59 4.094 4.313 4.094 4.313l1.812-.875S22.668 11 16 11m0 2a7.6 7.6 0 0 1 2 .25v7.438c-.11.207-.707 1.312-2 1.312s-1.89-1.105-2-1.313V13.25a7.6 7.6 0 0 1 2-.25"/></svg>

React

import type { SVGProps } from "react";

export function LaBaby(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c-2.2 0-4 1.8-4 4s1.8 4 4 4s4-1.8 4-4s-1.8-4-4-4m0 2c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m0 7c-6.668 0-9.906 6.563-9.906 6.563l1.812.875S9.301 15.715 12 14.125v6.094c-.406.144-.938.363-1.531.687c-.54.293-1.09.672-1.563 1.188S8.027 23.301 8 24.125c-.047 1.559.832 2.96 1.625 4.125a23 23 0 0 0 1.594 2.063l1.5-1.375s-.73-.778-1.438-1.813c-.707-1.035-1.3-2.355-1.281-2.938c.008-.242.121-.472.375-.75c.254-.277.648-.554 1.063-.78a8 8 0 0 1 1.124-.5C13.13 22.913 14.235 24 16 24c1.738 0 2.828-1.055 3.406-1.813c.301.114.664.266 1.032.47c.417.226.816.507 1.062.78c.246.274.344.508.344.75c0 .622-.617 1.903-1.313 2.907c-.695 1.004-1.375 1.75-1.375 1.75l1.438 1.375s.808-.867 1.593-2c.786-1.133 1.657-2.496 1.657-4.032c0-.835-.403-1.57-.875-2.093c-.473-.524-1.02-.89-1.563-1.188A10.4 10.4 0 0 0 20 20.281v-6.156c2.7 1.59 4.094 4.313 4.094 4.313l1.812-.875S22.668 11 16 11m0 2a7.6 7.6 0 0 1 2 .25v7.438c-.11.207-.707 1.312-2 1.312s-1.89-1.105-2-1.313V13.25a7.6 7.6 0 0 1 2-.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c-2.2 0-4 1.8-4 4s1.8 4 4 4s4-1.8 4-4s-1.8-4-4-4m0 2c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m0 7c-6.668 0-9.906 6.563-9.906 6.563l1.812.875S9.301 15.715 12 14.125v6.094c-.406.144-.938.363-1.531.687c-.54.293-1.09.672-1.563 1.188S8.027 23.301 8 24.125c-.047 1.559.832 2.96 1.625 4.125a23 23 0 0 0 1.594 2.063l1.5-1.375s-.73-.778-1.438-1.813c-.707-1.035-1.3-2.355-1.281-2.938c.008-.242.121-.472.375-.75c.254-.277.648-.554 1.063-.78a8 8 0 0 1 1.124-.5C13.13 22.913 14.235 24 16 24c1.738 0 2.828-1.055 3.406-1.813c.301.114.664.266 1.032.47c.417.226.816.507 1.062.78c.246.274.344.508.344.75c0 .622-.617 1.903-1.313 2.907c-.695 1.004-1.375 1.75-1.375 1.75l1.438 1.375s.808-.867 1.593-2c.786-1.133 1.657-2.496 1.657-4.032c0-.835-.403-1.57-.875-2.093c-.473-.524-1.02-.89-1.563-1.188A10.4 10.4 0 0 0 20 20.281v-6.156c2.7 1.59 4.094 4.313 4.094 4.313l1.812-.875S22.668 11 16 11m0 2a7.6 7.6 0 0 1 2 .25v7.438c-.11.207-.707 1.312-2 1.312s-1.89-1.105-2-1.313V13.25a7.6 7.6 0 0 1 2-.25"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c-2.2%200-4%201.8-4%204s1.8%204%204%204s4-1.8%204-4s-1.8-4-4-4m0%202c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m0%207c-6.668%200-9.906%206.563-9.906%206.563l1.812.875S9.301%2015.715%2012%2014.125v6.094c-.406.144-.938.363-1.531.687c-.54.293-1.09.672-1.563%201.188S8.027%2023.301%208%2024.125c-.047%201.559.832%202.96%201.625%204.125a23%2023%200%200%200%201.594%202.063l1.5-1.375s-.73-.778-1.438-1.813c-.707-1.035-1.3-2.355-1.281-2.938c.008-.242.121-.472.375-.75c.254-.277.648-.554%201.063-.78a8%208%200%200%201%201.124-.5C13.13%2022.913%2014.235%2024%2016%2024c1.738%200%202.828-1.055%203.406-1.813c.301.114.664.266%201.032.47c.417.226.816.507%201.062.78c.246.274.344.508.344.75c0%20.622-.617%201.903-1.313%202.907c-.695%201.004-1.375%201.75-1.375%201.75l1.438%201.375s.808-.867%201.593-2c.786-1.133%201.657-2.496%201.657-4.032c0-.835-.403-1.57-.875-2.093c-.473-.524-1.02-.89-1.563-1.188A10.4%2010.4%200%200%200%2020%2020.281v-6.156c2.7%201.59%204.094%204.313%204.094%204.313l1.812-.875S22.668%2011%2016%2011m0%202a7.6%207.6%200%200%201%202%20.25v7.438c-.11.207-.707%201.312-2%201.312s-1.89-1.105-2-1.313V13.25a7.6%207.6%200%200%201%202-.25%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c-2.2%200-4%201.8-4%204s1.8%204%204%204s4-1.8%204-4s-1.8-4-4-4m0%202c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m0%207c-6.668%200-9.906%206.563-9.906%206.563l1.812.875S9.301%2015.715%2012%2014.125v6.094c-.406.144-.938.363-1.531.687c-.54.293-1.09.672-1.563%201.188S8.027%2023.301%208%2024.125c-.047%201.559.832%202.96%201.625%204.125a23%2023%200%200%200%201.594%202.063l1.5-1.375s-.73-.778-1.438-1.813c-.707-1.035-1.3-2.355-1.281-2.938c.008-.242.121-.472.375-.75c.254-.277.648-.554%201.063-.78a8%208%200%200%201%201.124-.5C13.13%2022.913%2014.235%2024%2016%2024c1.738%200%202.828-1.055%203.406-1.813c.301.114.664.266%201.032.47c.417.226.816.507%201.062.78c.246.274.344.508.344.75c0%20.622-.617%201.903-1.313%202.907c-.695%201.004-1.375%201.75-1.375%201.75l1.438%201.375s.808-.867%201.593-2c.786-1.133%201.657-2.496%201.657-4.032c0-.835-.403-1.57-.875-2.093c-.473-.524-1.02-.89-1.563-1.188A10.4%2010.4%200%200%200%2020%2020.281v-6.156c2.7%201.59%204.094%204.313%204.094%204.313l1.812-.875S22.668%2011%2016%2011m0%202a7.6%207.6%200%200%201%202%20.25v7.438c-.11.207-.707%201.312-2%201.312s-1.89-1.105-2-1.313V13.25a7.6%207.6%200%200%201%202-.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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