Rib Cage icon

Rib Cage 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

rib_cage_outlined_fill0_wght400.svg

Rib Cage 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=rib_cage" />

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

Rib Cage icon in React

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

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

Rib Cage icon in Vue

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

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

Rib Cage icon in Angular

With Angular Material and the font from the HTML tab:

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

Rib Cage 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.rib_cage, fill: 0, weight: 400)

Rib Cage icon in Android

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

<!-- res/drawable/rib_cage.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="M5 21.75q-1.125 0-1.937-.812T2.25 19q0-.325 .225-.537t.525-.213q.325 0 .538 .213T3.75 19q0 .5 .375 .875t.875 .375q.275 0 .675-.212t.9-.563q.5-.35 1.025-.862t1.05-1.113q1.05-1.2 1.825-2.65t.775-2.85v-9q0-.325 .225-.537t.525-.213q.325 0 .538 .213T12.75 3v9q0 1.4 .775 2.85t1.825 2.65q.525 .6 1.05 1.113t1.025 .862q.5 .35 .9 .563t.675 .212q.525 0 .888-.375t.362-.875q0-.325 .225-.537t.525-.213q.325 0 .538 .213T21.75 19q0 1.125-.8 1.938T19 21.75q-.575 0-1.3-.35t-1.525-.95q-.8-.6-1.562-1.425T13.2 17.25q-.425-.55-.687-.775t-.513-.225q-.25 0-.512 .225T10.8 17.25q-.65 .95-1.425 1.775t-1.55 1.425q-.775 .6-1.512 .95T5 21.75Zm.5-3.3-2.1-1.7q-.3-.25-.475-.575t-.175-.725q0-.4 .15-.737t.45-.588q.175-.125 .375-.137t.325 .162q.125 .175 .138 .388T4.025 14.875q-.1 .075-.187 .225t-.088 .35q0 .125 .063 .275t.212 .275l2.275 1.8q-.325 .3-.437 .4T5.5 18.45Zm2.6-2.575L4.9 13.3q-.325-.25-.487-.587T4.25 11.975q0-.4 .15-.737t.45-.613q.15-.125 .375-.125t.35 .175q.125 .15 .125 .363t-.175 .337q-.125 .1-.2 .263t-.075 .362q0 .15 .063 .288T5.525 12.55l3.125 2.5q-.2 .325-.262 .425T8.1 15.875Zm1.575-3.35L6.4 9.875q-.325-.25-.487-.612T5.75 8.5q0-.425 .163-.762T6.4 7.125q.15-.125 .363-.125t.337 .175q.125 .15 .125 .363t-.175 .337q-.075 .075-.187 .25t-.113 .4q0 .05 .3 .575l2.7 2.2v.7q0 .225-.012 .263T9.675 12.525Zm.075-4.7-1.9-1.6q-.3-.25-.45-.575t-.15-.7q0-.7 .5-1.2t1.2-.5q.275 0 .538 .063T9.75 3.75q0 .375-.262 .438T8.95 4.25q-.3 0-.5 .225t-.2 .5q0 .125 .063 .263t.187 .237l1.25 1.05v1.3Zm4.575 4.7q-.05-.225-.062-.262T14.25 12v-.7l2.7-2.2q.15-.125 .3-.575 0-.225-.1-.4t-.2-.25q-.175-.125-.175-.337t.125-.363q.125-.175 .35-.175t.375 .125q.325 .275 .475 .625t.15 .75q0 .4-.162 .75T17.6 9.85L14.325 12.525Zm-.075-4.7v-1.3l1.25-1.05q.125-.1 .188-.225t.062-.275q0-.3-.2-.512t-.5-.213q-.275 0-.537-.062T14.25 3.75q0-.375 .263-.437T15.05 3.25q.7 0 1.2 .5t.5 1.2q0 .375-.15 .7t-.45 .575l-1.9 1.6Zm1.65 8.025-.3-.4q-.075-.1-.275-.425l3.125-2.5q.125-.1 .275-.575 0-.125-.225-.55-.175-.15-.2-.35t.125-.4q.125-.175 .338-.175t.362 .125q.3 .25 .463 .6t.162 .75q0 .4-.162 .75T19.1 13.3L15.9 15.85Zm2.6 2.6q-.25-.15-.362-.25T17.7 17.8l2.275-1.8q.125-.1 .275-.55 0-.175-.075-.337t-.175-.238q-.175-.125-.175-.337t.125-.388q.125-.175 .325-.162t.375 .137q.3 .25 .45 .588t.15 .737q0 .4-.162 .725T20.625 16.75l-2.125 1.7Z" />
</vector>

Rib Cage icon in SVG

npm install @material-symbols/svg-400

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

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

Rib Cage 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

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

Keywords

socialhumanicongraphichealthstructurebodymedicaldiagramprotectionhealthcareformscience

Related icons