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

Name
humerus-alt-rounded
Set
Material Symbols Light
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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="M12.35 19.866q-.654 0-1.267-.25q-.614-.249-1.112-.716l-6.775-6.338q-.217-.212-.255-.526q-.037-.315.163-.557l3.99-5.423q.256-.354.675-.424t.793.147q1.627 1.09 2.873 2.615t1.748 3.102q1.034-1.257 2.103-1.9q1.068-.642 3.249-1.219q.54-.142 1.006-.286q.467-.143.89-.285q.379-.142.714.075q.336.217.336.621v5.356q0 .423-.202.789t-.55.584l-6.498 4.086q-.417.262-.888.405q-.47.144-.993.144M9.808 15.5q.31 0 .539-.23t.23-.54v-.09q0-.04-.025-.09q.058.039.115.048q.058.01.116.01q.31 0 .542-.23t.233-.54t-.23-.539t-.54-.23q-.2 0-.358.097q-.159.098-.264.242l-2.595-2.92q.183-.086.306-.264T8 9.827q0-.31-.23-.54t-.54-.23t-.539.23t-.23.54q0 .05.01.08q.01.032.015.082q-.057-.039-.115-.048t-.115-.01q-.31 0-.543.23q-.232.23-.232.539t.23.54t.539.23q.206 0 .374-.098q.168-.097.274-.266l2.614 2.938q-.208.068-.34.258q-.134.19-.134.429q0 .31.23.54t.54.229"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHumerusAltRounded(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="M12.35 19.866q-.654 0-1.267-.25q-.614-.249-1.112-.716l-6.775-6.338q-.217-.212-.255-.526q-.037-.315.163-.557l3.99-5.423q.256-.354.675-.424t.793.147q1.627 1.09 2.873 2.615t1.748 3.102q1.034-1.257 2.103-1.9q1.068-.642 3.249-1.219q.54-.142 1.006-.286q.467-.143.89-.285q.379-.142.714.075q.336.217.336.621v5.356q0 .423-.202.789t-.55.584l-6.498 4.086q-.417.262-.888.405q-.47.144-.993.144M9.808 15.5q.31 0 .539-.23t.23-.54v-.09q0-.04-.025-.09q.058.039.115.048q.058.01.116.01q.31 0 .542-.23t.233-.54t-.23-.539t-.54-.23q-.2 0-.358.097q-.159.098-.264.242l-2.595-2.92q.183-.086.306-.264T8 9.827q0-.31-.23-.54t-.54-.23t-.539.23t-.23.54q0 .05.01.08q.01.032.015.082q-.057-.039-.115-.048t-.115-.01q-.31 0-.543.23q-.232.23-.232.539t.23.54t.539.23q.206 0 .374-.098q.168-.097.274-.266l2.614 2.938q-.208.068-.34.258q-.134.19-.134.429q0 .31.23.54t.54.229"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.35 19.866q-.654 0-1.267-.25q-.614-.249-1.112-.716l-6.775-6.338q-.217-.212-.255-.526q-.037-.315.163-.557l3.99-5.423q.256-.354.675-.424t.793.147q1.627 1.09 2.873 2.615t1.748 3.102q1.034-1.257 2.103-1.9q1.068-.642 3.249-1.219q.54-.142 1.006-.286q.467-.143.89-.285q.379-.142.714.075q.336.217.336.621v5.356q0 .423-.202.789t-.55.584l-6.498 4.086q-.417.262-.888.405q-.47.144-.993.144M9.808 15.5q.31 0 .539-.23t.23-.54v-.09q0-.04-.025-.09q.058.039.115.048q.058.01.116.01q.31 0 .542-.23t.233-.54t-.23-.539t-.54-.23q-.2 0-.358.097q-.159.098-.264.242l-2.595-2.92q.183-.086.306-.264T8 9.827q0-.31-.23-.54t-.54-.23t-.539.23t-.23.54q0 .05.01.08q.01.032.015.082q-.057-.039-.115-.048t-.115-.01q-.31 0-.543.23q-.232.23-.232.539t.23.54t.539.23q.206 0 .374-.098q.168-.097.274-.266l2.614 2.938q-.208.068-.34.258q-.134.19-.134.429q0 .31.23.54t.54.229"/></svg>
</template>

CSS

.icon-humerus-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%22M12.35%2019.866q-.654%200-1.267-.25q-.614-.249-1.112-.716l-6.775-6.338q-.217-.212-.255-.526q-.037-.315.163-.557l3.99-5.423q.256-.354.675-.424t.793.147q1.627%201.09%202.873%202.615t1.748%203.102q1.034-1.257%202.103-1.9q1.068-.642%203.249-1.219q.54-.142%201.006-.286q.467-.143.89-.285q.379-.142.714.075q.336.217.336.621v5.356q0%20.423-.202.789t-.55.584l-6.498%204.086q-.417.262-.888.405q-.47.144-.993.144M9.808%2015.5q.31%200%20.539-.23t.23-.54v-.09q0-.04-.025-.09q.058.039.115.048q.058.01.116.01q.31%200%20.542-.23t.233-.54t-.23-.539t-.54-.23q-.2%200-.358.097q-.159.098-.264.242l-2.595-2.92q.183-.086.306-.264T8%209.827q0-.31-.23-.54t-.54-.23t-.539.23t-.23.54q0%20.05.01.08q.01.032.015.082q-.057-.039-.115-.048t-.115-.01q-.31%200-.543.23q-.232.23-.232.539t.23.54t.539.23q.206%200%20.374-.098q.168-.097.274-.266l2.614%202.938q-.208.068-.34.258q-.134.19-.134.429q0%20.31.23.54t.54.229%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%22M12.35%2019.866q-.654%200-1.267-.25q-.614-.249-1.112-.716l-6.775-6.338q-.217-.212-.255-.526q-.037-.315.163-.557l3.99-5.423q.256-.354.675-.424t.793.147q1.627%201.09%202.873%202.615t1.748%203.102q1.034-1.257%202.103-1.9q1.068-.642%203.249-1.219q.54-.142%201.006-.286q.467-.143.89-.285q.379-.142.714.075q.336.217.336.621v5.356q0%20.423-.202.789t-.55.584l-6.498%204.086q-.417.262-.888.405q-.47.144-.993.144M9.808%2015.5q.31%200%20.539-.23t.23-.54v-.09q0-.04-.025-.09q.058.039.115.048q.058.01.116.01q.31%200%20.542-.23t.233-.54t-.23-.539t-.54-.23q-.2%200-.358.097q-.159.098-.264.242l-2.595-2.92q.183-.086.306-.264T8%209.827q0-.31-.23-.54t-.54-.23t-.539.23t-.23.54q0%20.05.01.08q.01.032.015.082q-.057-.039-.115-.048t-.115-.01q-.31%200-.543.23q-.232.23-.232.539t.23.54t.539.23q.206%200%20.374-.098q.168-.097.274-.266l2.614%202.938q-.208.068-.34.258q-.134.19-.134.429q0%20.31.23.54t.54.229%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-alt-rounded.svg?color=%231a73e8&size=48