The Heroicons server icon depicts a computer server rack and is commonly used to represent backend infrastructure, hosting, or data storage in UI elements.
Common uses
- Server status indicator
- Hosting provider selection
- Database connection settings
Use it in React
Install
npm i @heroicons/reactImport & render
import { ServerIcon } from '@heroicons/react/24/outline';
<ServerIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<ServerIcon className="size-6" />24/solid
<ServerIcon className="size-6" />20/solid
<ServerIcon className="size-6" />16/solid
<ServerIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- serverserver rackcomputerdatabasehosting
FAQ
- What does the server icon represent?
- It represents a physical server or server rack, often used for backend systems, hosting, or data management.
- How do I use the server icon in React?
- Import it using `import { ServerIcon } from '@heroicons/react/24/outline'` and then use it as a component: `<ServerIcon className="h-6 w-6" />`.
- What is the license for Heroicons?
- Heroicons are 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 Heroicons.