wifi slash icon
wifi-slash from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- wifi-slash
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
Related icons in Framework7 Icons
Use the wifi slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M47.77 49.973a1.81 1.81 0 0 0 2.554 0c.68-.727.703-1.852 0-2.555L8.277 5.371c-.703-.703-1.851-.703-2.578 0c-.68.68-.68 1.875 0 2.555Zm1.312-20.344c.398.398 1.032.398 1.476-.047l3.095-3.117c.374-.399.374-.914.07-1.29c-5.414-6.421-15.258-11.32-25.711-11.32c-2.274 0-4.524.235-6.703.68l6.187 6.164c8.274-.164 15.797 3.024 21.586 8.93m-43.617-.047c.445.445 1.101.422 1.523-.023c2.813-3 6.117-5.25 9.75-6.75l-4.968-4.97c-3.797 1.946-7.079 4.5-9.47 7.337c-.327.375-.304.89.071 1.289Zm9.375 9.422c.469.469 1.078.445 1.523-.07c2.696-2.977 7.008-5.063 11.39-5.11l-5.952-5.93c-4.383 1.172-8.133 3.563-10.524 6.399c-.351.398-.304.89.07 1.266Zm28.64-2.297l1.196-1.148c.375-.375.422-.868.07-1.266c-2.25-2.695-5.742-4.945-9.82-6.14ZM28.035 51.332c.492 0 .938-.258 1.805-1.102l5.484-5.273c.352-.328.422-.844.117-1.242c-1.476-1.899-4.242-3.54-7.406-3.54c-3.234 0-6.047 1.712-7.5 3.68c-.21.329-.14.774.211 1.102l5.484 5.273c.868.844 1.313 1.102 1.805 1.102"/></svg>
React
import type { SVGProps } from "react";
export function F7WifiSlash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M47.77 49.973a1.81 1.81 0 0 0 2.554 0c.68-.727.703-1.852 0-2.555L8.277 5.371c-.703-.703-1.851-.703-2.578 0c-.68.68-.68 1.875 0 2.555Zm1.312-20.344c.398.398 1.032.398 1.476-.047l3.095-3.117c.374-.399.374-.914.07-1.29c-5.414-6.421-15.258-11.32-25.711-11.32c-2.274 0-4.524.235-6.703.68l6.187 6.164c8.274-.164 15.797 3.024 21.586 8.93m-43.617-.047c.445.445 1.101.422 1.523-.023c2.813-3 6.117-5.25 9.75-6.75l-4.968-4.97c-3.797 1.946-7.079 4.5-9.47 7.337c-.327.375-.304.89.071 1.289Zm9.375 9.422c.469.469 1.078.445 1.523-.07c2.696-2.977 7.008-5.063 11.39-5.11l-5.952-5.93c-4.383 1.172-8.133 3.563-10.524 6.399c-.351.398-.304.89.07 1.266Zm28.64-2.297l1.196-1.148c.375-.375.422-.868.07-1.266c-2.25-2.695-5.742-4.945-9.82-6.14ZM28.035 51.332c.492 0 .938-.258 1.805-1.102l5.484-5.273c.352-.328.422-.844.117-1.242c-1.476-1.899-4.242-3.54-7.406-3.54c-3.234 0-6.047 1.712-7.5 3.68c-.21.329-.14.774.211 1.102l5.484 5.273c.868.844 1.313 1.102 1.805 1.102"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M47.77 49.973a1.81 1.81 0 0 0 2.554 0c.68-.727.703-1.852 0-2.555L8.277 5.371c-.703-.703-1.851-.703-2.578 0c-.68.68-.68 1.875 0 2.555Zm1.312-20.344c.398.398 1.032.398 1.476-.047l3.095-3.117c.374-.399.374-.914.07-1.29c-5.414-6.421-15.258-11.32-25.711-11.32c-2.274 0-4.524.235-6.703.68l6.187 6.164c8.274-.164 15.797 3.024 21.586 8.93m-43.617-.047c.445.445 1.101.422 1.523-.023c2.813-3 6.117-5.25 9.75-6.75l-4.968-4.97c-3.797 1.946-7.079 4.5-9.47 7.337c-.327.375-.304.89.071 1.289Zm9.375 9.422c.469.469 1.078.445 1.523-.07c2.696-2.977 7.008-5.063 11.39-5.11l-5.952-5.93c-4.383 1.172-8.133 3.563-10.524 6.399c-.351.398-.304.89.07 1.266Zm28.64-2.297l1.196-1.148c.375-.375.422-.868.07-1.266c-2.25-2.695-5.742-4.945-9.82-6.14ZM28.035 51.332c.492 0 .938-.258 1.805-1.102l5.484-5.273c.352-.328.422-.844.117-1.242c-1.476-1.899-4.242-3.54-7.406-3.54c-3.234 0-6.047 1.712-7.5 3.68c-.21.329-.14.774.211 1.102l5.484 5.273c.868.844 1.313 1.102 1.805 1.102"/></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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M47.77%2049.973a1.81%201.81%200%200%200%202.554%200c.68-.727.703-1.852%200-2.555L8.277%205.371c-.703-.703-1.851-.703-2.578%200c-.68.68-.68%201.875%200%202.555Zm1.312-20.344c.398.398%201.032.398%201.476-.047l3.095-3.117c.374-.399.374-.914.07-1.29c-5.414-6.421-15.258-11.32-25.711-11.32c-2.274%200-4.524.235-6.703.68l6.187%206.164c8.274-.164%2015.797%203.024%2021.586%208.93m-43.617-.047c.445.445%201.101.422%201.523-.023c2.813-3%206.117-5.25%209.75-6.75l-4.968-4.97c-3.797%201.946-7.079%204.5-9.47%207.337c-.327.375-.304.89.071%201.289Zm9.375%209.422c.469.469%201.078.445%201.523-.07c2.696-2.977%207.008-5.063%2011.39-5.11l-5.952-5.93c-4.383%201.172-8.133%203.563-10.524%206.399c-.351.398-.304.89.07%201.266Zm28.64-2.297l1.196-1.148c.375-.375.422-.868.07-1.266c-2.25-2.695-5.742-4.945-9.82-6.14ZM28.035%2051.332c.492%200%20.938-.258%201.805-1.102l5.484-5.273c.352-.328.422-.844.117-1.242c-1.476-1.899-4.242-3.54-7.406-3.54c-3.234%200-6.047%201.712-7.5%203.68c-.21.329-.14.774.211%201.102l5.484%205.273c.868.844%201.313%201.102%201.805%201.102%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M47.77%2049.973a1.81%201.81%200%200%200%202.554%200c.68-.727.703-1.852%200-2.555L8.277%205.371c-.703-.703-1.851-.703-2.578%200c-.68.68-.68%201.875%200%202.555Zm1.312-20.344c.398.398%201.032.398%201.476-.047l3.095-3.117c.374-.399.374-.914.07-1.29c-5.414-6.421-15.258-11.32-25.711-11.32c-2.274%200-4.524.235-6.703.68l6.187%206.164c8.274-.164%2015.797%203.024%2021.586%208.93m-43.617-.047c.445.445%201.101.422%201.523-.023c2.813-3%206.117-5.25%209.75-6.75l-4.968-4.97c-3.797%201.946-7.079%204.5-9.47%207.337c-.327.375-.304.89.071%201.289Zm9.375%209.422c.469.469%201.078.445%201.523-.07c2.696-2.977%207.008-5.063%2011.39-5.11l-5.952-5.93c-4.383%201.172-8.133%203.563-10.524%206.399c-.351.398-.304.89.07%201.266Zm28.64-2.297l1.196-1.148c.375-.375.422-.868.07-1.266c-2.25-2.695-5.742-4.945-9.82-6.14ZM28.035%2051.332c.492%200%20.938-.258%201.805-1.102l5.484-5.273c.352-.328.422-.844.117-1.242c-1.476-1.899-4.242-3.54-7.406-3.54c-3.234%200-6.047%201.712-7.5%203.68c-.21.329-.14.774.211%201.102l5.484%205.273c.868.844%201.313%201.102%201.805%201.102%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/wifi-slash.svg?color=%231a73e8&size=48