Anatomy

Kidney icon

Also known as: Niere, Nephrologie · kidney.svg

A kidney with its hilum notch — renal anatomy and nephrology. Use it for renal function, urology and lab-panel content.

RenalNephrologyUrologyLab panels
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 Kidney 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">
  <path d="M29 10 C20 8 12 15 12 24 C12 33 20 40 29 38 C33 37 33 33 30 33 C25 33 23 27 27 24 C23 21 25 15 30 15 C33 15 33 11 29 10 Z"/>
</svg>
React component · JSX
export function IconKidney(props) {
  return (
    <svg width="24" height="24" viewBox="0 0 48 48" fill="none"
      stroke="currentColor" strokeWidth={2} strokeLinejoin="miter" strokeLinecap="butt" {...props}>
      <path d="M29 10 C20 8 12 15 12 24 C12 33 20 40 29 38 C33 37 33 33 30 33 C25 33 23 27 27 24 C23 21 25 15 30 15 C33 15 33 11 29 10 Z"/>
    </svg>
  );
}

Related Anatomy icons

More from the same category — every icon is a clean, scalable SVG.