Skip to main content

Server Round


Examples

Heading
Smaller heading

Inline text 

Example link text 

Icon font

Use in web applications, on buttons, and anywhere you need more than a few icons.

<i class="modus-icons" aria-hidden="true">server_round</i>

SVG sprite

Use for static sites when you only need a few icons.

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/modus-outlined-icons.svg#server-round" />
</svg>

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-outline mi-server-round" viewBox="0 0 24 24">
  <path d="M5.51 10.67c-.14.1-.24.2-.26.27.14.41 2.48 1.6 6.75 1.6s6.53-1.14 6.75-1.62c-.03-.07-.12-.16-.25-.25-1.75.72-4.17 1.07-6.5 1.07s-4.74-.35-6.49-1.07M5.5 15.8c-.14.1-.24.2-.26.27.14.41 2.43 1.6 6.75 1.6 4.27.01 6.55-1.14 6.75-1.61-.03-.07-.12-.16-.25-.26-1.75.72-4.17 1.07-6.5 1.07s-4.74-.35-6.49-1.07M21 5.78C21 3.18 16.34 2 12 2S3 3.18 3 5.78v2.16c0 .56.23 1.05.61 1.49-.39.43-.61.92-.61 1.49v2.16c0 .56.23 1.05.61 1.49-.39.43-.61.92-.61 1.49v2.16C3 20.82 7.67 22 12 22s9-1.18 9-3.78v-2.16c0-.56-.23-1.05-.61-1.49.39-.43.61-.92.61-1.49v-2.16c0-.56-.23-1.05-.61-1.49.39-.43.61-.92.61-1.49zm-1.5 2.16c0 .12-.03.27-.22.48l-.89.98.87 1c.25.28.25.45.25.51v2.16c0 .12-.03.27-.22.48l-.89.98.87 1.01c.25.28.25.45.25.51v2.16c0 .95-2.85 2.28-7.5 2.28s-7.5-1.33-7.5-2.28v-2.16c0-.12.03-.27.22-.48l.89-.98-.87-1c-.25-.28-.25-.45-.25-.51v-2.16c0-.12.03-.27.22-.48l.89-.98-.87-1.01C4.5 8.17 4.5 8 4.5 7.94V5.78c0-.95 2.85-2.28 7.5-2.28s7.5 1.33 7.5 2.28zM12 4.16c-4.32 0-6.61 1.19-6.75 1.64.14.41 2.48 1.6 6.75 1.6s6.55-1.15 6.75-1.62c-.2-.46-2.49-1.62-6.75-1.62"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.