peer to peer 03 icon

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

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

Related icons in Huge Icons

Use the peer to peer 03 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 stroke-linejoin="round" d="M5.517 3a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m13 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/><path d="M10.017 6h.5m3 0h.5"/><path stroke-linejoin="round" d="M20.517 14v3c0 .465 0 .697-.039.89a2 2 0 0 1-1.571 1.572c-.193.038-.426.038-.89.038M3.517 14v3c0 .465 0 .697.038.89a2 2 0 0 0 1.571 1.572c.194.038.426.038.89.038"/><path d="M13.517 17.002c.62.01.97.055 1.207.29c.293.294.293.765.293 1.708s0 1.414-.293 1.707s-.765.293-1.707.293h-2c-.943 0-1.415 0-1.708-.293s-.292-.764-.292-1.707s0-1.414.292-1.707c.236-.236.588-.282 1.208-.29q.225-.004.5-.003h2q.275 0 .5.002Zm-3 0V15.5a1.5 1.5 0 0 1 3 0v1.502"/><path stroke-linejoin="round" d="M5.498 11.506h-1.77c-.205 0-.412-.03-.6-.116c-.615-.277-.927-.643-1.072-.871a.38.38 0 0 1 .019-.421c.712-.993 2.363-1.592 3.423-1.592m.004 3h1.77c.205 0 .412-.03.6-.116c.615-.277.927-.643 1.072-.871a.38.38 0 0 0-.019-.421c-.712-.993-2.363-1.592-3.423-1.592m12.997 3h-1.77c-.206 0-.413-.03-.601-.116c-.615-.277-.927-.643-1.072-.871a.38.38 0 0 1 .019-.421c.712-.993 2.363-1.592 3.424-1.592m.003 3h1.77c.205 0 .412-.03.6-.116c.615-.277.927-.643 1.072-.871a.38.38 0 0 0-.019-.421c-.712-.993-2.363-1.592-3.424-1.592"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPeerToPeer03(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 strokeLinejoin="round" d="M5.517 3a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m13 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/><path d="M10.017 6h.5m3 0h.5"/><path strokeLinejoin="round" d="M20.517 14v3c0 .465 0 .697-.039.89a2 2 0 0 1-1.571 1.572c-.193.038-.426.038-.89.038M3.517 14v3c0 .465 0 .697.038.89a2 2 0 0 0 1.571 1.572c.194.038.426.038.89.038"/><path d="M13.517 17.002c.62.01.97.055 1.207.29c.293.294.293.765.293 1.708s0 1.414-.293 1.707s-.765.293-1.707.293h-2c-.943 0-1.415 0-1.708-.293s-.292-.764-.292-1.707s0-1.414.292-1.707c.236-.236.588-.282 1.208-.29q.225-.004.5-.003h2q.275 0 .5.002Zm-3 0V15.5a1.5 1.5 0 0 1 3 0v1.502"/><path strokeLinejoin="round" d="M5.498 11.506h-1.77c-.205 0-.412-.03-.6-.116c-.615-.277-.927-.643-1.072-.871a.38.38 0 0 1 .019-.421c.712-.993 2.363-1.592 3.423-1.592m.004 3h1.77c.205 0 .412-.03.6-.116c.615-.277.927-.643 1.072-.871a.38.38 0 0 0-.019-.421c-.712-.993-2.363-1.592-3.423-1.592m12.997 3h-1.77c-.206 0-.413-.03-.601-.116c-.615-.277-.927-.643-1.072-.871a.38.38 0 0 1 .019-.421c.712-.993 2.363-1.592 3.424-1.592m.003 3h1.77c.205 0 .412-.03.6-.116c.615-.277.927-.643 1.072-.871a.38.38 0 0 0-.019-.421c-.712-.993-2.363-1.592-3.424-1.592"/></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 stroke-linejoin="round" d="M5.517 3a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m13 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/><path d="M10.017 6h.5m3 0h.5"/><path stroke-linejoin="round" d="M20.517 14v3c0 .465 0 .697-.039.89a2 2 0 0 1-1.571 1.572c-.193.038-.426.038-.89.038M3.517 14v3c0 .465 0 .697.038.89a2 2 0 0 0 1.571 1.572c.194.038.426.038.89.038"/><path d="M13.517 17.002c.62.01.97.055 1.207.29c.293.294.293.765.293 1.708s0 1.414-.293 1.707s-.765.293-1.707.293h-2c-.943 0-1.415 0-1.708-.293s-.292-.764-.292-1.707s0-1.414.292-1.707c.236-.236.588-.282 1.208-.29q.225-.004.5-.003h2q.275 0 .5.002Zm-3 0V15.5a1.5 1.5 0 0 1 3 0v1.502"/><path stroke-linejoin="round" d="M5.498 11.506h-1.77c-.205 0-.412-.03-.6-.116c-.615-.277-.927-.643-1.072-.871a.38.38 0 0 1 .019-.421c.712-.993 2.363-1.592 3.423-1.592m.004 3h1.77c.205 0 .412-.03.6-.116c.615-.277.927-.643 1.072-.871a.38.38 0 0 0-.019-.421c-.712-.993-2.363-1.592-3.423-1.592m12.997 3h-1.77c-.206 0-.413-.03-.601-.116c-.615-.277-.927-.643-1.072-.871a.38.38 0 0 1 .019-.421c.712-.993 2.363-1.592 3.424-1.592m.003 3h1.77c.205 0 .412-.03.6-.116c.615-.277.927-.643 1.072-.871a.38.38 0 0 0-.019-.421c-.712-.993-2.363-1.592-3.424-1.592"/></g></svg>
</template>

