Rheumatology icon

Rheumatology 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

rheumatology_outlined_fill0_wght400.svg

Rheumatology 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=rheumatology" />

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

Rheumatology icon in React

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

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

Rheumatology icon in Vue

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

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

Rheumatology icon in Angular

With Angular Material and the font from the HTML tab:

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

Rheumatology 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.rheumatology, fill: 0, weight: 400)

Rheumatology icon in Android

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

<!-- res/drawable/rheumatology.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="M10.275 15.55Zm12.45 1.475-4.875-1.625 .45-1.425 4.875 1.625-.45 1.425Zm.275-4.275H18.325v-1.5h4.675v1.5Zm.175-4.35-4.85 1.6-.45-1.425 4.85-1.6 .45 1.425ZM7.125 14q-1.3 0-2.212-.912T4 10.875q0-.65 .25-1.212t.675-.988l2.075-2.1v-4.575h1.5v4.575q0 .304-.112 .59Q8.275 7.45 8.075 7.65l-2.1 2.075q-.219 .224-.347 .522-.128 .298-.128 .633Q5.5 11.55 5.986 12.025t1.133 .475q.431 0 .694-.15t.587-.425q.35-.275 .813-.525t1.037-.25q.425 0 .888 .175t.987 .6q.325 .275 .574 .425 .249 .15 .676 .15Q14.05 12.5 14.525 12.025q.475-.475 .475-1.158 0-.342-.121-.647-.121-.305-.329-.52l-2.1-2.075q-.2-.2-.325-.487t-.125-.588v-4.55h1.5v4.55l2.1 2.1q.425 .425 .663 1t.237 1.225q0 1.3-.9 2.213T13.375 14q-.825 0-1.337-.312T11.175 13.075q-.375-.3-.587-.362T10.25 12.65q-.225 0-.462 .15T9.35 13.075q-.375 .3-.881 .613Q7.964 14 7.125 14ZM12 22v-4.35q0-.304 .125-.59Q12.25 16.775 12.45 16.575l2.1-2.075q.208-.216 .329-.504 .121-.287 .121-.611 0-.36-.121-.66-.121-.3-.329-.525l1.05-1.05q.425 .425 .663 1t.237 1.225q0 .65-.237 1.2T15.6 15.55l-2.1 2.1v4.35h-1.5Zm-5 0v-4.35l-2.075-2.1q-.425-.425-.675-.975t-.25-1.2q0-.65 .25-1.225t.675-1l1.05 1.05q-.225 .25-.35 .536t-.125 .643q0 .321 .138 .609T5.975 14.5l2.1 2.075q.2 .2 .313 .485Q8.5 17.346 8.5 17.65v4.35h-1.5Zm3.25-14.375Z" />
</vector>

Rheumatology icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/rheumatology.svg" width="24" height="24" alt="Rheumatology">

Rheumatology 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

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

Keywords

socialpersonhealthbodymedicalhealthcarehospitalmedicineclinicdoctortreatmentanatomypatient

Related icons