connection box icon

connection-box from IconPark by ByteDance · Color · Connect · Apache-2.0 Free for personal and commercial use.

Name
connection-box
Set
IconPark
Style
Color
Category
Connect
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More connect icons from IconPark

Use the connection box icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M43 4H5C4.44772 4 4 4.48842 4 5.09091V14.9091C4 15.5116 4.44772 16 5 16H43C43.5523 16 44 15.5116 44 14.9091V5.09091C44 4.48842 43.5523 4 43 4Z"/><path fill="#2F88FF" stroke="#000" d="M43 32H5C4.44772 32 4 32.4884 4 33.0909V42.9091C4 43.5116 4.44772 44 5 44H43C43.5523 44 44 43.5116 44 42.9091V33.0909C44 32.4884 43.5523 32 43 32Z"/><path stroke="#000" stroke-linecap="round" d="M14 16V24.0083L34 24.0172V32"/><path stroke="#fff" stroke-linecap="round" d="M18 38H30"/><path stroke="#fff" stroke-linecap="round" d="M18 10H30"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkConnectionBox(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M43 4H5C4.44772 4 4 4.48842 4 5.09091V14.9091C4 15.5116 4.44772 16 5 16H43C43.5523 16 44 15.5116 44 14.9091V5.09091C44 4.48842 43.5523 4 43 4Z"/><path fill="#2F88FF" stroke="#000" d="M43 32H5C4.44772 32 4 32.4884 4 33.0909V42.9091C4 43.5116 4.44772 44 5 44H43C43.5523 44 44 43.5116 44 42.9091V33.0909C44 32.4884 43.5523 32 43 32Z"/><path stroke="#000" strokeLinecap="round" d="M14 16V24.0083L34 24.0172V32"/><path stroke="#fff" strokeLinecap="round" d="M18 38H30"/><path stroke="#fff" strokeLinecap="round" d="M18 10H30"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M43 4H5C4.44772 4 4 4.48842 4 5.09091V14.9091C4 15.5116 4.44772 16 5 16H43C43.5523 16 44 15.5116 44 14.9091V5.09091C44 4.48842 43.5523 4 43 4Z"/><path fill="#2F88FF" stroke="#000" d="M43 32H5C4.44772 32 4 32.4884 4 33.0909V42.9091C4 43.5116 4.44772 44 5 44H43C43.5523 44 44 43.5116 44 42.9091V33.0909C44 32.4884 43.5523 32 43 32Z"/><path stroke="#000" stroke-linecap="round" d="M14 16V24.0083L34 24.0172V32"/><path stroke="#fff" stroke-linecap="round" d="M18 38H30"/><path stroke="#fff" stroke-linecap="round" d="M18 10H30"/></g></svg>
</template>

CSS

.icon-connection-box {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M43%204H5C4.44772%204%204%204.48842%204%205.09091V14.9091C4%2015.5116%204.44772%2016%205%2016H43C43.5523%2016%2044%2015.5116%2044%2014.9091V5.09091C44%204.48842%2043.5523%204%2043%204Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M43%2032H5C4.44772%2032%204%2032.4884%204%2033.0909V42.9091C4%2043.5116%204.44772%2044%205%2044H43C43.5523%2044%2044%2043.5116%2044%2042.9091V33.0909C44%2032.4884%2043.5523%2032%2043%2032Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M14%2016V24.0083L34%2024.0172V32%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M18%2038H30%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M18%2010H30%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M43%204H5C4.44772%204%204%204.48842%204%205.09091V14.9091C4%2015.5116%204.44772%2016%205%2016H43C43.5523%2016%2044%2015.5116%2044%2014.9091V5.09091C44%204.48842%2043.5523%204%2043%204Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M43%2032H5C4.44772%2032%204%2032.4884%204%2033.0909V42.9091C4%2043.5116%204.44772%2044%205%2044H43C43.5523%2044%2044%2043.5116%2044%2042.9091V33.0909C44%2032.4884%2043.5523%2032%2043%2032Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M14%2016V24.0083L34%2024.0172V32%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M18%2038H30%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M18%2010H30%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/connection-box.svg?color=%231a73e8&size=48