Router Off icon

Router Off is a Google Material Symbol from the Hardware category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

router_off_outlined_fill0_wght400.svg

Router Off icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=router_off" />

<span class="material-symbols-outlined">router_off</span>

Router Off icon in React

// With the font from the HTML tab:
export function RouterOffIcon() {
  return (
    <span className="material-symbols-outlined">
      router_off
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import RouterOffIcon from "@material-symbols/svg-400/outlined/router_off.svg?react";

Router Off icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">router_off</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import RouterOffIcon from "@material-symbols/svg-400/outlined/router_off.svg?component"; -->

Router Off icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">router_off</mat-icon>

Router Off icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.router_off, fill: 0, weight: 400)

Router Off icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/router_off.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="m14.15 7.325-1.025-1.025q.6-.6 1.361-.95T16.15 5q.904 0 1.664 .35Q18.575 5.7 19.175 6.3l-1.025 1.025q-.35-.35-.875-.587t-1.112-.238q-.588 0-1.125 .238T14.15 7.325Zm-2.125-2.125-1.1-1.1q.825-.825 2.2-1.462T16.15 2q1.65 0 3.025 .638t2.2 1.462l-1.1 1.1q-.65-.725-1.712-1.212T16.15 3.5q-1.35 0-2.412 .488T12.025 5.2Zm8.975 13.65L15.4 13.25v-4.75h1.5v4.4h2.6q.6 0 1.05 .45t.45 1.05v4.45Zm-16.5 .65h12.85L12.25 14.4H4.5v5.1ZM20.325 22.475l-1.475-1.475H4.5q-.6 0-1.05-.45t-.45-1.05v-5.1q0-.6 .45-1.05t1.05-.45h6.25L1.525 3.675l1.075-1.075 18.8 18.8-1.075 1.075ZM6.3 17.697q-.3-.302-.3-.75Q6 16.5 6.303 16.2q.302-.3 .75-.3Q7.5 15.9 7.8 16.203q.3 .302 .3 .75Q8.1 17.4 7.797 17.7q-.302 .3-.75 .3Q6.6 18 6.3 17.697Zm3.7 0q-.3-.302-.3-.75Q9.7 16.5 10.003 16.2q.302-.3 .75-.3Q11.2 15.9 11.5 16.203q.3 .302 .3 .75Q11.8 17.4 11.497 17.7q-.302 .3-.75 .3Q10.3 18 10 17.697Zm3.7 0q-.3-.302-.3-.75Q13.4 16.5 13.703 16.2q.302-.3 .75-.3Q14.9 15.9 15.2 16.203q.3 .302 .3 .75Q15.5 17.4 15.197 17.7q-.302 .3-.75 .3Q14 18 13.7 17.697ZM4.5 19.5v-5.1 5.1Z" />
</vector>

Router Off icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/router_off.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/router_off.svg" width="24" height="24" alt="Router Off">

Router Off icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameRouter Off
Ligaturerouter_off
Code pointU+F2F4
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/router_off.svg, router_off-fill.svg
FlutterSymbols.router_off
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwarenetworkconnectiononinternetsignaldisabledslashenabledwirelessboxwifi

Related icons