router3 icon

router3 from Reicon by REICON · Outline · IT · MIT Free for personal and commercial use.

Name
router3
Set
Reicon
Style
Outline
Category
IT
Viewbox
24×24
License
MIT

2 other variants in Reicon

More it icons from Reicon

Use the router3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.109 5.684a4.752 4.752 0 0 1 8.781 0a.75.75 0 1 0 1.386-.574a6.252 6.252 0 0 0-11.553 0a.75.75 0 0 0 1.386.574"/><path fill-rule="evenodd" d="M7 12.75a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5M6.25 15a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0" clip-rule="evenodd"/><path d="M11.25 15a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5H12a.75.75 0 0 1-.75-.75"/><path fill-rule="evenodd" d="M7 9.25a5.75 5.75 0 0 0-2.03 11.132l-.64 1.283a.75.75 0 1 0 1.34.67l.805-1.609q.26.024.525.024h10q.265 0 .525-.024l.804 1.61a.75.75 0 1 0 1.342-.671l-.642-1.283A5.752 5.752 0 0 0 17 9.25zM2.75 15A4.25 4.25 0 0 1 7 10.75h10a4.25 4.25 0 0 1 0 8.5H7A4.25 4.25 0 0 1 2.75 15" clip-rule="evenodd"/><path d="M16.5 5.25a2.25 2.25 0 0 0-2.16 1.618a.75.75 0 1 1-1.44-.42a3.751 3.751 0 0 1 7.2 0a.75.75 0 1 1-1.44.42A2.25 2.25 0 0 0 16.5 5.25"/><path d="M16.5 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconRouter3(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.109 5.684a4.752 4.752 0 0 1 8.781 0a.75.75 0 1 0 1.386-.574a6.252 6.252 0 0 0-11.553 0a.75.75 0 0 0 1.386.574"/><path fillRule="evenodd" d="M7 12.75a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5M6.25 15a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0" clipRule="evenodd"/><path d="M11.25 15a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5H12a.75.75 0 0 1-.75-.75"/><path fillRule="evenodd" d="M7 9.25a5.75 5.75 0 0 0-2.03 11.132l-.64 1.283a.75.75 0 1 0 1.34.67l.805-1.609q.26.024.525.024h10q.265 0 .525-.024l.804 1.61a.75.75 0 1 0 1.342-.671l-.642-1.283A5.752 5.752 0 0 0 17 9.25zM2.75 15A4.25 4.25 0 0 1 7 10.75h10a4.25 4.25 0 0 1 0 8.5H7A4.25 4.25 0 0 1 2.75 15" clipRule="evenodd"/><path d="M16.5 5.25a2.25 2.25 0 0 0-2.16 1.618a.75.75 0 1 1-1.44-.42a3.751 3.751 0 0 1 7.2 0a.75.75 0 1 1-1.44.42A2.25 2.25 0 0 0 16.5 5.25"/><path d="M16.5 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.109 5.684a4.752 4.752 0 0 1 8.781 0a.75.75 0 1 0 1.386-.574a6.252 6.252 0 0 0-11.553 0a.75.75 0 0 0 1.386.574"/><path fill-rule="evenodd" d="M7 12.75a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5M6.25 15a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0" clip-rule="evenodd"/><path d="M11.25 15a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5H12a.75.75 0 0 1-.75-.75"/><path fill-rule="evenodd" d="M7 9.25a5.75 5.75 0 0 0-2.03 11.132l-.64 1.283a.75.75 0 1 0 1.34.67l.805-1.609q.26.024.525.024h10q.265 0 .525-.024l.804 1.61a.75.75 0 1 0 1.342-.671l-.642-1.283A5.752 5.752 0 0 0 17 9.25zM2.75 15A4.25 4.25 0 0 1 7 10.75h10a4.25 4.25 0 0 1 0 8.5H7A4.25 4.25 0 0 1 2.75 15" clip-rule="evenodd"/><path d="M16.5 5.25a2.25 2.25 0 0 0-2.16 1.618a.75.75 0 1 1-1.44-.42a3.751 3.751 0 0 1 7.2 0a.75.75 0 1 1-1.44.42A2.25 2.25 0 0 0 16.5 5.25"/><path d="M16.5 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg>
</template>

CSS

.icon-router3 {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M12.109%205.684a4.752%204.752%200%200%201%208.781%200a.75.75%200%201%200%201.386-.574a6.252%206.252%200%200%200-11.553%200a.75.75%200%200%200%201.386.574%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%2012.75a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5M6.25%2015a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M11.25%2015a.75.75%200%200%201%20.75-.75h6.5a.75.75%200%200%201%200%201.5H12a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%209.25a5.75%205.75%200%200%200-2.03%2011.132l-.64%201.283a.75.75%200%201%200%201.34.67l.805-1.609q.26.024.525.024h10q.265%200%20.525-.024l.804%201.61a.75.75%200%201%200%201.342-.671l-.642-1.283A5.752%205.752%200%200%200%2017%209.25zM2.75%2015A4.25%204.25%200%200%201%207%2010.75h10a4.25%204.25%200%200%201%200%208.5H7A4.25%204.25%200%200%201%202.75%2015%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.5%205.25a2.25%202.25%200%200%200-2.16%201.618a.75.75%200%201%201-1.44-.42a3.751%203.751%200%200%201%207.2%200a.75.75%200%201%201-1.44.42A2.25%202.25%200%200%200%2016.5%205.25%22%2F%3E%3Cpath%20d%3D%22M16.5%208a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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%22currentColor%22%3E%3Cpath%20d%3D%22M12.109%205.684a4.752%204.752%200%200%201%208.781%200a.75.75%200%201%200%201.386-.574a6.252%206.252%200%200%200-11.553%200a.75.75%200%200%200%201.386.574%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%2012.75a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5M6.25%2015a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M11.25%2015a.75.75%200%200%201%20.75-.75h6.5a.75.75%200%200%201%200%201.5H12a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%209.25a5.75%205.75%200%200%200-2.03%2011.132l-.64%201.283a.75.75%200%201%200%201.34.67l.805-1.609q.26.024.525.024h10q.265%200%20.525-.024l.804%201.61a.75.75%200%201%200%201.342-.671l-.642-1.283A5.752%205.752%200%200%200%2017%209.25zM2.75%2015A4.25%204.25%200%200%201%207%2010.75h10a4.25%204.25%200%200%201%200%208.5H7A4.25%204.25%200%200%201%202.75%2015%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.5%205.25a2.25%202.25%200%200%200-2.16%201.618a.75.75%200%201%201-1.44-.42a3.751%203.751%200%200%201%207.2%200a.75.75%200%201%201-1.44.42A2.25%202.25%200%200%200%2016.5%205.25%22%2F%3E%3Cpath%20d%3D%22M16.5%208a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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