humerus icon
humerus-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- humerus-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- humerus-outline-rounded, humerus-outline-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 22M9 20q.2 0 .388-.075t.337-.225q.45-.45 1.025-.7t1.225-.25T13.2 19t1.025.7q.15.15.338.225t.387.075q.425 0 .738-.312T16 18.95q0-.2-.088-.375t-.237-.325l-2.225-2.2q-.2-.2-.325-.488T13 14.976V9.2q0-.425.15-.8t.425-.65l2.075-2.075q.175-.175.263-.375T16 4.875q0-.375-.238-.638t-.612-.262q-.175 0-.337.025t-.313.15l-.925.65q-.125.075-.262.138T13 5q-.2 0-.387-.112t-.363-.238q-.35-.275-.788-.462T10.5 4q-1.025 0-1.763.663T8 6.25q0 .675.313 1.075t.912.975q.125-.4.375-.987t.65-.988q.175-.15.363-.237T11 6q.425 0 .713.275t.287.7q0 .2-.088.413t-.262.362l-.325.525Q11 8.8 11 10v4.925q0 .3-.125.588T10.55 16l-2.275 2.25q-.15.125-.225.313t-.075.387q0 .425.3.738T9 20m3-8.025"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHumerusOutline(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 22M9 20q.2 0 .388-.075t.337-.225q.45-.45 1.025-.7t1.225-.25T13.2 19t1.025.7q.15.15.338.225t.387.075q.425 0 .738-.312T16 18.95q0-.2-.088-.375t-.237-.325l-2.225-2.2q-.2-.2-.325-.488T13 14.976V9.2q0-.425.15-.8t.425-.65l2.075-2.075q.175-.175.263-.375T16 4.875q0-.375-.238-.638t-.612-.262q-.175 0-.337.025t-.313.15l-.925.65q-.125.075-.262.138T13 5q-.2 0-.387-.112t-.363-.238q-.35-.275-.788-.462T10.5 4q-1.025 0-1.763.663T8 6.25q0 .675.313 1.075t.912.975q.125-.4.375-.987t.65-.988q.175-.15.363-.237T11 6q.425 0 .713.275t.287.7q0 .2-.088.413t-.262.362l-.325.525Q11 8.8 11 10v4.925q0 .3-.125.588T10.55 16l-2.275 2.25q-.15.125-.225.313t-.075.387q0 .425.3.738T9 20m3-8.025"/></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 22M9 20q.2 0 .388-.075t.337-.225q.45-.45 1.025-.7t1.225-.25T13.2 19t1.025.7q.15.15.338.225t.387.075q.425 0 .738-.312T16 18.95q0-.2-.088-.375t-.237-.325l-2.225-2.2q-.2-.2-.325-.488T13 14.976V9.2q0-.425.15-.8t.425-.65l2.075-2.075q.175-.175.263-.375T16 4.875q0-.375-.238-.638t-.612-.262q-.175 0-.337.025t-.313.15l-.925.65q-.125.075-.262.138T13 5q-.2 0-.387-.112t-.363-.238q-.35-.275-.788-.462T10.5 4q-1.025 0-1.763.663T8 6.25q0 .675.313 1.075t.912.975q.125-.4.375-.987t.65-.988q.175-.15.363-.237T11 6q.425 0 .713.275t.287.7q0 .2-.088.413t-.262.362l-.325.525Q11 8.8 11 10v4.925q0 .3-.125.588T10.55 16l-2.275 2.25q-.15.125-.225.313t-.075.387q0 .425.3.738T9 20m3-8.025"/></svg> </template>
CSS
.icon-humerus-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.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%2022M9%2020q.2%200%20.388-.075t.337-.225q.45-.45%201.025-.7t1.225-.25T13.2%2019t1.025.7q.15.15.338.225t.387.075q.425%200%20.738-.312T16%2018.95q0-.2-.088-.375t-.237-.325l-2.225-2.2q-.2-.2-.325-.488T13%2014.976V9.2q0-.425.15-.8t.425-.65l2.075-2.075q.175-.175.263-.375T16%204.875q0-.375-.238-.638t-.612-.262q-.175%200-.337.025t-.313.15l-.925.65q-.125.075-.262.138T13%205q-.2%200-.387-.112t-.363-.238q-.35-.275-.788-.462T10.5%204q-1.025%200-1.763.663T8%206.25q0%20.675.313%201.075t.912.975q.125-.4.375-.987t.65-.988q.175-.15.363-.237T11%206q.425%200%20.713.275t.287.7q0%20.2-.088.413t-.262.362l-.325.525Q11%208.8%2011%2010v4.925q0%20.3-.125.588T10.55%2016l-2.275%202.25q-.15.125-.225.313t-.075.387q0%20.425.3.738T9%2020m3-8.025%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%2022M9%2020q.2%200%20.388-.075t.337-.225q.45-.45%201.025-.7t1.225-.25T13.2%2019t1.025.7q.15.15.338.225t.387.075q.425%200%20.738-.312T16%2018.95q0-.2-.088-.375t-.237-.325l-2.225-2.2q-.2-.2-.325-.488T13%2014.976V9.2q0-.425.15-.8t.425-.65l2.075-2.075q.175-.175.263-.375T16%204.875q0-.375-.238-.638t-.612-.262q-.175%200-.337.025t-.313.15l-.925.65q-.125.075-.262.138T13%205q-.2%200-.387-.112t-.363-.238q-.35-.275-.788-.462T10.5%204q-1.025%200-1.763.663T8%206.25q0%20.675.313%201.075t.912.975q.125-.4.375-.987t.65-.988q.175-.15.363-.237T11%206q.425%200%20.713.275t.287.7q0%20.2-.088.413t-.262.362l-.325.525Q11%208.8%2011%2010v4.925q0%20.3-.125.588T10.55%2016l-2.275%202.25q-.15.125-.225.313t-.075.387q0%20.425.3.738T9%2020m3-8.025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/humerus-outline.svg?color=%231a73e8&size=48