router wireless off icon
router-wireless-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- router-wireless-off
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the router wireless off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.8 5.9l-.8-.8C12.4 3.7 14.2 3 16 3s3.6.7 5 2.1l-.8.8C19 4.8 17.5 4.2 16 4.2s-3 .6-4.2 1.7M21 15c0-1.1-.9-2-2-2h-2V9h-2v2.8l6 6zm-2.5-7.5l.8-.8c-.9-.9-2.1-1.4-3.3-1.4s-2.4.5-3.3 1.4l.8.8c.7-.7 1.6-1 2.5-1s1.8.3 2.5 1m3.6 14l-1.3 1.3l-1.7-1.8H5c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h6.1L1.1 3l1.3-1.3zM8 16H6v2h2zm3.5 0h-2v2h2zm3.5.9l-.9-.9H13v2h2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiRouterWirelessOff(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="m11.8 5.9l-.8-.8C12.4 3.7 14.2 3 16 3s3.6.7 5 2.1l-.8.8C19 4.8 17.5 4.2 16 4.2s-3 .6-4.2 1.7M21 15c0-1.1-.9-2-2-2h-2V9h-2v2.8l6 6zm-2.5-7.5l.8-.8c-.9-.9-2.1-1.4-3.3-1.4s-2.4.5-3.3 1.4l.8.8c.7-.7 1.6-1 2.5-1s1.8.3 2.5 1m3.6 14l-1.3 1.3l-1.7-1.8H5c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h6.1L1.1 3l1.3-1.3zM8 16H6v2h2zm3.5 0h-2v2h2zm3.5.9l-.9-.9H13v2h2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.8 5.9l-.8-.8C12.4 3.7 14.2 3 16 3s3.6.7 5 2.1l-.8.8C19 4.8 17.5 4.2 16 4.2s-3 .6-4.2 1.7M21 15c0-1.1-.9-2-2-2h-2V9h-2v2.8l6 6zm-2.5-7.5l.8-.8c-.9-.9-2.1-1.4-3.3-1.4s-2.4.5-3.3 1.4l.8.8c.7-.7 1.6-1 2.5-1s1.8.3 2.5 1m3.6 14l-1.3 1.3l-1.7-1.8H5c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h6.1L1.1 3l1.3-1.3zM8 16H6v2h2zm3.5 0h-2v2h2zm3.5.9l-.9-.9H13v2h2z"/></svg> </template>
CSS
.icon-router-wireless-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%22m11.8%205.9l-.8-.8C12.4%203.7%2014.2%203%2016%203s3.6.7%205%202.1l-.8.8C19%204.8%2017.5%204.2%2016%204.2s-3%20.6-4.2%201.7M21%2015c0-1.1-.9-2-2-2h-2V9h-2v2.8l6%206zm-2.5-7.5l.8-.8c-.9-.9-2.1-1.4-3.3-1.4s-2.4.5-3.3%201.4l.8.8c.7-.7%201.6-1%202.5-1s1.8.3%202.5%201m3.6%2014l-1.3%201.3l-1.7-1.8H5c-1.1%200-2-.9-2-2v-4c0-1.1.9-2%202-2h6.1L1.1%203l1.3-1.3zM8%2016H6v2h2zm3.5%200h-2v2h2zm3.5.9l-.9-.9H13v2h2z%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%22m11.8%205.9l-.8-.8C12.4%203.7%2014.2%203%2016%203s3.6.7%205%202.1l-.8.8C19%204.8%2017.5%204.2%2016%204.2s-3%20.6-4.2%201.7M21%2015c0-1.1-.9-2-2-2h-2V9h-2v2.8l6%206zm-2.5-7.5l.8-.8c-.9-.9-2.1-1.4-3.3-1.4s-2.4.5-3.3%201.4l.8.8c.7-.7%201.6-1%202.5-1s1.8.3%202.5%201m3.6%2014l-1.3%201.3l-1.7-1.8H5c-1.1%200-2-.9-2-2v-4c0-1.1.9-2%202-2h6.1L1.1%203l1.3-1.3zM8%2016H6v2h2zm3.5%200h-2v2h2zm3.5.9l-.9-.9H13v2h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/router-wireless-off.svg?color=%231a73e8&size=48