router3 icon

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

Name
router3-duotone
Set
Reicon
Style
Duotone
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="M7 14a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5"/><path fill-rule="evenodd" d="M2 14.75a5 5 0 0 1 5-5h10a5 5 0 0 1 0 10H7a5 5 0 0 1-5-5m2.75 0a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0M12 14a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/><path d="m5.469 19.511l-1.112 1.853a.75.75 0 0 0 1.286.772l1.432-2.386H7a5 5 0 0 1-1.531-.239m11.456.239l1.432 2.386a.75.75 0 0 0 1.286-.772l-1.112-1.853a5 5 0 0 1-1.531.24z" opacity=".5"/><path fill-rule="evenodd" d="M16.5 3.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 3.5" clip-rule="evenodd" opacity=".4"/><path fill-rule="evenodd" d="M16.5 6a2.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 6" clip-rule="evenodd" opacity=".7"/><path d="M17.5 7.75a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconRouter3Duotone(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="M7 14a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5"/><path fillRule="evenodd" d="M2 14.75a5 5 0 0 1 5-5h10a5 5 0 0 1 0 10H7a5 5 0 0 1-5-5m2.75 0a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0M12 14a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5z" clipRule="evenodd"/><path d="m5.469 19.511l-1.112 1.853a.75.75 0 0 0 1.286.772l1.432-2.386H7a5 5 0 0 1-1.531-.239m11.456.239l1.432 2.386a.75.75 0 0 0 1.286-.772l-1.112-1.853a5 5 0 0 1-1.531.24z" opacity=".5"/><path fillRule="evenodd" d="M16.5 3.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 3.5" clipRule="evenodd" opacity=".4"/><path fillRule="evenodd" d="M16.5 6a2.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 6" clipRule="evenodd" opacity=".7"/><path d="M17.5 7.75a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></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="M7 14a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5"/><path fill-rule="evenodd" d="M2 14.75a5 5 0 0 1 5-5h10a5 5 0 0 1 0 10H7a5 5 0 0 1-5-5m2.75 0a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0M12 14a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/><path d="m5.469 19.511l-1.112 1.853a.75.75 0 0 0 1.286.772l1.432-2.386H7a5 5 0 0 1-1.531-.239m11.456.239l1.432 2.386a.75.75 0 0 0 1.286-.772l-1.112-1.853a5 5 0 0 1-1.531.24z" opacity=".5"/><path fill-rule="evenodd" d="M16.5 3.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 3.5" clip-rule="evenodd" opacity=".4"/><path fill-rule="evenodd" d="M16.5 6a2.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 6" clip-rule="evenodd" opacity=".7"/><path d="M17.5 7.75a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
</template>

CSS

.icon-router3-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%20d%3D%22M7%2014a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2014.75a5%205%200%200%201%205-5h10a5%205%200%200%201%200%2010H7a5%205%200%200%201-5-5m2.75%200a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200M12%2014a.75.75%200%200%200%200%201.5h6.5a.75.75%200%200%200%200-1.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m5.469%2019.511l-1.112%201.853a.75.75%200%200%200%201.286.772l1.432-2.386H7a5%205%200%200%201-1.531-.239m11.456.239l1.432%202.386a.75.75%200%200%200%201.286-.772l-1.112-1.853a5%205%200%200%201-1.531.24z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.5%203.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%203.5%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.5%206a2.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%206%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20d%3D%22M17.5%207.75a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%22M7%2014a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2014.75a5%205%200%200%201%205-5h10a5%205%200%200%201%200%2010H7a5%205%200%200%201-5-5m2.75%200a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200M12%2014a.75.75%200%200%200%200%201.5h6.5a.75.75%200%200%200%200-1.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m5.469%2019.511l-1.112%201.853a.75.75%200%200%200%201.286.772l1.432-2.386H7a5%205%200%200%201-1.531-.239m11.456.239l1.432%202.386a.75.75%200%200%200%201.286-.772l-1.112-1.853a5%205%200%200%201-1.531.24z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.5%203.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%203.5%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.5%206a2.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%206%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20d%3D%22M17.5%207.75a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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-duotone.svg?color=%231a73e8&size=48