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

Name
server-2-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Use the server 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.53 13.04h-3a1 1 0 1 1 0-2h3a1 1 0 0 1 0 2"/><path fill="currentColor" d="M21.73 7.98V4.52a1.86 1.86 0 0 0-.56-1.34a1.9 1.9 0 0 0-1.34-.56H4.15a1.88 1.88 0 0 0-1.34.56a1.86 1.86 0 0 0-.55 1.31v3.5a1.87 1.87 0 0 1 0 2.27v3.46a1.85 1.85 0 0 1 0 2.3v3.46a1.91 1.91 0 0 0 1.9 1.9h15.68a1.91 1.91 0 0 0 1.9-1.9v-3.46a1.85 1.85 0 0 1 0-2.3v-3.41a1.82 1.82 0 0 0-.41-1.16a1.84 1.84 0 0 0 .4-1.17m-7.22-2.71h3a1 1 0 0 1 0 2h-3a1 1 0 1 1 0-2m3 13.53h-3a1 1 0 0 1 0-2h3a1 1 0 0 1 0 2m2.69-5a.4.4 0 0 1-.4.4H4.14a.4.4 0 0 1-.4-.4v-3.49a.39.39 0 0 1 .34-.39h.07l15.49-.05h.18a.4.4 0 0 1 .4.4z"/></svg>

React

import type { SVGProps } from "react";

export function MageServer2Fill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.53 13.04h-3a1 1 0 1 1 0-2h3a1 1 0 0 1 0 2"/><path fill="currentColor" d="M21.73 7.98V4.52a1.86 1.86 0 0 0-.56-1.34a1.9 1.9 0 0 0-1.34-.56H4.15a1.88 1.88 0 0 0-1.34.56a1.86 1.86 0 0 0-.55 1.31v3.5a1.87 1.87 0 0 1 0 2.27v3.46a1.85 1.85 0 0 1 0 2.3v3.46a1.91 1.91 0 0 0 1.9 1.9h15.68a1.91 1.91 0 0 0 1.9-1.9v-3.46a1.85 1.85 0 0 1 0-2.3v-3.41a1.82 1.82 0 0 0-.41-1.16a1.84 1.84 0 0 0 .4-1.17m-7.22-2.71h3a1 1 0 0 1 0 2h-3a1 1 0 1 1 0-2m3 13.53h-3a1 1 0 0 1 0-2h3a1 1 0 0 1 0 2m2.69-5a.4.4 0 0 1-.4.4H4.14a.4.4 0 0 1-.4-.4v-3.49a.39.39 0 0 1 .34-.39h.07l15.49-.05h.18a.4.4 0 0 1 .4.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.53 13.04h-3a1 1 0 1 1 0-2h3a1 1 0 0 1 0 2"/><path fill="currentColor" d="M21.73 7.98V4.52a1.86 1.86 0 0 0-.56-1.34a1.9 1.9 0 0 0-1.34-.56H4.15a1.88 1.88 0 0 0-1.34.56a1.86 1.86 0 0 0-.55 1.31v3.5a1.87 1.87 0 0 1 0 2.27v3.46a1.85 1.85 0 0 1 0 2.3v3.46a1.91 1.91 0 0 0 1.9 1.9h15.68a1.91 1.91 0 0 0 1.9-1.9v-3.46a1.85 1.85 0 0 1 0-2.3v-3.41a1.82 1.82 0 0 0-.41-1.16a1.84 1.84 0 0 0 .4-1.17m-7.22-2.71h3a1 1 0 0 1 0 2h-3a1 1 0 1 1 0-2m3 13.53h-3a1 1 0 0 1 0-2h3a1 1 0 0 1 0 2m2.69-5a.4.4 0 0 1-.4.4H4.14a.4.4 0 0 1-.4-.4v-3.49a.39.39 0 0 1 .34-.39h.07l15.49-.05h.18a.4.4 0 0 1 .4.4z"/></svg>
</template>

CSS

.icon-server-2-fill {
  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%22currentColor%22%20d%3D%22M17.53%2013.04h-3a1%201%200%201%201%200-2h3a1%201%200%200%201%200%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.73%207.98V4.52a1.86%201.86%200%200%200-.56-1.34a1.9%201.9%200%200%200-1.34-.56H4.15a1.88%201.88%200%200%200-1.34.56a1.86%201.86%200%200%200-.55%201.31v3.5a1.87%201.87%200%200%201%200%202.27v3.46a1.85%201.85%200%200%201%200%202.3v3.46a1.91%201.91%200%200%200%201.9%201.9h15.68a1.91%201.91%200%200%200%201.9-1.9v-3.46a1.85%201.85%200%200%201%200-2.3v-3.41a1.82%201.82%200%200%200-.41-1.16a1.84%201.84%200%200%200%20.4-1.17m-7.22-2.71h3a1%201%200%200%201%200%202h-3a1%201%200%201%201%200-2m3%2013.53h-3a1%201%200%200%201%200-2h3a1%201%200%200%201%200%202m2.69-5a.4.4%200%200%201-.4.4H4.14a.4.4%200%200%201-.4-.4v-3.49a.39.39%200%200%201%20.34-.39h.07l15.49-.05h.18a.4.4%200%200%201%20.4.4z%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%22currentColor%22%20d%3D%22M17.53%2013.04h-3a1%201%200%201%201%200-2h3a1%201%200%200%201%200%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.73%207.98V4.52a1.86%201.86%200%200%200-.56-1.34a1.9%201.9%200%200%200-1.34-.56H4.15a1.88%201.88%200%200%200-1.34.56a1.86%201.86%200%200%200-.55%201.31v3.5a1.87%201.87%200%200%201%200%202.27v3.46a1.85%201.85%200%200%201%200%202.3v3.46a1.91%201.91%200%200%200%201.9%201.9h15.68a1.91%201.91%200%200%200%201.9-1.9v-3.46a1.85%201.85%200%200%201%200-2.3v-3.41a1.82%201.82%200%200%200-.41-1.16a1.84%201.84%200%200%200%20.4-1.17m-7.22-2.71h3a1%201%200%200%201%200%202h-3a1%201%200%201%201%200-2m3%2013.53h-3a1%201%200%200%201%200-2h3a1%201%200%200%201%200%202m2.69-5a.4.4%200%200%201-.4.4H4.14a.4.4%200%200%201-.4-.4v-3.49a.39.39%200%200%201%20.34-.39h.07l15.49-.05h.18a.4.4%200%200%201%20.4.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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