outline wifi off icon
outline-wifi-off from Google Material Icons by Material Design Authors · Baseline · Notification · Apache-2.0 Free for personal and commercial use.
- Name
- outline-wifi-off
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Notification
- Viewbox
- 24×24
- License
- Apache 2.0
More notification icons from Google Material Icons
baseline-account-treebaseline-adbbaseline-airline-seat-flatbaseline-airline-seat-flat-angledbaseline-airline-seat-individual-suitebaseline-airline-seat-legroom-extrabaseline-airline-seat-legroom-normalbaseline-airline-seat-legroom-reducedbaseline-airline-seat-recline-extrabaseline-airline-seat-recline-normalbaseline-bluetooth-audiobaseline-confirmation-numberbaseline-directions-offbaseline-disc-fullbaseline-do-disturbbaseline-do-disturb-altbaseline-do-disturb-offbaseline-do-disturb-onbaseline-do-not-disturbbaseline-do-not-disturb-altbaseline-do-not-disturb-offbaseline-do-not-disturb-onbaseline-drive-etabaseline-enhanced-encryption
Use the outline 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="m21 11l2-2c-3.73-3.73-8.87-5.15-13.7-4.31l2.58 2.58c3.3-.02 6.61 1.22 9.12 3.73m-2 2a9.9 9.9 0 0 0-3.72-2.33l3.02 3.02zM9 17l3 3l3-3a4.237 4.237 0 0 0-6 0M3.41 1.64L2 3.05L5.05 6.1C3.59 6.83 2.22 7.79 1 9l2 2c1.23-1.23 2.65-2.16 4.17-2.78l2.24 2.24A9.8 9.8 0 0 0 5 13l2 2a7 7 0 0 1 4.89-2.06l7.08 7.08l1.41-1.41z"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineWifiOff(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="m21 11l2-2c-3.73-3.73-8.87-5.15-13.7-4.31l2.58 2.58c3.3-.02 6.61 1.22 9.12 3.73m-2 2a9.9 9.9 0 0 0-3.72-2.33l3.02 3.02zM9 17l3 3l3-3a4.237 4.237 0 0 0-6 0M3.41 1.64L2 3.05L5.05 6.1C3.59 6.83 2.22 7.79 1 9l2 2c1.23-1.23 2.65-2.16 4.17-2.78l2.24 2.24A9.8 9.8 0 0 0 5 13l2 2a7 7 0 0 1 4.89-2.06l7.08 7.08l1.41-1.41z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21 11l2-2c-3.73-3.73-8.87-5.15-13.7-4.31l2.58 2.58c3.3-.02 6.61 1.22 9.12 3.73m-2 2a9.9 9.9 0 0 0-3.72-2.33l3.02 3.02zM9 17l3 3l3-3a4.237 4.237 0 0 0-6 0M3.41 1.64L2 3.05L5.05 6.1C3.59 6.83 2.22 7.79 1 9l2 2c1.23-1.23 2.65-2.16 4.17-2.78l2.24 2.24A9.8 9.8 0 0 0 5 13l2 2a7 7 0 0 1 4.89-2.06l7.08 7.08l1.41-1.41z"/></svg> </template>
CSS
.icon-outline-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21%2011l2-2c-3.73-3.73-8.87-5.15-13.7-4.31l2.58%202.58c3.3-.02%206.61%201.22%209.12%203.73m-2%202a9.9%209.9%200%200%200-3.72-2.33l3.02%203.02zM9%2017l3%203l3-3a4.237%204.237%200%200%200-6%200M3.41%201.64L2%203.05L5.05%206.1C3.59%206.83%202.22%207.79%201%209l2%202c1.23-1.23%202.65-2.16%204.17-2.78l2.24%202.24A9.8%209.8%200%200%200%205%2013l2%202a7%207%200%200%201%204.89-2.06l7.08%207.08l1.41-1.41z%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%22m21%2011l2-2c-3.73-3.73-8.87-5.15-13.7-4.31l2.58%202.58c3.3-.02%206.61%201.22%209.12%203.73m-2%202a9.9%209.9%200%200%200-3.72-2.33l3.02%203.02zM9%2017l3%203l3-3a4.237%204.237%200%200%200-6%200M3.41%201.64L2%203.05L5.05%206.1C3.59%206.83%202.22%207.79%201%209l2%202c1.23-1.23%202.65-2.16%204.17-2.78l2.24%202.24A9.8%209.8%200%200%200%205%2013l2%202a7%207%200%200%201%204.89-2.06l7.08%207.08l1.41-1.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-wifi-off.svg?color=%231a73e8&size=48