CSS

.icon-peer-to-peer-03 {
  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%20stroke-linejoin%3D%22round%22%20d%3D%22M5.517%203a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m13%200a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3Cpath%20d%3D%22M10.017%206h.5m3%200h.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.517%2014v3c0%20.465%200%20.697-.039.89a2%202%200%200%201-1.571%201.572c-.193.038-.426.038-.89.038M3.517%2014v3c0%20.465%200%20.697.038.89a2%202%200%200%200%201.571%201.572c.194.038.426.038.89.038%22%2F%3E%3Cpath%20d%3D%22M13.517%2017.002c.62.01.97.055%201.207.29c.293.294.293.765.293%201.708s0%201.414-.293%201.707s-.765.293-1.707.293h-2c-.943%200-1.415%200-1.708-.293s-.292-.764-.292-1.707s0-1.414.292-1.707c.236-.236.588-.282%201.208-.29q.225-.004.5-.003h2q.275%200%20.5.002Zm-3%200V15.5a1.5%201.5%200%200%201%203%200v1.502%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5.498%2011.506h-1.77c-.205%200-.412-.03-.6-.116c-.615-.277-.927-.643-1.072-.871a.38.38%200%200%201%20.019-.421c.712-.993%202.363-1.592%203.423-1.592m.004%203h1.77c.205%200%20.412-.03.6-.116c.615-.277.927-.643%201.072-.871a.38.38%200%200%200-.019-.421c-.712-.993-2.363-1.592-3.423-1.592m12.997%203h-1.77c-.206%200-.413-.03-.601-.116c-.615-.277-.927-.643-1.072-.871a.38.38%200%200%201%20.019-.421c.712-.993%202.363-1.592%203.424-1.592m.003%203h1.77c.205%200%20.412-.03.6-.116c.615-.277.927-.643%201.072-.871a.38.38%200%200%200-.019-.421c-.712-.993-2.363-1.592-3.424-1.592%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%20stroke-linejoin%3D%22round%22%20d%3D%22M5.517%203a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m13%200a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3Cpath%20d%3D%22M10.017%206h.5m3%200h.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.517%2014v3c0%20.465%200%20.697-.039.89a2%202%200%200%201-1.571%201.572c-.193.038-.426.038-.89.038M3.517%2014v3c0%20.465%200%20.697.038.89a2%202%200%200%200%201.571%201.572c.194.038.426.038.89.038%22%2F%3E%3Cpath%20d%3D%22M13.517%2017.002c.62.01.97.055%201.207.29c.293.294.293.765.293%201.708s0%201.414-.293%201.707s-.765.293-1.707.293h-2c-.943%200-1.415%200-1.708-.293s-.292-.764-.292-1.707s0-1.414.292-1.707c.236-.236.588-.282%201.208-.29q.225-.004.5-.003h2q.275%200%20.5.002Zm-3%200V15.5a1.5%201.5%200%200%201%203%200v1.502%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5.498%2011.506h-1.77c-.205%200-.412-.03-.6-.116c-.615-.277-.927-.643-1.072-.871a.38.38%200%200%201%20.019-.421c.712-.993%202.363-1.592%203.423-1.592m.004%203h1.77c.205%200%20.412-.03.6-.116c.615-.277.927-.643%201.072-.871a.38.38%200%200%200-.019-.421c-.712-.993-2.363-1.592-3.423-1.592m12.997%203h-1.77c-.206%200-.413-.03-.601-.116c-.615-.277-.927-.643-1.072-.871a.38.38%200%200%201%20.019-.421c.712-.993%202.363-1.592%203.424-1.592m.003%203h1.77c.205%200%20.412-.03.6-.116c.615-.277.927-.643%201.072-.871a.38.38%200%200%200-.019-.421c-.712-.993-2.363-1.592-3.424-1.592%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-03.svg?color=%231a73e8&size=48