router-off-sharp from Material Symbols Light by Google · Sharp · Hardware · Apache-2.0 Free for personal and commercial use.

Name
router-off-sharp
Set
Material Symbols Light
Style
Sharp
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

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.116V10h1v4H20zm-.687 3.552L18.054 20H4v-6h8.054L2.22 4.167l.713-.713l17.093 17.092zM6.232 17.77H7.77v-1.54H6.231zm3.5 0h1.538v-1.54H9.731zm3.5 0h1.538v-1.054l-.485-.485h-1.053z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRouterOffSharp(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.116V10h1v4H20zm-.687 3.552L18.054 20H4v-6h8.054L2.22 4.167l.713-.713l17.093 17.092zM6.232 17.77H7.77v-1.54H6.231zm3.5 0h1.538v-1.54H9.731zm3.5 0h1.538v-1.054l-.485-.485h-1.053z"/></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.116V10h1v4H20zm-.687 3.552L18.054 20H4v-6h8.054L2.22 4.167l.713-.713l17.093 17.092zM6.232 17.77H7.77v-1.54H6.231zm3.5 0h1.538v-1.54H9.731zm3.5 0h1.538v-1.054l-.485-.485h-1.053z"/></svg>
</template>

CSS

.icon-router-off-sharp {
  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.116V10h1v4H20zm-.687%203.552L18.054%2020H4v-6h8.054L2.22%204.167l.713-.713l17.093%2017.092zM6.232%2017.77H7.77v-1.54H6.231zm3.5%200h1.538v-1.54H9.731zm3.5%200h1.538v-1.054l-.485-.485h-1.053z%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.116V10h1v4H20zm-.687%203.552L18.054%2020H4v-6h8.054L2.22%204.167l.713-.713l17.093%2017.092zM6.232%2017.77H7.77v-1.54H6.231zm3.5%200h1.538v-1.54H9.731zm3.5%200h1.538v-1.054l-.485-.485h-1.053z%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-sharp.svg?color=%231a73e8&size=48