signal-wifi-off-outline from Material Symbols Light by Google · Outline · Android · Apache-2.0 Free for personal and commercial use.

Name
signal-wifi-off-outline
Set
Material Symbols Light
Style
Outline
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
signal-wifi-off-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the signal 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="m17.214 14.364l-.714-.714l4.6-4.6q-1.975-1.5-4.3-2.275T12 6q-.725 0-1.45.075t-1.45.2l-.842-.842q.933-.223 1.865-.328Q11.056 5 12 5q2.939 0 5.666 1.018T22.577 9zM12 18.15l2.367-2.361l-8.48-8.481q-.795.333-1.535.776T2.9 9.05zm8.283 3.554l-5.202-5.208L12 19.577L1.423 9q.858-.742 1.778-1.36q.92-.617 1.928-1.09L2.27 3.692l.713-.713L20.997 20.99zM10.127 11.548"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSignalWifiOffOutline(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="m17.214 14.364l-.714-.714l4.6-4.6q-1.975-1.5-4.3-2.275T12 6q-.725 0-1.45.075t-1.45.2l-.842-.842q.933-.223 1.865-.328Q11.056 5 12 5q2.939 0 5.666 1.018T22.577 9zM12 18.15l2.367-2.361l-8.48-8.481q-.795.333-1.535.776T2.9 9.05zm8.283 3.554l-5.202-5.208L12 19.577L1.423 9q.858-.742 1.778-1.36q.92-.617 1.928-1.09L2.27 3.692l.713-.713L20.997 20.99zM10.127 11.548"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.214 14.364l-.714-.714l4.6-4.6q-1.975-1.5-4.3-2.275T12 6q-.725 0-1.45.075t-1.45.2l-.842-.842q.933-.223 1.865-.328Q11.056 5 12 5q2.939 0 5.666 1.018T22.577 9zM12 18.15l2.367-2.361l-8.48-8.481q-.795.333-1.535.776T2.9 9.05zm8.283 3.554l-5.202-5.208L12 19.577L1.423 9q.858-.742 1.778-1.36q.92-.617 1.928-1.09L2.27 3.692l.713-.713L20.997 20.99zM10.127 11.548"/></svg>
</template>

CSS

.icon-signal-wifi-off-outline {
  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%22m17.214%2014.364l-.714-.714l4.6-4.6q-1.975-1.5-4.3-2.275T12%206q-.725%200-1.45.075t-1.45.2l-.842-.842q.933-.223%201.865-.328Q11.056%205%2012%205q2.939%200%205.666%201.018T22.577%209zM12%2018.15l2.367-2.361l-8.48-8.481q-.795.333-1.535.776T2.9%209.05zm8.283%203.554l-5.202-5.208L12%2019.577L1.423%209q.858-.742%201.778-1.36q.92-.617%201.928-1.09L2.27%203.692l.713-.713L20.997%2020.99zM10.127%2011.548%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%22m17.214%2014.364l-.714-.714l4.6-4.6q-1.975-1.5-4.3-2.275T12%206q-.725%200-1.45.075t-1.45.2l-.842-.842q.933-.223%201.865-.328Q11.056%205%2012%205q2.939%200%205.666%201.018T22.577%209zM12%2018.15l2.367-2.361l-8.48-8.481q-.795.333-1.535.776T2.9%209.05zm8.283%203.554l-5.202-5.208L12%2019.577L1.423%209q.858-.742%201.778-1.36q.92-.617%201.928-1.09L2.27%203.692l.713-.713L20.997%2020.99zM10.127%2011.548%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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