server-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
server-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

2 other variants in Octicons

The same icon in other sets

Use the server icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.75 6.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zM6 7.25a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5A.75.75 0 0 1 6 7.25m4 9a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1-.75-.75m-3.25-.75a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5z"/><path fill="currentColor" d="M3.25 2h17.5c.966 0 1.75.784 1.75 1.75v7c0 .372-.116.716-.314 1c.198.284.314.628.314 1v7a1.75 1.75 0 0 1-1.75 1.75H3.25a1.75 1.75 0 0 1-1.75-1.75v-7c0-.358.109-.707.314-1a1.74 1.74 0 0 1-.314-1v-7C1.5 2.784 2.284 2 3.25 2m0 10.5a.25.25 0 0 0-.25.25v7c0 .138.112.25.25.25h17.5a.25.25 0 0 0 .25-.25v-7a.25.25 0 0 0-.25-.25Zm0-1.5h17.5a.25.25 0 0 0 .25-.25v-7a.25.25 0 0 0-.25-.25H3.25a.25.25 0 0 0-.25.25v7c0 .138.112.25.25.25"/></svg>

React

import type { SVGProps } from "react";

export function OcticonServer24(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="M10.75 6.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zM6 7.25a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5A.75.75 0 0 1 6 7.25m4 9a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1-.75-.75m-3.25-.75a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5z"/><path fill="currentColor" d="M3.25 2h17.5c.966 0 1.75.784 1.75 1.75v7c0 .372-.116.716-.314 1c.198.284.314.628.314 1v7a1.75 1.75 0 0 1-1.75 1.75H3.25a1.75 1.75 0 0 1-1.75-1.75v-7c0-.358.109-.707.314-1a1.74 1.74 0 0 1-.314-1v-7C1.5 2.784 2.284 2 3.25 2m0 10.5a.25.25 0 0 0-.25.25v7c0 .138.112.25.25.25h17.5a.25.25 0 0 0 .25-.25v-7a.25.25 0 0 0-.25-.25Zm0-1.5h17.5a.25.25 0 0 0 .25-.25v-7a.25.25 0 0 0-.25-.25H3.25a.25.25 0 0 0-.25.25v7c0 .138.112.25.25.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.75 6.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zM6 7.25a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5A.75.75 0 0 1 6 7.25m4 9a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1-.75-.75m-3.25-.75a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5z"/><path fill="currentColor" d="M3.25 2h17.5c.966 0 1.75.784 1.75 1.75v7c0 .372-.116.716-.314 1c.198.284.314.628.314 1v7a1.75 1.75 0 0 1-1.75 1.75H3.25a1.75 1.75 0 0 1-1.75-1.75v-7c0-.358.109-.707.314-1a1.74 1.74 0 0 1-.314-1v-7C1.5 2.784 2.284 2 3.25 2m0 10.5a.25.25 0 0 0-.25.25v7c0 .138.112.25.25.25h17.5a.25.25 0 0 0 .25-.25v-7a.25.25 0 0 0-.25-.25Zm0-1.5h17.5a.25.25 0 0 0 .25-.25v-7a.25.25 0 0 0-.25-.25H3.25a.25.25 0 0 0-.25.25v7c0 .138.112.25.25.25"/></svg>
</template>

CSS

.icon-server-24 {
  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%22M10.75%206.5a.75.75%200%200%200%200%201.5h6.5a.75.75%200%200%200%200-1.5zM6%207.25a.75.75%200%200%201%20.75-.75h.5a.75.75%200%200%201%200%201.5h-.5A.75.75%200%200%201%206%207.25m4%209a.75.75%200%200%201%20.75-.75h6.5a.75.75%200%200%201%200%201.5h-6.5a.75.75%200%200%201-.75-.75m-3.25-.75a.75.75%200%200%200%200%201.5h.5a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.25%202h17.5c.966%200%201.75.784%201.75%201.75v7c0%20.372-.116.716-.314%201c.198.284.314.628.314%201v7a1.75%201.75%200%200%201-1.75%201.75H3.25a1.75%201.75%200%200%201-1.75-1.75v-7c0-.358.109-.707.314-1a1.74%201.74%200%200%201-.314-1v-7C1.5%202.784%202.284%202%203.25%202m0%2010.5a.25.25%200%200%200-.25.25v7c0%20.138.112.25.25.25h17.5a.25.25%200%200%200%20.25-.25v-7a.25.25%200%200%200-.25-.25Zm0-1.5h17.5a.25.25%200%200%200%20.25-.25v-7a.25.25%200%200%200-.25-.25H3.25a.25.25%200%200%200-.25.25v7c0%20.138.112.25.25.25%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%22M10.75%206.5a.75.75%200%200%200%200%201.5h6.5a.75.75%200%200%200%200-1.5zM6%207.25a.75.75%200%200%201%20.75-.75h.5a.75.75%200%200%201%200%201.5h-.5A.75.75%200%200%201%206%207.25m4%209a.75.75%200%200%201%20.75-.75h6.5a.75.75%200%200%201%200%201.5h-6.5a.75.75%200%200%201-.75-.75m-3.25-.75a.75.75%200%200%200%200%201.5h.5a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.25%202h17.5c.966%200%201.75.784%201.75%201.75v7c0%20.372-.116.716-.314%201c.198.284.314.628.314%201v7a1.75%201.75%200%200%201-1.75%201.75H3.25a1.75%201.75%200%200%201-1.75-1.75v-7c0-.358.109-.707.314-1a1.74%201.74%200%200%201-.314-1v-7C1.5%202.784%202.284%202%203.25%202m0%2010.5a.25.25%200%200%200-.25.25v7c0%20.138.112.25.25.25h17.5a.25.25%200%200%200%20.25-.25v-7a.25.25%200%200%200-.25-.25Zm0-1.5h17.5a.25.25%200%200%200%20.25-.25v-7a.25.25%200%200%200-.25-.25H3.25a.25.25%200%200%200-.25.25v7c0%20.138.112.25.25.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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