Server Path 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 { IconServerPath } from "@devigner-ui/icons";
<IconServerPath className="size-6" />
<script setup>
import { IconServerPath } from "@devigner-ui/icons-vue";
</script>
<template>
<IconServerPath class="size-6" />
</template>
<script>
import { IconServerPath } from "@devigner-ui/icons-svelte";
</script>
<IconServerPath 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="M22 19h-8M2 19h8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M12 17v-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><circle cx="12" cy="19.0001" r="2" stroke="currentColor" stroke-width="1.5"></circle><path d="M2 11a3 3 0 0 1 3-3h14a3 3 0 1 1 0 6H5a3 3 0 0 1-3-3" stroke="currentColor" stroke-width="1.5"></path><path d="M2 5a3 3 0 0 1 3-3h14a3 3 0 1 1 0 6H5a3 3 0 0 1-3-3" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M13 5h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M13 11h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><circle opacity="1" cx="6" cy="5.00012" r="1" fill="currentColor"></circle><circle opacity="1" cx="6" cy="11.0001" r="1" fill="currentColor"></circle></svg>