peer to peer 01 icon

peer-to-peer-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
peer-to-peer-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the peer to peer 01 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-linecap="round" stroke-width="1.5"><path d="M6 8h1c1.414 0 2.121 0 2.56-.44C10 7.122 10 6.415 10 5s0-2.121-.44-2.56C9.122 2 8.415 2 7 2H5c-1.414 0-2.121 0-2.56.44C2 2.878 2 3.585 2 5s0 2.121.44 2.56C2.878 8 3.585 8 5 8zm0 0v2.5m0 0h1.5m-1.5 0H4.5"/><path stroke-linejoin="round" d="M13 5c2.828 0 4.243 0 5.121.879C19 6.757 19 8.172 19 11l-2-1m-6 9c-2.828 0-4.243 0-5.121-.879C5 17.243 5 15.828 5 13l2 1"/><path d="M18 19.5h1c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56c-.439-.44-1.146-.44-2.56-.44h-2c-1.414 0-2.121 0-2.56.44c-.44.439-.44 1.146-.44 2.56s0 2.121.44 2.56c.439.44 1.146.44 2.56.44zm0 0V22m0 0h1.5M18 22h-1.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPeerToPeer01(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" strokeLinecap="round" strokeWidth="1.5"><path d="M6 8h1c1.414 0 2.121 0 2.56-.44C10 7.122 10 6.415 10 5s0-2.121-.44-2.56C9.122 2 8.415 2 7 2H5c-1.414 0-2.121 0-2.56.44C2 2.878 2 3.585 2 5s0 2.121.44 2.56C2.878 8 3.585 8 5 8zm0 0v2.5m0 0h1.5m-1.5 0H4.5"/><path strokeLinejoin="round" d="M13 5c2.828 0 4.243 0 5.121.879C19 6.757 19 8.172 19 11l-2-1m-6 9c-2.828 0-4.243 0-5.121-.879C5 17.243 5 15.828 5 13l2 1"/><path d="M18 19.5h1c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56c-.439-.44-1.146-.44-2.56-.44h-2c-1.414 0-2.121 0-2.56.44c-.44.439-.44 1.146-.44 2.56s0 2.121.44 2.56c.439.44 1.146.44 2.56.44zm0 0V22m0 0h1.5M18 22h-1.5"/></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-linecap="round" stroke-width="1.5"><path d="M6 8h1c1.414 0 2.121 0 2.56-.44C10 7.122 10 6.415 10 5s0-2.121-.44-2.56C9.122 2 8.415 2 7 2H5c-1.414 0-2.121 0-2.56.44C2 2.878 2 3.585 2 5s0 2.121.44 2.56C2.878 8 3.585 8 5 8zm0 0v2.5m0 0h1.5m-1.5 0H4.5"/><path stroke-linejoin="round" d="M13 5c2.828 0 4.243 0 5.121.879C19 6.757 19 8.172 19 11l-2-1m-6 9c-2.828 0-4.243 0-5.121-.879C5 17.243 5 15.828 5 13l2 1"/><path d="M18 19.5h1c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56c-.439-.44-1.146-.44-2.56-.44h-2c-1.414 0-2.121 0-2.56.44c-.44.439-.44 1.146-.44 2.56s0 2.121.44 2.56c.439.44 1.146.44 2.56.44zm0 0V22m0 0h1.5M18 22h-1.5"/></g></svg>
</template>

CSS

.icon-peer-to-peer-01 {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%208h1c1.414%200%202.121%200%202.56-.44C10%207.122%2010%206.415%2010%205s0-2.121-.44-2.56C9.122%202%208.415%202%207%202H5c-1.414%200-2.121%200-2.56.44C2%202.878%202%203.585%202%205s0%202.121.44%202.56C2.878%208%203.585%208%205%208zm0%200v2.5m0%200h1.5m-1.5%200H4.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13%205c2.828%200%204.243%200%205.121.879C19%206.757%2019%208.172%2019%2011l-2-1m-6%209c-2.828%200-4.243%200-5.121-.879C5%2017.243%205%2015.828%205%2013l2%201%22%2F%3E%3Cpath%20d%3D%22M18%2019.5h1c1.414%200%202.121%200%202.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56c-.439-.44-1.146-.44-2.56-.44h-2c-1.414%200-2.121%200-2.56.44c-.44.439-.44%201.146-.44%202.56s0%202.121.44%202.56c.439.44%201.146.44%202.56.44zm0%200V22m0%200h1.5M18%2022h-1.5%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%208h1c1.414%200%202.121%200%202.56-.44C10%207.122%2010%206.415%2010%205s0-2.121-.44-2.56C9.122%202%208.415%202%207%202H5c-1.414%200-2.121%200-2.56.44C2%202.878%202%203.585%202%205s0%202.121.44%202.56C2.878%208%203.585%208%205%208zm0%200v2.5m0%200h1.5m-1.5%200H4.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13%205c2.828%200%204.243%200%205.121.879C19%206.757%2019%208.172%2019%2011l-2-1m-6%209c-2.828%200-4.243%200-5.121-.879C5%2017.243%205%2015.828%205%2013l2%201%22%2F%3E%3Cpath%20d%3D%22M18%2019.5h1c1.414%200%202.121%200%202.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56c-.439-.44-1.146-.44-2.56-.44h-2c-1.414%200-2.121%200-2.56.44c-.44.439-.44%201.146-.44%202.56s0%202.121.44%202.56c.439.44%201.146.44%202.56.44zm0%200V22m0%200h1.5M18%2022h-1.5%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/peer-to-peer-01.svg?color=%231a73e8&size=48