Orthopedics icon

Orthopedics 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

orthopedics_outlined_fill0_wght400.svg

Orthopedics 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=orthopedics" />

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

Orthopedics icon in React

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

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

Orthopedics icon in Vue

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

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

Orthopedics icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Orthopedics icon in Android

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

<!-- res/drawable/orthopedics.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="M12 22.2q-2.2 0-3.762-.512T6.6 21.125q-.275-.125-.437-.375t-.163-.55v-1.25h-1.25q-.325 0-.537-.212T4 18.2v-1.5q0-.325 .213-.537T4.75 15.95h1.25v-2.5h-1.25q-.325 0-.537-.212T4 12.7v-1.5q0-.325 .213-.537T4.75 10.45h1.25v-2.5h-1.25q-.325 0-.537-.212T4 7.2v-1.5q0-.325 .213-.537T4.75 4.95h1.25v-1.75q0-.55 .45-.825t.95-.075q.025 0 1.375 .45t3.225 .45q1.875 0 3.225-.45t1.375-.45q.5-.2 .95 .075t.45 .825v1.75h1.25q.325 0 .538 .213T20 5.7v1.5q0 .325-.212 .538T19.25 7.95h-1.25v2.5h1.25q.325 0 .538 .213T20 11.2v1.5q0 .325-.212 .538T19.25 13.45h-1.25v2.5h1.25q.325 0 .538 .213T20 16.7v1.5q0 .325-.212 .538T19.25 18.95h-1.25v1.25q0 .3-.162 .55T17.4 21.125q-.075 .05-1.637 .563T12 22.2Zm0-13.175q1.4 0 2.588-.237T16.5 8.3v-4.375q-.95 .275-2.15 .525t-2.35 .25q-1.15 0-2.35-.25t-2.15-.525v4.375q.725 .25 1.925 .488t2.575 .237Zm2.588 5.6q1.187-.25 1.912-.5v-4.25q-.875 .225-2.012 .438T12 10.525q-1.35 0-2.487-.2T7.5 9.875v4.25q.725 .25 1.913 .5T12 14.875q1.4 0 2.588-.25ZM12 20.7q1.35 0 2.563-.287T16.5 19.875v-4.15q-.875 .25-2.025 .45t-2.475 .2q-1.325 0-2.475-.2t-2.025-.45v4.15q.725 .25 1.95 .538T12 20.7Z" />
</vector>

Orthopedics icon in SVG

npm install @material-symbols/svg-400

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

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

Orthopedics 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

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

Keywords

socialhumanhealthmedicalhealthcarescienceeducationscanhospitalmedicineclinicdoctortreatment

Related icons