connection point icon
connection-point from IconPark by ByteDance · Color · Connect · Apache-2.0 Free for personal and commercial use.
- Name
- connection-point
- 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 point icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M5 24L43 24"/><path fill="#2F88FF" d="M28 4H20C18.8954 4 18 4.89543 18 6V14C18 15.1046 18.8954 16 20 16H28C29.1046 16 30 15.1046 30 14V6C30 4.89543 29.1046 4 28 4Z"/><path fill="#2F88FF" d="M16 32H8C6.89543 32 6 32.8954 6 34V42C6 43.1046 6.89543 44 8 44H16C17.1046 44 18 43.1046 18 42V34C18 32.8954 17.1046 32 16 32Z"/><path fill="#2F88FF" d="M40 32H32C30.8954 32 30 32.8954 30 34V42C30 43.1046 30.8954 44 32 44H40C41.1046 44 42 43.1046 42 42V34C42 32.8954 41.1046 32 40 32Z"/><path stroke-linecap="round" d="M24 24V16"/><path stroke-linecap="round" d="M36 32V24"/><path stroke-linecap="round" d="M12 32V24"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkConnectionPoint(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" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path strokeLinecap="round" d="M5 24L43 24"/><path fill="#2F88FF" d="M28 4H20C18.8954 4 18 4.89543 18 6V14C18 15.1046 18.8954 16 20 16H28C29.1046 16 30 15.1046 30 14V6C30 4.89543 29.1046 4 28 4Z"/><path fill="#2F88FF" d="M16 32H8C6.89543 32 6 32.8954 6 34V42C6 43.1046 6.89543 44 8 44H16C17.1046 44 18 43.1046 18 42V34C18 32.8954 17.1046 32 16 32Z"/><path fill="#2F88FF" d="M40 32H32C30.8954 32 30 32.8954 30 34V42C30 43.1046 30.8954 44 32 44H40C41.1046 44 42 43.1046 42 42V34C42 32.8954 41.1046 32 40 32Z"/><path strokeLinecap="round" d="M24 24V16"/><path strokeLinecap="round" d="M36 32V24"/><path strokeLinecap="round" d="M12 32V24"/></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="#000" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M5 24L43 24"/><path fill="#2F88FF" d="M28 4H20C18.8954 4 18 4.89543 18 6V14C18 15.1046 18.8954 16 20 16H28C29.1046 16 30 15.1046 30 14V6C30 4.89543 29.1046 4 28 4Z"/><path fill="#2F88FF" d="M16 32H8C6.89543 32 6 32.8954 6 34V42C6 43.1046 6.89543 44 8 44H16C17.1046 44 18 43.1046 18 42V34C18 32.8954 17.1046 32 16 32Z"/><path fill="#2F88FF" d="M40 32H32C30.8954 32 30 32.8954 30 34V42C30 43.1046 30.8954 44 32 44H40C41.1046 44 42 43.1046 42 42V34C42 32.8954 41.1046 32 40 32Z"/><path stroke-linecap="round" d="M24 24V16"/><path stroke-linecap="round" d="M36 32V24"/><path stroke-linecap="round" d="M12 32V24"/></g></svg> </template>
CSS
.icon-connection-point {
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%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2024L43%2024%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M28%204H20C18.8954%204%2018%204.89543%2018%206V14C18%2015.1046%2018.8954%2016%2020%2016H28C29.1046%2016%2030%2015.1046%2030%2014V6C30%204.89543%2029.1046%204%2028%204Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M16%2032H8C6.89543%2032%206%2032.8954%206%2034V42C6%2043.1046%206.89543%2044%208%2044H16C17.1046%2044%2018%2043.1046%2018%2042V34C18%2032.8954%2017.1046%2032%2016%2032Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M40%2032H32C30.8954%2032%2030%2032.8954%2030%2034V42C30%2043.1046%2030.8954%2044%2032%2044H40C41.1046%2044%2042%2043.1046%2042%2042V34C42%2032.8954%2041.1046%2032%2040%2032Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2024V16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M36%2032V24%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2032V24%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%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2024L43%2024%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M28%204H20C18.8954%204%2018%204.89543%2018%206V14C18%2015.1046%2018.8954%2016%2020%2016H28C29.1046%2016%2030%2015.1046%2030%2014V6C30%204.89543%2029.1046%204%2028%204Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M16%2032H8C6.89543%2032%206%2032.8954%206%2034V42C6%2043.1046%206.89543%2044%208%2044H16C17.1046%2044%2018%2043.1046%2018%2042V34C18%2032.8954%2017.1046%2032%2016%2032Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M40%2032H32C30.8954%2032%2030%2032.8954%2030%2034V42C30%2043.1046%2030.8954%2044%2032%2044H40C41.1046%2044%2042%2043.1046%2042%2042V34C42%2032.8954%2041.1046%2032%2040%2032Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2024V16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M36%2032V24%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2032V24%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-point.svg?color=%231a73e8&size=48