baby female 0609m icon

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

Name
baby-female-0609m-outline
Set
Health Icons
Style
Outline
Category
People
Viewbox
48×48
License
MIT
Aliases
baby-female-0203m-outline, baby-female-0609m2x-outline

1 other variant in Health Icons

More people icons from Health Icons

Use the baby female 0609m icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 15.9A5.002 5.002 0 0 0 11 6a5 5 0 0 0-1 9.9V18H8a1 1 0 1 0 0 2h2v3a1 1 0 1 0 2 0v-3h2a1 1 0 1 0 0-2h-2zm2-4.9a3 3 0 1 1-6 0a3 3 0 0 1 6 0m16 6a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11m0-2a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7"/><path d="M24.033 29.333A2.5 2.5 0 0 1 24 28.94v-5.165a61 61 0 0 1-3.76-.873a3 3 0 0 1 1.52-5.804c3.402.89 5.869 1.306 8.252 1.316c2.374.01 4.829-.382 8.193-1.307a3 3 0 0 1 1.59 5.786c-.897.246-1.757.464-2.589.652q-.612.14-1.206.256V29a3 3 0 0 1-.033.333c1.854 1.59 3.033 3.92 3.033 6.524c0 .887-.212 2.314-.762 3.553c-.532 1.201-1.562 2.59-3.35 2.59c-1.744 0-3.221-1.373-3.221-3.143c0-.738.3-1.392.504-1.833l.03-.068c.238-.519.355-.813.355-1.1s-.166-.77-.527-1.323a5.3 5.3 0 0 0-.674-.835c-.468.181-.928.302-1.355.302s-.887-.12-1.355-.302a5.3 5.3 0 0 0-.674.835c-.36.552-.527 1.035-.527 1.324c0 .294.116.582.352 1.092l.03.063c.205.441.507 1.092.507 1.845c0 1.77-1.477 3.143-3.222 3.143c-1.793 0-2.833-1.304-3.374-2.523c-.548-1.231-.737-2.663-.737-3.62c0-2.605 1.18-4.934 3.033-6.524m10.796-7.348a47 47 0 0 0 4.199-.956l.134-.037l.103-.028a1 1 0 0 0-.53-1.928c-3.465.952-6.111 1.39-8.731 1.378c-2.623-.01-5.274-.472-8.75-1.381a1 1 0 0 0-.507 1.934c1.597.419 3.05.75 4.425.991a1 1 0 0 1 .828.985V23h8v-.03a1 1 0 0 1 .829-.985M34 25h-8v2h8zM23 35.857c0-1.766.71-3.38 1.885-4.584a5.05 5.05 0 0 0 1.866 1.544q-.245.302-.455.623c-.441.676-.852 1.554-.852 2.417c0 .775.307 1.436.516 1.886l.021.046c.24.52.352.794.352 1.068c0 .597-.512 1.143-1.222 1.143c-.62 0-1.136-.41-1.547-1.335c-.405-.911-.564-2.05-.564-2.808m10.704-2.417a7 7 0 0 0-.455-.623a5.05 5.05 0 0 0 1.866-1.544C36.289 32.477 37 34.09 37 35.857c0 .651-.17 1.796-.59 2.743c-.437.986-.962 1.4-1.521 1.4c-.71 0-1.222-.546-1.222-1.143c0-.262.11-.539.353-1.069l.022-.048c.208-.452.514-1.118.514-1.883c0-.863-.41-1.741-.852-2.417m-5.977-2.46C26.81 30.498 26.275 29.694 26 29h8c-.275.694-.81 1.498-1.727 1.98c-.17.089-.361.2-.533.301l-.1.06c-.212.122-.416.238-.622.341c-.43.215-.766.318-1.018.318s-.587-.103-1.018-.318a11 11 0 0 1-.621-.342l-.101-.059c-.172-.1-.363-.212-.533-.301"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBabyFemale0609mOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M12 15.9A5.002 5.002 0 0 0 11 6a5 5 0 0 0-1 9.9V18H8a1 1 0 1 0 0 2h2v3a1 1 0 1 0 2 0v-3h2a1 1 0 1 0 0-2h-2zm2-4.9a3 3 0 1 1-6 0a3 3 0 0 1 6 0m16 6a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11m0-2a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7"/><path d="M24.033 29.333A2.5 2.5 0 0 1 24 28.94v-5.165a61 61 0 0 1-3.76-.873a3 3 0 0 1 1.52-5.804c3.402.89 5.869 1.306 8.252 1.316c2.374.01 4.829-.382 8.193-1.307a3 3 0 0 1 1.59 5.786c-.897.246-1.757.464-2.589.652q-.612.14-1.206.256V29a3 3 0 0 1-.033.333c1.854 1.59 3.033 3.92 3.033 6.524c0 .887-.212 2.314-.762 3.553c-.532 1.201-1.562 2.59-3.35 2.59c-1.744 0-3.221-1.373-3.221-3.143c0-.738.3-1.392.504-1.833l.03-.068c.238-.519.355-.813.355-1.1s-.166-.77-.527-1.323a5.3 5.3 0 0 0-.674-.835c-.468.181-.928.302-1.355.302s-.887-.12-1.355-.302a5.3 5.3 0 0 0-.674.835c-.36.552-.527 1.035-.527 1.324c0 .294.116.582.352 1.092l.03.063c.205.441.507 1.092.507 1.845c0 1.77-1.477 3.143-3.222 3.143c-1.793 0-2.833-1.304-3.374-2.523c-.548-1.231-.737-2.663-.737-3.62c0-2.605 1.18-4.934 3.033-6.524m10.796-7.348a47 47 0 0 0 4.199-.956l.134-.037l.103-.028a1 1 0 0 0-.53-1.928c-3.465.952-6.111 1.39-8.731 1.378c-2.623-.01-5.274-.472-8.75-1.381a1 1 0 0 0-.507 1.934c1.597.419 3.05.75 4.425.991a1 1 0 0 1 .828.985V23h8v-.03a1 1 0 0 1 .829-.985M34 25h-8v2h8zM23 35.857c0-1.766.71-3.38 1.885-4.584a5.05 5.05 0 0 0 1.866 1.544q-.245.302-.455.623c-.441.676-.852 1.554-.852 2.417c0 .775.307 1.436.516 1.886l.021.046c.24.52.352.794.352 1.068c0 .597-.512 1.143-1.222 1.143c-.62 0-1.136-.41-1.547-1.335c-.405-.911-.564-2.05-.564-2.808m10.704-2.417a7 7 0 0 0-.455-.623a5.05 5.05 0 0 0 1.866-1.544C36.289 32.477 37 34.09 37 35.857c0 .651-.17 1.796-.59 2.743c-.437.986-.962 1.4-1.521 1.4c-.71 0-1.222-.546-1.222-1.143c0-.262.11-.539.353-1.069l.022-.048c.208-.452.514-1.118.514-1.883c0-.863-.41-1.741-.852-2.417m-5.977-2.46C26.81 30.498 26.275 29.694 26 29h8c-.275.694-.81 1.498-1.727 1.98c-.17.089-.361.2-.533.301l-.1.06c-.212.122-.416.238-.622.341c-.43.215-.766.318-1.018.318s-.587-.103-1.018-.318a11 11 0 0 1-.621-.342l-.101-.059c-.172-.1-.363-.212-.533-.301"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 15.9A5.002 5.002 0 0 0 11 6a5 5 0 0 0-1 9.9V18H8a1 1 0 1 0 0 2h2v3a1 1 0 1 0 2 0v-3h2a1 1 0 1 0 0-2h-2zm2-4.9a3 3 0 1 1-6 0a3 3 0 0 1 6 0m16 6a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11m0-2a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7"/><path d="M24.033 29.333A2.5 2.5 0 0 1 24 28.94v-5.165a61 61 0 0 1-3.76-.873a3 3 0 0 1 1.52-5.804c3.402.89 5.869 1.306 8.252 1.316c2.374.01 4.829-.382 8.193-1.307a3 3 0 0 1 1.59 5.786c-.897.246-1.757.464-2.589.652q-.612.14-1.206.256V29a3 3 0 0 1-.033.333c1.854 1.59 3.033 3.92 3.033 6.524c0 .887-.212 2.314-.762 3.553c-.532 1.201-1.562 2.59-3.35 2.59c-1.744 0-3.221-1.373-3.221-3.143c0-.738.3-1.392.504-1.833l.03-.068c.238-.519.355-.813.355-1.1s-.166-.77-.527-1.323a5.3 5.3 0 0 0-.674-.835c-.468.181-.928.302-1.355.302s-.887-.12-1.355-.302a5.3 5.3 0 0 0-.674.835c-.36.552-.527 1.035-.527 1.324c0 .294.116.582.352 1.092l.03.063c.205.441.507 1.092.507 1.845c0 1.77-1.477 3.143-3.222 3.143c-1.793 0-2.833-1.304-3.374-2.523c-.548-1.231-.737-2.663-.737-3.62c0-2.605 1.18-4.934 3.033-6.524m10.796-7.348a47 47 0 0 0 4.199-.956l.134-.037l.103-.028a1 1 0 0 0-.53-1.928c-3.465.952-6.111 1.39-8.731 1.378c-2.623-.01-5.274-.472-8.75-1.381a1 1 0 0 0-.507 1.934c1.597.419 3.05.75 4.425.991a1 1 0 0 1 .828.985V23h8v-.03a1 1 0 0 1 .829-.985M34 25h-8v2h8zM23 35.857c0-1.766.71-3.38 1.885-4.584a5.05 5.05 0 0 0 1.866 1.544q-.245.302-.455.623c-.441.676-.852 1.554-.852 2.417c0 .775.307 1.436.516 1.886l.021.046c.24.52.352.794.352 1.068c0 .597-.512 1.143-1.222 1.143c-.62 0-1.136-.41-1.547-1.335c-.405-.911-.564-2.05-.564-2.808m10.704-2.417a7 7 0 0 0-.455-.623a5.05 5.05 0 0 0 1.866-1.544C36.289 32.477 37 34.09 37 35.857c0 .651-.17 1.796-.59 2.743c-.437.986-.962 1.4-1.521 1.4c-.71 0-1.222-.546-1.222-1.143c0-.262.11-.539.353-1.069l.022-.048c.208-.452.514-1.118.514-1.883c0-.863-.41-1.741-.852-2.417m-5.977-2.46C26.81 30.498 26.275 29.694 26 29h8c-.275.694-.81 1.498-1.727 1.98c-.17.089-.361.2-.533.301l-.1.06c-.212.122-.416.238-.622.341c-.43.215-.766.318-1.018.318s-.587-.103-1.018-.318a11 11 0 0 1-.621-.342l-.101-.059c-.172-.1-.363-.212-.533-.301"/></g></svg>
</template>

