baby 0306m icon

baby-0306m-outline from Health Icons by Resolve to Save Lives · Outline · People · MIT Free for personal and commercial use.

Name
baby-0306m-outline
Set
Health Icons
Style
Outline
Category
People
Viewbox
48×48
License
MIT
Aliases
baby-0306m2x-outline

3 other variants in Health Icons

More people icons from Health Icons

Use the baby 0306m icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M29.678 25.522a3.9 3.9 0 0 0-1.951-.509h-3.174a1479 1479 0 0 1 .433 8.737h2.427c1.358-.002 2.437-.703 3.526-1.859l.715-.76l.729.748c.227.233.427.516.588.75l.134.197c.119.175.224.33.339.482c.292.387.425.437.43.442h4.986c.543 0 1.14-.592 1.14-1.315c0-.722-.594-1.316-1.26-1.316h-3.07l-.188-.08c-1.443-.612-2.442-1.876-3.264-2.924l-.068-.087c-.856-1.094-1.559-1.991-2.472-2.506m.983-1.742a5.9 5.9 0 0 0-2.943-.767h-5.271l.054 1.052c.262 5.029.393 7.71.459 9.135a160 160 0 0 1 .063 1.528l.001.028v.994h4.392c1.697-.003 3.03-.719 4.126-1.666c.097.141.201.29.306.43c.337.446.994 1.236 2.011 1.236h5c1.87 0 3.141-1.723 3.141-3.315c0-1.754-1.418-3.316-3.26-3.316h-2.648c-.814-.408-1.483-1.195-2.299-2.237l-.154-.197c-.776-.994-1.706-2.187-2.978-2.905M13.25 30.75H9.5a1.5 1.5 0 0 0 0 3H14a1.5 1.5 0 0 0 1.2-.6l3-4a1.5 1.5 0 0 0-2.4-1.8zm-1-2H9.5a3.5 3.5 0 1 0 0 7H14a3.5 3.5 0 0 0 2.8-1.4l3-4a3.5 3.5 0 1 0-5.6-4.2zm23.25-8a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m0 2a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBaby0306mOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M29.678 25.522a3.9 3.9 0 0 0-1.951-.509h-3.174a1479 1479 0 0 1 .433 8.737h2.427c1.358-.002 2.437-.703 3.526-1.859l.715-.76l.729.748c.227.233.427.516.588.75l.134.197c.119.175.224.33.339.482c.292.387.425.437.43.442h4.986c.543 0 1.14-.592 1.14-1.315c0-.722-.594-1.316-1.26-1.316h-3.07l-.188-.08c-1.443-.612-2.442-1.876-3.264-2.924l-.068-.087c-.856-1.094-1.559-1.991-2.472-2.506m.983-1.742a5.9 5.9 0 0 0-2.943-.767h-5.271l.054 1.052c.262 5.029.393 7.71.459 9.135a160 160 0 0 1 .063 1.528l.001.028v.994h4.392c1.697-.003 3.03-.719 4.126-1.666c.097.141.201.29.306.43c.337.446.994 1.236 2.011 1.236h5c1.87 0 3.141-1.723 3.141-3.315c0-1.754-1.418-3.316-3.26-3.316h-2.648c-.814-.408-1.483-1.195-2.299-2.237l-.154-.197c-.776-.994-1.706-2.187-2.978-2.905M13.25 30.75H9.5a1.5 1.5 0 0 0 0 3H14a1.5 1.5 0 0 0 1.2-.6l3-4a1.5 1.5 0 0 0-2.4-1.8zm-1-2H9.5a3.5 3.5 0 1 0 0 7H14a3.5 3.5 0 0 0 2.8-1.4l3-4a3.5 3.5 0 1 0-5.6-4.2zm23.25-8a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m0 2a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M29.678 25.522a3.9 3.9 0 0 0-1.951-.509h-3.174a1479 1479 0 0 1 .433 8.737h2.427c1.358-.002 2.437-.703 3.526-1.859l.715-.76l.729.748c.227.233.427.516.588.75l.134.197c.119.175.224.33.339.482c.292.387.425.437.43.442h4.986c.543 0 1.14-.592 1.14-1.315c0-.722-.594-1.316-1.26-1.316h-3.07l-.188-.08c-1.443-.612-2.442-1.876-3.264-2.924l-.068-.087c-.856-1.094-1.559-1.991-2.472-2.506m.983-1.742a5.9 5.9 0 0 0-2.943-.767h-5.271l.054 1.052c.262 5.029.393 7.71.459 9.135a160 160 0 0 1 .063 1.528l.001.028v.994h4.392c1.697-.003 3.03-.719 4.126-1.666c.097.141.201.29.306.43c.337.446.994 1.236 2.011 1.236h5c1.87 0 3.141-1.723 3.141-3.315c0-1.754-1.418-3.316-3.26-3.316h-2.648c-.814-.408-1.483-1.195-2.299-2.237l-.154-.197c-.776-.994-1.706-2.187-2.978-2.905M13.25 30.75H9.5a1.5 1.5 0 0 0 0 3H14a1.5 1.5 0 0 0 1.2-.6l3-4a1.5 1.5 0 0 0-2.4-1.8zm-1-2H9.5a3.5 3.5 0 1 0 0 7H14a3.5 3.5 0 0 0 2.8-1.4l3-4a3.5 3.5 0 1 0-5.6-4.2zm23.25-8a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m0 2a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-baby-0306m-outline {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M29.678%2025.522a3.9%203.9%200%200%200-1.951-.509h-3.174a1479%201479%200%200%201%20.433%208.737h2.427c1.358-.002%202.437-.703%203.526-1.859l.715-.76l.729.748c.227.233.427.516.588.75l.134.197c.119.175.224.33.339.482c.292.387.425.437.43.442h4.986c.543%200%201.14-.592%201.14-1.315c0-.722-.594-1.316-1.26-1.316h-3.07l-.188-.08c-1.443-.612-2.442-1.876-3.264-2.924l-.068-.087c-.856-1.094-1.559-1.991-2.472-2.506m.983-1.742a5.9%205.9%200%200%200-2.943-.767h-5.271l.054%201.052c.262%205.029.393%207.71.459%209.135a160%20160%200%200%201%20.063%201.528l.001.028v.994h4.392c1.697-.003%203.03-.719%204.126-1.666c.097.141.201.29.306.43c.337.446.994%201.236%202.011%201.236h5c1.87%200%203.141-1.723%203.141-3.315c0-1.754-1.418-3.316-3.26-3.316h-2.648c-.814-.408-1.483-1.195-2.299-2.237l-.154-.197c-.776-.994-1.706-2.187-2.978-2.905M13.25%2030.75H9.5a1.5%201.5%200%200%200%200%203H14a1.5%201.5%200%200%200%201.2-.6l3-4a1.5%201.5%200%200%200-2.4-1.8zm-1-2H9.5a3.5%203.5%200%201%200%200%207H14a3.5%203.5%200%200%200%202.8-1.4l3-4a3.5%203.5%200%201%200-5.6-4.2zm23.25-8a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m0%202a6.5%206.5%200%201%200%200-13a6.5%206.5%200%200%200%200%2013%22%20clip-rule%3D%22evenodd%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M29.678%2025.522a3.9%203.9%200%200%200-1.951-.509h-3.174a1479%201479%200%200%201%20.433%208.737h2.427c1.358-.002%202.437-.703%203.526-1.859l.715-.76l.729.748c.227.233.427.516.588.75l.134.197c.119.175.224.33.339.482c.292.387.425.437.43.442h4.986c.543%200%201.14-.592%201.14-1.315c0-.722-.594-1.316-1.26-1.316h-3.07l-.188-.08c-1.443-.612-2.442-1.876-3.264-2.924l-.068-.087c-.856-1.094-1.559-1.991-2.472-2.506m.983-1.742a5.9%205.9%200%200%200-2.943-.767h-5.271l.054%201.052c.262%205.029.393%207.71.459%209.135a160%20160%200%200%201%20.063%201.528l.001.028v.994h4.392c1.697-.003%203.03-.719%204.126-1.666c.097.141.201.29.306.43c.337.446.994%201.236%202.011%201.236h5c1.87%200%203.141-1.723%203.141-3.315c0-1.754-1.418-3.316-3.26-3.316h-2.648c-.814-.408-1.483-1.195-2.299-2.237l-.154-.197c-.776-.994-1.706-2.187-2.978-2.905M13.25%2030.75H9.5a1.5%201.5%200%200%200%200%203H14a1.5%201.5%200%200%200%201.2-.6l3-4a1.5%201.5%200%200%200-2.4-1.8zm-1-2H9.5a3.5%203.5%200%201%200%200%207H14a3.5%203.5%200%200%200%202.8-1.4l3-4a3.5%203.5%200%201%200-5.6-4.2zm23.25-8a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m0%202a6.5%206.5%200%201%200%200-13a6.5%206.5%200%200%200%200%2013%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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