humerus from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
humerus
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
humerus-rounded, humerus-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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 21q-.852 0-1.441-.596T7 18.956q.02-.408.17-.766q.151-.357.442-.648l2.413-2.383v-4.351Q10 10.227 9.619 9.79Q9.24 9.354 8.746 9q-.971-.734-1.358-1.433Q7 6.87 7 6.077q0-1.313.928-2.195T10.212 3q.598 0 1.11.151t.967.455q.19.106.354.192t.332.087q.423 0 .904-.427q.352-.227.671-.343q.32-.115.637-.115q.777 0 1.295.53T17 4.837q0 .42-.17.816t-.491.736L14.025 8.77v6.364l2.389 2.407q.29.29.447.658t.158.775q0 .852-.583 1.429q-.584.577-1.436.577q-.408 0-.766-.148q-.357-.148-.647-.439q-.31-.31-.715-.474t-.847-.164t-.847.164t-.714.474q-.291.29-.648.448T9.05 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHumerus(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 21q-.852 0-1.441-.596T7 18.956q.02-.408.17-.766q.151-.357.442-.648l2.413-2.383v-4.351Q10 10.227 9.619 9.79Q9.24 9.354 8.746 9q-.971-.734-1.358-1.433Q7 6.87 7 6.077q0-1.313.928-2.195T10.212 3q.598 0 1.11.151t.967.455q.19.106.354.192t.332.087q.423 0 .904-.427q.352-.227.671-.343q.32-.115.637-.115q.777 0 1.295.53T17 4.837q0 .42-.17.816t-.491.736L14.025 8.77v6.364l2.389 2.407q.29.29.447.658t.158.775q0 .852-.583 1.429q-.584.577-1.436.577q-.408 0-.766-.148q-.357-.148-.647-.439q-.31-.31-.715-.474t-.847-.164t-.847.164t-.714.474q-.291.29-.648.448T9.05 21"/></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 21q-.852 0-1.441-.596T7 18.956q.02-.408.17-.766q.151-.357.442-.648l2.413-2.383v-4.351Q10 10.227 9.619 9.79Q9.24 9.354 8.746 9q-.971-.734-1.358-1.433Q7 6.87 7 6.077q0-1.313.928-2.195T10.212 3q.598 0 1.11.151t.967.455q.19.106.354.192t.332.087q.423 0 .904-.427q.352-.227.671-.343q.32-.115.637-.115q.777 0 1.295.53T17 4.837q0 .42-.17.816t-.491.736L14.025 8.77v6.364l2.389 2.407q.29.29.447.658t.158.775q0 .852-.583 1.429q-.584.577-1.436.577q-.408 0-.766-.148q-.357-.148-.647-.439q-.31-.31-.715-.474t-.847-.164t-.847.164t-.714.474q-.291.29-.648.448T9.05 21"/></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%2021q-.852%200-1.441-.596T7%2018.956q.02-.408.17-.766q.151-.357.442-.648l2.413-2.383v-4.351Q10%2010.227%209.619%209.79Q9.24%209.354%208.746%209q-.971-.734-1.358-1.433Q7%206.87%207%206.077q0-1.313.928-2.195T10.212%203q.598%200%201.11.151t.967.455q.19.106.354.192t.332.087q.423%200%20.904-.427q.352-.227.671-.343q.32-.115.637-.115q.777%200%201.295.53T17%204.837q0%20.42-.17.816t-.491.736L14.025%208.77v6.364l2.389%202.407q.29.29.447.658t.158.775q0%20.852-.583%201.429q-.584.577-1.436.577q-.408%200-.766-.148q-.357-.148-.647-.439q-.31-.31-.715-.474t-.847-.164t-.847.164t-.714.474q-.291.29-.648.448T9.05%2021%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%2021q-.852%200-1.441-.596T7%2018.956q.02-.408.17-.766q.151-.357.442-.648l2.413-2.383v-4.351Q10%2010.227%209.619%209.79Q9.24%209.354%208.746%209q-.971-.734-1.358-1.433Q7%206.87%207%206.077q0-1.313.928-2.195T10.212%203q.598%200%201.11.151t.967.455q.19.106.354.192t.332.087q.423%200%20.904-.427q.352-.227.671-.343q.32-.115.637-.115q.777%200%201.295.53T17%204.837q0%20.42-.17.816t-.491.736L14.025%208.77v6.364l2.389%202.407q.29.29.447.658t.158.775q0%20.852-.583%201.429q-.584.577-1.436.577q-.408%200-.766-.148q-.357-.148-.647-.439q-.31-.31-.715-.474t-.847-.164t-.847.164t-.714.474q-.291.29-.648.448T9.05%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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