server4 icon
server4-filled from Reicon by REICON · Filled · IT · MIT Free for personal and commercial use.
- Name
- server4-filled
- Set
- Reicon
- Style
- Filled
- Category
- IT
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More it icons from Reicon
Use the server4 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.569 1.25h12.862c.604 0 1.102 0 1.508.033c.421.035.809.109 1.173.294a3 3 0 0 1 1.311 1.311c.186.364.26.752.294 1.173c.033.406.033.904.033 1.508v1.362c0 .604 0 1.102-.033 1.508c-.035.421-.108.809-.294 1.173a3 3 0 0 1-1.311 1.311c-.364.185-.752.26-1.173.294c-.406.033-.904.033-1.508.033H5.569c-.604 0-1.102 0-1.508-.033c-.421-.035-.809-.109-1.173-.294a3 3 0 0 1-1.311-1.311c-.185-.364-.26-.752-.294-1.173c-.033-.406-.033-.904-.033-1.508V5.569c0-.604 0-1.102.033-1.508c.035-.421.109-.809.294-1.173a3 3 0 0 1 1.311-1.311c.364-.185.752-.26 1.173-.294c.406-.033.904-.033 1.508-.033m7.931 5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m3 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0m-10.931 6.5h12.862c.604 0 1.102 0 1.508.033c.421.035.809.109 1.173.294a3 3 0 0 1 1.311 1.311c.186.364.26.752.294 1.173c.033.406.033.904.033 1.508v1.362c0 .604 0 1.102-.033 1.508c-.035.421-.108.809-.294 1.173a3 3 0 0 1-1.311 1.311c-.364.186-.752.26-1.173.294c-.406.033-.904.033-1.508.033H5.569c-.604 0-1.102 0-1.508-.033c-.421-.035-.809-.108-1.173-.294a3 3 0 0 1-1.311-1.311c-.185-.364-.26-.752-.294-1.173c-.033-.406-.033-.904-.033-1.508v-1.362c0-.604 0-1.102.033-1.508c.035-.421.109-.809.294-1.173a3 3 0 0 1 1.311-1.311c.364-.185.752-.26 1.173-.294c.406-.033.904-.033 1.508-.033m7.931 5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m3 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconServer4Filled(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" fillRule="evenodd" d="M5.569 1.25h12.862c.604 0 1.102 0 1.508.033c.421.035.809.109 1.173.294a3 3 0 0 1 1.311 1.311c.186.364.26.752.294 1.173c.033.406.033.904.033 1.508v1.362c0 .604 0 1.102-.033 1.508c-.035.421-.108.809-.294 1.173a3 3 0 0 1-1.311 1.311c-.364.185-.752.26-1.173.294c-.406.033-.904.033-1.508.033H5.569c-.604 0-1.102 0-1.508-.033c-.421-.035-.809-.109-1.173-.294a3 3 0 0 1-1.311-1.311c-.185-.364-.26-.752-.294-1.173c-.033-.406-.033-.904-.033-1.508V5.569c0-.604 0-1.102.033-1.508c.035-.421.109-.809.294-1.173a3 3 0 0 1 1.311-1.311c.364-.185.752-.26 1.173-.294c.406-.033.904-.033 1.508-.033m7.931 5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m3 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0m-10.931 6.5h12.862c.604 0 1.102 0 1.508.033c.421.035.809.109 1.173.294a3 3 0 0 1 1.311 1.311c.186.364.26.752.294 1.173c.033.406.033.904.033 1.508v1.362c0 .604 0 1.102-.033 1.508c-.035.421-.108.809-.294 1.173a3 3 0 0 1-1.311 1.311c-.364.186-.752.26-1.173.294c-.406.033-.904.033-1.508.033H5.569c-.604 0-1.102 0-1.508-.033c-.421-.035-.809-.108-1.173-.294a3 3 0 0 1-1.311-1.311c-.185-.364-.26-.752-.294-1.173c-.033-.406-.033-.904-.033-1.508v-1.362c0-.604 0-1.102.033-1.508c.035-.421.109-.809.294-1.173a3 3 0 0 1 1.311-1.311c.364-.185.752-.26 1.173-.294c.406-.033.904-.033 1.508-.033m7.931 5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m3 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.569 1.25h12.862c.604 0 1.102 0 1.508.033c.421.035.809.109 1.173.294a3 3 0 0 1 1.311 1.311c.186.364.26.752.294 1.173c.033.406.033.904.033 1.508v1.362c0 .604 0 1.102-.033 1.508c-.035.421-.108.809-.294 1.173a3 3 0 0 1-1.311 1.311c-.364.185-.752.26-1.173.294c-.406.033-.904.033-1.508.033H5.569c-.604 0-1.102 0-1.508-.033c-.421-.035-.809-.109-1.173-.294a3 3 0 0 1-1.311-1.311c-.185-.364-.26-.752-.294-1.173c-.033-.406-.033-.904-.033-1.508V5.569c0-.604 0-1.102.033-1.508c.035-.421.109-.809.294-1.173a3 3 0 0 1 1.311-1.311c.364-.185.752-.26 1.173-.294c.406-.033.904-.033 1.508-.033m7.931 5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m3 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0m-10.931 6.5h12.862c.604 0 1.102 0 1.508.033c.421.035.809.109 1.173.294a3 3 0 0 1 1.311 1.311c.186.364.26.752.294 1.173c.033.406.033.904.033 1.508v1.362c0 .604 0 1.102-.033 1.508c-.035.421-.108.809-.294 1.173a3 3 0 0 1-1.311 1.311c-.364.186-.752.26-1.173.294c-.406.033-.904.033-1.508.033H5.569c-.604 0-1.102 0-1.508-.033c-.421-.035-.809-.108-1.173-.294a3 3 0 0 1-1.311-1.311c-.185-.364-.26-.752-.294-1.173c-.033-.406-.033-.904-.033-1.508v-1.362c0-.604 0-1.102.033-1.508c.035-.421.109-.809.294-1.173a3 3 0 0 1 1.311-1.311c.364-.185.752-.26 1.173-.294c.406-.033.904-.033 1.508-.033m7.931 5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m3 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-server4-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.569%201.25h12.862c.604%200%201.102%200%201.508.033c.421.035.809.109%201.173.294a3%203%200%200%201%201.311%201.311c.186.364.26.752.294%201.173c.033.406.033.904.033%201.508v1.362c0%20.604%200%201.102-.033%201.508c-.035.421-.108.809-.294%201.173a3%203%200%200%201-1.311%201.311c-.364.185-.752.26-1.173.294c-.406.033-.904.033-1.508.033H5.569c-.604%200-1.102%200-1.508-.033c-.421-.035-.809-.109-1.173-.294a3%203%200%200%201-1.311-1.311c-.185-.364-.26-.752-.294-1.173c-.033-.406-.033-.904-.033-1.508V5.569c0-.604%200-1.102.033-1.508c.035-.421.109-.809.294-1.173a3%203%200%200%201%201.311-1.311c.364-.185.752-.26%201.173-.294c.406-.033.904-.033%201.508-.033m7.931%205a1%201%200%201%201%202%200a1%201%200%200%201-2%200m3%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200m-10.931%206.5h12.862c.604%200%201.102%200%201.508.033c.421.035.809.109%201.173.294a3%203%200%200%201%201.311%201.311c.186.364.26.752.294%201.173c.033.406.033.904.033%201.508v1.362c0%20.604%200%201.102-.033%201.508c-.035.421-.108.809-.294%201.173a3%203%200%200%201-1.311%201.311c-.364.186-.752.26-1.173.294c-.406.033-.904.033-1.508.033H5.569c-.604%200-1.102%200-1.508-.033c-.421-.035-.809-.108-1.173-.294a3%203%200%200%201-1.311-1.311c-.185-.364-.26-.752-.294-1.173c-.033-.406-.033-.904-.033-1.508v-1.362c0-.604%200-1.102.033-1.508c.035-.421.109-.809.294-1.173a3%203%200%200%201%201.311-1.311c.364-.185.752-.26%201.173-.294c.406-.033.904-.033%201.508-.033m7.931%205a1%201%200%201%201%202%200a1%201%200%200%201-2%200m3%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.569%201.25h12.862c.604%200%201.102%200%201.508.033c.421.035.809.109%201.173.294a3%203%200%200%201%201.311%201.311c.186.364.26.752.294%201.173c.033.406.033.904.033%201.508v1.362c0%20.604%200%201.102-.033%201.508c-.035.421-.108.809-.294%201.173a3%203%200%200%201-1.311%201.311c-.364.185-.752.26-1.173.294c-.406.033-.904.033-1.508.033H5.569c-.604%200-1.102%200-1.508-.033c-.421-.035-.809-.109-1.173-.294a3%203%200%200%201-1.311-1.311c-.185-.364-.26-.752-.294-1.173c-.033-.406-.033-.904-.033-1.508V5.569c0-.604%200-1.102.033-1.508c.035-.421.109-.809.294-1.173a3%203%200%200%201%201.311-1.311c.364-.185.752-.26%201.173-.294c.406-.033.904-.033%201.508-.033m7.931%205a1%201%200%201%201%202%200a1%201%200%200%201-2%200m3%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200m-10.931%206.5h12.862c.604%200%201.102%200%201.508.033c.421.035.809.109%201.173.294a3%203%200%200%201%201.311%201.311c.186.364.26.752.294%201.173c.033.406.033.904.033%201.508v1.362c0%20.604%200%201.102-.033%201.508c-.035.421-.108.809-.294%201.173a3%203%200%200%201-1.311%201.311c-.364.186-.752.26-1.173.294c-.406.033-.904.033-1.508.033H5.569c-.604%200-1.102%200-1.508-.033c-.421-.035-.809-.108-1.173-.294a3%203%200%200%201-1.311-1.311c-.185-.364-.26-.752-.294-1.173c-.033-.406-.033-.904-.033-1.508v-1.362c0-.604%200-1.102.033-1.508c.035-.421.109-.809.294-1.173a3%203%200%200%201%201.311-1.311c.364-.185.752-.26%201.173-.294c.406-.033.904-.033%201.508-.033m7.931%205a1%201%200%201%201%202%200a1%201%200%200%201-2%200m3%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/server4-filled.svg?color=%231a73e8&size=48