server proxy icon
server-proxy from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- server-proxy
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the server proxy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 30h20a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2m0-8h20v6H6Z"/><circle cx="9" cy="25" r="1" fill="currentColor"/><path fill="currentColor" d="m26 2l-1.41 1.41L27.17 6h-4.855A6.984 6.984 0 0 0 9.08 10H4.83l2.58-2.59L6 6l-5 5l5 5l1.41-1.41L4.83 12h4.855A6.984 6.984 0 0 0 22.92 8h4.25l-2.58 2.59L26 12l5-5Zm-5 7a4.983 4.983 0 0 1-8.974 3H16v-2h-4.899a4.985 4.985 0 0 1 8.874-4H16v2h4.899A5 5 0 0 1 21 9"/></svg>
React
import type { SVGProps } from "react";
export function CarbonServerProxy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 30h20a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2m0-8h20v6H6Z"/><circle cx="9" cy="25" r="1" fill="currentColor"/><path fill="currentColor" d="m26 2l-1.41 1.41L27.17 6h-4.855A6.984 6.984 0 0 0 9.08 10H4.83l2.58-2.59L6 6l-5 5l5 5l1.41-1.41L4.83 12h4.855A6.984 6.984 0 0 0 22.92 8h4.25l-2.58 2.59L26 12l5-5Zm-5 7a4.983 4.983 0 0 1-8.974 3H16v-2h-4.899a4.985 4.985 0 0 1 8.874-4H16v2h4.899A5 5 0 0 1 21 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 30h20a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2m0-8h20v6H6Z"/><circle cx="9" cy="25" r="1" fill="currentColor"/><path fill="currentColor" d="m26 2l-1.41 1.41L27.17 6h-4.855A6.984 6.984 0 0 0 9.08 10H4.83l2.58-2.59L6 6l-5 5l5 5l1.41-1.41L4.83 12h4.855A6.984 6.984 0 0 0 22.92 8h4.25l-2.58 2.59L26 12l5-5Zm-5 7a4.983 4.983 0 0 1-8.974 3H16v-2h-4.899a4.985 4.985 0 0 1 8.874-4H16v2h4.899A5 5 0 0 1 21 9"/></svg> </template>
CSS
.icon-server-proxy {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2030h20a2%202%200%200%200%202-2v-6a2%202%200%200%200-2-2H6a2%202%200%200%200-2%202v6a2%202%200%200%200%202%202m0-8h20v6H6Z%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2225%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m26%202l-1.41%201.41L27.17%206h-4.855A6.984%206.984%200%200%200%209.08%2010H4.83l2.58-2.59L6%206l-5%205l5%205l1.41-1.41L4.83%2012h4.855A6.984%206.984%200%200%200%2022.92%208h4.25l-2.58%202.59L26%2012l5-5Zm-5%207a4.983%204.983%200%200%201-8.974%203H16v-2h-4.899a4.985%204.985%200%200%201%208.874-4H16v2h4.899A5%205%200%200%201%2021%209%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2030h20a2%202%200%200%200%202-2v-6a2%202%200%200%200-2-2H6a2%202%200%200%200-2%202v6a2%202%200%200%200%202%202m0-8h20v6H6Z%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2225%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m26%202l-1.41%201.41L27.17%206h-4.855A6.984%206.984%200%200%200%209.08%2010H4.83l2.58-2.59L6%206l-5%205l5%205l1.41-1.41L4.83%2012h4.855A6.984%206.984%200%200%200%2022.92%208h4.25l-2.58%202.59L26%2012l5-5Zm-5%207a4.983%204.983%200%200%201-8.974%203H16v-2h-4.899a4.985%204.985%200%200%201%208.874-4H16v2h4.899A5%205%200%200%201%2021%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/server-proxy.svg?color=%231a73e8&size=48