foot bones icon
foot-bones-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- foot-bones-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- foot-bones-outline-rounded, foot-bones-outline-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the foot bones icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.943 19.099q-.5-.497-.5-1.195v-1q0-.698.5-1.195q.501-.498 1.192-.498q.69 0 1.191.498q.501.497.501 1.195v1q0 .698-.501 1.195t-1.191.497t-1.192-.497m18.107.709h-1.454q-.212 0-.323-.153t-.062-.357l.237-.863q.05-.143.18-.236t.274-.062l1.254.18q.292.05.472.246q.18.195.18.478q0 .323-.227.545t-.531.222m-3.72-.37l-2.676-.892q-.162-.06-.243-.22t0-.32l.673-1.533q.081-.161.246-.22t.326.028l2.246 1.304q.13.056.174.177q.043.12.012.257l-.242 1.127q-.05.181-.192.265q-.143.083-.323.028m-4.65-1.75l-1.873-.481q-.274-.062-.445-.278t-.17-.505V15.5q0-.46.141-.892q.143-.433.483-.714q.125-.113.298-.116t.337.091l2.3 1.265q.141.08.192.23q.05.15-.006.286l-.798 1.821q-.06.138-.19.203t-.27.014m-5.115-.88q-.142 0-.258-.113t-.14-.287q-.175-1.183-1.07-1.892T4 13.808h-.5q-.142 0-.225-.083t-.083-.225t.083-.225t.225-.083h.9q.486 0 .924-.125q.437-.125.862-.361q.139-.075.304-.075q.166 0 .304.075q.5.261.998.374t1.054.112q.248 0 .35.226q.104.226-.019.45q-.206.369-.288.788t-.081.844v.904q0 .161-.12.282q-.12.122-.281.122zm-3.134-5.039q-.828 0-1.38-.562T2.5 9.842q0-.372.137-.725t.41-.626L4.5 7.056V5.269q0-.212.144-.356t.357-.144t.356.144t.143.356v1.6q0 .298-.124.567t-.341.487l-1.256 1.3q-.127.127-.203.292t-.076.33q0 .386.272.655t.653.27q.258 0 .752-.341q.292-.243.62-.401q.327-.159.705-.159t.715.156t.625.404q.177.132.354.236t.379.104q.381 0 .653-.274t.272-.657q0-.165-.066-.326q-.067-.162-.193-.289l-1.295-1.3q-.217-.217-.332-.487q-.114-.27-.114-.567v-1.6q0-.212.144-.356t.357-.144t.356.144t.143.356v1.787L9.954 8.49q.273.278.41.627t.136.726q0 .795-.552 1.36q-.551.565-1.379.565q-.417 0-.756-.161t-.63-.423q-.158-.114-.32-.215t-.363-.1q-.194 0-.702.315q-.292.242-.643.41t-.724.174m2.069-7"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFootBonesOutline(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="M2.943 19.099q-.5-.497-.5-1.195v-1q0-.698.5-1.195q.501-.498 1.192-.498q.69 0 1.191.498q.501.497.501 1.195v1q0 .698-.501 1.195t-1.191.497t-1.192-.497m18.107.709h-1.454q-.212 0-.323-.153t-.062-.357l.237-.863q.05-.143.18-.236t.274-.062l1.254.18q.292.05.472.246q.18.195.18.478q0 .323-.227.545t-.531.222m-3.72-.37l-2.676-.892q-.162-.06-.243-.22t0-.32l.673-1.533q.081-.161.246-.22t.326.028l2.246 1.304q.13.056.174.177q.043.12.012.257l-.242 1.127q-.05.181-.192.265q-.143.083-.323.028m-4.65-1.75l-1.873-.481q-.274-.062-.445-.278t-.17-.505V15.5q0-.46.141-.892q.143-.433.483-.714q.125-.113.298-.116t.337.091l2.3 1.265q.141.08.192.23q.05.15-.006.286l-.798 1.821q-.06.138-.19.203t-.27.014m-5.115-.88q-.142 0-.258-.113t-.14-.287q-.175-1.183-1.07-1.892T4 13.808h-.5q-.142 0-.225-.083t-.083-.225t.083-.225t.225-.083h.9q.486 0 .924-.125q.437-.125.862-.361q.139-.075.304-.075q.166 0 .304.075q.5.261.998.374t1.054.112q.248 0 .35.226q.104.226-.019.45q-.206.369-.288.788t-.081.844v.904q0 .161-.12.282q-.12.122-.281.122zm-3.134-5.039q-.828 0-1.38-.562T2.5 9.842q0-.372.137-.725t.41-.626L4.5 7.056V5.269q0-.212.144-.356t.357-.144t.356.144t.143.356v1.6q0 .298-.124.567t-.341.487l-1.256 1.3q-.127.127-.203.292t-.076.33q0 .386.272.655t.653.27q.258 0 .752-.341q.292-.243.62-.401q.327-.159.705-.159t.715.156t.625.404q.177.132.354.236t.379.104q.381 0 .653-.274t.272-.657q0-.165-.066-.326q-.067-.162-.193-.289l-1.295-1.3q-.217-.217-.332-.487q-.114-.27-.114-.567v-1.6q0-.212.144-.356t.357-.144t.356.144t.143.356v1.787L9.954 8.49q.273.278.41.627t.136.726q0 .795-.552 1.36q-.551.565-1.379.565q-.417 0-.756-.161t-.63-.423q-.158-.114-.32-.215t-.363-.1q-.194 0-.702.315q-.292.242-.643.41t-.724.174m2.069-7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.943 19.099q-.5-.497-.5-1.195v-1q0-.698.5-1.195q.501-.498 1.192-.498q.69 0 1.191.498q.501.497.501 1.195v1q0 .698-.501 1.195t-1.191.497t-1.192-.497m18.107.709h-1.454q-.212 0-.323-.153t-.062-.357l.237-.863q.05-.143.18-.236t.274-.062l1.254.18q.292.05.472.246q.18.195.18.478q0 .323-.227.545t-.531.222m-3.72-.37l-2.676-.892q-.162-.06-.243-.22t0-.32l.673-1.533q.081-.161.246-.22t.326.028l2.246 1.304q.13.056.174.177q.043.12.012.257l-.242 1.127q-.05.181-.192.265q-.143.083-.323.028m-4.65-1.75l-1.873-.481q-.274-.062-.445-.278t-.17-.505V15.5q0-.46.141-.892q.143-.433.483-.714q.125-.113.298-.116t.337.091l2.3 1.265q.141.08.192.23q.05.15-.006.286l-.798 1.821q-.06.138-.19.203t-.27.014m-5.115-.88q-.142 0-.258-.113t-.14-.287q-.175-1.183-1.07-1.892T4 13.808h-.5q-.142 0-.225-.083t-.083-.225t.083-.225t.225-.083h.9q.486 0 .924-.125q.437-.125.862-.361q.139-.075.304-.075q.166 0 .304.075q.5.261.998.374t1.054.112q.248 0 .35.226q.104.226-.019.45q-.206.369-.288.788t-.081.844v.904q0 .161-.12.282q-.12.122-.281.122zm-3.134-5.039q-.828 0-1.38-.562T2.5 9.842q0-.372.137-.725t.41-.626L4.5 7.056V5.269q0-.212.144-.356t.357-.144t.356.144t.143.356v1.6q0 .298-.124.567t-.341.487l-1.256 1.3q-.127.127-.203.292t-.076.33q0 .386.272.655t.653.27q.258 0 .752-.341q.292-.243.62-.401q.327-.159.705-.159t.715.156t.625.404q.177.132.354.236t.379.104q.381 0 .653-.274t.272-.657q0-.165-.066-.326q-.067-.162-.193-.289l-1.295-1.3q-.217-.217-.332-.487q-.114-.27-.114-.567v-1.6q0-.212.144-.356t.357-.144t.356.144t.143.356v1.787L9.954 8.49q.273.278.41.627t.136.726q0 .795-.552 1.36q-.551.565-1.379.565q-.417 0-.756-.161t-.63-.423q-.158-.114-.32-.215t-.363-.1q-.194 0-.702.315q-.292.242-.643.41t-.724.174m2.069-7"/></svg> </template>
CSS
.icon-foot-bones-outline {
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%22M2.943%2019.099q-.5-.497-.5-1.195v-1q0-.698.5-1.195q.501-.498%201.192-.498q.69%200%201.191.498q.501.497.501%201.195v1q0%20.698-.501%201.195t-1.191.497t-1.192-.497m18.107.709h-1.454q-.212%200-.323-.153t-.062-.357l.237-.863q.05-.143.18-.236t.274-.062l1.254.18q.292.05.472.246q.18.195.18.478q0%20.323-.227.545t-.531.222m-3.72-.37l-2.676-.892q-.162-.06-.243-.22t0-.32l.673-1.533q.081-.161.246-.22t.326.028l2.246%201.304q.13.056.174.177q.043.12.012.257l-.242%201.127q-.05.181-.192.265q-.143.083-.323.028m-4.65-1.75l-1.873-.481q-.274-.062-.445-.278t-.17-.505V15.5q0-.46.141-.892q.143-.433.483-.714q.125-.113.298-.116t.337.091l2.3%201.265q.141.08.192.23q.05.15-.006.286l-.798%201.821q-.06.138-.19.203t-.27.014m-5.115-.88q-.142%200-.258-.113t-.14-.287q-.175-1.183-1.07-1.892T4%2013.808h-.5q-.142%200-.225-.083t-.083-.225t.083-.225t.225-.083h.9q.486%200%20.924-.125q.437-.125.862-.361q.139-.075.304-.075q.166%200%20.304.075q.5.261.998.374t1.054.112q.248%200%20.35.226q.104.226-.019.45q-.206.369-.288.788t-.081.844v.904q0%20.161-.12.282q-.12.122-.281.122zm-3.134-5.039q-.828%200-1.38-.562T2.5%209.842q0-.372.137-.725t.41-.626L4.5%207.056V5.269q0-.212.144-.356t.357-.144t.356.144t.143.356v1.6q0%20.298-.124.567t-.341.487l-1.256%201.3q-.127.127-.203.292t-.076.33q0%20.386.272.655t.653.27q.258%200%20.752-.341q.292-.243.62-.401q.327-.159.705-.159t.715.156t.625.404q.177.132.354.236t.379.104q.381%200%20.653-.274t.272-.657q0-.165-.066-.326q-.067-.162-.193-.289l-1.295-1.3q-.217-.217-.332-.487q-.114-.27-.114-.567v-1.6q0-.212.144-.356t.357-.144t.356.144t.143.356v1.787L9.954%208.49q.273.278.41.627t.136.726q0%20.795-.552%201.36q-.551.565-1.379.565q-.417%200-.756-.161t-.63-.423q-.158-.114-.32-.215t-.363-.1q-.194%200-.702.315q-.292.242-.643.41t-.724.174m2.069-7%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%22M2.943%2019.099q-.5-.497-.5-1.195v-1q0-.698.5-1.195q.501-.498%201.192-.498q.69%200%201.191.498q.501.497.501%201.195v1q0%20.698-.501%201.195t-1.191.497t-1.192-.497m18.107.709h-1.454q-.212%200-.323-.153t-.062-.357l.237-.863q.05-.143.18-.236t.274-.062l1.254.18q.292.05.472.246q.18.195.18.478q0%20.323-.227.545t-.531.222m-3.72-.37l-2.676-.892q-.162-.06-.243-.22t0-.32l.673-1.533q.081-.161.246-.22t.326.028l2.246%201.304q.13.056.174.177q.043.12.012.257l-.242%201.127q-.05.181-.192.265q-.143.083-.323.028m-4.65-1.75l-1.873-.481q-.274-.062-.445-.278t-.17-.505V15.5q0-.46.141-.892q.143-.433.483-.714q.125-.113.298-.116t.337.091l2.3%201.265q.141.08.192.23q.05.15-.006.286l-.798%201.821q-.06.138-.19.203t-.27.014m-5.115-.88q-.142%200-.258-.113t-.14-.287q-.175-1.183-1.07-1.892T4%2013.808h-.5q-.142%200-.225-.083t-.083-.225t.083-.225t.225-.083h.9q.486%200%20.924-.125q.437-.125.862-.361q.139-.075.304-.075q.166%200%20.304.075q.5.261.998.374t1.054.112q.248%200%20.35.226q.104.226-.019.45q-.206.369-.288.788t-.081.844v.904q0%20.161-.12.282q-.12.122-.281.122zm-3.134-5.039q-.828%200-1.38-.562T2.5%209.842q0-.372.137-.725t.41-.626L4.5%207.056V5.269q0-.212.144-.356t.357-.144t.356.144t.143.356v1.6q0%20.298-.124.567t-.341.487l-1.256%201.3q-.127.127-.203.292t-.076.33q0%20.386.272.655t.653.27q.258%200%20.752-.341q.292-.243.62-.401q.327-.159.705-.159t.715.156t.625.404q.177.132.354.236t.379.104q.381%200%20.653-.274t.272-.657q0-.165-.066-.326q-.067-.162-.193-.289l-1.295-1.3q-.217-.217-.332-.487q-.114-.27-.114-.567v-1.6q0-.212.144-.356t.357-.144t.356.144t.143.356v1.787L9.954%208.49q.273.278.41.627t.136.726q0%20.795-.552%201.36q-.551.565-1.379.565q-.417%200-.756-.161t-.63-.423q-.158-.114-.32-.215t-.363-.1q-.194%200-.702.315q-.292.242-.643.41t-.724.174m2.069-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/foot-bones-outline.svg?color=%231a73e8&size=48