femur icon
femur from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- femur
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- femur-rounded, femur-sharp
1 other variant in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the femur icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.9 22.075q-1.1 0-1.925-.687T6.95 19.6q-.075-.45-.337-.737t-.763-.288q-.075 0-.15.013t-.125.012q-1.4.275-2.488-.638T2 15.625q0-1.05.688-1.9t1.812-1.05l2.95-.525l3.325-4.775q-.35-.35-.55-.825t-.2-.975q0-1.05.7-1.763T12.45 3.1q.65 0 1.1.237t.65.388q.225.175.513.25t.637.1q.2-.625.637-1.1t1.038-.7q1.1-.425 2.125.063t1.425 1.537L21.85 7.4q.425 1.15-.1 2.163t-1.5 1.337q-.9.3-1.725.063T17.15 10.1h-.925l-3.875 5.525l.525 2.9q.275 1.4-.637 2.475T9.9 22.075"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFemur(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="M9.9 22.075q-1.1 0-1.925-.687T6.95 19.6q-.075-.45-.337-.737t-.763-.288q-.075 0-.15.013t-.125.012q-1.4.275-2.488-.638T2 15.625q0-1.05.688-1.9t1.812-1.05l2.95-.525l3.325-4.775q-.35-.35-.55-.825t-.2-.975q0-1.05.7-1.763T12.45 3.1q.65 0 1.1.237t.65.388q.225.175.513.25t.637.1q.2-.625.637-1.1t1.038-.7q1.1-.425 2.125.063t1.425 1.537L21.85 7.4q.425 1.15-.1 2.163t-1.5 1.337q-.9.3-1.725.063T17.15 10.1h-.925l-3.875 5.525l.525 2.9q.275 1.4-.637 2.475T9.9 22.075"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.9 22.075q-1.1 0-1.925-.687T6.95 19.6q-.075-.45-.337-.737t-.763-.288q-.075 0-.15.013t-.125.012q-1.4.275-2.488-.638T2 15.625q0-1.05.688-1.9t1.812-1.05l2.95-.525l3.325-4.775q-.35-.35-.55-.825t-.2-.975q0-1.05.7-1.763T12.45 3.1q.65 0 1.1.237t.65.388q.225.175.513.25t.637.1q.2-.625.637-1.1t1.038-.7q1.1-.425 2.125.063t1.425 1.537L21.85 7.4q.425 1.15-.1 2.163t-1.5 1.337q-.9.3-1.725.063T17.15 10.1h-.925l-3.875 5.525l.525 2.9q.275 1.4-.637 2.475T9.9 22.075"/></svg> </template>
CSS
.icon-femur {
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%22M9.9%2022.075q-1.1%200-1.925-.687T6.95%2019.6q-.075-.45-.337-.737t-.763-.288q-.075%200-.15.013t-.125.012q-1.4.275-2.488-.638T2%2015.625q0-1.05.688-1.9t1.812-1.05l2.95-.525l3.325-4.775q-.35-.35-.55-.825t-.2-.975q0-1.05.7-1.763T12.45%203.1q.65%200%201.1.237t.65.388q.225.175.513.25t.637.1q.2-.625.637-1.1t1.038-.7q1.1-.425%202.125.063t1.425%201.537L21.85%207.4q.425%201.15-.1%202.163t-1.5%201.337q-.9.3-1.725.063T17.15%2010.1h-.925l-3.875%205.525l.525%202.9q.275%201.4-.637%202.475T9.9%2022.075%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%22M9.9%2022.075q-1.1%200-1.925-.687T6.95%2019.6q-.075-.45-.337-.737t-.763-.288q-.075%200-.15.013t-.125.012q-1.4.275-2.488-.638T2%2015.625q0-1.05.688-1.9t1.812-1.05l2.95-.525l3.325-4.775q-.35-.35-.55-.825t-.2-.975q0-1.05.7-1.763T12.45%203.1q.65%200%201.1.237t.65.388q.225.175.513.25t.637.1q.2-.625.637-1.1t1.038-.7q1.1-.425%202.125.063t1.425%201.537L21.85%207.4q.425%201.15-.1%202.163t-1.5%201.337q-.9.3-1.725.063T17.15%2010.1h-.925l-3.875%205.525l.525%202.9q.275%201.4-.637%202.475T9.9%2022.075%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/femur.svg?color=%231a73e8&size=48