Foot Bones icon

Foot Bones 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

foot_bones_outlined_fill0_wght400.svg

Foot Bones 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=foot_bones" />

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

Foot Bones icon in React

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

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

Foot Bones icon in Vue

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

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

Foot Bones icon in Angular

With Angular Material and the font from the HTML tab:

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

Foot Bones 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.foot_bones, fill: 0, weight: 400)

Foot Bones icon in Android

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

<!-- res/drawable/foot_bones.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.763 19.238Q2.25 18.725 2.25 18v-1q0-.725 .513-1.237T4 15.25q.725 0 1.238 .513T5.75 17v1q0 .725-.512 1.238T4 19.75q-.725 0-1.237-.512ZM21.05 19.75h-1.4q-.2 0-.312-.15t-.063-.325l.225-.8q.05-.125 .15-.212t.25-.063l1.25 .175q.275 .05 .438 .225t.162 .45q0 .275-.212 .488T21.05 19.75Zm-3.75-.375-2.6-.875q-.15-.05-.225-.2t0-.3l.65-1.475q.075-.15 .225-.212t.3 .037l2.2 1.275q.125 .05 .163 .163t.012 .237l-.225 1.075q-.05 .175-.2 .25t-.3 .025Zm-4.65-1.75-1.825-.475q-.25-.075-.412-.262T10.25 16.425v-.925q0-.425 .125-.825t.425-.675q.125-.125 .275-.162t.3 .037l2.35 1.3q.125 .075 .163 .213T13.875 15.65l-.775 1.775q-.05 .125-.187 .188t-.263 .012Zm-5.05-.875q-.15 0-.237-.112T7.225 16.35q-.225-1.2-1.112-1.9T4 13.75h-.5q-.125 0-.187-.062T3.25 13.5q0-.125 .063-.187t.187-.063h.9q.525 0 1.025-.137t.925-.413q.075-.05 .15-.05t.15 .05q.525 .325 1.1 .438t1 .112q.225 0 .35 .175t.025 .375q-.2 .4-.287 .838T8.75 15.5v.875q0 .15-.112 .263T8.375 16.75h-.775ZM4.5 11.75q-.95 0-1.6-.625t-.65-1.55q0-.425 .163-.825t.462-.7l1.375-1.375v-1.925q0-.325 .213-.537T5 4q.325 0 .538 .213T5.75 4.75v1.85q0 .35-.137 .663T5.225 7.825l-1.275 1.3q-.1 .1-.15 .213t-.05 .237q0 .275 .2 .475t.475 .2q.2 0 .575-.275 .325-.275 .7-.45t.8-.175q.425 0 .8 .175t.7 .45q.125 .125 .263 .2t.312 .075q.275 0 .475-.2t.2-.475q0-.125-.05-.237t-.15-.213l-1.275-1.3q-.25-.25-.387-.562T7.25 6.6v-1.85q0-.325 .213-.537T8 4q.325 0 .538 .213T8.75 4.75v1.925l1.375 1.375q.3 .3 .463 .7t.162 .825q0 .925-.65 1.55t-1.6 .625q-.425-.025-.787-.2T7.025 11.1q-.125-.1-.25-.175t-.275-.075q-.175 0-.525 .25-.325 .275-.687 .45t-.788 .2Zm2-7.75Z" />
</vector>

Foot Bones icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/foot_bones.svg" width="24" height="24" alt="Foot Bones">

Foot Bones 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

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

Keywords

socialhumangraphichealthstructurebodymedicaldiagramformsciencedrawinganatomystudy

Related icons