Server Square icon in outline, twotone, bold and bulk. Free in all four styles, for code, servers, databases, devops, terminals. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconServerSquare } from "@devigner-ui/icons";
<IconServerSquare className="size-6" />
<script setup>
import { IconServerSquare } from "@devigner-ui/icons-vue";
</script>
<template>
<IconServerSquare class="size-6" />
</template>
<script>
import { IconServerSquare } from "@devigner-ui/icons-svelte";
</script>
<IconServerSquare class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M10 3.75h4v-1.5h-4zM21.25 11v2h1.5v-2zM14 20.25h-4v1.5h4zM2.75 13v-2h-1.5v2zM10 20.25c-1.9 0-3.26 0-4.29-.14-1-.13-1.58-.39-2-.81l-1.07 1.06c.75.75 1.7 1.08 2.87 1.24 1.15.15 2.63.15 4.49.15zM1.25 13c0 1.86 0 3.34.15 4.49a4.7 4.7 0 0 0 1.24 2.87L3.7 19.3c-.42-.43-.67-1-.81-2.01A36 36 0 0 1 2.75 13zm20 0c0 1.9 0 3.26-.14 4.29-.13 1-.39 1.59-.81 2l1.06 1.07a4.7 4.7 0 0 0 1.24-2.87c.15-1.15.15-2.63.15-4.49zM14 21.75c1.86 0 3.34 0 4.49-.15a4.7 4.7 0 0 0 2.87-1.24L20.3 19.3c-.43.42-1 .68-2.01.81-1.03.14-2.38.14-4.29.14zm0-18a36 36 0 0 1 4.29.14c1 .14 1.58.39 2 .81l1.07-1.06a4.7 4.7 0 0 0-2.87-1.24c-1.15-.15-2.63-.15-4.49-.15zM22.75 11c0-1.86 0-3.34-.15-4.49a4.7 4.7 0 0 0-1.24-2.87L20.3 4.7c.42.43.68 1 .81 2.01.14 1.03.14 2.38.14 4.29zM10 2.25c-1.86 0-3.34 0-4.49.15a4.7 4.7 0 0 0-2.87 1.24L3.7 4.7c.43-.42 1-.67 2.01-.81A36 36 0 0 1 10 3.75zM2.75 11c0-1.9 0-3.26.14-4.29.14-1 .39-1.58.81-2L2.64 3.63A4.7 4.7 0 0 0 1.4 6.51c-.15 1.15-.15 2.63-.15 4.49zM2 12.75h20v-1.5H2z" fill="currentColor"></path><path d="M13.5 16.5H18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M13.5 7.5H18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M6 17.5v-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M6 8.5v-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M9 17.5v-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M9 8.5v-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>