baby 0306m icon
baby-0306m from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.
- Name
- baby-0306m
- Set
- Health Icons
- Style
- Filled
- Category
- People
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More people icons from Health Icons
agricultureagriculture-workeragriculture-worker-altancvasthmababy-0203-altbaby-0203mbaby-female-0203m-altbaby-female-0306mbaby-female-0609mbaby-male-0203m-altbaby-male-0306mbaby-male-0609mboy-0105yboy-1015ycall-centrechild-carechild-cognitionchild-programcity-workerclean-handscommunity-healthworkerconstruction-workercpr
Use the baby 0306m icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M17.8 26.6a3 3 0 0 1 .6 4.2l-3 4A3 3 0 0 1 13 36H9a3 3 0 1 1 0-6h2.5l2.1-2.8a3 3 0 0 1 4.2-.6" clip-rule="evenodd"/><path d="M39.474 30.393H36.27l-.57-.262c-1.46-1.622-3.824-5.148-5.805-6.359A5.17 5.17 0 0 0 27.159 23H21.5l.586 13h4.729a5.3 5.3 0 0 0 2.273-.516a5.85 5.85 0 0 0 1.911-1.46l.57-.655c.719.799 1.383 2.631 2.45 2.631h5.589c.67 0 1.178-.295 1.652-.821s.74-1.239.74-1.982c0-.744-.266-1.457-.74-1.982c-.474-.526-1.116-.822-1.786-.822M40 15.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0"/><path fill-rule="evenodd" d="M33.5 20a4.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"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBaby0306m(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 fillRule="evenodd" d="M17.8 26.6a3 3 0 0 1 .6 4.2l-3 4A3 3 0 0 1 13 36H9a3 3 0 1 1 0-6h2.5l2.1-2.8a3 3 0 0 1 4.2-.6" clipRule="evenodd"/><path d="M39.474 30.393H36.27l-.57-.262c-1.46-1.622-3.824-5.148-5.805-6.359A5.17 5.17 0 0 0 27.159 23H21.5l.586 13h4.729a5.3 5.3 0 0 0 2.273-.516a5.85 5.85 0 0 0 1.911-1.46l.57-.655c.719.799 1.383 2.631 2.45 2.631h5.589c.67 0 1.178-.295 1.652-.821s.74-1.239.74-1.982c0-.744-.266-1.457-.74-1.982c-.474-.526-1.116-.822-1.786-.822M40 15.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0"/><path fillRule="evenodd" d="M33.5 20a4.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"/></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 fill-rule="evenodd" d="M17.8 26.6a3 3 0 0 1 .6 4.2l-3 4A3 3 0 0 1 13 36H9a3 3 0 1 1 0-6h2.5l2.1-2.8a3 3 0 0 1 4.2-.6" clip-rule="evenodd"/><path d="M39.474 30.393H36.27l-.57-.262c-1.46-1.622-3.824-5.148-5.805-6.359A5.17 5.17 0 0 0 27.159 23H21.5l.586 13h4.729a5.3 5.3 0 0 0 2.273-.516a5.85 5.85 0 0 0 1.911-1.46l.57-.655c.719.799 1.383 2.631 2.45 2.631h5.589c.67 0 1.178-.295 1.652-.821s.74-1.239.74-1.982c0-.744-.266-1.457-.74-1.982c-.474-.526-1.116-.822-1.786-.822M40 15.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0"/><path fill-rule="evenodd" d="M33.5 20a4.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"/></g></svg> </template>
CSS
.icon-baby-0306m {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M17.8%2026.6a3%203%200%200%201%20.6%204.2l-3%204A3%203%200%200%201%2013%2036H9a3%203%200%201%201%200-6h2.5l2.1-2.8a3%203%200%200%201%204.2-.6%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M39.474%2030.393H36.27l-.57-.262c-1.46-1.622-3.824-5.148-5.805-6.359A5.17%205.17%200%200%200%2027.159%2023H21.5l.586%2013h4.729a5.3%205.3%200%200%200%202.273-.516a5.85%205.85%200%200%200%201.911-1.46l.57-.655c.719.799%201.383%202.631%202.45%202.631h5.589c.67%200%201.178-.295%201.652-.821s.74-1.239.74-1.982c0-.744-.266-1.457-.74-1.982c-.474-.526-1.116-.822-1.786-.822M40%2015.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33.5%2020a4.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%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%20fill-rule%3D%22evenodd%22%20d%3D%22M17.8%2026.6a3%203%200%200%201%20.6%204.2l-3%204A3%203%200%200%201%2013%2036H9a3%203%200%201%201%200-6h2.5l2.1-2.8a3%203%200%200%201%204.2-.6%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M39.474%2030.393H36.27l-.57-.262c-1.46-1.622-3.824-5.148-5.805-6.359A5.17%205.17%200%200%200%2027.159%2023H21.5l.586%2013h4.729a5.3%205.3%200%200%200%202.273-.516a5.85%205.85%200%200%200%201.911-1.46l.57-.655c.719.799%201.383%202.631%202.45%202.631h5.589c.67%200%201.178-.295%201.652-.821s.74-1.239.74-1.982c0-.744-.266-1.457-.74-1.982c-.474-.526-1.116-.822-1.786-.822M40%2015.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33.5%2020a4.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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/baby-0306m.svg?color=%231a73e8&size=48