The HugeIcons software icon depicts a stylized computer monitor, commonly used to represent software, applications, or digital products in user interfaces.
Common uses
- Software download button
- Application settings menu item
- Link to a software product page
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SoftwareIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SoftwareIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- application iconprogram iconapp iconmonitor icon
FAQ
- What does the software icon represent?
- It represents software, applications, or digital products. It's often used to signify anything related to computer programs or digital services.
- How do I use the SoftwareIcon in React?
- Import both HugeiconsIcon and SoftwareIcon, then render <HugeiconsIcon icon={SoftwareIcon} />. Ensure you have '@hugeicons/react' and '@hugeicons/core-free-icons' installed.
- What is the license for this icon?
- The SoftwareIcon is available under the MIT license, which allows for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →