wifi-off from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
wifi-off
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Related icons in Bootstrap Icons

Use the wifi off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.706 3.294A12.6 12.6 0 0 0 8 3C5.259 3 2.723 3.882.663 5.379a.485.485 0 0 0-.048.736a.52.52 0 0 0 .668.05A11.45 11.45 0 0 1 8 4q.946 0 1.852.148zM8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745a.525.525 0 0 0 .652.065a8.45 8.45 0 0 1 3.51-1.27zm2.596 1.404l.785-.785q.947.362 1.785.907a.482.482 0 0 1 .063.745a.525.525 0 0 1-.652.065a8.5 8.5 0 0 0-1.98-.932zM8 10l.933-.933a6.5 6.5 0 0 1 2.013.637c.285.145.326.524.1.75l-.015.015a.53.53 0 0 1-.611.09A5.5 5.5 0 0 0 8 10m4.905-4.905l.747-.747q.886.451 1.685 1.03a.485.485 0 0 1 .047.737a.52.52 0 0 1-.668.05a11.5 11.5 0 0 0-1.811-1.07M9.02 11.78c.238.14.236.464.04.66l-.707.706a.5.5 0 0 1-.707 0l-.707-.707c-.195-.195-.197-.518.04-.66A2 2 0 0 1 8 11.5c.374 0 .723.102 1.021.28zm4.355-9.905a.53.53 0 0 1 .75.75l-10.75 10.75a.53.53 0 0 1-.75-.75z"/></svg>

React

import type { SVGProps } from "react";

export function BiWifiOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.706 3.294A12.6 12.6 0 0 0 8 3C5.259 3 2.723 3.882.663 5.379a.485.485 0 0 0-.048.736a.52.52 0 0 0 .668.05A11.45 11.45 0 0 1 8 4q.946 0 1.852.148zM8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745a.525.525 0 0 0 .652.065a8.45 8.45 0 0 1 3.51-1.27zm2.596 1.404l.785-.785q.947.362 1.785.907a.482.482 0 0 1 .063.745a.525.525 0 0 1-.652.065a8.5 8.5 0 0 0-1.98-.932zM8 10l.933-.933a6.5 6.5 0 0 1 2.013.637c.285.145.326.524.1.75l-.015.015a.53.53 0 0 1-.611.09A5.5 5.5 0 0 0 8 10m4.905-4.905l.747-.747q.886.451 1.685 1.03a.485.485 0 0 1 .047.737a.52.52 0 0 1-.668.05a11.5 11.5 0 0 0-1.811-1.07M9.02 11.78c.238.14.236.464.04.66l-.707.706a.5.5 0 0 1-.707 0l-.707-.707c-.195-.195-.197-.518.04-.66A2 2 0 0 1 8 11.5c.374 0 .723.102 1.021.28zm4.355-9.905a.53.53 0 0 1 .75.75l-10.75 10.75a.53.53 0 0 1-.75-.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.706 3.294A12.6 12.6 0 0 0 8 3C5.259 3 2.723 3.882.663 5.379a.485.485 0 0 0-.048.736a.52.52 0 0 0 .668.05A11.45 11.45 0 0 1 8 4q.946 0 1.852.148zM8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745a.525.525 0 0 0 .652.065a8.45 8.45 0 0 1 3.51-1.27zm2.596 1.404l.785-.785q.947.362 1.785.907a.482.482 0 0 1 .063.745a.525.525 0 0 1-.652.065a8.5 8.5 0 0 0-1.98-.932zM8 10l.933-.933a6.5 6.5 0 0 1 2.013.637c.285.145.326.524.1.75l-.015.015a.53.53 0 0 1-.611.09A5.5 5.5 0 0 0 8 10m4.905-4.905l.747-.747q.886.451 1.685 1.03a.485.485 0 0 1 .047.737a.52.52 0 0 1-.668.05a11.5 11.5 0 0 0-1.811-1.07M9.02 11.78c.238.14.236.464.04.66l-.707.706a.5.5 0 0 1-.707 0l-.707-.707c-.195-.195-.197-.518.04-.66A2 2 0 0 1 8 11.5c.374 0 .723.102 1.021.28zm4.355-9.905a.53.53 0 0 1 .75.75l-10.75 10.75a.53.53 0 0 1-.75-.75z"/></svg>
</template>

CSS

.icon-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.706%203.294A12.6%2012.6%200%200%200%208%203C5.259%203%202.723%203.882.663%205.379a.485.485%200%200%200-.048.736a.52.52%200%200%200%20.668.05A11.45%2011.45%200%200%201%208%204q.946%200%201.852.148zM8%206c-1.905%200-3.68.56-5.166%201.526a.48.48%200%200%200-.063.745a.525.525%200%200%200%20.652.065a8.45%208.45%200%200%201%203.51-1.27zm2.596%201.404l.785-.785q.947.362%201.785.907a.482.482%200%200%201%20.063.745a.525.525%200%200%201-.652.065a8.5%208.5%200%200%200-1.98-.932zM8%2010l.933-.933a6.5%206.5%200%200%201%202.013.637c.285.145.326.524.1.75l-.015.015a.53.53%200%200%201-.611.09A5.5%205.5%200%200%200%208%2010m4.905-4.905l.747-.747q.886.451%201.685%201.03a.485.485%200%200%201%20.047.737a.52.52%200%200%201-.668.05a11.5%2011.5%200%200%200-1.811-1.07M9.02%2011.78c.238.14.236.464.04.66l-.707.706a.5.5%200%200%201-.707%200l-.707-.707c-.195-.195-.197-.518.04-.66A2%202%200%200%201%208%2011.5c.374%200%20.723.102%201.021.28zm4.355-9.905a.53.53%200%200%201%20.75.75l-10.75%2010.75a.53.53%200%200%201-.75-.75z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.706%203.294A12.6%2012.6%200%200%200%208%203C5.259%203%202.723%203.882.663%205.379a.485.485%200%200%200-.048.736a.52.52%200%200%200%20.668.05A11.45%2011.45%200%200%201%208%204q.946%200%201.852.148zM8%206c-1.905%200-3.68.56-5.166%201.526a.48.48%200%200%200-.063.745a.525.525%200%200%200%20.652.065a8.45%208.45%200%200%201%203.51-1.27zm2.596%201.404l.785-.785q.947.362%201.785.907a.482.482%200%200%201%20.063.745a.525.525%200%200%201-.652.065a8.5%208.5%200%200%200-1.98-.932zM8%2010l.933-.933a6.5%206.5%200%200%201%202.013.637c.285.145.326.524.1.75l-.015.015a.53.53%200%200%201-.611.09A5.5%205.5%200%200%200%208%2010m4.905-4.905l.747-.747q.886.451%201.685%201.03a.485.485%200%200%201%20.047.737a.52.52%200%200%201-.668.05a11.5%2011.5%200%200%200-1.811-1.07M9.02%2011.78c.238.14.236.464.04.66l-.707.706a.5.5%200%200%201-.707%200l-.707-.707c-.195-.195-.197-.518.04-.66A2%202%200%200%201%208%2011.5c.374%200%20.723.102%201.021.28zm4.355-9.905a.53.53%200%200%201%20.75.75l-10.75%2010.75a.53.53%200%200%201-.75-.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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