server icon
server from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- server
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
serverBoxIcons v2serverBoxIcons v2 SolidserverCodiconsserverFont Awesome 6 SolidserverFont Awesome SolidserverFeather Iconsserver-outlineFlowbite Iconsserver-12-filledFluent UI System Iconsservercss.ggserverHeroIconsserverHuge IconsserverHumbleiconsserverIconParkserverIconPark OutlineserverIconPark SolidserverIconPark TwoToneserverIconoirserverIonIconsserverLine AwesomeserverLucideserverMage IconsserverMajesticonsserverMaterial Design Iconsserver-fillMingCute Icon
Use the server icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M1.333 2.667C1.333 1.194 4.318 0 8 0s6.667 1.194 6.667 2.667V4c0 1.473-2.985 2.667-6.667 2.667S1.333 5.473 1.333 4z"/><path d="M1.333 6.334v3C1.333 10.805 4.318 12 8 12s6.667-1.194 6.667-2.667V6.334a6.5 6.5 0 0 1-1.458.79C11.81 7.684 9.967 8 8 8s-3.809-.317-5.208-.876a6.5 6.5 0 0 1-1.458-.79z"/><path d="M14.667 11.668a6.5 6.5 0 0 1-1.458.789c-1.4.56-3.242.876-5.21.876c-1.966 0-3.809-.316-5.208-.876a6.5 6.5 0 0 1-1.458-.79v1.666C1.333 14.806 4.318 16 8 16s6.667-1.194 6.667-2.667z"/></g></svg>
React
import type { SVGProps } from "react";
export function BiServer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M1.333 2.667C1.333 1.194 4.318 0 8 0s6.667 1.194 6.667 2.667V4c0 1.473-2.985 2.667-6.667 2.667S1.333 5.473 1.333 4z"/><path d="M1.333 6.334v3C1.333 10.805 4.318 12 8 12s6.667-1.194 6.667-2.667V6.334a6.5 6.5 0 0 1-1.458.79C11.81 7.684 9.967 8 8 8s-3.809-.317-5.208-.876a6.5 6.5 0 0 1-1.458-.79z"/><path d="M14.667 11.668a6.5 6.5 0 0 1-1.458.789c-1.4.56-3.242.876-5.21.876c-1.966 0-3.809-.316-5.208-.876a6.5 6.5 0 0 1-1.458-.79v1.666C1.333 14.806 4.318 16 8 16s6.667-1.194 6.667-2.667z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M1.333 2.667C1.333 1.194 4.318 0 8 0s6.667 1.194 6.667 2.667V4c0 1.473-2.985 2.667-6.667 2.667S1.333 5.473 1.333 4z"/><path d="M1.333 6.334v3C1.333 10.805 4.318 12 8 12s6.667-1.194 6.667-2.667V6.334a6.5 6.5 0 0 1-1.458.79C11.81 7.684 9.967 8 8 8s-3.809-.317-5.208-.876a6.5 6.5 0 0 1-1.458-.79z"/><path d="M14.667 11.668a6.5 6.5 0 0 1-1.458.789c-1.4.56-3.242.876-5.21.876c-1.966 0-3.809-.316-5.208-.876a6.5 6.5 0 0 1-1.458-.79v1.666C1.333 14.806 4.318 16 8 16s6.667-1.194 6.667-2.667z"/></g></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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M1.333%202.667C1.333%201.194%204.318%200%208%200s6.667%201.194%206.667%202.667V4c0%201.473-2.985%202.667-6.667%202.667S1.333%205.473%201.333%204z%22%2F%3E%3Cpath%20d%3D%22M1.333%206.334v3C1.333%2010.805%204.318%2012%208%2012s6.667-1.194%206.667-2.667V6.334a6.5%206.5%200%200%201-1.458.79C11.81%207.684%209.967%208%208%208s-3.809-.317-5.208-.876a6.5%206.5%200%200%201-1.458-.79z%22%2F%3E%3Cpath%20d%3D%22M14.667%2011.668a6.5%206.5%200%200%201-1.458.789c-1.4.56-3.242.876-5.21.876c-1.966%200-3.809-.316-5.208-.876a6.5%206.5%200%200%201-1.458-.79v1.666C1.333%2014.806%204.318%2016%208%2016s6.667-1.194%206.667-2.667z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M1.333%202.667C1.333%201.194%204.318%200%208%200s6.667%201.194%206.667%202.667V4c0%201.473-2.985%202.667-6.667%202.667S1.333%205.473%201.333%204z%22%2F%3E%3Cpath%20d%3D%22M1.333%206.334v3C1.333%2010.805%204.318%2012%208%2012s6.667-1.194%206.667-2.667V6.334a6.5%206.5%200%200%201-1.458.79C11.81%207.684%209.967%208%208%208s-3.809-.317-5.208-.876a6.5%206.5%200%200%201-1.458-.79z%22%2F%3E%3Cpath%20d%3D%22M14.667%2011.668a6.5%206.5%200%200%201-1.458.789c-1.4.56-3.242.876-5.21.876c-1.966%200-3.809-.316-5.208-.876a6.5%206.5%200%200%201-1.458-.79v1.666C1.333%2014.806%204.318%2016%208%2016s6.667-1.194%206.667-2.667z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/server.svg?color=%231a73e8&size=48