The HugeIcons screen add to home icon visually represents the action of adding a shortcut or bookmark of a web page or application to a device's home screen.
Common uses
- Adding a web app shortcut to the home screen
- Saving a favorite website for quick access
- Pinning a link to a mobile device's dashboard
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ScreenAddToHomeIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ScreenAddToHomeIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add to home screenhome screen shortcutsave to homebookmark home
FAQ
- What does the 'screen add to home' icon signify?
- It signifies the action of adding a shortcut or bookmark of a web page or application to a device's home screen for easy access.
- How do I use the ScreenAddToHomeIcon in React?
- Import both HugeiconsIcon and ScreenAddToHomeIcon from their respective packages and render it using <HugeiconsIcon icon={ScreenAddToHomeIcon} />.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing 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 →