Dermatology icon

Dermatology 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

dermatology_outlined_fill0_wght400.svg

Dermatology 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=dermatology" />

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

Dermatology icon in React

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

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

Dermatology icon in Vue

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

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

Dermatology icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Dermatology icon in Android

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

<!-- res/drawable/dermatology.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="M2 21v-9.5q0-.619 .441-1.059Q2.881 10 3.5 10h5.5v2q0 1.25 .875 2.125t2.125 .875q1.25 0 2.125-.875t.875-2.125v-2h5.5q.619 0 1.06 .441Q22 10.881 22 11.5v9.5H2Zm1.5-1.5h17v-8H16.5v.5q0 1.868-1.318 3.184Q13.865 16.5 11.995 16.5 10.125 16.5 8.813 15.184T7.5 12v-.5H3.5v8Zm8.496-7q-.321 0-.533-.216-.213-.215-.213-.534 0-2.675 .613-5.25T14.5 2.2q.25-.2 .548-.174 .297 .025 .502 .249 .2 .25 .188 .55T15.475 3.325q-1.8 1.5-2.262 3.783Q12.75 9.39 12.75 11.75q0 .319-.217 .534-.217 .216-.537 .216ZM6.288 15.288Q6.5 15.075 6.5 14.75t-.212-.537Q6.075 14 5.75 14t-.537 .213Q5 14.425 5 14.75t.213 .538Q5.425 15.5 5.75 15.5t.538-.212Zm1 2.5Q7.5 17.575 7.5 17.25t-.212-.537Q7.075 16.5 6.75 16.5t-.537 .213Q6 16.925 6 17.25t.213 .538Q6.425 18 6.75 18t.538-.212Zm11.5-2.5Q19 15.075 19 14.75t-.212-.537Q18.575 14 18.25 14t-.537 .213Q17.5 14.425 17.5 14.75t.213 .538Q17.925 15.5 18.25 15.5t.538-.212ZM3.5 19.5h17-17Z" />
</vector>

Dermatology icon in SVG

npm install @material-symbols/svg-400

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

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

Dermatology 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

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

Keywords

socialhumanhealthbodymedicalhealthcarehandhospitalcliniccaredoctortreatmentspa

Related icons