Anatomy

Brain icon

Also known as: Gehirn, ZNS · brain.svg

A brain in profile — neurology, cognition and the central nervous system. Use it for neuro sections, mental status and head-and-brain content.

NeurologyCentral nervous systemCognitionAnatomy
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 Brain 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="M24 11 C21 8 16 9 15 13 C11 13 9 18 12 21 C9 24 11 29 15 29 C16 33 21 34 24 31"/><path d="M24 11 C27 8 32 9 33 13 C37 13 39 18 36 21 C39 24 37 29 33 29 C32 33 27 34 24 31"/><line x1="24" y1="11" x2="24" y2="31"/><path d="M19 16 C21 17 21 19 19 20 M29 16 C27 17 27 19 29 20"/>
</svg>
React component · JSX
export function IconBrain(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="M24 11 C21 8 16 9 15 13 C11 13 9 18 12 21 C9 24 11 29 15 29 C16 33 21 34 24 31"/><path d="M24 11 C27 8 32 9 33 13 C37 13 39 18 36 21 C39 24 37 29 33 29 C32 33 27 34 24 31"/><line x1="24" y1="11" x2="24" y2="31"/><path d="M19 16 C21 17 21 19 19 20 M29 16 C27 17 27 19 29 20"/>
    </svg>
  );
}

Related Anatomy icons

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