flow connection icon

flow-connection from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
flow-connection
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the flow connection icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M2.5 5.5c0-1.65 0-2.475.513-2.987C3.525 2 4.35 2 6 2s2.475 0 2.987.513C9.5 3.025 9.5 3.85 9.5 5.5s0 2.475-.513 2.987C8.475 9 7.65 9 6 9s-2.475 0-2.987-.513C2.5 7.975 2.5 7.15 2.5 5.5Zm1.157 10.157C4.76 14.552 5.314 14 6 14s1.239.552 2.343 1.657C9.448 16.76 10 17.314 10 18s-.552 1.239-1.657 2.343C7.24 21.448 6.686 22 6 22s-1.239-.552-2.343-1.657C2.552 19.24 2 18.686 2 18s.552-1.239 1.657-2.343Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 9v5m4 4h5"/><path d="M15 18c0-1.65 0-2.475.513-2.987c.512-.513 1.337-.513 2.987-.513s2.475 0 2.987.513C22 15.525 22 16.35 22 18s0 2.475-.513 2.987c-.512.513-1.337.513-2.987.513s-2.475 0-2.987-.513C15 20.475 15 19.65 15 18Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFlowConnection(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M2.5 5.5c0-1.65 0-2.475.513-2.987C3.525 2 4.35 2 6 2s2.475 0 2.987.513C9.5 3.025 9.5 3.85 9.5 5.5s0 2.475-.513 2.987C8.475 9 7.65 9 6 9s-2.475 0-2.987-.513C2.5 7.975 2.5 7.15 2.5 5.5Zm1.157 10.157C4.76 14.552 5.314 14 6 14s1.239.552 2.343 1.657C9.448 16.76 10 17.314 10 18s-.552 1.239-1.657 2.343C7.24 21.448 6.686 22 6 22s-1.239-.552-2.343-1.657C2.552 19.24 2 18.686 2 18s.552-1.239 1.657-2.343Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M6 9v5m4 4h5"/><path d="M15 18c0-1.65 0-2.475.513-2.987c.512-.513 1.337-.513 2.987-.513s2.475 0 2.987.513C22 15.525 22 16.35 22 18s0 2.475-.513 2.987c-.512.513-1.337.513-2.987.513s-2.475 0-2.987-.513C15 20.475 15 19.65 15 18Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M2.5 5.5c0-1.65 0-2.475.513-2.987C3.525 2 4.35 2 6 2s2.475 0 2.987.513C9.5 3.025 9.5 3.85 9.5 5.5s0 2.475-.513 2.987C8.475 9 7.65 9 6 9s-2.475 0-2.987-.513C2.5 7.975 2.5 7.15 2.5 5.5Zm1.157 10.157C4.76 14.552 5.314 14 6 14s1.239.552 2.343 1.657C9.448 16.76 10 17.314 10 18s-.552 1.239-1.657 2.343C7.24 21.448 6.686 22 6 22s-1.239-.552-2.343-1.657C2.552 19.24 2 18.686 2 18s.552-1.239 1.657-2.343Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 9v5m4 4h5"/><path d="M15 18c0-1.65 0-2.475.513-2.987c.512-.513 1.337-.513 2.987-.513s2.475 0 2.987.513C22 15.525 22 16.35 22 18s0 2.475-.513 2.987c-.512.513-1.337.513-2.987.513s-2.475 0-2.987-.513C15 20.475 15 19.65 15 18Z"/></g></svg>
</template>

CSS

.icon-flow-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.5%205.5c0-1.65%200-2.475.513-2.987C3.525%202%204.35%202%206%202s2.475%200%202.987.513C9.5%203.025%209.5%203.85%209.5%205.5s0%202.475-.513%202.987C8.475%209%207.65%209%206%209s-2.475%200-2.987-.513C2.5%207.975%202.5%207.15%202.5%205.5Zm1.157%2010.157C4.76%2014.552%205.314%2014%206%2014s1.239.552%202.343%201.657C9.448%2016.76%2010%2017.314%2010%2018s-.552%201.239-1.657%202.343C7.24%2021.448%206.686%2022%206%2022s-1.239-.552-2.343-1.657C2.552%2019.24%202%2018.686%202%2018s.552-1.239%201.657-2.343Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%209v5m4%204h5%22%2F%3E%3Cpath%20d%3D%22M15%2018c0-1.65%200-2.475.513-2.987c.512-.513%201.337-.513%202.987-.513s2.475%200%202.987.513C22%2015.525%2022%2016.35%2022%2018s0%202.475-.513%202.987c-.512.513-1.337.513-2.987.513s-2.475%200-2.987-.513C15%2020.475%2015%2019.65%2015%2018Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.5%205.5c0-1.65%200-2.475.513-2.987C3.525%202%204.35%202%206%202s2.475%200%202.987.513C9.5%203.025%209.5%203.85%209.5%205.5s0%202.475-.513%202.987C8.475%209%207.65%209%206%209s-2.475%200-2.987-.513C2.5%207.975%202.5%207.15%202.5%205.5Zm1.157%2010.157C4.76%2014.552%205.314%2014%206%2014s1.239.552%202.343%201.657C9.448%2016.76%2010%2017.314%2010%2018s-.552%201.239-1.657%202.343C7.24%2021.448%206.686%2022%206%2022s-1.239-.552-2.343-1.657C2.552%2019.24%202%2018.686%202%2018s.552-1.239%201.657-2.343Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%209v5m4%204h5%22%2F%3E%3Cpath%20d%3D%22M15%2018c0-1.65%200-2.475.513-2.987c.512-.513%201.337-.513%202.987-.513s2.475%200%202.987.513C22%2015.525%2022%2016.35%2022%2018s0%202.475-.513%202.987c-.512.513-1.337.513-2.987.513s-2.475%200-2.987-.513C15%2020.475%2015%2019.65%2015%2018Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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