humerus alt icon
humerus-alt-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- humerus-alt-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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 humerus alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 16q.425 0 .713-.288T11 15v-.1q0-.05-.025-.1q.425 0 .725-.288t.3-.712t-.288-.712T11 12.8q-.2 0-.387.088t-.313.212l-2.575-2.9q.125-.125.2-.312T8 9.5q0-.425-.288-.712T7 8.5t-.712.288T6 9.5v.1q0 .05.025.1q-.425 0-.725.288T5 10.7t.288.713T6 11.7q.225 0 .413-.087t.312-.238l2.575 2.9q-.15.125-.225.325T9 15q0 .425.288.713T10 16m2.35 5q-.75 0-1.45-.288T9.625 19.9L2.6 13.35q-.275-.25-.313-.612t.163-.663q.275-.425.738-.475t.812.275l7 6.575q.3.275.663.413t.712.137q.3 0 .575-.088t.5-.212l7.025-4.45q.5-.325 1.013-.025T22 15.1q0 .275-.125.5t-.35.35L14.5 20.375q-.475.3-1.012.463T12.35 21m1.025-11.1q.9-.95 1.988-1.513T18.4 7.3q.55-.15 1.013-.3t.887-.3q.4-.125.788.038t.537.537q.175.375.013.775t-.563.525q-.475.175-1.012.325t-1.138.325q-2.1.55-3.137 1.225t-1.938 2.1q-.125.2-.35.325T13 13q-.35 0-.625-.225t-.35-.55q-.4-1.7-1.7-3.338T7.3 6.176q-.35-.2-.437-.587t.112-.738q.225-.35.638-.475t.762.1Q10 5.45 11.338 6.9t2.037 3M3.1 11.025q1.8 1.675 3.95 3.713T11 18.45q.3.275.663.413t.712.137q.3 0 .575-.088t.5-.212q1.575-.975 4.125-2.587T22 13.3l-8.55 5.4q-.225.125-.5.213t-.575.087q-.35 0-.712-.138T11 18.45z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHumerusAltOutlineRounded(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="M10 16q.425 0 .713-.288T11 15v-.1q0-.05-.025-.1q.425 0 .725-.288t.3-.712t-.288-.712T11 12.8q-.2 0-.387.088t-.313.212l-2.575-2.9q.125-.125.2-.312T8 9.5q0-.425-.288-.712T7 8.5t-.712.288T6 9.5v.1q0 .05.025.1q-.425 0-.725.288T5 10.7t.288.713T6 11.7q.225 0 .413-.087t.312-.238l2.575 2.9q-.15.125-.225.325T9 15q0 .425.288.713T10 16m2.35 5q-.75 0-1.45-.288T9.625 19.9L2.6 13.35q-.275-.25-.313-.612t.163-.663q.275-.425.738-.475t.812.275l7 6.575q.3.275.663.413t.712.137q.3 0 .575-.088t.5-.212l7.025-4.45q.5-.325 1.013-.025T22 15.1q0 .275-.125.5t-.35.35L14.5 20.375q-.475.3-1.012.463T12.35 21m1.025-11.1q.9-.95 1.988-1.513T18.4 7.3q.55-.15 1.013-.3t.887-.3q.4-.125.788.038t.537.537q.175.375.013.775t-.563.525q-.475.175-1.012.325t-1.138.325q-2.1.55-3.137 1.225t-1.938 2.1q-.125.2-.35.325T13 13q-.35 0-.625-.225t-.35-.55q-.4-1.7-1.7-3.338T7.3 6.176q-.35-.2-.437-.587t.112-.738q.225-.35.638-.475t.762.1Q10 5.45 11.338 6.9t2.037 3M3.1 11.025q1.8 1.675 3.95 3.713T11 18.45q.3.275.663.413t.712.137q.3 0 .575-.088t.5-.212q1.575-.975 4.125-2.587T22 13.3l-8.55 5.4q-.225.125-.5.213t-.575.087q-.35 0-.712-.138T11 18.45z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 16q.425 0 .713-.288T11 15v-.1q0-.05-.025-.1q.425 0 .725-.288t.3-.712t-.288-.712T11 12.8q-.2 0-.387.088t-.313.212l-2.575-2.9q.125-.125.2-.312T8 9.5q0-.425-.288-.712T7 8.5t-.712.288T6 9.5v.1q0 .05.025.1q-.425 0-.725.288T5 10.7t.288.713T6 11.7q.225 0 .413-.087t.312-.238l2.575 2.9q-.15.125-.225.325T9 15q0 .425.288.713T10 16m2.35 5q-.75 0-1.45-.288T9.625 19.9L2.6 13.35q-.275-.25-.313-.612t.163-.663q.275-.425.738-.475t.812.275l7 6.575q.3.275.663.413t.712.137q.3 0 .575-.088t.5-.212l7.025-4.45q.5-.325 1.013-.025T22 15.1q0 .275-.125.5t-.35.35L14.5 20.375q-.475.3-1.012.463T12.35 21m1.025-11.1q.9-.95 1.988-1.513T18.4 7.3q.55-.15 1.013-.3t.887-.3q.4-.125.788.038t.537.537q.175.375.013.775t-.563.525q-.475.175-1.012.325t-1.138.325q-2.1.55-3.137 1.225t-1.938 2.1q-.125.2-.35.325T13 13q-.35 0-.625-.225t-.35-.55q-.4-1.7-1.7-3.338T7.3 6.176q-.35-.2-.437-.587t.112-.738q.225-.35.638-.475t.762.1Q10 5.45 11.338 6.9t2.037 3M3.1 11.025q1.8 1.675 3.95 3.713T11 18.45q.3.275.663.413t.712.137q.3 0 .575-.088t.5-.212q1.575-.975 4.125-2.587T22 13.3l-8.55 5.4q-.225.125-.5.213t-.575.087q-.35 0-.712-.138T11 18.45z"/></svg> </template>
CSS
.icon-humerus-alt-outline-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%22M10%2016q.425%200%20.713-.288T11%2015v-.1q0-.05-.025-.1q.425%200%20.725-.288t.3-.712t-.288-.712T11%2012.8q-.2%200-.387.088t-.313.212l-2.575-2.9q.125-.125.2-.312T8%209.5q0-.425-.288-.712T7%208.5t-.712.288T6%209.5v.1q0%20.05.025.1q-.425%200-.725.288T5%2010.7t.288.713T6%2011.7q.225%200%20.413-.087t.312-.238l2.575%202.9q-.15.125-.225.325T9%2015q0%20.425.288.713T10%2016m2.35%205q-.75%200-1.45-.288T9.625%2019.9L2.6%2013.35q-.275-.25-.313-.612t.163-.663q.275-.425.738-.475t.812.275l7%206.575q.3.275.663.413t.712.137q.3%200%20.575-.088t.5-.212l7.025-4.45q.5-.325%201.013-.025T22%2015.1q0%20.275-.125.5t-.35.35L14.5%2020.375q-.475.3-1.012.463T12.35%2021m1.025-11.1q.9-.95%201.988-1.513T18.4%207.3q.55-.15%201.013-.3t.887-.3q.4-.125.788.038t.537.537q.175.375.013.775t-.563.525q-.475.175-1.012.325t-1.138.325q-2.1.55-3.137%201.225t-1.938%202.1q-.125.2-.35.325T13%2013q-.35%200-.625-.225t-.35-.55q-.4-1.7-1.7-3.338T7.3%206.176q-.35-.2-.437-.587t.112-.738q.225-.35.638-.475t.762.1Q10%205.45%2011.338%206.9t2.037%203M3.1%2011.025q1.8%201.675%203.95%203.713T11%2018.45q.3.275.663.413t.712.137q.3%200%20.575-.088t.5-.212q1.575-.975%204.125-2.587T22%2013.3l-8.55%205.4q-.225.125-.5.213t-.575.087q-.35%200-.712-.138T11%2018.45z%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%22M10%2016q.425%200%20.713-.288T11%2015v-.1q0-.05-.025-.1q.425%200%20.725-.288t.3-.712t-.288-.712T11%2012.8q-.2%200-.387.088t-.313.212l-2.575-2.9q.125-.125.2-.312T8%209.5q0-.425-.288-.712T7%208.5t-.712.288T6%209.5v.1q0%20.05.025.1q-.425%200-.725.288T5%2010.7t.288.713T6%2011.7q.225%200%20.413-.087t.312-.238l2.575%202.9q-.15.125-.225.325T9%2015q0%20.425.288.713T10%2016m2.35%205q-.75%200-1.45-.288T9.625%2019.9L2.6%2013.35q-.275-.25-.313-.612t.163-.663q.275-.425.738-.475t.812.275l7%206.575q.3.275.663.413t.712.137q.3%200%20.575-.088t.5-.212l7.025-4.45q.5-.325%201.013-.025T22%2015.1q0%20.275-.125.5t-.35.35L14.5%2020.375q-.475.3-1.012.463T12.35%2021m1.025-11.1q.9-.95%201.988-1.513T18.4%207.3q.55-.15%201.013-.3t.887-.3q.4-.125.788.038t.537.537q.175.375.013.775t-.563.525q-.475.175-1.012.325t-1.138.325q-2.1.55-3.137%201.225t-1.938%202.1q-.125.2-.35.325T13%2013q-.35%200-.625-.225t-.35-.55q-.4-1.7-1.7-3.338T7.3%206.176q-.35-.2-.437-.587t.112-.738q.225-.35.638-.475t.762.1Q10%205.45%2011.338%206.9t2.037%203M3.1%2011.025q1.8%201.675%203.95%203.713T11%2018.45q.3.275.663.413t.712.137q.3%200%20.575-.088t.5-.212q1.575-.975%204.125-2.587T22%2013.3l-8.55%205.4q-.225.125-.5.213t-.575.087q-.35%200-.712-.138T11%2018.45z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/humerus-alt-outline-rounded.svg?color=%231a73e8&size=48