router2 icon

router2-duotone from Reicon by REICON · Duotone · IT · MIT Free for personal and commercial use.

Name
router2-duotone
Set
Reicon
Style
Duotone
Category
IT
Viewbox
24×24
License
MIT

2 other variants in Reicon

More it icons from Reicon

Use the router2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M16.5 4.5a4.75 4.75 0 0 0-4.39 2.934a.75.75 0 1 1-1.387-.574a6.252 6.252 0 0 1 11.553 0a.75.75 0 0 1-1.386.574A4.75 4.75 0 0 0 16.5 4.5" clip-rule="evenodd" opacity=".4"/><path fill-rule="evenodd" d="M16.5 7a2.25 2.25 0 0 0-2.16 1.618a.75.75 0 0 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 7" clip-rule="evenodd" opacity=".7"/><path fill-rule="evenodd" d="M2 15.75c0-1.886 0-2.828.586-3.414S4.114 11.75 6 11.75h12c1.886 0 2.828 0 3.414.586S22 13.864 22 15.75s0 2.828-.586 3.414s-1.528.586-3.414.586H6c-1.886 0-2.828 0-3.414-.586S2 17.636 2 15.75m4 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/><path d="M17.25 8.75a.75.75 0 0 0-1.5 0v3h1.5z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconRouter2Duotone(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 fillRule="evenodd" d="M16.5 4.5a4.75 4.75 0 0 0-4.39 2.934a.75.75 0 1 1-1.387-.574a6.252 6.252 0 0 1 11.553 0a.75.75 0 0 1-1.386.574A4.75 4.75 0 0 0 16.5 4.5" clipRule="evenodd" opacity=".4"/><path fillRule="evenodd" d="M16.5 7a2.25 2.25 0 0 0-2.16 1.618a.75.75 0 0 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 7" clipRule="evenodd" opacity=".7"/><path fillRule="evenodd" d="M2 15.75c0-1.886 0-2.828.586-3.414S4.114 11.75 6 11.75h12c1.886 0 2.828 0 3.414.586S22 13.864 22 15.75s0 2.828-.586 3.414s-1.528.586-3.414.586H6c-1.886 0-2.828 0-3.414-.586S2 17.636 2 15.75m4 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clipRule="evenodd"/><path d="M17.25 8.75a.75.75 0 0 0-1.5 0v3h1.5z"/></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 fill-rule="evenodd" d="M16.5 4.5a4.75 4.75 0 0 0-4.39 2.934a.75.75 0 1 1-1.387-.574a6.252 6.252 0 0 1 11.553 0a.75.75 0 0 1-1.386.574A4.75 4.75 0 0 0 16.5 4.5" clip-rule="evenodd" opacity=".4"/><path fill-rule="evenodd" d="M16.5 7a2.25 2.25 0 0 0-2.16 1.618a.75.75 0 0 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 7" clip-rule="evenodd" opacity=".7"/><path fill-rule="evenodd" d="M2 15.75c0-1.886 0-2.828.586-3.414S4.114 11.75 6 11.75h12c1.886 0 2.828 0 3.414.586S22 13.864 22 15.75s0 2.828-.586 3.414s-1.528.586-3.414.586H6c-1.886 0-2.828 0-3.414-.586S2 17.636 2 15.75m4 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/><path d="M17.25 8.75a.75.75 0 0 0-1.5 0v3h1.5z"/></g></svg>
</template>

CSS

.icon-router2-duotone {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.5%204.5a4.75%204.75%200%200%200-4.39%202.934a.75.75%200%201%201-1.387-.574a6.252%206.252%200%200%201%2011.553%200a.75.75%200%200%201-1.386.574A4.75%204.75%200%200%200%2016.5%204.5%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.5%207a2.25%202.25%200%200%200-2.16%201.618a.75.75%200%200%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%207%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2015.75c0-1.886%200-2.828.586-3.414S4.114%2011.75%206%2011.75h12c1.886%200%202.828%200%203.414.586S22%2013.864%2022%2015.75s0%202.828-.586%203.414s-1.528.586-3.414.586H6c-1.886%200-2.828%200-3.414-.586S2%2017.636%202%2015.75m4%201a1%201%200%201%200%200-2a1%201%200%200%200%200%202m3%200a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.25%208.75a.75.75%200%200%200-1.5%200v3h1.5z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.5%204.5a4.75%204.75%200%200%200-4.39%202.934a.75.75%200%201%201-1.387-.574a6.252%206.252%200%200%201%2011.553%200a.75.75%200%200%201-1.386.574A4.75%204.75%200%200%200%2016.5%204.5%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.5%207a2.25%202.25%200%200%200-2.16%201.618a.75.75%200%200%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%207%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2015.75c0-1.886%200-2.828.586-3.414S4.114%2011.75%206%2011.75h12c1.886%200%202.828%200%203.414.586S22%2013.864%2022%2015.75s0%202.828-.586%203.414s-1.528.586-3.414.586H6c-1.886%200-2.828%200-3.414-.586S2%2017.636%202%2015.75m4%201a1%201%200%201%200%200-2a1%201%200%200%200%200%202m3%200a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.25%208.75a.75.75%200%200%200-1.5%200v3h1.5z%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/router2-duotone.svg?color=%231a73e8&size=48