The HugeIcons shoulder icon visually represents a shoulder, often used to indicate body parts, anatomy, or a point of connection in user interfaces.
Common uses
- Anatomy diagrams
- Medical illustrations
- Character customization
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ShoulderIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ShoulderIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- body partjointupper armanatomy
FAQ
- What does the Shoulder icon represent?
- The icon depicts a human shoulder. It's typically used in contexts related to anatomy, body parts, or as a visual element in character design.
- How do I use the Shoulder icon in React?
- Import both HugeiconsIcon and ShoulderIcon, then render it using <HugeiconsIcon icon={ShoulderIcon} />.
- What is the license for this icon?
- The Shoulder icon is distributed under the MIT license, allowing for free use in both personal and commercial projects.