Nephrology icon

Nephrology is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

nephrology_outlined_fill0_wght400.svg

Nephrology icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=nephrology" />

<span class="material-symbols-outlined">nephrology</span>

Nephrology icon in React

// With the font from the HTML tab:
export function NephrologyIcon() {
  return (
    <span className="material-symbols-outlined">
      nephrology
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import NephrologyIcon from "@material-symbols/svg-400/outlined/nephrology.svg?react";

Nephrology icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">nephrology</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import NephrologyIcon from "@material-symbols/svg-400/outlined/nephrology.svg?component"; -->

Nephrology icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">nephrology</mat-icon>

Nephrology icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.nephrology, fill: 0, weight: 400)

Nephrology icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/nephrology.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M9.25 21v-4.3q-.275 .15-.6 .225t-.65 .075q-2.475 0-4.237-1.662T2 11.25v-2.5q0-2.425 1.763-4.087T8 3q1.146 0 1.948 .803 .802 .803 .802 1.95T9.948 7.7q-.802 .8-1.948 .8h-1.75v-1.5h1.75q.531 0 .891-.358Q9.25 6.284 9.25 5.754q0-.529-.359-.891Q8.531 4.5 8 4.5q-1.856 0-3.178 1.225Q3.5 6.95 3.5 8.75v2.5q0 1.8 1.322 3.025 1.322 1.225 3.178 1.225 .531 0 .891-.358Q9.25 14.784 9.25 14.255q0-.53-.359-.892Q8.531 13 8 13h-1.75v-1.5h1.75q1.146 0 1.948 .802Q10.75 13.104 10.75 14.25v6.75h-1.5Zm4 0v-6.75q0-1.146 .802-1.948Q14.854 11.5 16 11.5h1.75v1.5h-1.75q-.531 0-.89 .358Q14.75 13.716 14.75 14.246q0 .529 .36 .892Q15.469 15.5 16 15.5q1.856 0 3.178-1.225Q20.5 13.05 20.5 11.25v-2.5q0-1.8-1.322-3.025-1.322-1.225-3.178-1.225-.531 0-.89 .358Q14.75 5.216 14.75 5.746q0 .529 .36 .892Q15.469 7 16 7h1.75v1.5h-1.75q-1.146 0-1.948-.803-.802-.803-.802-1.95T14.052 3.8q.802-.8 1.948-.8 2.475 0 4.238 1.663T22 8.75v2.5q0 2.425-1.762 4.088T16 17q-.325 0-.65-.075t-.6-.225v4.3h-1.5ZM3.5 11.25v-2.5 2.5Zm17-2.5v2.5-2.5Z" />
</vector>

Nephrology icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/nephrology.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/nephrology.svg" width="24" height="24" alt="Nephrology">

Nephrology icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameNephrology
Ligaturenephrology
Code pointU+E10D
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/nephrology.svg, nephrology-fill.svg
FlutterSymbols.nephrology
LicenseApache License 2.0 (© Google LLC)

Keywords

socialhumanhealthbodychartmedicaldiagramhealthcarescienceillustrationmedicinetreatmentanatomy

Related icons