server path icon
server-path from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- server-path
- Set
- Reicon
- Style
- Outline
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More devices icons from Reicon
Use the server path icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M1.25 5A3.75 3.75 0 0 1 5 1.25h14A3.75 3.75 0 0 1 21.25 8A3.75 3.75 0 0 1 19 14.75h-6.25v1.604c.916.259 1.637.98 1.896 1.896H22a.75.75 0 0 1 0 1.5h-7.353a2.751 2.751 0 0 1-5.293 0H2a.75.75 0 0 1 0-1.5h7.354a2.76 2.76 0 0 1 1.896-1.896V14.75H5A3.75 3.75 0 0 1 2.75 8a3.74 3.74 0 0 1-1.5-3M5 7.25a2.25 2.25 0 0 1 0-4.5h14a2.25 2.25 0 0 1 0 4.5zm14 1.5H5a2.25 2.25 0 0 0 0 4.5h14a2.25 2.25 0 0 0 0-4.5M12.25 5a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75m0 6a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75M12 17.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5" clip-rule="evenodd"/><path d="M7 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 6a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconServerPath(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M1.25 5A3.75 3.75 0 0 1 5 1.25h14A3.75 3.75 0 0 1 21.25 8A3.75 3.75 0 0 1 19 14.75h-6.25v1.604c.916.259 1.637.98 1.896 1.896H22a.75.75 0 0 1 0 1.5h-7.353a2.751 2.751 0 0 1-5.293 0H2a.75.75 0 0 1 0-1.5h7.354a2.76 2.76 0 0 1 1.896-1.896V14.75H5A3.75 3.75 0 0 1 2.75 8a3.74 3.74 0 0 1-1.5-3M5 7.25a2.25 2.25 0 0 1 0-4.5h14a2.25 2.25 0 0 1 0 4.5zm14 1.5H5a2.25 2.25 0 0 0 0 4.5h14a2.25 2.25 0 0 0 0-4.5M12.25 5a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75m0 6a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75M12 17.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5" clipRule="evenodd"/><path d="M7 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 6a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M1.25 5A3.75 3.75 0 0 1 5 1.25h14A3.75 3.75 0 0 1 21.25 8A3.75 3.75 0 0 1 19 14.75h-6.25v1.604c.916.259 1.637.98 1.896 1.896H22a.75.75 0 0 1 0 1.5h-7.353a2.751 2.751 0 0 1-5.293 0H2a.75.75 0 0 1 0-1.5h7.354a2.76 2.76 0 0 1 1.896-1.896V14.75H5A3.75 3.75 0 0 1 2.75 8a3.74 3.74 0 0 1-1.5-3M5 7.25a2.25 2.25 0 0 1 0-4.5h14a2.25 2.25 0 0 1 0 4.5zm14 1.5H5a2.25 2.25 0 0 0 0 4.5h14a2.25 2.25 0 0 0 0-4.5M12.25 5a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75m0 6a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75M12 17.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5" clip-rule="evenodd"/><path d="M7 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 6a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg> </template>
CSS
.icon-server-path {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%205A3.75%203.75%200%200%201%205%201.25h14A3.75%203.75%200%200%201%2021.25%208A3.75%203.75%200%200%201%2019%2014.75h-6.25v1.604c.916.259%201.637.98%201.896%201.896H22a.75.75%200%200%201%200%201.5h-7.353a2.751%202.751%200%200%201-5.293%200H2a.75.75%200%200%201%200-1.5h7.354a2.76%202.76%200%200%201%201.896-1.896V14.75H5A3.75%203.75%200%200%201%202.75%208a3.74%203.74%200%200%201-1.5-3M5%207.25a2.25%202.25%200%200%201%200-4.5h14a2.25%202.25%200%200%201%200%204.5zm14%201.5H5a2.25%202.25%200%200%200%200%204.5h14a2.25%202.25%200%200%200%200-4.5M12.25%205a.75.75%200%200%201%20.75-.75h6a.75.75%200%200%201%200%201.5h-6a.75.75%200%200%201-.75-.75m0%206a.75.75%200%200%201%20.75-.75h6a.75.75%200%200%201%200%201.5h-6a.75.75%200%200%201-.75-.75M12%2017.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7%205a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0%206a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%205A3.75%203.75%200%200%201%205%201.25h14A3.75%203.75%200%200%201%2021.25%208A3.75%203.75%200%200%201%2019%2014.75h-6.25v1.604c.916.259%201.637.98%201.896%201.896H22a.75.75%200%200%201%200%201.5h-7.353a2.751%202.751%200%200%201-5.293%200H2a.75.75%200%200%201%200-1.5h7.354a2.76%202.76%200%200%201%201.896-1.896V14.75H5A3.75%203.75%200%200%201%202.75%208a3.74%203.74%200%200%201-1.5-3M5%207.25a2.25%202.25%200%200%201%200-4.5h14a2.25%202.25%200%200%201%200%204.5zm14%201.5H5a2.25%202.25%200%200%200%200%204.5h14a2.25%202.25%200%200%200%200-4.5M12.25%205a.75.75%200%200%201%20.75-.75h6a.75.75%200%200%201%200%201.5h-6a.75.75%200%200%201-.75-.75m0%206a.75.75%200%200%201%20.75-.75h6a.75.75%200%200%201%200%201.5h-6a.75.75%200%200%201-.75-.75M12%2017.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7%205a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0%206a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/server-path.svg?color=%231a73e8&size=48