wifi off icon

wifi-off-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
wifi-off-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All wifi off icons →

More ui icons from Reicon

Use the wifi off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g fill="currentColor" clip-path="url(#SVGBgS7qSkY141)"><path d="M1.707.293A1 1 0 0 0 .293 1.707L3.73 5.145A15.7 15.7 0 0 0 .286 7.8a1 1 0 0 0 1.428 1.4a13.7 13.7 0 0 1 3.491-2.58L7.48 8.893a12 12 0 0 0-3.666 2.379a1 1 0 0 0 1.374 1.453a10 10 0 0 1 3.852-2.272l2.559 2.559c-1.601.095-2.961.756-4.031 1.758a1 1 0 0 0 1.366 1.46C9.756 15.46 10.776 15 12 15c.801 0 1.507.197 2.125.54l8.168 8.167a1 1 0 0 0 1.414-1.414l-8.246-8.246l-.031-.031l-5.379-5.379l-.025-.025l-3.894-3.894l-.033-.033zM12 5a15.3 15.3 0 0 0-3.38.374a1 1 0 1 1-.443-1.95A17.3 17.3 0 0 1 12 3c4.569 0 8.725 1.75 11.714 4.8a1 1 0 1 1-1.428 1.4C19.686 6.546 16.05 5 12 5m.055 3.954a1 1 0 0 1 1.091-.899a11.9 11.9 0 0 1 7.041 3.219a1 1 0 1 1-1.374 1.452a9.9 9.9 0 0 0-5.858-2.68a1 1 0 0 1-.9-1.092"/><path d="M10.75 19a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/></g><defs><clipPath id="SVGBgS7qSkY141"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function ReiconWifiOffFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g fill="currentColor" clipPath="url(#SVGBgS7qSkY141)"><path d="M1.707.293A1 1 0 0 0 .293 1.707L3.73 5.145A15.7 15.7 0 0 0 .286 7.8a1 1 0 0 0 1.428 1.4a13.7 13.7 0 0 1 3.491-2.58L7.48 8.893a12 12 0 0 0-3.666 2.379a1 1 0 0 0 1.374 1.453a10 10 0 0 1 3.852-2.272l2.559 2.559c-1.601.095-2.961.756-4.031 1.758a1 1 0 0 0 1.366 1.46C9.756 15.46 10.776 15 12 15c.801 0 1.507.197 2.125.54l8.168 8.167a1 1 0 0 0 1.414-1.414l-8.246-8.246l-.031-.031l-5.379-5.379l-.025-.025l-3.894-3.894l-.033-.033zM12 5a15.3 15.3 0 0 0-3.38.374a1 1 0 1 1-.443-1.95A17.3 17.3 0 0 1 12 3c4.569 0 8.725 1.75 11.714 4.8a1 1 0 1 1-1.428 1.4C19.686 6.546 16.05 5 12 5m.055 3.954a1 1 0 0 1 1.091-.899a11.9 11.9 0 0 1 7.041 3.219a1 1 0 1 1-1.374 1.452a9.9 9.9 0 0 0-5.858-2.68a1 1 0 0 1-.9-1.092"/><path d="M10.75 19a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/></g><defs><clipPath id="SVGBgS7qSkY141"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g fill="currentColor" clip-path="url(#SVGBgS7qSkY141)"><path d="M1.707.293A1 1 0 0 0 .293 1.707L3.73 5.145A15.7 15.7 0 0 0 .286 7.8a1 1 0 0 0 1.428 1.4a13.7 13.7 0 0 1 3.491-2.58L7.48 8.893a12 12 0 0 0-3.666 2.379a1 1 0 0 0 1.374 1.453a10 10 0 0 1 3.852-2.272l2.559 2.559c-1.601.095-2.961.756-4.031 1.758a1 1 0 0 0 1.366 1.46C9.756 15.46 10.776 15 12 15c.801 0 1.507.197 2.125.54l8.168 8.167a1 1 0 0 0 1.414-1.414l-8.246-8.246l-.031-.031l-5.379-5.379l-.025-.025l-3.894-3.894l-.033-.033zM12 5a15.3 15.3 0 0 0-3.38.374a1 1 0 1 1-.443-1.95A17.3 17.3 0 0 1 12 3c4.569 0 8.725 1.75 11.714 4.8a1 1 0 1 1-1.428 1.4C19.686 6.546 16.05 5 12 5m.055 3.954a1 1 0 0 1 1.091-.899a11.9 11.9 0 0 1 7.041 3.219a1 1 0 1 1-1.374 1.452a9.9 9.9 0 0 0-5.858-2.68a1 1 0 0 1-.9-1.092"/><path d="M10.75 19a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/></g><defs><clipPath id="SVGBgS7qSkY141"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-wifi-off-filled {
  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%3Cg%20fill%3D%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23SVGBgS7qSkY141)%22%3E%3Cpath%20d%3D%22M1.707.293A1%201%200%200%200%20.293%201.707L3.73%205.145A15.7%2015.7%200%200%200%20.286%207.8a1%201%200%200%200%201.428%201.4a13.7%2013.7%200%200%201%203.491-2.58L7.48%208.893a12%2012%200%200%200-3.666%202.379a1%201%200%200%200%201.374%201.453a10%2010%200%200%201%203.852-2.272l2.559%202.559c-1.601.095-2.961.756-4.031%201.758a1%201%200%200%200%201.366%201.46C9.756%2015.46%2010.776%2015%2012%2015c.801%200%201.507.197%202.125.54l8.168%208.167a1%201%200%200%200%201.414-1.414l-8.246-8.246l-.031-.031l-5.379-5.379l-.025-.025l-3.894-3.894l-.033-.033zM12%205a15.3%2015.3%200%200%200-3.38.374a1%201%200%201%201-.443-1.95A17.3%2017.3%200%200%201%2012%203c4.569%200%208.725%201.75%2011.714%204.8a1%201%200%201%201-1.428%201.4C19.686%206.546%2016.05%205%2012%205m.055%203.954a1%201%200%200%201%201.091-.899a11.9%2011.9%200%200%201%207.041%203.219a1%201%200%201%201-1.374%201.452a9.9%209.9%200%200%200-5.858-2.68a1%201%200%200%201-.9-1.092%22%2F%3E%3Cpath%20d%3D%22M10.75%2019a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY141%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23SVGBgS7qSkY141)%22%3E%3Cpath%20d%3D%22M1.707.293A1%201%200%200%200%20.293%201.707L3.73%205.145A15.7%2015.7%200%200%200%20.286%207.8a1%201%200%200%200%201.428%201.4a13.7%2013.7%200%200%201%203.491-2.58L7.48%208.893a12%2012%200%200%200-3.666%202.379a1%201%200%200%200%201.374%201.453a10%2010%200%200%201%203.852-2.272l2.559%202.559c-1.601.095-2.961.756-4.031%201.758a1%201%200%200%200%201.366%201.46C9.756%2015.46%2010.776%2015%2012%2015c.801%200%201.507.197%202.125.54l8.168%208.167a1%201%200%200%200%201.414-1.414l-8.246-8.246l-.031-.031l-5.379-5.379l-.025-.025l-3.894-3.894l-.033-.033zM12%205a15.3%2015.3%200%200%200-3.38.374a1%201%200%201%201-.443-1.95A17.3%2017.3%200%200%201%2012%203c4.569%200%208.725%201.75%2011.714%204.8a1%201%200%201%201-1.428%201.4C19.686%206.546%2016.05%205%2012%205m.055%203.954a1%201%200%200%201%201.091-.899a11.9%2011.9%200%200%201%207.041%203.219a1%201%200%201%201-1.374%201.452a9.9%209.9%200%200%200-5.858-2.68a1%201%200%200%201-.9-1.092%22%2F%3E%3Cpath%20d%3D%22M10.75%2019a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY141%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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