Server 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 { IconServer } from "@devigner-ui/icons";
<IconServer className="size-6" />
<script setup>
import { IconServer } from "@devigner-ui/icons-vue";
</script>
<template>
<IconServer class="size-6" />
</template>
<script>
import { IconServer } from "@devigner-ui/icons-svelte";
</script>
<IconServer 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="M2 17c0-1.89 0-2.83.59-3.41C3.17 13 4.1 13 6 13h12c1.89 0 2.83 0 3.41.59.59.58.59 1.52.59 3.41s0 2.83-.59 3.41C20.83 21 19.9 21 18 21H6c-1.89 0-2.83 0-3.41-.59C2 19.83 2 18.9 2 17" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M2 6c0-1.89 0-2.83.59-3.41C3.17 2 4.1 2 6 2h12c1.89 0 2.83 0 3.41.59C22 3.17 22 4.1 22 6s0 2.83-.59 3.41C20.83 10 19.9 10 18 10H6c-1.89 0-2.83 0-3.41-.59C2 8.83 2 7.9 2 6" stroke="currentColor" stroke-width="1.5"></path><path d="M11 6h7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M6 6h2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M11 17h7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M6 17h2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>