four round point connection icon

four-round-point-connection from IconPark by ByteDance · Color · Abstract · Apache-2.0 Free for personal and commercial use.

Name
four-round-point-connection
Set
IconPark
Style
Color
Category
Abstract
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More abstract icons from IconPark

Use the four round point connection 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-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M10 16C13.3137 16 16 13.3137 16 10C16 6.68629 13.3137 4 10 4C6.68629 4 4 6.68629 4 10C4 13.3137 6.68629 16 10 16Z"/><path d="M6.28339 14.7109C5.42081 16.3526 4.77973 18.1289 4.3999 20.0001"/><path d="M14.7109 6.28339C16.3527 5.4208 18.129 4.77973 20.0002 4.3999"/><path fill="#2F88FF" d="M38 16C41.3137 16 44 13.3137 44 10C44 6.68629 41.3137 4 38 4C34.6863 4 32 6.68629 32 10C32 13.3137 34.6863 16 38 16Z"/><path d="M33.2893 6.28339C31.6475 5.4208 29.8712 4.77973 28 4.3999"/><path d="M41.7163 14.7109C42.5789 16.3526 43.22 18.1289 43.5998 20.0001"/><path fill="#2F88FF" d="M38 44C41.3137 44 44 41.3137 44 38C44 34.6863 41.3137 32 38 32C34.6863 32 32 34.6863 32 38C32 41.3137 34.6863 44 38 44Z"/><path d="M41.7163 33.2893C42.5789 31.6475 43.22 29.8712 43.5998 28"/><path d="M33.2893 41.7163C31.6475 42.5789 29.8712 43.22 28 43.5998"/><path fill="#2F88FF" d="M10 44C13.3137 44 16 41.3137 16 38C16 34.6863 13.3137 32 10 32C6.68629 32 4 34.6863 4 38C4 41.3137 6.68629 44 10 44Z"/><path d="M14.7109 41.7163C16.3527 42.5789 18.129 43.22 20.0002 43.5998"/><path d="M6.28339 33.2893C5.42081 31.6475 4.77973 29.8712 4.3999 28"/><path d="M24 30V18M18 24H30H18Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkFourRoundPointConnection(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M10 16C13.3137 16 16 13.3137 16 10C16 6.68629 13.3137 4 10 4C6.68629 4 4 6.68629 4 10C4 13.3137 6.68629 16 10 16Z"/><path d="M6.28339 14.7109C5.42081 16.3526 4.77973 18.1289 4.3999 20.0001"/><path d="M14.7109 6.28339C16.3527 5.4208 18.129 4.77973 20.0002 4.3999"/><path fill="#2F88FF" d="M38 16C41.3137 16 44 13.3137 44 10C44 6.68629 41.3137 4 38 4C34.6863 4 32 6.68629 32 10C32 13.3137 34.6863 16 38 16Z"/><path d="M33.2893 6.28339C31.6475 5.4208 29.8712 4.77973 28 4.3999"/><path d="M41.7163 14.7109C42.5789 16.3526 43.22 18.1289 43.5998 20.0001"/><path fill="#2F88FF" d="M38 44C41.3137 44 44 41.3137 44 38C44 34.6863 41.3137 32 38 32C34.6863 32 32 34.6863 32 38C32 41.3137 34.6863 44 38 44Z"/><path d="M41.7163 33.2893C42.5789 31.6475 43.22 29.8712 43.5998 28"/><path d="M33.2893 41.7163C31.6475 42.5789 29.8712 43.22 28 43.5998"/><path fill="#2F88FF" d="M10 44C13.3137 44 16 41.3137 16 38C16 34.6863 13.3137 32 10 32C6.68629 32 4 34.6863 4 38C4 41.3137 6.68629 44 10 44Z"/><path d="M14.7109 41.7163C16.3527 42.5789 18.129 43.22 20.0002 43.5998"/><path d="M6.28339 33.2893C5.42081 31.6475 4.77973 29.8712 4.3999 28"/><path d="M24 30V18M18 24H30H18Z"/></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-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M10 16C13.3137 16 16 13.3137 16 10C16 6.68629 13.3137 4 10 4C6.68629 4 4 6.68629 4 10C4 13.3137 6.68629 16 10 16Z"/><path d="M6.28339 14.7109C5.42081 16.3526 4.77973 18.1289 4.3999 20.0001"/><path d="M14.7109 6.28339C16.3527 5.4208 18.129 4.77973 20.0002 4.3999"/><path fill="#2F88FF" d="M38 16C41.3137 16 44 13.3137 44 10C44 6.68629 41.3137 4 38 4C34.6863 4 32 6.68629 32 10C32 13.3137 34.6863 16 38 16Z"/><path d="M33.2893 6.28339C31.6475 5.4208 29.8712 4.77973 28 4.3999"/><path d="M41.7163 14.7109C42.5789 16.3526 43.22 18.1289 43.5998 20.0001"/><path fill="#2F88FF" d="M38 44C41.3137 44 44 41.3137 44 38C44 34.6863 41.3137 32 38 32C34.6863 32 32 34.6863 32 38C32 41.3137 34.6863 44 38 44Z"/><path d="M41.7163 33.2893C42.5789 31.6475 43.22 29.8712 43.5998 28"/><path d="M33.2893 41.7163C31.6475 42.5789 29.8712 43.22 28 43.5998"/><path fill="#2F88FF" d="M10 44C13.3137 44 16 41.3137 16 38C16 34.6863 13.3137 32 10 32C6.68629 32 4 34.6863 4 38C4 41.3137 6.68629 44 10 44Z"/><path d="M14.7109 41.7163C16.3527 42.5789 18.129 43.22 20.0002 43.5998"/><path d="M6.28339 33.2893C5.42081 31.6475 4.77973 29.8712 4.3999 28"/><path d="M24 30V18M18 24H30H18Z"/></g></svg>
</template>

