server icon
server from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- server
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
serverBootstrap IconsserverBoxIcons v2serverBoxIcons v2 SolidserverFont Awesome 6 SolidserverFont Awesome SolidserverFeather Iconsserver-outlineFlowbite Iconsserver-12-filledFluent UI System Iconsservercss.ggserverHeroIconsserverHuge IconsserverHumbleiconsserverIconParkserverIconPark OutlineserverIconPark SolidserverIconPark TwoToneserverIconoirserverIonIconsserverLine AwesomeserverLucideserverMage IconsserverMajesticonsserverMaterial Design Iconsserver-fillMingCute Icon
Related icons in Codicons
Use the server icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 11.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M11.5 8a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M14 4.5c-.001.37-.14.727-.39 1c.25.273.389.63.39 1v2c-.001.37-.14.727-.39 1c.25.273.389.63.39 1v2a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 12.5v-2c.001-.37.14-.727.39-1a1.5 1.5 0 0 1-.39-1v-2c.001-.37.14-.727.39-1a1.5 1.5 0 0 1-.39-1v-2A1.5 1.5 0 0 1 3.5 1h9A1.5 1.5 0 0 1 14 2.5zm-11 0a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5zM12.5 6h-9a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5m.5 4.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5zM11.5 4a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></svg>
React
import type { SVGProps } from "react";
export function CodiconServer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 11.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M11.5 8a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M14 4.5c-.001.37-.14.727-.39 1c.25.273.389.63.39 1v2c-.001.37-.14.727-.39 1c.25.273.389.63.39 1v2a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 12.5v-2c.001-.37.14-.727.39-1a1.5 1.5 0 0 1-.39-1v-2c.001-.37.14-.727.39-1a1.5 1.5 0 0 1-.39-1v-2A1.5 1.5 0 0 1 3.5 1h9A1.5 1.5 0 0 1 14 2.5zm-11 0a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5zM12.5 6h-9a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5m.5 4.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5zM11.5 4a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 11.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M11.5 8a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M14 4.5c-.001.37-.14.727-.39 1c.25.273.389.63.39 1v2c-.001.37-.14.727-.39 1c.25.273.389.63.39 1v2a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 12.5v-2c.001-.37.14-.727.39-1a1.5 1.5 0 0 1-.39-1v-2c.001-.37.14-.727.39-1a1.5 1.5 0 0 1-.39-1v-2A1.5 1.5 0 0 1 3.5 1h9A1.5 1.5 0 0 1 14 2.5zm-11 0a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5zM12.5 6h-9a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5m.5 4.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5zM11.5 4a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2011.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M11.5%208a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M14%204.5c-.001.37-.14.727-.39%201c.25.273.389.63.39%201v2c-.001.37-.14.727-.39%201c.25.273.389.63.39%201v2a1.5%201.5%200%200%201-1.5%201.5h-9A1.5%201.5%200%200%201%202%2012.5v-2c.001-.37.14-.727.39-1a1.5%201.5%200%200%201-.39-1v-2c.001-.37.14-.727.39-1a1.5%201.5%200%200%201-.39-1v-2A1.5%201.5%200%200%201%203.5%201h9A1.5%201.5%200%200%201%2014%202.5zm-11%200a.5.5%200%200%200%20.5.5h9a.5.5%200%200%200%20.5-.5v-2a.5.5%200%200%200-.5-.5h-9a.5.5%200%200%200-.5.5zM12.5%206h-9a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%20.5.5h9a.5.5%200%200%200%20.5-.5v-2a.5.5%200%200%200-.5-.5m.5%204.5a.5.5%200%200%200-.5-.5h-9a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%20.5.5h9a.5.5%200%200%200%20.5-.5zM11.5%204a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2011.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M11.5%208a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M14%204.5c-.001.37-.14.727-.39%201c.25.273.389.63.39%201v2c-.001.37-.14.727-.39%201c.25.273.389.63.39%201v2a1.5%201.5%200%200%201-1.5%201.5h-9A1.5%201.5%200%200%201%202%2012.5v-2c.001-.37.14-.727.39-1a1.5%201.5%200%200%201-.39-1v-2c.001-.37.14-.727.39-1a1.5%201.5%200%200%201-.39-1v-2A1.5%201.5%200%200%201%203.5%201h9A1.5%201.5%200%200%201%2014%202.5zm-11%200a.5.5%200%200%200%20.5.5h9a.5.5%200%200%200%20.5-.5v-2a.5.5%200%200%200-.5-.5h-9a.5.5%200%200%200-.5.5zM12.5%206h-9a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%20.5.5h9a.5.5%200%200%200%20.5-.5v-2a.5.5%200%200%200-.5-.5m.5%204.5a.5.5%200%200%200-.5-.5h-9a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%20.5.5h9a.5.5%200%200%200%20.5-.5zM11.5%204a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/server.svg?color=%231a73e8&size=48