Server Minimalistic 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 { IconServerMinimalistic } from "@devigner-ui/icons";
<IconServerMinimalistic className="size-6" />
<script setup>
import { IconServerMinimalistic } from "@devigner-ui/icons-vue";
</script>
<template>
<IconServerMinimalistic class="size-6" />
</template>
<script>
import { IconServerMinimalistic } from "@devigner-ui/icons-svelte";
</script>
<IconServerMinimalistic class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 18c0-.93 0-1.4.15-1.77a2 2 0 0 1 1.08-1.08C3.6 15 4.07 15 5 15h14c.93 0 1.4 0 1.77.15a2 2 0 0 1 1.08 1.08c.15.37.15.84.15 1.77s0 1.4-.15 1.77a2 2 0 0 1-1.08 1.08c-.37.15-.84.15-1.77.15H5c-.93 0-1.4 0-1.77-.15a2 2 0 0 1-1.08-1.08C2 19.4 2 18.93 2 18" stroke="currentColor" stroke-width="1.5"></path><path d="M2 12c0-.93 0-1.4.15-1.77a2 2 0 0 1 1.08-1.08C3.6 9 4.07 9 5 9h14c.93 0 1.4 0 1.77.15a2 2 0 0 1 1.08 1.08c.15.37.15.84.15 1.77s0 1.4-.15 1.77a2 2 0 0 1-1.08 1.08c-.37.15-.84.15-1.77.15H5c-.93 0-1.4 0-1.77-.15a2 2 0 0 1-1.08-1.08C2 13.4 2 12.93 2 12" stroke="currentColor" stroke-width="1.5"></path><path d="M2 6c0-.93 0-1.4.15-1.77a2 2 0 0 1 1.08-1.08C3.6 3 4.07 3 5 3h14c.93 0 1.4 0 1.77.15a2 2 0 0 1 1.08 1.08C22 4.6 22 5.07 22 6s0 1.4-.15 1.77a2 2 0 0 1-1.08 1.08C20.4 9 19.93 9 19 9H5c-.93 0-1.4 0-1.77-.15a2 2 0 0 1-1.08-1.08C2 7.4 2 6.93 2 6" stroke="currentColor" stroke-width="1.5"></path><circle opacity="1" cx="5" cy="12" r="1" fill="currentColor"></circle><circle opacity="1" cx="5" cy="6" r="1" fill="currentColor"></circle><circle opacity="1" cx="5" cy="18" r="1" fill="currentColor"></circle></svg>