CSS

.icon-four-round-point-connection {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M10%2016C13.3137%2016%2016%2013.3137%2016%2010C16%206.68629%2013.3137%204%2010%204C6.68629%204%204%206.68629%204%2010C4%2013.3137%206.68629%2016%2010%2016Z%22%2F%3E%3Cpath%20d%3D%22M6.28339%2014.7109C5.42081%2016.3526%204.77973%2018.1289%204.3999%2020.0001%22%2F%3E%3Cpath%20d%3D%22M14.7109%206.28339C16.3527%205.4208%2018.129%204.77973%2020.0002%204.3999%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M38%2016C41.3137%2016%2044%2013.3137%2044%2010C44%206.68629%2041.3137%204%2038%204C34.6863%204%2032%206.68629%2032%2010C32%2013.3137%2034.6863%2016%2038%2016Z%22%2F%3E%3Cpath%20d%3D%22M33.2893%206.28339C31.6475%205.4208%2029.8712%204.77973%2028%204.3999%22%2F%3E%3Cpath%20d%3D%22M41.7163%2014.7109C42.5789%2016.3526%2043.22%2018.1289%2043.5998%2020.0001%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M38%2044C41.3137%2044%2044%2041.3137%2044%2038C44%2034.6863%2041.3137%2032%2038%2032C34.6863%2032%2032%2034.6863%2032%2038C32%2041.3137%2034.6863%2044%2038%2044Z%22%2F%3E%3Cpath%20d%3D%22M41.7163%2033.2893C42.5789%2031.6475%2043.22%2029.8712%2043.5998%2028%22%2F%3E%3Cpath%20d%3D%22M33.2893%2041.7163C31.6475%2042.5789%2029.8712%2043.22%2028%2043.5998%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M10%2044C13.3137%2044%2016%2041.3137%2016%2038C16%2034.6863%2013.3137%2032%2010%2032C6.68629%2032%204%2034.6863%204%2038C4%2041.3137%206.68629%2044%2010%2044Z%22%2F%3E%3Cpath%20d%3D%22M14.7109%2041.7163C16.3527%2042.5789%2018.129%2043.22%2020.0002%2043.5998%22%2F%3E%3Cpath%20d%3D%22M6.28339%2033.2893C5.42081%2031.6475%204.77973%2029.8712%204.3999%2028%22%2F%3E%3Cpath%20d%3D%22M24%2030V18M18%2024H30H18Z%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M10%2016C13.3137%2016%2016%2013.3137%2016%2010C16%206.68629%2013.3137%204%2010%204C6.68629%204%204%206.68629%204%2010C4%2013.3137%206.68629%2016%2010%2016Z%22%2F%3E%3Cpath%20d%3D%22M6.28339%2014.7109C5.42081%2016.3526%204.77973%2018.1289%204.3999%2020.0001%22%2F%3E%3Cpath%20d%3D%22M14.7109%206.28339C16.3527%205.4208%2018.129%204.77973%2020.0002%204.3999%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M38%2016C41.3137%2016%2044%2013.3137%2044%2010C44%206.68629%2041.3137%204%2038%204C34.6863%204%2032%206.68629%2032%2010C32%2013.3137%2034.6863%2016%2038%2016Z%22%2F%3E%3Cpath%20d%3D%22M33.2893%206.28339C31.6475%205.4208%2029.8712%204.77973%2028%204.3999%22%2F%3E%3Cpath%20d%3D%22M41.7163%2014.7109C42.5789%2016.3526%2043.22%2018.1289%2043.5998%2020.0001%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M38%2044C41.3137%2044%2044%2041.3137%2044%2038C44%2034.6863%2041.3137%2032%2038%2032C34.6863%2032%2032%2034.6863%2032%2038C32%2041.3137%2034.6863%2044%2038%2044Z%22%2F%3E%3Cpath%20d%3D%22M41.7163%2033.2893C42.5789%2031.6475%2043.22%2029.8712%2043.5998%2028%22%2F%3E%3Cpath%20d%3D%22M33.2893%2041.7163C31.6475%2042.5789%2029.8712%2043.22%2028%2043.5998%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M10%2044C13.3137%2044%2016%2041.3137%2016%2038C16%2034.6863%2013.3137%2032%2010%2032C6.68629%2032%204%2034.6863%204%2038C4%2041.3137%206.68629%2044%2010%2044Z%22%2F%3E%3Cpath%20d%3D%22M14.7109%2041.7163C16.3527%2042.5789%2018.129%2043.22%2020.0002%2043.5998%22%2F%3E%3Cpath%20d%3D%22M6.28339%2033.2893C5.42081%2031.6475%204.77973%2029.8712%204.3999%2028%22%2F%3E%3Cpath%20d%3D%22M24%2030V18M18%2024H30H18Z%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/four-round-point-connection.svg?color=%231a73e8&size=48