access point network off icon

access-point-network-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
access-point-network-off
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the access point network 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.83 13.83A4 4 0 0 0 16 11c0-1.11-.45-2.11-1.17-2.83l1.41-1.41A5.98 5.98 0 0 1 18 11c0 1.65-.67 3.15-1.76 4.24zM14 11a2 2 0 0 0-2-2c-.6 0-1.13.27-1.5.68l2.82 2.82c.41-.37.68-.9.68-1.5m3.66 5.66l1.41 1.41A9.97 9.97 0 0 0 22 11c0-2.76-1.12-5.26-2.93-7.07l-1.41 1.41A7.96 7.96 0 0 1 20 11c0 2.22-.89 4.22-2.34 5.66M22 21.18V20h-1.18zm-1.73.82l.73.73L19.73 24l-2-2H15a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-3.73l-2.66-2.66c.2.46.48.89.83 1.22l-1.41 1.41A5.98 5.98 0 0 1 6 11c0-.23 0-.46.04-.69L4.37 8.64C4.14 9.39 4 10.18 4 11c0 2.22.89 4.22 2.34 5.66l-1.41 1.41A9.97 9.97 0 0 1 2.81 7.08L1 5.27L2.28 4L3.7 5.42l1.45 1.45l1.48 1.48L8.17 9.9l2.11 2.1l.72.71L18.27 20h.01l2 2zm-4.54-2L13 17.27V19h1a1 1 0 0 1 1 1z"/></svg>

React

import type { SVGProps } from "react";

export function MdiAccessPointNetworkOff(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.83 13.83A4 4 0 0 0 16 11c0-1.11-.45-2.11-1.17-2.83l1.41-1.41A5.98 5.98 0 0 1 18 11c0 1.65-.67 3.15-1.76 4.24zM14 11a2 2 0 0 0-2-2c-.6 0-1.13.27-1.5.68l2.82 2.82c.41-.37.68-.9.68-1.5m3.66 5.66l1.41 1.41A9.97 9.97 0 0 0 22 11c0-2.76-1.12-5.26-2.93-7.07l-1.41 1.41A7.96 7.96 0 0 1 20 11c0 2.22-.89 4.22-2.34 5.66M22 21.18V20h-1.18zm-1.73.82l.73.73L19.73 24l-2-2H15a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-3.73l-2.66-2.66c.2.46.48.89.83 1.22l-1.41 1.41A5.98 5.98 0 0 1 6 11c0-.23 0-.46.04-.69L4.37 8.64C4.14 9.39 4 10.18 4 11c0 2.22.89 4.22 2.34 5.66l-1.41 1.41A9.97 9.97 0 0 1 2.81 7.08L1 5.27L2.28 4L3.7 5.42l1.45 1.45l1.48 1.48L8.17 9.9l2.11 2.1l.72.71L18.27 20h.01l2 2zm-4.54-2L13 17.27V19h1a1 1 0 0 1 1 1z"/></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.83 13.83A4 4 0 0 0 16 11c0-1.11-.45-2.11-1.17-2.83l1.41-1.41A5.98 5.98 0 0 1 18 11c0 1.65-.67 3.15-1.76 4.24zM14 11a2 2 0 0 0-2-2c-.6 0-1.13.27-1.5.68l2.82 2.82c.41-.37.68-.9.68-1.5m3.66 5.66l1.41 1.41A9.97 9.97 0 0 0 22 11c0-2.76-1.12-5.26-2.93-7.07l-1.41 1.41A7.96 7.96 0 0 1 20 11c0 2.22-.89 4.22-2.34 5.66M22 21.18V20h-1.18zm-1.73.82l.73.73L19.73 24l-2-2H15a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-3.73l-2.66-2.66c.2.46.48.89.83 1.22l-1.41 1.41A5.98 5.98 0 0 1 6 11c0-.23 0-.46.04-.69L4.37 8.64C4.14 9.39 4 10.18 4 11c0 2.22.89 4.22 2.34 5.66l-1.41 1.41A9.97 9.97 0 0 1 2.81 7.08L1 5.27L2.28 4L3.7 5.42l1.45 1.45l1.48 1.48L8.17 9.9l2.11 2.1l.72.71L18.27 20h.01l2 2zm-4.54-2L13 17.27V19h1a1 1 0 0 1 1 1z"/></svg>
</template>

CSS

.icon-access-point-network-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.83%2013.83A4%204%200%200%200%2016%2011c0-1.11-.45-2.11-1.17-2.83l1.41-1.41A5.98%205.98%200%200%201%2018%2011c0%201.65-.67%203.15-1.76%204.24zM14%2011a2%202%200%200%200-2-2c-.6%200-1.13.27-1.5.68l2.82%202.82c.41-.37.68-.9.68-1.5m3.66%205.66l1.41%201.41A9.97%209.97%200%200%200%2022%2011c0-2.76-1.12-5.26-2.93-7.07l-1.41%201.41A7.96%207.96%200%200%201%2020%2011c0%202.22-.89%204.22-2.34%205.66M22%2021.18V20h-1.18zm-1.73.82l.73.73L19.73%2024l-2-2H15a1%201%200%200%201-1%201h-4a1%201%200%200%201-1-1H2v-2h7a1%201%200%200%201%201-1h1v-3.73l-2.66-2.66c.2.46.48.89.83%201.22l-1.41%201.41A5.98%205.98%200%200%201%206%2011c0-.23%200-.46.04-.69L4.37%208.64C4.14%209.39%204%2010.18%204%2011c0%202.22.89%204.22%202.34%205.66l-1.41%201.41A9.97%209.97%200%200%201%202.81%207.08L1%205.27L2.28%204L3.7%205.42l1.45%201.45l1.48%201.48L8.17%209.9l2.11%202.1l.72.71L18.27%2020h.01l2%202zm-4.54-2L13%2017.27V19h1a1%201%200%200%201%201%201z%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.83%2013.83A4%204%200%200%200%2016%2011c0-1.11-.45-2.11-1.17-2.83l1.41-1.41A5.98%205.98%200%200%201%2018%2011c0%201.65-.67%203.15-1.76%204.24zM14%2011a2%202%200%200%200-2-2c-.6%200-1.13.27-1.5.68l2.82%202.82c.41-.37.68-.9.68-1.5m3.66%205.66l1.41%201.41A9.97%209.97%200%200%200%2022%2011c0-2.76-1.12-5.26-2.93-7.07l-1.41%201.41A7.96%207.96%200%200%201%2020%2011c0%202.22-.89%204.22-2.34%205.66M22%2021.18V20h-1.18zm-1.73.82l.73.73L19.73%2024l-2-2H15a1%201%200%200%201-1%201h-4a1%201%200%200%201-1-1H2v-2h7a1%201%200%200%201%201-1h1v-3.73l-2.66-2.66c.2.46.48.89.83%201.22l-1.41%201.41A5.98%205.98%200%200%201%206%2011c0-.23%200-.46.04-.69L4.37%208.64C4.14%209.39%204%2010.18%204%2011c0%202.22.89%204.22%202.34%205.66l-1.41%201.41A9.97%209.97%200%200%201%202.81%207.08L1%205.27L2.28%204L3.7%205.42l1.45%201.45l1.48%201.48L8.17%209.9l2.11%202.1l.72.71L18.27%2020h.01l2%202zm-4.54-2L13%2017.27V19h1a1%201%200%200%201%201%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/access-point-network-off.svg?color=%231a73e8&size=48