Files
ExerciseDiary/assets/bmi_icons/bmi_severely_underweight.svg
2026-01-10 16:46:49 +01:00

10 lines
472 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
<rect x="0" y="0" width="100" height="100" rx="10" fill="#f0f0f0" />
<!-- Head -->
<circle cx="50" cy="20" r="10" fill="#64b5f6" />
<!-- Body -->
<rect x="42" y="32" width="16" height="40" rx="5" fill="#64b5f6" />
<!-- Legs -->
<rect x="42" y="70" width="6" height="20" rx="2" fill="#64b5f6" />
<rect x="52" y="70" width="6" height="20" rx="2" fill="#64b5f6" />
</svg>