server environment icon

server-environment from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
server-environment
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the server environment icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.968 14.324l-1.5-4A.5.5 0 0 0 12 10h-1V2.5A1.5 1.5 0 0 0 9.5 1h-4A1.5 1.5 0 0 0 4 2.5V10H3a.5.5 0 0 0-.468.324l-1.5 4A.5.5 0 0 0 1.5 15h12a.5.5 0 0 0 .468-.676M5 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5zM2.222 14l1.125-3H4v.5A1.5 1.5 0 0 0 5.5 13h4a1.5 1.5 0 0 0 1.5-1.5V11h.653l1.125 3zM6 4.5a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1h-2a.5.5 0 0 1-.5-.5m0 4a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1h-2a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function CodiconServerEnvironment(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="m13.968 14.324l-1.5-4A.5.5 0 0 0 12 10h-1V2.5A1.5 1.5 0 0 0 9.5 1h-4A1.5 1.5 0 0 0 4 2.5V10H3a.5.5 0 0 0-.468.324l-1.5 4A.5.5 0 0 0 1.5 15h12a.5.5 0 0 0 .468-.676M5 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5zM2.222 14l1.125-3H4v.5A1.5 1.5 0 0 0 5.5 13h4a1.5 1.5 0 0 0 1.5-1.5V11h.653l1.125 3zM6 4.5a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1h-2a.5.5 0 0 1-.5-.5m0 4a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1h-2a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.968 14.324l-1.5-4A.5.5 0 0 0 12 10h-1V2.5A1.5 1.5 0 0 0 9.5 1h-4A1.5 1.5 0 0 0 4 2.5V10H3a.5.5 0 0 0-.468.324l-1.5 4A.5.5 0 0 0 1.5 15h12a.5.5 0 0 0 .468-.676M5 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5zM2.222 14l1.125-3H4v.5A1.5 1.5 0 0 0 5.5 13h4a1.5 1.5 0 0 0 1.5-1.5V11h.653l1.125 3zM6 4.5a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1h-2a.5.5 0 0 1-.5-.5m0 4a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1h-2a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5"/></svg>
</template>

CSS

.icon-server-environment {
  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%22m13.968%2014.324l-1.5-4A.5.5%200%200%200%2012%2010h-1V2.5A1.5%201.5%200%200%200%209.5%201h-4A1.5%201.5%200%200%200%204%202.5V10H3a.5.5%200%200%200-.468.324l-1.5%204A.5.5%200%200%200%201.5%2015h12a.5.5%200%200%200%20.468-.676M5%202.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%20.5.5v9a.5.5%200%200%201-.5.5h-4a.5.5%200%200%201-.5-.5zM2.222%2014l1.125-3H4v.5A1.5%201.5%200%200%200%205.5%2013h4a1.5%201.5%200%200%200%201.5-1.5V11h.653l1.125%203zM6%204.5a.5.5%200%200%201%20.5-.5h2a.5.5%200%201%201%200%201h-2a.5.5%200%200%201-.5-.5m0%204a.5.5%200%200%201%20.5-.5h2a.5.5%200%201%201%200%201h-2a.5.5%200%200%201-.5-.5m0%202a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5%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%22m13.968%2014.324l-1.5-4A.5.5%200%200%200%2012%2010h-1V2.5A1.5%201.5%200%200%200%209.5%201h-4A1.5%201.5%200%200%200%204%202.5V10H3a.5.5%200%200%200-.468.324l-1.5%204A.5.5%200%200%200%201.5%2015h12a.5.5%200%200%200%20.468-.676M5%202.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%20.5.5v9a.5.5%200%200%201-.5.5h-4a.5.5%200%200%201-.5-.5zM2.222%2014l1.125-3H4v.5A1.5%201.5%200%200%200%205.5%2013h4a1.5%201.5%200%200%200%201.5-1.5V11h.653l1.125%203zM6%204.5a.5.5%200%200%201%20.5-.5h2a.5.5%200%201%201%200%201h-2a.5.5%200%200%201-.5-.5m0%204a.5.5%200%200%201%20.5-.5h2a.5.5%200%201%201%200%201h-2a.5.5%200%200%201-.5-.5m0%202a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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