femur alt icon
femur-alt-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- femur-alt-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the femur alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.5 13q.425 0 .713-.288T14.5 12q0-.15-.15-.575q.275-.1.463-.35T15 10.5q0-.425-.288-.712T14 9.5q-.325 0-.575.175t-.35.475L9.425 8.4q.025-.075.075-.4q0-.425-.288-.712T8.5 7t-.712.288T7.5 8q0 .15.175.55q-.275.1-.475.35t-.2.6q0 .425.288.713T8 10.5q.35 0 .6-.187t.35-.488l3.65 1.75l-.1.425q0 .425.288.713T13.5 13m4.525-4.85q.475.725.725 1.55t.25 1.725V20.5q0 .625-.437 1.063T17.5 22h-6.75q-.425 0-.737-.238t-.438-.637q-.6-2.1-.587-3.963t.112-2.937q-.025 0 0 0q-.925-.2-2.312-.65t-2.813-1.35q-.425-.275-.5-.787T3.7 10.5l4.625-6.475q.325-.425.838-.575t1.012.075l5.3 2.425q.8.35 1.438.913t1.112 1.287"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFemurAltRounded(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="M13.5 13q.425 0 .713-.288T14.5 12q0-.15-.15-.575q.275-.1.463-.35T15 10.5q0-.425-.288-.712T14 9.5q-.325 0-.575.175t-.35.475L9.425 8.4q.025-.075.075-.4q0-.425-.288-.712T8.5 7t-.712.288T7.5 8q0 .15.175.55q-.275.1-.475.35t-.2.6q0 .425.288.713T8 10.5q.35 0 .6-.187t.35-.488l3.65 1.75l-.1.425q0 .425.288.713T13.5 13m4.525-4.85q.475.725.725 1.55t.25 1.725V20.5q0 .625-.437 1.063T17.5 22h-6.75q-.425 0-.737-.238t-.438-.637q-.6-2.1-.587-3.963t.112-2.937q-.025 0 0 0q-.925-.2-2.312-.65t-2.813-1.35q-.425-.275-.5-.787T3.7 10.5l4.625-6.475q.325-.425.838-.575t1.012.075l5.3 2.425q.8.35 1.438.913t1.112 1.287"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.5 13q.425 0 .713-.288T14.5 12q0-.15-.15-.575q.275-.1.463-.35T15 10.5q0-.425-.288-.712T14 9.5q-.325 0-.575.175t-.35.475L9.425 8.4q.025-.075.075-.4q0-.425-.288-.712T8.5 7t-.712.288T7.5 8q0 .15.175.55q-.275.1-.475.35t-.2.6q0 .425.288.713T8 10.5q.35 0 .6-.187t.35-.488l3.65 1.75l-.1.425q0 .425.288.713T13.5 13m4.525-4.85q.475.725.725 1.55t.25 1.725V20.5q0 .625-.437 1.063T17.5 22h-6.75q-.425 0-.737-.238t-.438-.637q-.6-2.1-.587-3.963t.112-2.937q-.025 0 0 0q-.925-.2-2.312-.65t-2.813-1.35q-.425-.275-.5-.787T3.7 10.5l4.625-6.475q.325-.425.838-.575t1.012.075l5.3 2.425q.8.35 1.438.913t1.112 1.287"/></svg> </template>
CSS
.icon-femur-alt-rounded {
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%22M13.5%2013q.425%200%20.713-.288T14.5%2012q0-.15-.15-.575q.275-.1.463-.35T15%2010.5q0-.425-.288-.712T14%209.5q-.325%200-.575.175t-.35.475L9.425%208.4q.025-.075.075-.4q0-.425-.288-.712T8.5%207t-.712.288T7.5%208q0%20.15.175.55q-.275.1-.475.35t-.2.6q0%20.425.288.713T8%2010.5q.35%200%20.6-.187t.35-.488l3.65%201.75l-.1.425q0%20.425.288.713T13.5%2013m4.525-4.85q.475.725.725%201.55t.25%201.725V20.5q0%20.625-.437%201.063T17.5%2022h-6.75q-.425%200-.737-.238t-.438-.637q-.6-2.1-.587-3.963t.112-2.937q-.025%200%200%200q-.925-.2-2.312-.65t-2.813-1.35q-.425-.275-.5-.787T3.7%2010.5l4.625-6.475q.325-.425.838-.575t1.012.075l5.3%202.425q.8.35%201.438.913t1.112%201.287%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%22M13.5%2013q.425%200%20.713-.288T14.5%2012q0-.15-.15-.575q.275-.1.463-.35T15%2010.5q0-.425-.288-.712T14%209.5q-.325%200-.575.175t-.35.475L9.425%208.4q.025-.075.075-.4q0-.425-.288-.712T8.5%207t-.712.288T7.5%208q0%20.15.175.55q-.275.1-.475.35t-.2.6q0%20.425.288.713T8%2010.5q.35%200%20.6-.187t.35-.488l3.65%201.75l-.1.425q0%20.425.288.713T13.5%2013m4.525-4.85q.475.725.725%201.55t.25%201.725V20.5q0%20.625-.437%201.063T17.5%2022h-6.75q-.425%200-.737-.238t-.438-.637q-.6-2.1-.587-3.963t.112-2.937q-.025%200%200%200q-.925-.2-2.312-.65t-2.813-1.35q-.425-.275-.5-.787T3.7%2010.5l4.625-6.475q.325-.425.838-.575t1.012.075l5.3%202.425q.8.35%201.438.913t1.112%201.287%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/femur-alt-rounded.svg?color=%231a73e8&size=48