baby 0203 alt icon
baby-0203-alt from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.
- Name
- baby-0203-alt
- 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-0203mbaby-0306mbaby-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 0203 alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M24 18a6 6 0 1 0 0-12a6 6 0 0 0 0 12"/><path fill-rule="evenodd" d="M15 16.447V34.04c0 3.412 2.813 7.96 9 7.96c6.188 0 9-3.98 9-7.959v-.855c-1.444-3.67-4.435-7.343-8.014-10.434a41 41 0 0 0-6.371-4.522a31 31 0 0 1-.568-.317A31 31 0 0 0 15 16.447m10.032 3.744q.64.51 1.261 1.048c2.6 2.245 4.969 4.839 6.707 7.592V17c-3.042 2.178-5.51 3.186-7.968 3.191" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBaby0203Alt(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="M24 18a6 6 0 1 0 0-12a6 6 0 0 0 0 12"/><path fillRule="evenodd" d="M15 16.447V34.04c0 3.412 2.813 7.96 9 7.96c6.188 0 9-3.98 9-7.959v-.855c-1.444-3.67-4.435-7.343-8.014-10.434a41 41 0 0 0-6.371-4.522a31 31 0 0 1-.568-.317A31 31 0 0 0 15 16.447m10.032 3.744q.64.51 1.261 1.048c2.6 2.245 4.969 4.839 6.707 7.592V17c-3.042 2.178-5.51 3.186-7.968 3.191" 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="M24 18a6 6 0 1 0 0-12a6 6 0 0 0 0 12"/><path fill-rule="evenodd" d="M15 16.447V34.04c0 3.412 2.813 7.96 9 7.96c6.188 0 9-3.98 9-7.959v-.855c-1.444-3.67-4.435-7.343-8.014-10.434a41 41 0 0 0-6.371-4.522a31 31 0 0 1-.568-.317A31 31 0 0 0 15 16.447m10.032 3.744q.64.51 1.261 1.048c2.6 2.245 4.969 4.839 6.707 7.592V17c-3.042 2.178-5.51 3.186-7.968 3.191" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-baby-0203-alt {
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%22M24%2018a6%206%200%201%200%200-12a6%206%200%200%200%200%2012%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2016.447V34.04c0%203.412%202.813%207.96%209%207.96c6.188%200%209-3.98%209-7.959v-.855c-1.444-3.67-4.435-7.343-8.014-10.434a41%2041%200%200%200-6.371-4.522a31%2031%200%200%201-.568-.317A31%2031%200%200%200%2015%2016.447m10.032%203.744q.64.51%201.261%201.048c2.6%202.245%204.969%204.839%206.707%207.592V17c-3.042%202.178-5.51%203.186-7.968%203.191%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%22M24%2018a6%206%200%201%200%200-12a6%206%200%200%200%200%2012%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2016.447V34.04c0%203.412%202.813%207.96%209%207.96c6.188%200%209-3.98%209-7.959v-.855c-1.444-3.67-4.435-7.343-8.014-10.434a41%2041%200%200%200-6.371-4.522a31%2031%200%200%201-.568-.317A31%2031%200%200%200%2015%2016.447m10.032%203.744q.64.51%201.261%201.048c2.6%202.245%204.969%204.839%206.707%207.592V17c-3.042%202.178-5.51%203.186-7.968%203.191%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-0203-alt.svg?color=%231a73e8&size=48