Humerus Alt icon

Humerus Alt 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

humerus_alt_outlined_fill0_wght400.svg

Humerus Alt 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=humerus_alt" />

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

Humerus Alt icon in React

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

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

Humerus Alt icon in Vue

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

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

Humerus Alt icon in Angular

With Angular Material and the font from the HTML tab:

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

Humerus Alt 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.humerus_alt, fill: 0, weight: 400)

Humerus Alt icon in Android

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

<!-- res/drawable/humerus_alt.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.825 15.525q.325 0 .538-.225t.212-.525q0-.05-.012-.125t-.038-.125q.075 .05 .175 .075t.2 .025q.325 0 .538-.225t.212-.525q0-.3-.225-.525t-.525-.225q-.175 0-.312 .075t-.263 .2L7.5 10.425q.175-.1 .288-.275t.112-.375q0-.3-.225-.525t-.525-.225q-.3 0-.525 .213t-.225 .537q0 .075 .013 .15t.037 .125q-.075-.05-.162-.075t-.213-.025q-.3 0-.525 .213t-.225 .537q0 .3 .225 .525t.525 .225q.2 0 .375-.087t.275-.263l2.825 2.975q-.2 .075-.337 .263T9.075 14.775q0 .3 .225 .525t.525 .225ZM2.025 12.775l.825-1.325 7.925 7.45q.325 .3 .75 .45t.85 .15q.35 0 .625-.062t.575-.263l8.425-5.3v1.775L14.375 20.425q-.45 .275-.95 .425t-1.075 .15q-.7 0-1.387-.25T9.75 20L2.025 12.775Zm4.675-7.5 .8-1.275q1.875 .975 3.513 2.588T13.375 9.975q.95-1.125 2.013-1.637T18.475 7.275q1.125-.3 1.95-.612t1.575-.663v1.65q-.675 .275-1.437 .538T18.85 8.7q-2.15 .575-3.187 1.188T13.7 12.025q-.1 .15-.262 .238T13.075 12.35q-.25 0-.462-.175T12.35 11.75q-.5-1.95-2.075-3.7T6.7 5.275ZM2.85 11.45q1.8 1.675 3.963 3.725T10.775 18.9q.325 .3 .75 .45t.85 .15q.35 0 .625-.062t.575-.263q1.875-1.2 4.188-2.65T22 13.875L13.575 19.175q-.3 .2-.575 .263t-.625 .062q-.425 0-.85-.15t-.75-.45L2.85 11.45Z" />
</vector>

Humerus Alt icon in SVG

npm install @material-symbols/svg-400

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

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

Humerus Alt 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

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

Keywords

socialhumanhealthstructurebodymedicalhealthcaresciencemedicineanatomybiologybonebones

Related icons