server from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
server
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage Icons

Use the server icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m3.002 5.127l.011 5.715a1.15 1.15 0 0 0 1.155 1.15l15.68-.03a1.15 1.15 0 0 0 1.15-1.155l-.011-5.714a1.15 1.15 0 0 0-1.154-1.15l-15.68.03a1.15 1.15 0 0 0-1.15 1.154m14.548 2.835h-3.018m-10.37 4.032c-.636 0-1.152.516-1.152 1.152v5.761c0 .636.516 1.152 1.152 1.152h15.68c.637 0 1.153-.516 1.153-1.152v-5.76c0-.637-.516-1.153-1.152-1.153m-2.293 4.033h-3.018"/></svg>

React

import type { SVGProps } from "react";

export function MageServer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m3.002 5.127l.011 5.715a1.15 1.15 0 0 0 1.155 1.15l15.68-.03a1.15 1.15 0 0 0 1.15-1.155l-.011-5.714a1.15 1.15 0 0 0-1.154-1.15l-15.68.03a1.15 1.15 0 0 0-1.15 1.154m14.548 2.835h-3.018m-10.37 4.032c-.636 0-1.152.516-1.152 1.152v5.761c0 .636.516 1.152 1.152 1.152h15.68c.637 0 1.153-.516 1.153-1.152v-5.76c0-.637-.516-1.153-1.152-1.153m-2.293 4.033h-3.018"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m3.002 5.127l.011 5.715a1.15 1.15 0 0 0 1.155 1.15l15.68-.03a1.15 1.15 0 0 0 1.15-1.155l-.011-5.714a1.15 1.15 0 0 0-1.154-1.15l-15.68.03a1.15 1.15 0 0 0-1.15 1.154m14.548 2.835h-3.018m-10.37 4.032c-.636 0-1.152.516-1.152 1.152v5.761c0 .636.516 1.152 1.152 1.152h15.68c.637 0 1.153-.516 1.153-1.152v-5.76c0-.637-.516-1.153-1.152-1.153m-2.293 4.033h-3.018"/></svg>
</template>

CSS

.icon-server {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m3.002%205.127l.011%205.715a1.15%201.15%200%200%200%201.155%201.15l15.68-.03a1.15%201.15%200%200%200%201.15-1.155l-.011-5.714a1.15%201.15%200%200%200-1.154-1.15l-15.68.03a1.15%201.15%200%200%200-1.15%201.154m14.548%202.835h-3.018m-10.37%204.032c-.636%200-1.152.516-1.152%201.152v5.761c0%20.636.516%201.152%201.152%201.152h15.68c.637%200%201.153-.516%201.153-1.152v-5.76c0-.637-.516-1.153-1.152-1.153m-2.293%204.033h-3.018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m3.002%205.127l.011%205.715a1.15%201.15%200%200%200%201.155%201.15l15.68-.03a1.15%201.15%200%200%200%201.15-1.155l-.011-5.714a1.15%201.15%200%200%200-1.154-1.15l-15.68.03a1.15%201.15%200%200%200-1.15%201.154m14.548%202.835h-3.018m-10.37%204.032c-.636%200-1.152.516-1.152%201.152v5.761c0%20.636.516%201.152%201.152%201.152h15.68c.637%200%201.153-.516%201.153-1.152v-5.76c0-.637-.516-1.153-1.152-1.153m-2.293%204.033h-3.018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/server.svg?color=%231a73e8&size=48