round-wifi-off from Google Material Icons by Material Design Authors · Baseline · Notification · Apache-2.0 Free for personal and commercial use.

Name
round-wifi-off
Set
Google Material Icons
Style
Baseline
Category
Notification
Viewbox
24×24
License
Apache 2.0

More notification icons from Google Material Icons

Use the round wifi off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.06 10.14c.56.46 1.38.42 1.89-.09c.59-.59.55-1.57-.1-2.1c-3.59-2.94-8.2-4.03-12.55-3.26l2.59 2.59c2.89-.03 5.8.92 8.17 2.86m-2.27 1.83c-.78-.57-1.63-1-2.52-1.3l2.95 2.95c.24-.58.1-1.27-.43-1.65m-3.84 4.26a4.28 4.28 0 0 0-3.91 0c-.59.31-.7 1.12-.23 1.59l1.47 1.47c.39.39 1.02.39 1.41 0l1.47-1.47c.49-.47.39-1.28-.21-1.59m5.73 1.67L4.12 2.34a.996.996 0 1 0-1.41 1.41L5.05 6.1c-1.01.5-1.99 1.11-2.89 1.85a1.42 1.42 0 0 0-.1 2.1c.51.51 1.32.56 1.87.1c1-.82 2.1-1.46 3.25-1.93l2.23 2.23c-1.13.3-2.21.8-3.19 1.51c-.69.5-.73 1.51-.13 2.11l.01.01c.49.49 1.26.54 1.83.13a7.14 7.14 0 0 1 3.97-1.29l6.37 6.37c.39.39 1.02.39 1.41 0c.39-.37.39-1 0-1.39"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundWifiOff(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="M20.06 10.14c.56.46 1.38.42 1.89-.09c.59-.59.55-1.57-.1-2.1c-3.59-2.94-8.2-4.03-12.55-3.26l2.59 2.59c2.89-.03 5.8.92 8.17 2.86m-2.27 1.83c-.78-.57-1.63-1-2.52-1.3l2.95 2.95c.24-.58.1-1.27-.43-1.65m-3.84 4.26a4.28 4.28 0 0 0-3.91 0c-.59.31-.7 1.12-.23 1.59l1.47 1.47c.39.39 1.02.39 1.41 0l1.47-1.47c.49-.47.39-1.28-.21-1.59m5.73 1.67L4.12 2.34a.996.996 0 1 0-1.41 1.41L5.05 6.1c-1.01.5-1.99 1.11-2.89 1.85a1.42 1.42 0 0 0-.1 2.1c.51.51 1.32.56 1.87.1c1-.82 2.1-1.46 3.25-1.93l2.23 2.23c-1.13.3-2.21.8-3.19 1.51c-.69.5-.73 1.51-.13 2.11l.01.01c.49.49 1.26.54 1.83.13a7.14 7.14 0 0 1 3.97-1.29l6.37 6.37c.39.39 1.02.39 1.41 0c.39-.37.39-1 0-1.39"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.06 10.14c.56.46 1.38.42 1.89-.09c.59-.59.55-1.57-.1-2.1c-3.59-2.94-8.2-4.03-12.55-3.26l2.59 2.59c2.89-.03 5.8.92 8.17 2.86m-2.27 1.83c-.78-.57-1.63-1-2.52-1.3l2.95 2.95c.24-.58.1-1.27-.43-1.65m-3.84 4.26a4.28 4.28 0 0 0-3.91 0c-.59.31-.7 1.12-.23 1.59l1.47 1.47c.39.39 1.02.39 1.41 0l1.47-1.47c.49-.47.39-1.28-.21-1.59m5.73 1.67L4.12 2.34a.996.996 0 1 0-1.41 1.41L5.05 6.1c-1.01.5-1.99 1.11-2.89 1.85a1.42 1.42 0 0 0-.1 2.1c.51.51 1.32.56 1.87.1c1-.82 2.1-1.46 3.25-1.93l2.23 2.23c-1.13.3-2.21.8-3.19 1.51c-.69.5-.73 1.51-.13 2.11l.01.01c.49.49 1.26.54 1.83.13a7.14 7.14 0 0 1 3.97-1.29l6.37 6.37c.39.39 1.02.39 1.41 0c.39-.37.39-1 0-1.39"/></svg>
</template>

CSS

.icon-round-wifi-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%22M20.06%2010.14c.56.46%201.38.42%201.89-.09c.59-.59.55-1.57-.1-2.1c-3.59-2.94-8.2-4.03-12.55-3.26l2.59%202.59c2.89-.03%205.8.92%208.17%202.86m-2.27%201.83c-.78-.57-1.63-1-2.52-1.3l2.95%202.95c.24-.58.1-1.27-.43-1.65m-3.84%204.26a4.28%204.28%200%200%200-3.91%200c-.59.31-.7%201.12-.23%201.59l1.47%201.47c.39.39%201.02.39%201.41%200l1.47-1.47c.49-.47.39-1.28-.21-1.59m5.73%201.67L4.12%202.34a.996.996%200%201%200-1.41%201.41L5.05%206.1c-1.01.5-1.99%201.11-2.89%201.85a1.42%201.42%200%200%200-.1%202.1c.51.51%201.32.56%201.87.1c1-.82%202.1-1.46%203.25-1.93l2.23%202.23c-1.13.3-2.21.8-3.19%201.51c-.69.5-.73%201.51-.13%202.11l.01.01c.49.49%201.26.54%201.83.13a7.14%207.14%200%200%201%203.97-1.29l6.37%206.37c.39.39%201.02.39%201.41%200c.39-.37.39-1%200-1.39%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%22M20.06%2010.14c.56.46%201.38.42%201.89-.09c.59-.59.55-1.57-.1-2.1c-3.59-2.94-8.2-4.03-12.55-3.26l2.59%202.59c2.89-.03%205.8.92%208.17%202.86m-2.27%201.83c-.78-.57-1.63-1-2.52-1.3l2.95%202.95c.24-.58.1-1.27-.43-1.65m-3.84%204.26a4.28%204.28%200%200%200-3.91%200c-.59.31-.7%201.12-.23%201.59l1.47%201.47c.39.39%201.02.39%201.41%200l1.47-1.47c.49-.47.39-1.28-.21-1.59m5.73%201.67L4.12%202.34a.996.996%200%201%200-1.41%201.41L5.05%206.1c-1.01.5-1.99%201.11-2.89%201.85a1.42%201.42%200%200%200-.1%202.1c.51.51%201.32.56%201.87.1c1-.82%202.1-1.46%203.25-1.93l2.23%202.23c-1.13.3-2.21.8-3.19%201.51c-.69.5-.73%201.51-.13%202.11l.01.01c.49.49%201.26.54%201.83.13a7.14%207.14%200%200%201%203.97-1.29l6.37%206.37c.39.39%201.02.39%201.41%200c.39-.37.39-1%200-1.39%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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