router off icon
router-off from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- router-off
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the router off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.289 8.404l-.72-.72q.65-.6 1.335-.892t1.48-.292t1.481.292t1.335.893l-.72.719q-.426-.427-.94-.665q-.515-.239-1.155-.239t-1.155.239t-.942.665m-2.5-2.5l-.707-.708q1.042-1.042 2.386-1.619T16.384 3q1.574 0 2.918.577t2.387 1.62l-.708.707q-.825-.825-1.99-1.364Q17.827 4 16.384 4q-1.442 0-2.606.54q-1.165.539-1.99 1.364M20 17.708l-4.115-4.116V10h1v4h1.5q.69 0 1.153.463T20 15.616zm-.687 3.552L18.054 20H5.617q-.691 0-1.153-.462T4 18.384v-2.768q0-.691.463-1.153T5.616 14h6.438L2.22 4.167l.713-.713l17.093 17.092zM7.55 17.549q.22-.22.22-.549t-.22-.549t-.549-.22t-.549.22t-.22.549t.22.549t.549.22t.549-.22m3.5 0q.22-.22.22-.549t-.22-.549t-.549-.22t-.549.22t-.22.549t.22.549t.549.22t.549-.22m2.951.22q.289 0 .489-.177q.2-.176.228-.448l-.861-.861q-.271.028-.448.228T13.23 17q0 .329.22.549t.549.22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRouterOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.289 8.404l-.72-.72q.65-.6 1.335-.892t1.48-.292t1.481.292t1.335.893l-.72.719q-.426-.427-.94-.665q-.515-.239-1.155-.239t-1.155.239t-.942.665m-2.5-2.5l-.707-.708q1.042-1.042 2.386-1.619T16.384 3q1.574 0 2.918.577t2.387 1.62l-.708.707q-.825-.825-1.99-1.364Q17.827 4 16.384 4q-1.442 0-2.606.54q-1.165.539-1.99 1.364M20 17.708l-4.115-4.116V10h1v4h1.5q.69 0 1.153.463T20 15.616zm-.687 3.552L18.054 20H5.617q-.691 0-1.153-.462T4 18.384v-2.768q0-.691.463-1.153T5.616 14h6.438L2.22 4.167l.713-.713l17.093 17.092zM7.55 17.549q.22-.22.22-.549t-.22-.549t-.549-.22t-.549.22t-.22.549t.22.549t.549.22t.549-.22m3.5 0q.22-.22.22-.549t-.22-.549t-.549-.22t-.549.22t-.22.549t.22.549t.549.22t.549-.22m2.951.22q.289 0 .489-.177q.2-.176.228-.448l-.861-.861q-.271.028-.448.228T13.23 17q0 .329.22.549t.549.22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.289 8.404l-.72-.72q.65-.6 1.335-.892t1.48-.292t1.481.292t1.335.893l-.72.719q-.426-.427-.94-.665q-.515-.239-1.155-.239t-1.155.239t-.942.665m-2.5-2.5l-.707-.708q1.042-1.042 2.386-1.619T16.384 3q1.574 0 2.918.577t2.387 1.62l-.708.707q-.825-.825-1.99-1.364Q17.827 4 16.384 4q-1.442 0-2.606.54q-1.165.539-1.99 1.364M20 17.708l-4.115-4.116V10h1v4h1.5q.69 0 1.153.463T20 15.616zm-.687 3.552L18.054 20H5.617q-.691 0-1.153-.462T4 18.384v-2.768q0-.691.463-1.153T5.616 14h6.438L2.22 4.167l.713-.713l17.093 17.092zM7.55 17.549q.22-.22.22-.549t-.22-.549t-.549-.22t-.549.22t-.22.549t.22.549t.549.22t.549-.22m3.5 0q.22-.22.22-.549t-.22-.549t-.549-.22t-.549.22t-.22.549t.22.549t.549.22t.549-.22m2.951.22q.289 0 .489-.177q.2-.176.228-.448l-.861-.861q-.271.028-.448.228T13.23 17q0 .329.22.549t.549.22"/></svg> </template>
CSS
.icon-router-off {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.289%208.404l-.72-.72q.65-.6%201.335-.892t1.48-.292t1.481.292t1.335.893l-.72.719q-.426-.427-.94-.665q-.515-.239-1.155-.239t-1.155.239t-.942.665m-2.5-2.5l-.707-.708q1.042-1.042%202.386-1.619T16.384%203q1.574%200%202.918.577t2.387%201.62l-.708.707q-.825-.825-1.99-1.364Q17.827%204%2016.384%204q-1.442%200-2.606.54q-1.165.539-1.99%201.364M20%2017.708l-4.115-4.116V10h1v4h1.5q.69%200%201.153.463T20%2015.616zm-.687%203.552L18.054%2020H5.617q-.691%200-1.153-.462T4%2018.384v-2.768q0-.691.463-1.153T5.616%2014h6.438L2.22%204.167l.713-.713l17.093%2017.092zM7.55%2017.549q.22-.22.22-.549t-.22-.549t-.549-.22t-.549.22t-.22.549t.22.549t.549.22t.549-.22m3.5%200q.22-.22.22-.549t-.22-.549t-.549-.22t-.549.22t-.22.549t.22.549t.549.22t.549-.22m2.951.22q.289%200%20.489-.177q.2-.176.228-.448l-.861-.861q-.271.028-.448.228T13.23%2017q0%20.329.22.549t.549.22%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.289%208.404l-.72-.72q.65-.6%201.335-.892t1.48-.292t1.481.292t1.335.893l-.72.719q-.426-.427-.94-.665q-.515-.239-1.155-.239t-1.155.239t-.942.665m-2.5-2.5l-.707-.708q1.042-1.042%202.386-1.619T16.384%203q1.574%200%202.918.577t2.387%201.62l-.708.707q-.825-.825-1.99-1.364Q17.827%204%2016.384%204q-1.442%200-2.606.54q-1.165.539-1.99%201.364M20%2017.708l-4.115-4.116V10h1v4h1.5q.69%200%201.153.463T20%2015.616zm-.687%203.552L18.054%2020H5.617q-.691%200-1.153-.462T4%2018.384v-2.768q0-.691.463-1.153T5.616%2014h6.438L2.22%204.167l.713-.713l17.093%2017.092zM7.55%2017.549q.22-.22.22-.549t-.22-.549t-.549-.22t-.549.22t-.22.549t.22.549t.549.22t.549-.22m3.5%200q.22-.22.22-.549t-.22-.549t-.549-.22t-.549.22t-.22.549t.22.549t.549.22t.549-.22m2.951.22q.289%200%20.489-.177q.2-.176.228-.448l-.861-.861q-.271.028-.448.228T13.23%2017q0%20.329.22.549t.549.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/router-off.svg?color=%231a73e8&size=48