Femur icon

Femur 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

femur_outlined_fill0_wght400.svg

Femur 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=femur" />

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

Femur icon in React

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

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

Femur icon in Vue

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

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

Femur icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Femur icon in Android

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

<!-- res/drawable/femur.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.9 22.1q-1.109 0-1.941-.694Q7.127 20.711 6.925 19.6q-.075-.425-.331-.712Q6.338 18.6 5.85 18.6q-.1 0-.174 .012-.074 .011-.123 .011Q4.175 18.875 3.075 17.975q-1.1-.9-1.1-2.333 0-1.056 .688-1.911Q3.35 12.876 4.475 12.675l2.95-.5 3.35-4.8q.025 0 .013 .013l-.013 .012q-.35-.375-.562-.837T10 5.575q0-1.04 .7-1.745Q11.4 3.125 12.425 3.125q.65 0 1.1 .228T14.175 3.725q.239 .175 .545 .25t.63 .075q.2-.6 .638-1.075t1.037-.7q1.1-.425 2.125 .075t1.42 1.546L21.83 7.405Q22.25 8.55 21.7 9.55t-1.5 1.375q-.85 .325-1.675 .063T17.175 10.1h-.95L12.35 15.642 12.875 18.55q.25 1.4-.655 2.475T9.9 22.1Zm0-2q.475 0 .788-.362T10.9 18.9l-.6-3.325q-.05-.2 0-.387t.175-.363l4.1-5.875q.275-.4 .713-.625t.937-.225l-.725-2q-.75 .025-1.375-.175t-1.125-.575q-.175-.125-.308-.175-.134-.05-.267-.05-.2 0-.312 .144t-.113 .31q0 .096 .038 .196t.112 .175q.325 .33 .475 .697 .15 .368 .15 .748 0 .33-.1 .605-.1 .275-.275 .55L8.825 13.675q-.125 .175-.287 .263T8.175 14.075l-3.35 .575q-.375 .075-.612 .363T3.975 15.65q0 .475 .375 .788t.843 .222Q5.375 16.6 5.538 16.6H5.85q.575 0 1.088 .186t.912 .532q.4 .347 .675 .83 .275 .483 .375 1.102 .075 .375 .363 .613T9.9 20.1Zm9.6-11.05q.275-.125 .425-.4t.025-.55l-1.25-3.5q-.125-.3-.404-.437-.279-.138-.571-.013-.275 .125-.425 .4t-.025 .55l1.275 3.5q.125 .275 .4 .425t.55 .025ZM11.55 11.875Zm7.075-5.275Z" />
</vector>

Femur icon in SVG

npm install @material-symbols/svg-400

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

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

Femur 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

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

Keywords

socialhumangraphichealthbodymedicaldiagramvisualhealthcareformscienceillustrationanatomy

Related icons