Care
Pregnancy icon
Also known as: Schwangerschaft, Geburtshilfe · pregnancy.svg
A side profile with a baby bump — pregnancy and maternity. Use it for obstetrics, prenatal care and maternal-health content.
PregnancyMaternityObstetricsPrenatal care
Weight
PNG size
px
Exports use the selected weight and currentColor — they inherit your text color. Free for commercial & educational use, no attribution required.
Use the Pregnancy icon in code
Paste it straight into your project. It uses currentColor, so it inherits your text color, and scales without blurring.
Inline SVG · HTML
<svg width="24" height="24" viewBox="0 0 48 48" fill="none"
stroke="currentColor" stroke-width="2" stroke-linejoin="miter" stroke-linecap="butt">
<circle cx="22" cy="11" r="4"/><path d="M22 15 C19 16 19 20 19 24 C19 30 20 36 20 42 L27 42 C27 36 28 33 30 31 C35 29 36 22 31 20 C28 18.5 25 16 22 15 Z"/><circle cx="33" cy="26" r="1.3" fill="currentColor" stroke="none"/>
</svg>React component · JSX
export function IconPregnancy(props) {
return (
<svg width="24" height="24" viewBox="0 0 48 48" fill="none"
stroke="currentColor" strokeWidth={2} strokeLinejoin="miter" strokeLinecap="butt" {...props}>
<circle cx="22" cy="11" r="4"/><path d="M22 15 C19 16 19 20 19 24 C19 30 20 36 20 42 L27 42 C27 36 28 33 30 31 C35 29 36 22 31 20 C28 18.5 25 16 22 15 Z"/><circle cx="33" cy="26" r="1.3" fill="currentColor" stroke="none"/>
</svg>
);
}Related Care icons
More from the same category — every icon is a clean, scalable SVG.