humerus icon
humerus from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- humerus
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- humerus-rounded, humerus-sharp
1 other variant in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the humerus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.05 22q-1.275 0-2.162-.875T6 18.975q0-.6.238-1.15t.662-.975l2.125-2.075V11q-.025-.35-.3-.575T8.15 10q-1.125-.85-1.638-1.75T6 6.25q0-1.775 1.313-3.012T10.5 2q.425 0 .813.113t.687.262q.325.125.538.25t.437.125q.5 0 1-.35q.275-.15.575-.275T15.225 2q1.2 0 1.988.838T18 4.874q0 .575-.238 1.163T17.05 7.1l-2.025 2.075v5.575l2.1 2.1q.425.425.65.975t.225 1.15q0 1.275-.862 2.15T15 22q-.6 0-1.15-.225t-.975-.65q-.175-.175-.387-.262t-.463-.088t-.462.088t-.388.262q-.425.425-.975.65T9.05 22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHumerus(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.05 22q-1.275 0-2.162-.875T6 18.975q0-.6.238-1.15t.662-.975l2.125-2.075V11q-.025-.35-.3-.575T8.15 10q-1.125-.85-1.638-1.75T6 6.25q0-1.775 1.313-3.012T10.5 2q.425 0 .813.113t.687.262q.325.125.538.25t.437.125q.5 0 1-.35q.275-.15.575-.275T15.225 2q1.2 0 1.988.838T18 4.874q0 .575-.238 1.163T17.05 7.1l-2.025 2.075v5.575l2.1 2.1q.425.425.65.975t.225 1.15q0 1.275-.862 2.15T15 22q-.6 0-1.15-.225t-.975-.65q-.175-.175-.387-.262t-.463-.088t-.462.088t-.388.262q-.425.425-.975.65T9.05 22"/></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.05 22q-1.275 0-2.162-.875T6 18.975q0-.6.238-1.15t.662-.975l2.125-2.075V11q-.025-.35-.3-.575T8.15 10q-1.125-.85-1.638-1.75T6 6.25q0-1.775 1.313-3.012T10.5 2q.425 0 .813.113t.687.262q.325.125.538.25t.437.125q.5 0 1-.35q.275-.15.575-.275T15.225 2q1.2 0 1.988.838T18 4.874q0 .575-.238 1.163T17.05 7.1l-2.025 2.075v5.575l2.1 2.1q.425.425.65.975t.225 1.15q0 1.275-.862 2.15T15 22q-.6 0-1.15-.225t-.975-.65q-.175-.175-.387-.262t-.463-.088t-.462.088t-.388.262q-.425.425-.975.65T9.05 22"/></svg> </template>
CSS
.icon-humerus {
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.05%2022q-1.275%200-2.162-.875T6%2018.975q0-.6.238-1.15t.662-.975l2.125-2.075V11q-.025-.35-.3-.575T8.15%2010q-1.125-.85-1.638-1.75T6%206.25q0-1.775%201.313-3.012T10.5%202q.425%200%20.813.113t.687.262q.325.125.538.25t.437.125q.5%200%201-.35q.275-.15.575-.275T15.225%202q1.2%200%201.988.838T18%204.874q0%20.575-.238%201.163T17.05%207.1l-2.025%202.075v5.575l2.1%202.1q.425.425.65.975t.225%201.15q0%201.275-.862%202.15T15%2022q-.6%200-1.15-.225t-.975-.65q-.175-.175-.387-.262t-.463-.088t-.462.088t-.388.262q-.425.425-.975.65T9.05%2022%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.05%2022q-1.275%200-2.162-.875T6%2018.975q0-.6.238-1.15t.662-.975l2.125-2.075V11q-.025-.35-.3-.575T8.15%2010q-1.125-.85-1.638-1.75T6%206.25q0-1.775%201.313-3.012T10.5%202q.425%200%20.813.113t.687.262q.325.125.538.25t.437.125q.5%200%201-.35q.275-.15.575-.275T15.225%202q1.2%200%201.988.838T18%204.874q0%20.575-.238%201.163T17.05%207.1l-2.025%202.075v5.575l2.1%202.1q.425.425.65.975t.225%201.15q0%201.275-.862%202.15T15%2022q-.6%200-1.15-.225t-.975-.65q-.175-.175-.387-.262t-.463-.088t-.462.088t-.388.262q-.425.425-.975.65T9.05%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/humerus.svg?color=%231a73e8&size=48