wifi slash icon

wifi-slash from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
wifi-slash
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons

Use the wifi slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.92 5.51L3.71 2.29a1 1 0 0 0-1.42 1.42L4.56 6A15.2 15.2 0 0 0 1.4 8.39a1 1 0 0 0 0 1.41a1 1 0 0 0 .71.3a1 1 0 0 0 .7-.29a13 13 0 0 1 3.24-2.35L7.54 9a10.8 10.8 0 0 0-3.32 2.27a1 1 0 1 0 1.42 1.4a8.8 8.8 0 0 1 3.45-2.12l1.62 1.61a7.07 7.07 0 0 0-3.66 1.94a1 1 0 1 0 1.42 1.4A5 5 0 0 1 12 14a4 4 0 0 1 .63.05l7.66 7.66a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM12 16a3 3 0 1 0 3 3a3 3 0 0 0-3-3m0 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1M22.61 8.39A15 15 0 0 0 10.29 4.1a1 1 0 1 0 .22 2A13.07 13.07 0 0 1 21.2 9.81a1 1 0 0 0 1.41-1.42m-4.25 4.24a1 1 0 0 0 1.42-1.4a10.75 10.75 0 0 0-4.84-2.82a1 1 0 1 0-.52 1.92a8.94 8.94 0 0 1 3.94 2.3"/></svg>

React

import type { SVGProps } from "react";

export function UilWifiSlash(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="M6.92 5.51L3.71 2.29a1 1 0 0 0-1.42 1.42L4.56 6A15.2 15.2 0 0 0 1.4 8.39a1 1 0 0 0 0 1.41a1 1 0 0 0 .71.3a1 1 0 0 0 .7-.29a13 13 0 0 1 3.24-2.35L7.54 9a10.8 10.8 0 0 0-3.32 2.27a1 1 0 1 0 1.42 1.4a8.8 8.8 0 0 1 3.45-2.12l1.62 1.61a7.07 7.07 0 0 0-3.66 1.94a1 1 0 1 0 1.42 1.4A5 5 0 0 1 12 14a4 4 0 0 1 .63.05l7.66 7.66a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM12 16a3 3 0 1 0 3 3a3 3 0 0 0-3-3m0 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1M22.61 8.39A15 15 0 0 0 10.29 4.1a1 1 0 1 0 .22 2A13.07 13.07 0 0 1 21.2 9.81a1 1 0 0 0 1.41-1.42m-4.25 4.24a1 1 0 0 0 1.42-1.4a10.75 10.75 0 0 0-4.84-2.82a1 1 0 1 0-.52 1.92a8.94 8.94 0 0 1 3.94 2.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.92 5.51L3.71 2.29a1 1 0 0 0-1.42 1.42L4.56 6A15.2 15.2 0 0 0 1.4 8.39a1 1 0 0 0 0 1.41a1 1 0 0 0 .71.3a1 1 0 0 0 .7-.29a13 13 0 0 1 3.24-2.35L7.54 9a10.8 10.8 0 0 0-3.32 2.27a1 1 0 1 0 1.42 1.4a8.8 8.8 0 0 1 3.45-2.12l1.62 1.61a7.07 7.07 0 0 0-3.66 1.94a1 1 0 1 0 1.42 1.4A5 5 0 0 1 12 14a4 4 0 0 1 .63.05l7.66 7.66a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM12 16a3 3 0 1 0 3 3a3 3 0 0 0-3-3m0 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1M22.61 8.39A15 15 0 0 0 10.29 4.1a1 1 0 1 0 .22 2A13.07 13.07 0 0 1 21.2 9.81a1 1 0 0 0 1.41-1.42m-4.25 4.24a1 1 0 0 0 1.42-1.4a10.75 10.75 0 0 0-4.84-2.82a1 1 0 1 0-.52 1.92a8.94 8.94 0 0 1 3.94 2.3"/></svg>
</template>

CSS

.icon-wifi-slash {
  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%22M6.92%205.51L3.71%202.29a1%201%200%200%200-1.42%201.42L4.56%206A15.2%2015.2%200%200%200%201.4%208.39a1%201%200%200%200%200%201.41a1%201%200%200%200%20.71.3a1%201%200%200%200%20.7-.29a13%2013%200%200%201%203.24-2.35L7.54%209a10.8%2010.8%200%200%200-3.32%202.27a1%201%200%201%200%201.42%201.4a8.8%208.8%200%200%201%203.45-2.12l1.62%201.61a7.07%207.07%200%200%200-3.66%201.94a1%201%200%201%200%201.42%201.4A5%205%200%200%201%2012%2014a4%204%200%200%201%20.63.05l7.66%207.66a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM12%2016a3%203%200%201%200%203%203a3%203%200%200%200-3-3m0%204a1%201%200%201%201%201-1a1%201%200%200%201-1%201M22.61%208.39A15%2015%200%200%200%2010.29%204.1a1%201%200%201%200%20.22%202A13.07%2013.07%200%200%201%2021.2%209.81a1%201%200%200%200%201.41-1.42m-4.25%204.24a1%201%200%200%200%201.42-1.4a10.75%2010.75%200%200%200-4.84-2.82a1%201%200%201%200-.52%201.92a8.94%208.94%200%200%201%203.94%202.3%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%22M6.92%205.51L3.71%202.29a1%201%200%200%200-1.42%201.42L4.56%206A15.2%2015.2%200%200%200%201.4%208.39a1%201%200%200%200%200%201.41a1%201%200%200%200%20.71.3a1%201%200%200%200%20.7-.29a13%2013%200%200%201%203.24-2.35L7.54%209a10.8%2010.8%200%200%200-3.32%202.27a1%201%200%201%200%201.42%201.4a8.8%208.8%200%200%201%203.45-2.12l1.62%201.61a7.07%207.07%200%200%200-3.66%201.94a1%201%200%201%200%201.42%201.4A5%205%200%200%201%2012%2014a4%204%200%200%201%20.63.05l7.66%207.66a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM12%2016a3%203%200%201%200%203%203a3%203%200%200%200-3-3m0%204a1%201%200%201%201%201-1a1%201%200%200%201-1%201M22.61%208.39A15%2015%200%200%200%2010.29%204.1a1%201%200%201%200%20.22%202A13.07%2013.07%200%200%201%2021.2%209.81a1%201%200%200%200%201.41-1.42m-4.25%204.24a1%201%200%200%200%201.42-1.4a10.75%2010.75%200%200%200-4.84-2.82a1%201%200%201%200-.52%201.92a8.94%208.94%200%200%201%203.94%202.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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