baby male 0609m icon
baby-male-0609m from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.
- Name
- baby-male-0609m
- Set
- Health Icons
- Style
- Filled
- Category
- People
- Viewbox
- 48×48
- License
- MIT
- Aliases
- baby-male-0203m
1 other variant in Health Icons
More people icons from Health Icons
agricultureagriculture-workeragriculture-worker-altancvasthmababy-0203-altbaby-0203mbaby-0306mbaby-female-0203m-altbaby-female-0306mbaby-female-0609mbaby-male-0203m-altbaby-male-0306mboy-0105yboy-1015ycall-centrechild-carechild-cognitionchild-programcity-workerclean-handscommunity-healthworkerconstruction-workercpr
Use the baby male 0609m icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M35.5 11.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m4.98 9.929c-1.984.491-3.778.86-5.48 1.107V25H25v-2.49c-1.698-.249-3.484-.61-5.459-1.076a2 2 0 1 1 .917-3.893c3.836.903 6.718 1.35 9.55 1.361c2.826.01 5.7-.413 9.512-1.356a2 2 0 1 1 .96 3.883M25 28.94V27h10v1.94c0 .634-.57 2.26-2.32 3.04c-.2.089-.426.2-.628.301l-.12.06c-.248.122-.489.238-.732.341c-.508.215-.903.318-1.2.318s-.693-.103-1.2-.318a14 14 0 0 1-.733-.342l-.119-.059c-.202-.1-.427-.212-.628-.301c-1.75-.78-2.32-2.406-2.32-3.04m-1.02 2.76c.479.807 1.273 1.62 2.455 2.156a3.5 3.5 0 0 0-.508.602c-.5.745-.93 1.665-.93 2.532c0 .792.325 1.474.57 1.99l.019.038c.272.57.444.954.444 1.36c0 .913-.785 1.622-1.711 1.622c-.864 0-1.547-.575-2.056-1.688c-.497-1.087-.688-2.429-.688-3.322c0-2.242.854-3.94 2.406-5.29m12.039 0c-.479.807-1.273 1.619-2.455 2.156c.178.168.348.363.508.602c.5.745.93 1.665.93 2.532c0 .792-.325 1.474-.57 1.99l-.019.038c-.272.57-.444.954-.444 1.36c0 .913.785 1.622 1.711 1.622c.864 0 1.547-.575 2.056-1.688c.497-1.087.688-2.429.688-3.322c0-2.242-.854-3.94-2.406-5.29"/><path fill-rule="evenodd" d="M16 15a5 5 0 1 1-1.903-3.925L17.172 8H15a1 1 0 1 1 0-2h4.5a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V9.5l-3.108 3.108c.388.71.608 1.526.608 2.392m-2 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBabyMale0609m(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"><path d="M35.5 11.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m4.98 9.929c-1.984.491-3.778.86-5.48 1.107V25H25v-2.49c-1.698-.249-3.484-.61-5.459-1.076a2 2 0 1 1 .917-3.893c3.836.903 6.718 1.35 9.55 1.361c2.826.01 5.7-.413 9.512-1.356a2 2 0 1 1 .96 3.883M25 28.94V27h10v1.94c0 .634-.57 2.26-2.32 3.04c-.2.089-.426.2-.628.301l-.12.06c-.248.122-.489.238-.732.341c-.508.215-.903.318-1.2.318s-.693-.103-1.2-.318a14 14 0 0 1-.733-.342l-.119-.059c-.202-.1-.427-.212-.628-.301c-1.75-.78-2.32-2.406-2.32-3.04m-1.02 2.76c.479.807 1.273 1.62 2.455 2.156a3.5 3.5 0 0 0-.508.602c-.5.745-.93 1.665-.93 2.532c0 .792.325 1.474.57 1.99l.019.038c.272.57.444.954.444 1.36c0 .913-.785 1.622-1.711 1.622c-.864 0-1.547-.575-2.056-1.688c-.497-1.087-.688-2.429-.688-3.322c0-2.242.854-3.94 2.406-5.29m12.039 0c-.479.807-1.273 1.619-2.455 2.156c.178.168.348.363.508.602c.5.745.93 1.665.93 2.532c0 .792-.325 1.474-.57 1.99l-.019.038c-.272.57-.444.954-.444 1.36c0 .913.785 1.622 1.711 1.622c.864 0 1.547-.575 2.056-1.688c.497-1.087.688-2.429.688-3.322c0-2.242-.854-3.94-2.406-5.29"/><path fillRule="evenodd" d="M16 15a5 5 0 1 1-1.903-3.925L17.172 8H15a1 1 0 1 1 0-2h4.5a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V9.5l-3.108 3.108c.388.71.608 1.526.608 2.392m-2 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M35.5 11.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m4.98 9.929c-1.984.491-3.778.86-5.48 1.107V25H25v-2.49c-1.698-.249-3.484-.61-5.459-1.076a2 2 0 1 1 .917-3.893c3.836.903 6.718 1.35 9.55 1.361c2.826.01 5.7-.413 9.512-1.356a2 2 0 1 1 .96 3.883M25 28.94V27h10v1.94c0 .634-.57 2.26-2.32 3.04c-.2.089-.426.2-.628.301l-.12.06c-.248.122-.489.238-.732.341c-.508.215-.903.318-1.2.318s-.693-.103-1.2-.318a14 14 0 0 1-.733-.342l-.119-.059c-.202-.1-.427-.212-.628-.301c-1.75-.78-2.32-2.406-2.32-3.04m-1.02 2.76c.479.807 1.273 1.62 2.455 2.156a3.5 3.5 0 0 0-.508.602c-.5.745-.93 1.665-.93 2.532c0 .792.325 1.474.57 1.99l.019.038c.272.57.444.954.444 1.36c0 .913-.785 1.622-1.711 1.622c-.864 0-1.547-.575-2.056-1.688c-.497-1.087-.688-2.429-.688-3.322c0-2.242.854-3.94 2.406-5.29m12.039 0c-.479.807-1.273 1.619-2.455 2.156c.178.168.348.363.508.602c.5.745.93 1.665.93 2.532c0 .792-.325 1.474-.57 1.99l-.019.038c-.272.57-.444.954-.444 1.36c0 .913.785 1.622 1.711 1.622c.864 0 1.547-.575 2.056-1.688c.497-1.087.688-2.429.688-3.322c0-2.242-.854-3.94-2.406-5.29"/><path fill-rule="evenodd" d="M16 15a5 5 0 1 1-1.903-3.925L17.172 8H15a1 1 0 1 1 0-2h4.5a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V9.5l-3.108 3.108c.388.71.608 1.526.608 2.392m-2 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-baby-male-0609m {
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%3E%3Cpath%20d%3D%22M35.5%2011.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m4.98%209.929c-1.984.491-3.778.86-5.48%201.107V25H25v-2.49c-1.698-.249-3.484-.61-5.459-1.076a2%202%200%201%201%20.917-3.893c3.836.903%206.718%201.35%209.55%201.361c2.826.01%205.7-.413%209.512-1.356a2%202%200%201%201%20.96%203.883M25%2028.94V27h10v1.94c0%20.634-.57%202.26-2.32%203.04c-.2.089-.426.2-.628.301l-.12.06c-.248.122-.489.238-.732.341c-.508.215-.903.318-1.2.318s-.693-.103-1.2-.318a14%2014%200%200%201-.733-.342l-.119-.059c-.202-.1-.427-.212-.628-.301c-1.75-.78-2.32-2.406-2.32-3.04m-1.02%202.76c.479.807%201.273%201.62%202.455%202.156a3.5%203.5%200%200%200-.508.602c-.5.745-.93%201.665-.93%202.532c0%20.792.325%201.474.57%201.99l.019.038c.272.57.444.954.444%201.36c0%20.913-.785%201.622-1.711%201.622c-.864%200-1.547-.575-2.056-1.688c-.497-1.087-.688-2.429-.688-3.322c0-2.242.854-3.94%202.406-5.29m12.039%200c-.479.807-1.273%201.619-2.455%202.156c.178.168.348.363.508.602c.5.745.93%201.665.93%202.532c0%20.792-.325%201.474-.57%201.99l-.019.038c-.272.57-.444.954-.444%201.36c0%20.913.785%201.622%201.711%201.622c.864%200%201.547-.575%202.056-1.688c.497-1.087.688-2.429.688-3.322c0-2.242-.854-3.94-2.406-5.29%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16%2015a5%205%200%201%201-1.903-3.925L17.172%208H15a1%201%200%201%201%200-2h4.5a1%201%200%200%201%201%201v5a1%201%200%201%201-2%200V9.5l-3.108%203.108c.388.71.608%201.526.608%202.392m-2%200a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%20clip-rule%3D%22evenodd%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%3E%3Cpath%20d%3D%22M35.5%2011.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m4.98%209.929c-1.984.491-3.778.86-5.48%201.107V25H25v-2.49c-1.698-.249-3.484-.61-5.459-1.076a2%202%200%201%201%20.917-3.893c3.836.903%206.718%201.35%209.55%201.361c2.826.01%205.7-.413%209.512-1.356a2%202%200%201%201%20.96%203.883M25%2028.94V27h10v1.94c0%20.634-.57%202.26-2.32%203.04c-.2.089-.426.2-.628.301l-.12.06c-.248.122-.489.238-.732.341c-.508.215-.903.318-1.2.318s-.693-.103-1.2-.318a14%2014%200%200%201-.733-.342l-.119-.059c-.202-.1-.427-.212-.628-.301c-1.75-.78-2.32-2.406-2.32-3.04m-1.02%202.76c.479.807%201.273%201.62%202.455%202.156a3.5%203.5%200%200%200-.508.602c-.5.745-.93%201.665-.93%202.532c0%20.792.325%201.474.57%201.99l.019.038c.272.57.444.954.444%201.36c0%20.913-.785%201.622-1.711%201.622c-.864%200-1.547-.575-2.056-1.688c-.497-1.087-.688-2.429-.688-3.322c0-2.242.854-3.94%202.406-5.29m12.039%200c-.479.807-1.273%201.619-2.455%202.156c.178.168.348.363.508.602c.5.745.93%201.665.93%202.532c0%20.792-.325%201.474-.57%201.99l-.019.038c-.272.57-.444.954-.444%201.36c0%20.913.785%201.622%201.711%201.622c.864%200%201.547-.575%202.056-1.688c.497-1.087.688-2.429.688-3.322c0-2.242-.854-3.94-2.406-5.29%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16%2015a5%205%200%201%201-1.903-3.925L17.172%208H15a1%201%200%201%201%200-2h4.5a1%201%200%200%201%201%201v5a1%201%200%201%201-2%200V9.5l-3.108%203.108c.388.71.608%201.526.608%202.392m-2%200a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%20clip-rule%3D%22evenodd%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-male-0609m.svg?color=%231a73e8&size=48