CSS

.icon-baby-female-0609m-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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%2015.9A5.002%205.002%200%200%200%2011%206a5%205%200%200%200-1%209.9V18H8a1%201%200%201%200%200%202h2v3a1%201%200%201%200%202%200v-3h2a1%201%200%201%200%200-2h-2zm2-4.9a3%203%200%201%201-6%200a3%203%200%200%201%206%200m16%206a5.5%205.5%200%201%200%200-11a5.5%205.5%200%200%200%200%2011m0-2a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207%22%2F%3E%3Cpath%20d%3D%22M24.033%2029.333A2.5%202.5%200%200%201%2024%2028.94v-5.165a61%2061%200%200%201-3.76-.873a3%203%200%200%201%201.52-5.804c3.402.89%205.869%201.306%208.252%201.316c2.374.01%204.829-.382%208.193-1.307a3%203%200%200%201%201.59%205.786c-.897.246-1.757.464-2.589.652q-.612.14-1.206.256V29a3%203%200%200%201-.033.333c1.854%201.59%203.033%203.92%203.033%206.524c0%20.887-.212%202.314-.762%203.553c-.532%201.201-1.562%202.59-3.35%202.59c-1.744%200-3.221-1.373-3.221-3.143c0-.738.3-1.392.504-1.833l.03-.068c.238-.519.355-.813.355-1.1s-.166-.77-.527-1.323a5.3%205.3%200%200%200-.674-.835c-.468.181-.928.302-1.355.302s-.887-.12-1.355-.302a5.3%205.3%200%200%200-.674.835c-.36.552-.527%201.035-.527%201.324c0%20.294.116.582.352%201.092l.03.063c.205.441.507%201.092.507%201.845c0%201.77-1.477%203.143-3.222%203.143c-1.793%200-2.833-1.304-3.374-2.523c-.548-1.231-.737-2.663-.737-3.62c0-2.605%201.18-4.934%203.033-6.524m10.796-7.348a47%2047%200%200%200%204.199-.956l.134-.037l.103-.028a1%201%200%200%200-.53-1.928c-3.465.952-6.111%201.39-8.731%201.378c-2.623-.01-5.274-.472-8.75-1.381a1%201%200%200%200-.507%201.934c1.597.419%203.05.75%204.425.991a1%201%200%200%201%20.828.985V23h8v-.03a1%201%200%200%201%20.829-.985M34%2025h-8v2h8zM23%2035.857c0-1.766.71-3.38%201.885-4.584a5.05%205.05%200%200%200%201.866%201.544q-.245.302-.455.623c-.441.676-.852%201.554-.852%202.417c0%20.775.307%201.436.516%201.886l.021.046c.24.52.352.794.352%201.068c0%20.597-.512%201.143-1.222%201.143c-.62%200-1.136-.41-1.547-1.335c-.405-.911-.564-2.05-.564-2.808m10.704-2.417a7%207%200%200%200-.455-.623a5.05%205.05%200%200%200%201.866-1.544C36.289%2032.477%2037%2034.09%2037%2035.857c0%20.651-.17%201.796-.59%202.743c-.437.986-.962%201.4-1.521%201.4c-.71%200-1.222-.546-1.222-1.143c0-.262.11-.539.353-1.069l.022-.048c.208-.452.514-1.118.514-1.883c0-.863-.41-1.741-.852-2.417m-5.977-2.46C26.81%2030.498%2026.275%2029.694%2026%2029h8c-.275.694-.81%201.498-1.727%201.98c-.17.089-.361.2-.533.301l-.1.06c-.212.122-.416.238-.622.341c-.43.215-.766.318-1.018.318s-.587-.103-1.018-.318a11%2011%200%200%201-.621-.342l-.101-.059c-.172-.1-.363-.212-.533-.301%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%2015.9A5.002%205.002%200%200%200%2011%206a5%205%200%200%200-1%209.9V18H8a1%201%200%201%200%200%202h2v3a1%201%200%201%200%202%200v-3h2a1%201%200%201%200%200-2h-2zm2-4.9a3%203%200%201%201-6%200a3%203%200%200%201%206%200m16%206a5.5%205.5%200%201%200%200-11a5.5%205.5%200%200%200%200%2011m0-2a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207%22%2F%3E%3Cpath%20d%3D%22M24.033%2029.333A2.5%202.5%200%200%201%2024%2028.94v-5.165a61%2061%200%200%201-3.76-.873a3%203%200%200%201%201.52-5.804c3.402.89%205.869%201.306%208.252%201.316c2.374.01%204.829-.382%208.193-1.307a3%203%200%200%201%201.59%205.786c-.897.246-1.757.464-2.589.652q-.612.14-1.206.256V29a3%203%200%200%201-.033.333c1.854%201.59%203.033%203.92%203.033%206.524c0%20.887-.212%202.314-.762%203.553c-.532%201.201-1.562%202.59-3.35%202.59c-1.744%200-3.221-1.373-3.221-3.143c0-.738.3-1.392.504-1.833l.03-.068c.238-.519.355-.813.355-1.1s-.166-.77-.527-1.323a5.3%205.3%200%200%200-.674-.835c-.468.181-.928.302-1.355.302s-.887-.12-1.355-.302a5.3%205.3%200%200%200-.674.835c-.36.552-.527%201.035-.527%201.324c0%20.294.116.582.352%201.092l.03.063c.205.441.507%201.092.507%201.845c0%201.77-1.477%203.143-3.222%203.143c-1.793%200-2.833-1.304-3.374-2.523c-.548-1.231-.737-2.663-.737-3.62c0-2.605%201.18-4.934%203.033-6.524m10.796-7.348a47%2047%200%200%200%204.199-.956l.134-.037l.103-.028a1%201%200%200%200-.53-1.928c-3.465.952-6.111%201.39-8.731%201.378c-2.623-.01-5.274-.472-8.75-1.381a1%201%200%200%200-.507%201.934c1.597.419%203.05.75%204.425.991a1%201%200%200%201%20.828.985V23h8v-.03a1%201%200%200%201%20.829-.985M34%2025h-8v2h8zM23%2035.857c0-1.766.71-3.38%201.885-4.584a5.05%205.05%200%200%200%201.866%201.544q-.245.302-.455.623c-.441.676-.852%201.554-.852%202.417c0%20.775.307%201.436.516%201.886l.021.046c.24.52.352.794.352%201.068c0%20.597-.512%201.143-1.222%201.143c-.62%200-1.136-.41-1.547-1.335c-.405-.911-.564-2.05-.564-2.808m10.704-2.417a7%207%200%200%200-.455-.623a5.05%205.05%200%200%200%201.866-1.544C36.289%2032.477%2037%2034.09%2037%2035.857c0%20.651-.17%201.796-.59%202.743c-.437.986-.962%201.4-1.521%201.4c-.71%200-1.222-.546-1.222-1.143c0-.262.11-.539.353-1.069l.022-.048c.208-.452.514-1.118.514-1.883c0-.863-.41-1.741-.852-2.417m-5.977-2.46C26.81%2030.498%2026.275%2029.694%2026%2029h8c-.275.694-.81%201.498-1.727%201.98c-.17.089-.361.2-.533.301l-.1.06c-.212.122-.416.238-.622.341c-.43.215-.766.318-1.018.318s-.587-.103-1.018-.318a11%2011%200%200%201-.621-.342l-.101-.059c-.172-.1-.363-.212-.533-.301%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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