router-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
router-off-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Use the router off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.146 2.146a.5.5 0 0 1 .708 0l15 15a.5.5 0 0 1-.707.707l-.74-.739A2.5 2.5 0 0 1 14.5 18h-9a2.5 2.5 0 0 1 0-5h4v-1.556a2.25 2.25 0 0 1-1.642-2.879L6.635 7.342A4 4 0 0 0 6 9.5a.5.5 0 0 1-1 0c0-1.072.338-2.066.913-2.88L4.841 5.548A6.47 6.47 0 0 0 3.5 9.5a.5.5 0 0 1-1 0c0-1.764.61-3.384 1.628-4.665L2.146 2.854a.5.5 0 0 1 0-.708M5.5 14a1.5 1.5 0 0 0 0 3h9c.49 0 .922-.235 1.195-.598L13.293 14zm5.185-2.607q-.09.03-.185.051V13h1.793zM10 7a2.25 2.25 0 0 1 2.121 3l-.878-.878a1.25 1.25 0 0 0-1.115-1.115L9.25 7.13c.235-.083.487-.13.75-.13m0-2.5a5 5 0 0 1 5 5a.5.5 0 0 1-1 0a4 4 0 0 0-5.9-3.521l-.732-.732A5 5 0 0 1 10 4.5M10 2a7.5 7.5 0 0 1 7.5 7.5a.5.5 0 0 1-1 0A6.5 6.5 0 0 0 6.287 4.166l-.717-.717A7.47 7.47 0 0 1 10 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentRouterOff20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.146 2.146a.5.5 0 0 1 .708 0l15 15a.5.5 0 0 1-.707.707l-.74-.739A2.5 2.5 0 0 1 14.5 18h-9a2.5 2.5 0 0 1 0-5h4v-1.556a2.25 2.25 0 0 1-1.642-2.879L6.635 7.342A4 4 0 0 0 6 9.5a.5.5 0 0 1-1 0c0-1.072.338-2.066.913-2.88L4.841 5.548A6.47 6.47 0 0 0 3.5 9.5a.5.5 0 0 1-1 0c0-1.764.61-3.384 1.628-4.665L2.146 2.854a.5.5 0 0 1 0-.708M5.5 14a1.5 1.5 0 0 0 0 3h9c.49 0 .922-.235 1.195-.598L13.293 14zm5.185-2.607q-.09.03-.185.051V13h1.793zM10 7a2.25 2.25 0 0 1 2.121 3l-.878-.878a1.25 1.25 0 0 0-1.115-1.115L9.25 7.13c.235-.083.487-.13.75-.13m0-2.5a5 5 0 0 1 5 5a.5.5 0 0 1-1 0a4 4 0 0 0-5.9-3.521l-.732-.732A5 5 0 0 1 10 4.5M10 2a7.5 7.5 0 0 1 7.5 7.5a.5.5 0 0 1-1 0A6.5 6.5 0 0 0 6.287 4.166l-.717-.717A7.47 7.47 0 0 1 10 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.146 2.146a.5.5 0 0 1 .708 0l15 15a.5.5 0 0 1-.707.707l-.74-.739A2.5 2.5 0 0 1 14.5 18h-9a2.5 2.5 0 0 1 0-5h4v-1.556a2.25 2.25 0 0 1-1.642-2.879L6.635 7.342A4 4 0 0 0 6 9.5a.5.5 0 0 1-1 0c0-1.072.338-2.066.913-2.88L4.841 5.548A6.47 6.47 0 0 0 3.5 9.5a.5.5 0 0 1-1 0c0-1.764.61-3.384 1.628-4.665L2.146 2.854a.5.5 0 0 1 0-.708M5.5 14a1.5 1.5 0 0 0 0 3h9c.49 0 .922-.235 1.195-.598L13.293 14zm5.185-2.607q-.09.03-.185.051V13h1.793zM10 7a2.25 2.25 0 0 1 2.121 3l-.878-.878a1.25 1.25 0 0 0-1.115-1.115L9.25 7.13c.235-.083.487-.13.75-.13m0-2.5a5 5 0 0 1 5 5a.5.5 0 0 1-1 0a4 4 0 0 0-5.9-3.521l-.732-.732A5 5 0 0 1 10 4.5M10 2a7.5 7.5 0 0 1 7.5 7.5a.5.5 0 0 1-1 0A6.5 6.5 0 0 0 6.287 4.166l-.717-.717A7.47 7.47 0 0 1 10 2"/></svg>
</template>

CSS

.icon-router-off-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.146%202.146a.5.5%200%200%201%20.708%200l15%2015a.5.5%200%200%201-.707.707l-.74-.739A2.5%202.5%200%200%201%2014.5%2018h-9a2.5%202.5%200%200%201%200-5h4v-1.556a2.25%202.25%200%200%201-1.642-2.879L6.635%207.342A4%204%200%200%200%206%209.5a.5.5%200%200%201-1%200c0-1.072.338-2.066.913-2.88L4.841%205.548A6.47%206.47%200%200%200%203.5%209.5a.5.5%200%200%201-1%200c0-1.764.61-3.384%201.628-4.665L2.146%202.854a.5.5%200%200%201%200-.708M5.5%2014a1.5%201.5%200%200%200%200%203h9c.49%200%20.922-.235%201.195-.598L13.293%2014zm5.185-2.607q-.09.03-.185.051V13h1.793zM10%207a2.25%202.25%200%200%201%202.121%203l-.878-.878a1.25%201.25%200%200%200-1.115-1.115L9.25%207.13c.235-.083.487-.13.75-.13m0-2.5a5%205%200%200%201%205%205a.5.5%200%200%201-1%200a4%204%200%200%200-5.9-3.521l-.732-.732A5%205%200%200%201%2010%204.5M10%202a7.5%207.5%200%200%201%207.5%207.5a.5.5%200%200%201-1%200A6.5%206.5%200%200%200%206.287%204.166l-.717-.717A7.47%207.47%200%200%201%2010%202%22%2F%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.146%202.146a.5.5%200%200%201%20.708%200l15%2015a.5.5%200%200%201-.707.707l-.74-.739A2.5%202.5%200%200%201%2014.5%2018h-9a2.5%202.5%200%200%201%200-5h4v-1.556a2.25%202.25%200%200%201-1.642-2.879L6.635%207.342A4%204%200%200%200%206%209.5a.5.5%200%200%201-1%200c0-1.072.338-2.066.913-2.88L4.841%205.548A6.47%206.47%200%200%200%203.5%209.5a.5.5%200%200%201-1%200c0-1.764.61-3.384%201.628-4.665L2.146%202.854a.5.5%200%200%201%200-.708M5.5%2014a1.5%201.5%200%200%200%200%203h9c.49%200%20.922-.235%201.195-.598L13.293%2014zm5.185-2.607q-.09.03-.185.051V13h1.793zM10%207a2.25%202.25%200%200%201%202.121%203l-.878-.878a1.25%201.25%200%200%200-1.115-1.115L9.25%207.13c.235-.083.487-.13.75-.13m0-2.5a5%205%200%200%201%205%205a.5.5%200%200%201-1%200a4%204%200%200%200-5.9-3.521l-.732-.732A5%205%200%200%201%2010%204.5M10%202a7.5%207.5%200%200%201%207.5%207.5a.5.5%200%200%201-1%200A6.5%206.5%200%200%200%206.287%204.166l-.717-.717A7.47%207.47%200%200%201%2010%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/router-off-20-regular.svg?color=%231a73e8&size=48