wifi-remove from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
wifi-remove
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the wifi remove icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 12c-2.03 0-3.9.67-5.4 1.8l-1.8-2.4C6.81 9.89 9.3 9 12 9s5.19.89 7.2 2.4l-1.28 1.7c-.37.07-.74.17-1.08.31C15.44 12.5 13.78 12 12 12m9-3l1.8-2.4C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9c2.5-1.88 5.62-3 9-3s6.5 1.12 9 3m-9 6c-1.35 0-2.6.45-3.6 1.2L12 21l1.04-1.39c-.04-.2-.04-.4-.04-.61c0-1.34.44-2.57 1.19-3.57c-.69-.27-1.42-.43-2.19-.43m9.12.46L19 17.59l-2.12-2.12l-1.41 1.41L17.59 19l-2.12 2.12l1.41 1.42L19 20.41l2.12 2.13l1.42-1.42L20.41 19l2.13-2.12z"/></svg>

React

import type { SVGProps } from "react";

export function MdiWifiRemove(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="M12 12c-2.03 0-3.9.67-5.4 1.8l-1.8-2.4C6.81 9.89 9.3 9 12 9s5.19.89 7.2 2.4l-1.28 1.7c-.37.07-.74.17-1.08.31C15.44 12.5 13.78 12 12 12m9-3l1.8-2.4C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9c2.5-1.88 5.62-3 9-3s6.5 1.12 9 3m-9 6c-1.35 0-2.6.45-3.6 1.2L12 21l1.04-1.39c-.04-.2-.04-.4-.04-.61c0-1.34.44-2.57 1.19-3.57c-.69-.27-1.42-.43-2.19-.43m9.12.46L19 17.59l-2.12-2.12l-1.41 1.41L17.59 19l-2.12 2.12l1.41 1.42L19 20.41l2.12 2.13l1.42-1.42L20.41 19l2.13-2.12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 12c-2.03 0-3.9.67-5.4 1.8l-1.8-2.4C6.81 9.89 9.3 9 12 9s5.19.89 7.2 2.4l-1.28 1.7c-.37.07-.74.17-1.08.31C15.44 12.5 13.78 12 12 12m9-3l1.8-2.4C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9c2.5-1.88 5.62-3 9-3s6.5 1.12 9 3m-9 6c-1.35 0-2.6.45-3.6 1.2L12 21l1.04-1.39c-.04-.2-.04-.4-.04-.61c0-1.34.44-2.57 1.19-3.57c-.69-.27-1.42-.43-2.19-.43m9.12.46L19 17.59l-2.12-2.12l-1.41 1.41L17.59 19l-2.12 2.12l1.41 1.42L19 20.41l2.12 2.13l1.42-1.42L20.41 19l2.13-2.12z"/></svg>
</template>

CSS

.icon-wifi-remove {
  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%22M12%2012c-2.03%200-3.9.67-5.4%201.8l-1.8-2.4C6.81%209.89%209.3%209%2012%209s5.19.89%207.2%202.4l-1.28%201.7c-.37.07-.74.17-1.08.31C15.44%2012.5%2013.78%2012%2012%2012m9-3l1.8-2.4C19.79%204.34%2016.05%203%2012%203S4.21%204.34%201.2%206.6L3%209c2.5-1.88%205.62-3%209-3s6.5%201.12%209%203m-9%206c-1.35%200-2.6.45-3.6%201.2L12%2021l1.04-1.39c-.04-.2-.04-.4-.04-.61c0-1.34.44-2.57%201.19-3.57c-.69-.27-1.42-.43-2.19-.43m9.12.46L19%2017.59l-2.12-2.12l-1.41%201.41L17.59%2019l-2.12%202.12l1.41%201.42L19%2020.41l2.12%202.13l1.42-1.42L20.41%2019l2.13-2.12z%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%22M12%2012c-2.03%200-3.9.67-5.4%201.8l-1.8-2.4C6.81%209.89%209.3%209%2012%209s5.19.89%207.2%202.4l-1.28%201.7c-.37.07-.74.17-1.08.31C15.44%2012.5%2013.78%2012%2012%2012m9-3l1.8-2.4C19.79%204.34%2016.05%203%2012%203S4.21%204.34%201.2%206.6L3%209c2.5-1.88%205.62-3%209-3s6.5%201.12%209%203m-9%206c-1.35%200-2.6.45-3.6%201.2L12%2021l1.04-1.39c-.04-.2-.04-.4-.04-.61c0-1.34.44-2.57%201.19-3.57c-.69-.27-1.42-.43-2.19-.43m9.12.46L19%2017.59l-2.12-2.12l-1.41%201.41L17.59%2019l-2.12%202.12l1.41%201.42L19%2020.41l2.12%202.13l1.42-1.42L20.41%2019l2.13-2.12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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