rib cage icon
rib-cage from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- rib-cage
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- rib-cage-outline, rib-cage-outline-rounded, rib-cage-outline-sharp, rib-cage-rounded, rib-cage-sharp
The same icon in other sets
More social icons from Material Symbols Light
Use the rib cage icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 21.5q-1.038 0-1.77-.73T2.5 19q0-.213.143-.357T3 18.5t.357.143T3.5 19q0 .617.441 1.059q.442.441 1.059.441q.587 0 1.29-.456q.702-.455 1.376-1.111t1.275-1.395q.603-.74.982-1.326q.7-1.025 1.139-2.125T11.5 12V3q0-.213.143-.357T12 2.5t.357.143T12.5 3v9q0 .987.439 2.087t1.138 2.125q.379.586.982 1.326q.603.739 1.276 1.395t1.375 1.111T19 20.5q.617 0 1.059-.441q.441-.442.441-1.059q0-.213.143-.357T21 18.5t.357.143t.143.357q0 1.039-.73 1.77T19 21.5q-.87 0-1.699-.494T15.71 19.77t-1.482-1.587q-.72-.848-1.305-1.573q-.221-.275-.443-.443T12 16t-.48.159t-.443.433q-.565.725-1.286 1.582q-.72.857-1.482 1.597q-.761.74-1.59 1.235T5 21.5m.923-2.802l-2.48-1.979q-.293-.236-.464-.566t-.171-.703t.146-.715t.438-.58q.154-.122.33-.12q.174.003.297.157t.12.342t-.156.31q-.108.089-.2.246q-.09.158-.09.36q0 .158.056.313t.234.287l2.66 2.077q-.177.171-.372.315t-.348.256m2.554-2.607L4.942 13.25q-.292-.237-.463-.57t-.171-.705t.146-.728t.438-.591q.154-.123.332-.108q.178.016.301.17q.123.153.117.328t-.16.298q-.113.089-.201.272q-.089.182-.089.384q0 .158.057.313t.234.287l3.498 2.766q-.123.17-.25.365t-.254.36m1.571-3.341L6.442 9.825q-.292-.236-.463-.594T5.808 8.5q0-.398.17-.74q.172-.343.464-.604q.13-.104.307-.098q.178.006.301.16q.104.153.108.328t-.15.298q-.089.07-.202.252q-.114.183-.114.429q0 .089.316.606l3.108 2.544V12q0 .173-.019.375q-.018.202-.049.375m.068-4.708L7.892 6.194q-.292-.236-.438-.557q-.146-.32-.146-.687q0-.685.479-1.164t1.163-.478q.246 0 .494.048t.248.394t-.248.394t-.494.048q-.334 0-.546.246t-.212.537q0 .158.067.29q.066.133.199.24L10.116 6.9zm3.836 4.708q-.03-.173-.049-.375q-.018-.202-.018-.375v-.325l3.107-2.544q.177-.152.316-.606q0-.246-.114-.438t-.202-.262q-.153-.123-.15-.288q.004-.166.108-.32q.123-.153.31-.16t.323.099q.292.261.45.616q.16.355.16.728t-.172.728q-.171.355-.463.591zm-.067-4.746V6.862l1.657-1.337q.133-.108.2-.24q.066-.133.066-.31q0-.315-.221-.549t-.537-.234q-.246 0-.494-.048t-.248-.394t.248-.394t.494-.048q.684 0 1.163.479q.48.479.48 1.163q0 .367-.147.688q-.146.32-.438.556zm1.638 8.087q-.129-.166-.255-.354t-.249-.378l3.473-2.803q.152-.127.29-.606q0-.146-.245-.587q-.154-.142-.189-.33q-.034-.187.108-.34q.123-.155.308-.16q.184-.006.319.098q.292.236.45.591q.16.355.16.728t-.172.728q-.171.355-.463.591zm2.573 2.607q-.173-.092-.357-.246q-.185-.154-.362-.325l2.64-2.077q.152-.127.29-.6q0-.183-.078-.35q-.079-.167-.187-.256q-.153-.123-.169-.31q-.015-.188.108-.342q.123-.153.298-.156t.329.12q.292.236.438.579t.146.715t-.158.713t-.451.556z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRibCage(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 21.5q-1.038 0-1.77-.73T2.5 19q0-.213.143-.357T3 18.5t.357.143T3.5 19q0 .617.441 1.059q.442.441 1.059.441q.587 0 1.29-.456q.702-.455 1.376-1.111t1.275-1.395q.603-.74.982-1.326q.7-1.025 1.139-2.125T11.5 12V3q0-.213.143-.357T12 2.5t.357.143T12.5 3v9q0 .987.439 2.087t1.138 2.125q.379.586.982 1.326q.603.739 1.276 1.395t1.375 1.111T19 20.5q.617 0 1.059-.441q.441-.442.441-1.059q0-.213.143-.357T21 18.5t.357.143t.143.357q0 1.039-.73 1.77T19 21.5q-.87 0-1.699-.494T15.71 19.77t-1.482-1.587q-.72-.848-1.305-1.573q-.221-.275-.443-.443T12 16t-.48.159t-.443.433q-.565.725-1.286 1.582q-.72.857-1.482 1.597q-.761.74-1.59 1.235T5 21.5m.923-2.802l-2.48-1.979q-.293-.236-.464-.566t-.171-.703t.146-.715t.438-.58q.154-.122.33-.12q.174.003.297.157t.12.342t-.156.31q-.108.089-.2.246q-.09.158-.09.36q0 .158.056.313t.234.287l2.66 2.077q-.177.171-.372.315t-.348.256m2.554-2.607L4.942 13.25q-.292-.237-.463-.57t-.171-.705t.146-.728t.438-.591q.154-.123.332-.108q.178.016.301.17q.123.153.117.328t-.16.298q-.113.089-.201.272q-.089.182-.089.384q0 .158.057.313t.234.287l3.498 2.766q-.123.17-.25.365t-.254.36m1.571-3.341L6.442 9.825q-.292-.236-.463-.594T5.808 8.5q0-.398.17-.74q.172-.343.464-.604q.13-.104.307-.098q.178.006.301.16q.104.153.108.328t-.15.298q-.089.07-.202.252q-.114.183-.114.429q0 .089.316.606l3.108 2.544V12q0 .173-.019.375q-.018.202-.049.375m.068-4.708L7.892 6.194q-.292-.236-.438-.557q-.146-.32-.146-.687q0-.685.479-1.164t1.163-.478q.246 0 .494.048t.248.394t-.248.394t-.494.048q-.334 0-.546.246t-.212.537q0 .158.067.29q.066.133.199.24L10.116 6.9zm3.836 4.708q-.03-.173-.049-.375q-.018-.202-.018-.375v-.325l3.107-2.544q.177-.152.316-.606q0-.246-.114-.438t-.202-.262q-.153-.123-.15-.288q.004-.166.108-.32q.123-.153.31-.16t.323.099q.292.261.45.616q.16.355.16.728t-.172.728q-.171.355-.463.591zm-.067-4.746V6.862l1.657-1.337q.133-.108.2-.24q.066-.133.066-.31q0-.315-.221-.549t-.537-.234q-.246 0-.494-.048t-.248-.394t.248-.394t.494-.048q.684 0 1.163.479q.48.479.48 1.163q0 .367-.147.688q-.146.32-.438.556zm1.638 8.087q-.129-.166-.255-.354t-.249-.378l3.473-2.803q.152-.127.29-.606q0-.146-.245-.587q-.154-.142-.189-.33q-.034-.187.108-.34q.123-.155.308-.16q.184-.006.319.098q.292.236.45.591q.16.355.16.728t-.172.728q-.171.355-.463.591zm2.573 2.607q-.173-.092-.357-.246q-.185-.154-.362-.325l2.64-2.077q.152-.127.29-.6q0-.183-.078-.35q-.079-.167-.187-.256q-.153-.123-.169-.31q-.015-.188.108-.342q.123-.153.298-.156t.329.12q.292.236.438.579t.146.715t-.158.713t-.451.556z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 21.5q-1.038 0-1.77-.73T2.5 19q0-.213.143-.357T3 18.5t.357.143T3.5 19q0 .617.441 1.059q.442.441 1.059.441q.587 0 1.29-.456q.702-.455 1.376-1.111t1.275-1.395q.603-.74.982-1.326q.7-1.025 1.139-2.125T11.5 12V3q0-.213.143-.357T12 2.5t.357.143T12.5 3v9q0 .987.439 2.087t1.138 2.125q.379.586.982 1.326q.603.739 1.276 1.395t1.375 1.111T19 20.5q.617 0 1.059-.441q.441-.442.441-1.059q0-.213.143-.357T21 18.5t.357.143t.143.357q0 1.039-.73 1.77T19 21.5q-.87 0-1.699-.494T15.71 19.77t-1.482-1.587q-.72-.848-1.305-1.573q-.221-.275-.443-.443T12 16t-.48.159t-.443.433q-.565.725-1.286 1.582q-.72.857-1.482 1.597q-.761.74-1.59 1.235T5 21.5m.923-2.802l-2.48-1.979q-.293-.236-.464-.566t-.171-.703t.146-.715t.438-.58q.154-.122.33-.12q.174.003.297.157t.12.342t-.156.31q-.108.089-.2.246q-.09.158-.09.36q0 .158.056.313t.234.287l2.66 2.077q-.177.171-.372.315t-.348.256m2.554-2.607L4.942 13.25q-.292-.237-.463-.57t-.171-.705t.146-.728t.438-.591q.154-.123.332-.108q.178.016.301.17q.123.153.117.328t-.16.298q-.113.089-.201.272q-.089.182-.089.384q0 .158.057.313t.234.287l3.498 2.766q-.123.17-.25.365t-.254.36m1.571-3.341L6.442 9.825q-.292-.236-.463-.594T5.808 8.5q0-.398.17-.74q.172-.343.464-.604q.13-.104.307-.098q.178.006.301.16q.104.153.108.328t-.15.298q-.089.07-.202.252q-.114.183-.114.429q0 .089.316.606l3.108 2.544V12q0 .173-.019.375q-.018.202-.049.375m.068-4.708L7.892 6.194q-.292-.236-.438-.557q-.146-.32-.146-.687q0-.685.479-1.164t1.163-.478q.246 0 .494.048t.248.394t-.248.394t-.494.048q-.334 0-.546.246t-.212.537q0 .158.067.29q.066.133.199.24L10.116 6.9zm3.836 4.708q-.03-.173-.049-.375q-.018-.202-.018-.375v-.325l3.107-2.544q.177-.152.316-.606q0-.246-.114-.438t-.202-.262q-.153-.123-.15-.288q.004-.166.108-.32q.123-.153.31-.16t.323.099q.292.261.45.616q.16.355.16.728t-.172.728q-.171.355-.463.591zm-.067-4.746V6.862l1.657-1.337q.133-.108.2-.24q.066-.133.066-.31q0-.315-.221-.549t-.537-.234q-.246 0-.494-.048t-.248-.394t.248-.394t.494-.048q.684 0 1.163.479q.48.479.48 1.163q0 .367-.147.688q-.146.32-.438.556zm1.638 8.087q-.129-.166-.255-.354t-.249-.378l3.473-2.803q.152-.127.29-.606q0-.146-.245-.587q-.154-.142-.189-.33q-.034-.187.108-.34q.123-.155.308-.16q.184-.006.319.098q.292.236.45.591q.16.355.16.728t-.172.728q-.171.355-.463.591zm2.573 2.607q-.173-.092-.357-.246q-.185-.154-.362-.325l2.64-2.077q.152-.127.29-.6q0-.183-.078-.35q-.079-.167-.187-.256q-.153-.123-.169-.31q-.015-.188.108-.342q.123-.153.298-.156t.329.12q.292.236.438.579t.146.715t-.158.713t-.451.556z"/></svg> </template>
CSS
.icon-rib-cage {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2021.5q-1.038%200-1.77-.73T2.5%2019q0-.213.143-.357T3%2018.5t.357.143T3.5%2019q0%20.617.441%201.059q.442.441%201.059.441q.587%200%201.29-.456q.702-.455%201.376-1.111t1.275-1.395q.603-.74.982-1.326q.7-1.025%201.139-2.125T11.5%2012V3q0-.213.143-.357T12%202.5t.357.143T12.5%203v9q0%20.987.439%202.087t1.138%202.125q.379.586.982%201.326q.603.739%201.276%201.395t1.375%201.111T19%2020.5q.617%200%201.059-.441q.441-.442.441-1.059q0-.213.143-.357T21%2018.5t.357.143t.143.357q0%201.039-.73%201.77T19%2021.5q-.87%200-1.699-.494T15.71%2019.77t-1.482-1.587q-.72-.848-1.305-1.573q-.221-.275-.443-.443T12%2016t-.48.159t-.443.433q-.565.725-1.286%201.582q-.72.857-1.482%201.597q-.761.74-1.59%201.235T5%2021.5m.923-2.802l-2.48-1.979q-.293-.236-.464-.566t-.171-.703t.146-.715t.438-.58q.154-.122.33-.12q.174.003.297.157t.12.342t-.156.31q-.108.089-.2.246q-.09.158-.09.36q0%20.158.056.313t.234.287l2.66%202.077q-.177.171-.372.315t-.348.256m2.554-2.607L4.942%2013.25q-.292-.237-.463-.57t-.171-.705t.146-.728t.438-.591q.154-.123.332-.108q.178.016.301.17q.123.153.117.328t-.16.298q-.113.089-.201.272q-.089.182-.089.384q0%20.158.057.313t.234.287l3.498%202.766q-.123.17-.25.365t-.254.36m1.571-3.341L6.442%209.825q-.292-.236-.463-.594T5.808%208.5q0-.398.17-.74q.172-.343.464-.604q.13-.104.307-.098q.178.006.301.16q.104.153.108.328t-.15.298q-.089.07-.202.252q-.114.183-.114.429q0%20.089.316.606l3.108%202.544V12q0%20.173-.019.375q-.018.202-.049.375m.068-4.708L7.892%206.194q-.292-.236-.438-.557q-.146-.32-.146-.687q0-.685.479-1.164t1.163-.478q.246%200%20.494.048t.248.394t-.248.394t-.494.048q-.334%200-.546.246t-.212.537q0%20.158.067.29q.066.133.199.24L10.116%206.9zm3.836%204.708q-.03-.173-.049-.375q-.018-.202-.018-.375v-.325l3.107-2.544q.177-.152.316-.606q0-.246-.114-.438t-.202-.262q-.153-.123-.15-.288q.004-.166.108-.32q.123-.153.31-.16t.323.099q.292.261.45.616q.16.355.16.728t-.172.728q-.171.355-.463.591zm-.067-4.746V6.862l1.657-1.337q.133-.108.2-.24q.066-.133.066-.31q0-.315-.221-.549t-.537-.234q-.246%200-.494-.048t-.248-.394t.248-.394t.494-.048q.684%200%201.163.479q.48.479.48%201.163q0%20.367-.147.688q-.146.32-.438.556zm1.638%208.087q-.129-.166-.255-.354t-.249-.378l3.473-2.803q.152-.127.29-.606q0-.146-.245-.587q-.154-.142-.189-.33q-.034-.187.108-.34q.123-.155.308-.16q.184-.006.319.098q.292.236.45.591q.16.355.16.728t-.172.728q-.171.355-.463.591zm2.573%202.607q-.173-.092-.357-.246q-.185-.154-.362-.325l2.64-2.077q.152-.127.29-.6q0-.183-.078-.35q-.079-.167-.187-.256q-.153-.123-.169-.31q-.015-.188.108-.342q.123-.153.298-.156t.329.12q.292.236.438.579t.146.715t-.158.713t-.451.556z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2021.5q-1.038%200-1.77-.73T2.5%2019q0-.213.143-.357T3%2018.5t.357.143T3.5%2019q0%20.617.441%201.059q.442.441%201.059.441q.587%200%201.29-.456q.702-.455%201.376-1.111t1.275-1.395q.603-.74.982-1.326q.7-1.025%201.139-2.125T11.5%2012V3q0-.213.143-.357T12%202.5t.357.143T12.5%203v9q0%20.987.439%202.087t1.138%202.125q.379.586.982%201.326q.603.739%201.276%201.395t1.375%201.111T19%2020.5q.617%200%201.059-.441q.441-.442.441-1.059q0-.213.143-.357T21%2018.5t.357.143t.143.357q0%201.039-.73%201.77T19%2021.5q-.87%200-1.699-.494T15.71%2019.77t-1.482-1.587q-.72-.848-1.305-1.573q-.221-.275-.443-.443T12%2016t-.48.159t-.443.433q-.565.725-1.286%201.582q-.72.857-1.482%201.597q-.761.74-1.59%201.235T5%2021.5m.923-2.802l-2.48-1.979q-.293-.236-.464-.566t-.171-.703t.146-.715t.438-.58q.154-.122.33-.12q.174.003.297.157t.12.342t-.156.31q-.108.089-.2.246q-.09.158-.09.36q0%20.158.056.313t.234.287l2.66%202.077q-.177.171-.372.315t-.348.256m2.554-2.607L4.942%2013.25q-.292-.237-.463-.57t-.171-.705t.146-.728t.438-.591q.154-.123.332-.108q.178.016.301.17q.123.153.117.328t-.16.298q-.113.089-.201.272q-.089.182-.089.384q0%20.158.057.313t.234.287l3.498%202.766q-.123.17-.25.365t-.254.36m1.571-3.341L6.442%209.825q-.292-.236-.463-.594T5.808%208.5q0-.398.17-.74q.172-.343.464-.604q.13-.104.307-.098q.178.006.301.16q.104.153.108.328t-.15.298q-.089.07-.202.252q-.114.183-.114.429q0%20.089.316.606l3.108%202.544V12q0%20.173-.019.375q-.018.202-.049.375m.068-4.708L7.892%206.194q-.292-.236-.438-.557q-.146-.32-.146-.687q0-.685.479-1.164t1.163-.478q.246%200%20.494.048t.248.394t-.248.394t-.494.048q-.334%200-.546.246t-.212.537q0%20.158.067.29q.066.133.199.24L10.116%206.9zm3.836%204.708q-.03-.173-.049-.375q-.018-.202-.018-.375v-.325l3.107-2.544q.177-.152.316-.606q0-.246-.114-.438t-.202-.262q-.153-.123-.15-.288q.004-.166.108-.32q.123-.153.31-.16t.323.099q.292.261.45.616q.16.355.16.728t-.172.728q-.171.355-.463.591zm-.067-4.746V6.862l1.657-1.337q.133-.108.2-.24q.066-.133.066-.31q0-.315-.221-.549t-.537-.234q-.246%200-.494-.048t-.248-.394t.248-.394t.494-.048q.684%200%201.163.479q.48.479.48%201.163q0%20.367-.147.688q-.146.32-.438.556zm1.638%208.087q-.129-.166-.255-.354t-.249-.378l3.473-2.803q.152-.127.29-.606q0-.146-.245-.587q-.154-.142-.189-.33q-.034-.187.108-.34q.123-.155.308-.16q.184-.006.319.098q.292.236.45.591q.16.355.16.728t-.172.728q-.171.355-.463.591zm2.573%202.607q-.173-.092-.357-.246q-.185-.154-.362-.325l2.64-2.077q.152-.127.29-.6q0-.183-.078-.35q-.079-.167-.187-.256q-.153-.123-.169-.31q-.015-.188.108-.342q.123-.153.298-.156t.329.12q.292.236.438.579t.146.715t-.158.713t-.451.556z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/rib-cage.svg?color=%231a73e8&size=48