femur-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
femur-outline
Set
Material Symbols
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
femur-outline-rounded, femur-outline-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.075m0-2q.475 0 .788-.362t.212-.813l-.6-3.325q-.05-.2 0-.387t.175-.363l4.1-5.875q.275-.4.713-.625t.937-.225l-.725-2q-.75.025-1.375-.175T13 5.35q-.175-.125-.3-.187t-.25-.063q-.2 0-.312.15t-.113.325q0 .1.038.2t.087.175q.325.325.475.688t.15.737q0 .325-.088.613t-.287.562l-3.575 5.125q-.125.175-.287.263t-.363.137l-3.35.575q-.35.05-.587.338T4 15.625q0 .5.375.8t.825.225q.175-.05.338-.062t.312-.013q.575 0 1.088.188t.912.537t.675.838t.375 1.112q.075.35.363.588t.637.237M19.5 9.05q.3-.125.438-.4t.012-.55L18.7 4.6q-.1-.3-.387-.437t-.588-.013q-.275.1-.413.375t-.037.575l1.275 3.5q.125.275.4.413t.55.037m-.875-2.475"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFemurOutline(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.075m0-2q.475 0 .788-.362t.212-.813l-.6-3.325q-.05-.2 0-.387t.175-.363l4.1-5.875q.275-.4.713-.625t.937-.225l-.725-2q-.75.025-1.375-.175T13 5.35q-.175-.125-.3-.187t-.25-.063q-.2 0-.312.15t-.113.325q0 .1.038.2t.087.175q.325.325.475.688t.15.737q0 .325-.088.613t-.287.562l-3.575 5.125q-.125.175-.287.263t-.363.137l-3.35.575q-.35.05-.587.338T4 15.625q0 .5.375.8t.825.225q.175-.05.338-.062t.312-.013q.575 0 1.088.188t.912.537t.675.838t.375 1.112q.075.35.363.588t.637.237M19.5 9.05q.3-.125.438-.4t.012-.55L18.7 4.6q-.1-.3-.387-.437t-.588-.013q-.275.1-.413.375t-.037.575l1.275 3.5q.125.275.4.413t.55.037m-.875-2.475"/></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.075m0-2q.475 0 .788-.362t.212-.813l-.6-3.325q-.05-.2 0-.387t.175-.363l4.1-5.875q.275-.4.713-.625t.937-.225l-.725-2q-.75.025-1.375-.175T13 5.35q-.175-.125-.3-.187t-.25-.063q-.2 0-.312.15t-.113.325q0 .1.038.2t.087.175q.325.325.475.688t.15.737q0 .325-.088.613t-.287.562l-3.575 5.125q-.125.175-.287.263t-.363.137l-3.35.575q-.35.05-.587.338T4 15.625q0 .5.375.8t.825.225q.175-.05.338-.062t.312-.013q.575 0 1.088.188t.912.537t.675.838t.375 1.112q.075.35.363.588t.637.237M19.5 9.05q.3-.125.438-.4t.012-.55L18.7 4.6q-.1-.3-.387-.437t-.588-.013q-.275.1-.413.375t-.037.575l1.275 3.5q.125.275.4.413t.55.037m-.875-2.475"/></svg>
</template>

CSS

.icon-femur-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%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.075m0-2q.475%200%20.788-.362t.212-.813l-.6-3.325q-.05-.2%200-.387t.175-.363l4.1-5.875q.275-.4.713-.625t.937-.225l-.725-2q-.75.025-1.375-.175T13%205.35q-.175-.125-.3-.187t-.25-.063q-.2%200-.312.15t-.113.325q0%20.1.038.2t.087.175q.325.325.475.688t.15.737q0%20.325-.088.613t-.287.562l-3.575%205.125q-.125.175-.287.263t-.363.137l-3.35.575q-.35.05-.587.338T4%2015.625q0%20.5.375.8t.825.225q.175-.05.338-.062t.312-.013q.575%200%201.088.188t.912.537t.675.838t.375%201.112q.075.35.363.588t.637.237M19.5%209.05q.3-.125.438-.4t.012-.55L18.7%204.6q-.1-.3-.387-.437t-.588-.013q-.275.1-.413.375t-.037.575l1.275%203.5q.125.275.4.413t.55.037m-.875-2.475%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.075m0-2q.475%200%20.788-.362t.212-.813l-.6-3.325q-.05-.2%200-.387t.175-.363l4.1-5.875q.275-.4.713-.625t.937-.225l-.725-2q-.75.025-1.375-.175T13%205.35q-.175-.125-.3-.187t-.25-.063q-.2%200-.312.15t-.113.325q0%20.1.038.2t.087.175q.325.325.475.688t.15.737q0%20.325-.088.613t-.287.562l-3.575%205.125q-.125.175-.287.263t-.363.137l-3.35.575q-.35.05-.587.338T4%2015.625q0%20.5.375.8t.825.225q.175-.05.338-.062t.312-.013q.575%200%201.088.188t.912.537t.675.838t.375%201.112q.075.35.363.588t.637.237M19.5%209.05q.3-.125.438-.4t.012-.55L18.7%204.6q-.1-.3-.387-.437t-.588-.013q-.275.1-.413.375t-.037.575l1.275%203.5q.125.275.4.413t.55.037m-.875-2.475%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/femur-outline.svg?color=%231a73e8&size=48