server surface icon
server-surface-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- server-surface-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the server surface icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.5 13h4c.827 0 1.5-.673 1.5-1.5v-9A1.503 1.503 0 0 0 9.5 1h-4A1.503 1.503 0 0 0 4 2.5v9c0 .827.673 1.5 1.5 1.5m.646-8.854A.5.5 0 0 1 6.5 4h2a.5.5 0 1 1 0 1h-2a.5.5 0 0 1-.5-.5c0-.133.053-.26.146-.354m0 4A.5.5 0 0 1 6.5 8h2a.5.5 0 1 1 0 1h-2a.5.5 0 0 1-.5-.5c0-.133.053-.26.146-.354m0 2A.5.5 0 0 1 6.5 10h2a.5.5 0 1 1 0 1h-2a.5.5 0 0 1-.354-.854m7.822 4.178l-1.5-4A.51.51 0 0 0 12 10v1.5c0 1.378-1.121 2.5-2.5 2.5h-4A2.503 2.503 0 0 1 3 11.5V10a.5.5 0 0 0-.468.324l-1.5 4q-.043.116-.028.237a.5.5 0 0 0 .496.438h12a.5.5 0 0 0 .41-.215a.5.5 0 0 0 .058-.46"/></svg>
React
import type { SVGProps } from "react";
export function FluentServerSurface16Filled(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="M5.5 13h4c.827 0 1.5-.673 1.5-1.5v-9A1.503 1.503 0 0 0 9.5 1h-4A1.503 1.503 0 0 0 4 2.5v9c0 .827.673 1.5 1.5 1.5m.646-8.854A.5.5 0 0 1 6.5 4h2a.5.5 0 1 1 0 1h-2a.5.5 0 0 1-.5-.5c0-.133.053-.26.146-.354m0 4A.5.5 0 0 1 6.5 8h2a.5.5 0 1 1 0 1h-2a.5.5 0 0 1-.5-.5c0-.133.053-.26.146-.354m0 2A.5.5 0 0 1 6.5 10h2a.5.5 0 1 1 0 1h-2a.5.5 0 0 1-.354-.854m7.822 4.178l-1.5-4A.51.51 0 0 0 12 10v1.5c0 1.378-1.121 2.5-2.5 2.5h-4A2.503 2.503 0 0 1 3 11.5V10a.5.5 0 0 0-.468.324l-1.5 4q-.043.116-.028.237a.5.5 0 0 0 .496.438h12a.5.5 0 0 0 .41-.215a.5.5 0 0 0 .058-.46"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.5 13h4c.827 0 1.5-.673 1.5-1.5v-9A1.503 1.503 0 0 0 9.5 1h-4A1.503 1.503 0 0 0 4 2.5v9c0 .827.673 1.5 1.5 1.5m.646-8.854A.5.5 0 0 1 6.5 4h2a.5.5 0 1 1 0 1h-2a.5.5 0 0 1-.5-.5c0-.133.053-.26.146-.354m0 4A.5.5 0 0 1 6.5 8h2a.5.5 0 1 1 0 1h-2a.5.5 0 0 1-.5-.5c0-.133.053-.26.146-.354m0 2A.5.5 0 0 1 6.5 10h2a.5.5 0 1 1 0 1h-2a.5.5 0 0 1-.354-.854m7.822 4.178l-1.5-4A.51.51 0 0 0 12 10v1.5c0 1.378-1.121 2.5-2.5 2.5h-4A2.503 2.503 0 0 1 3 11.5V10a.5.5 0 0 0-.468.324l-1.5 4q-.043.116-.028.237a.5.5 0 0 0 .496.438h12a.5.5 0 0 0 .41-.215a.5.5 0 0 0 .058-.46"/></svg> </template>
CSS
.icon-server-surface-16-filled {
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%22M5.5%2013h4c.827%200%201.5-.673%201.5-1.5v-9A1.503%201.503%200%200%200%209.5%201h-4A1.503%201.503%200%200%200%204%202.5v9c0%20.827.673%201.5%201.5%201.5m.646-8.854A.5.5%200%200%201%206.5%204h2a.5.5%200%201%201%200%201h-2a.5.5%200%200%201-.5-.5c0-.133.053-.26.146-.354m0%204A.5.5%200%200%201%206.5%208h2a.5.5%200%201%201%200%201h-2a.5.5%200%200%201-.5-.5c0-.133.053-.26.146-.354m0%202A.5.5%200%200%201%206.5%2010h2a.5.5%200%201%201%200%201h-2a.5.5%200%200%201-.354-.854m7.822%204.178l-1.5-4A.51.51%200%200%200%2012%2010v1.5c0%201.378-1.121%202.5-2.5%202.5h-4A2.503%202.503%200%200%201%203%2011.5V10a.5.5%200%200%200-.468.324l-1.5%204q-.043.116-.028.237a.5.5%200%200%200%20.496.438h12a.5.5%200%200%200%20.41-.215a.5.5%200%200%200%20.058-.46%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%22M5.5%2013h4c.827%200%201.5-.673%201.5-1.5v-9A1.503%201.503%200%200%200%209.5%201h-4A1.503%201.503%200%200%200%204%202.5v9c0%20.827.673%201.5%201.5%201.5m.646-8.854A.5.5%200%200%201%206.5%204h2a.5.5%200%201%201%200%201h-2a.5.5%200%200%201-.5-.5c0-.133.053-.26.146-.354m0%204A.5.5%200%200%201%206.5%208h2a.5.5%200%201%201%200%201h-2a.5.5%200%200%201-.5-.5c0-.133.053-.26.146-.354m0%202A.5.5%200%200%201%206.5%2010h2a.5.5%200%201%201%200%201h-2a.5.5%200%200%201-.354-.854m7.822%204.178l-1.5-4A.51.51%200%200%200%2012%2010v1.5c0%201.378-1.121%202.5-2.5%202.5h-4A2.503%202.503%200%200%201%203%2011.5V10a.5.5%200%200%200-.468.324l-1.5%204q-.043.116-.028.237a.5.5%200%200%200%20.496.438h12a.5.5%200%200%200%20.41-.215a.5.5%200%200%200%20.058-.46%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/server-surface-16-filled.svg?color=%231a73e8&size=48