Dentistry icon

Dentistry 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

dentistry_outlined_fill0_wght400.svg

Dentistry 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=dentistry" />

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

Dentistry icon in React

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

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

Dentistry icon in Vue

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

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

Dentistry icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Dentistry icon in Android

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

<!-- res/drawable/dentistry.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="M17 2.125q1.65 0 2.825 1.175t1.175 2.825q0 .275-.037 .738T20.85 7.925l-1.375 10.075q-.125 1.025-.9 1.588T16.925 20.15q-.525 0-1.025-.225t-.85-.725L12.375 15.3q-.05-.075-.162-.125t-.238-.05q-.05 0-.4 .225L8.975 19.125q-.35 .525-.875 .775t-1.075 .25q-.875 0-1.637-.562T4.5 17.975l-1.35-10.05q-.075-.6-.112-1.062T3 6.125q0-1.65 1.175-2.825t2.825-1.175q.9 0 1.438 .238T9.475 2.875q.5 .275 1.063 .513T12 3.625q.9 0 1.463-.237T14.525 2.875q.5-.275 1.05-.512t1.425-.238Zm0 1.5q-.575 0-1 .175t-.875 .45q-.8 .45-1.487 .663T12 5.125q-.95 0-1.625-.212T8.9 4.25q-.45-.275-.887-.45t-1.013-.175q-1.05 0-1.775 .725t-.725 1.775q0 .2 .025 .6t.1 .925l1.375 10.1q.05 .425 .363 .65t.662 .225q.225 0 .425-.112t.35-.313l2.525-3.7q.3-.425 .75-.65t.925-.225q.475 0 .913 .225t.737 .65l2.575 3.775q.125 .2 .325 .288t.4 .087q.35 0 .663-.237T17.975 17.8l1.4-10.15q.075-.525 .1-.925t.025-.6q0-1.05-.725-1.775t-1.775-.725ZM12 11.125Z" />
</vector>

Dentistry icon in SVG

npm install @material-symbols/svg-400

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

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

Dentistry 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

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

Keywords

socialhealthmedicalhealthcarehospitalcliniccleancareappointmenttreatmenthygienesmilemouth

Related icons