# ServerIcon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `/icons/<name>.md` — for example https://lucide-animated.com/icons/activity.md. An MCP server is available at `/mcp`.

> Animated server icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/server

## Install

```bash
npx shadcn@latest add "https://lucide-animated.com/r/server.json"
```

## Usage

```tsx
import { ServerIcon } from "@/components/icons/server";

export function Demo() {
  return <ServerIcon className="size-6" />;
}
```

The component animates on hover by default. All standard SVG props are forwarded.

## Keywords

- server
- network
- communication
- signal
- wireless

## Similar icons

- [ServerCogIcon](https://lucide-animated.com/icons/server-cog.md)
- [ServerCrashIcon](https://lucide-animated.com/icons/server-crash.md)
- [RouterIcon](https://lucide-animated.com/icons/router.md)
- [PhoneIcon](https://lucide-animated.com/icons/phone.md)
- [PhoneCallIcon](https://lucide-animated.com/icons/phone-call.md)
- [PhoneForwardedIcon](https://lucide-animated.com/icons/phone-forwarded.md)
