wifi off icon
wifi-off from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- wifi-off
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
wifi-offBootstrap Iconswifi-offBoxIcons v2wifi-off-fillEva Iconswifi-offFeather Iconswifi-off-20-filledFluent UI System Iconswifi-offHumbleiconswifi-offIconoirwifi-offLucidewifi-offMaterial Symbolswifi-offMaterial Symbols Lightwifi-offMaterial Design Iconswifi-off-fillMingCute Iconwifi-offMyna UI Iconswifi-off-fillRemix Iconwifi-offTabler Iconswifi-offTDesign Icons
More tools icons from Carbon
Use the wifi off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="25" r="2" fill="currentColor"/><path fill="currentColor" d="M30 3.414L28.586 2L2 28.586L3.414 30l10.682-10.682a5.94 5.94 0 0 1 6.01 1.32l1.414-1.414a7.97 7.97 0 0 0-5.125-2.204l3.388-3.388a12 12 0 0 1 4.564 2.765l1.413-1.414a14 14 0 0 0-4.426-2.903l2.997-2.997a18 18 0 0 1 4.254 3.075L30 10.743v-.002a20 20 0 0 0-4.19-3.138Zm-15.32 9.664l2.042-2.042C16.48 11.023 16.243 11 16 11a13.95 13.95 0 0 0-9.771 3.993l1.414 1.413a11.97 11.97 0 0 1 7.037-3.328M16 7a18 18 0 0 1 4.232.525l1.643-1.642A19.95 19.95 0 0 0 2 10.74v.023l1.404 1.404A17.92 17.92 0 0 1 16 7"/></svg>
React
import type { SVGProps } from "react";
export function CarbonWifiOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="25" r="2" fill="currentColor"/><path fill="currentColor" d="M30 3.414L28.586 2L2 28.586L3.414 30l10.682-10.682a5.94 5.94 0 0 1 6.01 1.32l1.414-1.414a7.97 7.97 0 0 0-5.125-2.204l3.388-3.388a12 12 0 0 1 4.564 2.765l1.413-1.414a14 14 0 0 0-4.426-2.903l2.997-2.997a18 18 0 0 1 4.254 3.075L30 10.743v-.002a20 20 0 0 0-4.19-3.138Zm-15.32 9.664l2.042-2.042C16.48 11.023 16.243 11 16 11a13.95 13.95 0 0 0-9.771 3.993l1.414 1.413a11.97 11.97 0 0 1 7.037-3.328M16 7a18 18 0 0 1 4.232.525l1.643-1.642A19.95 19.95 0 0 0 2 10.74v.023l1.404 1.404A17.92 17.92 0 0 1 16 7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="25" r="2" fill="currentColor"/><path fill="currentColor" d="M30 3.414L28.586 2L2 28.586L3.414 30l10.682-10.682a5.94 5.94 0 0 1 6.01 1.32l1.414-1.414a7.97 7.97 0 0 0-5.125-2.204l3.388-3.388a12 12 0 0 1 4.564 2.765l1.413-1.414a14 14 0 0 0-4.426-2.903l2.997-2.997a18 18 0 0 1 4.254 3.075L30 10.743v-.002a20 20 0 0 0-4.19-3.138Zm-15.32 9.664l2.042-2.042C16.48 11.023 16.243 11 16 11a13.95 13.95 0 0 0-9.771 3.993l1.414 1.413a11.97 11.97 0 0 1 7.037-3.328M16 7a18 18 0 0 1 4.232.525l1.643-1.642A19.95 19.95 0 0 0 2 10.74v.023l1.404 1.404A17.92 17.92 0 0 1 16 7"/></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%2032%2032%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2225%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%203.414L28.586%202L2%2028.586L3.414%2030l10.682-10.682a5.94%205.94%200%200%201%206.01%201.32l1.414-1.414a7.97%207.97%200%200%200-5.125-2.204l3.388-3.388a12%2012%200%200%201%204.564%202.765l1.413-1.414a14%2014%200%200%200-4.426-2.903l2.997-2.997a18%2018%200%200%201%204.254%203.075L30%2010.743v-.002a20%2020%200%200%200-4.19-3.138Zm-15.32%209.664l2.042-2.042C16.48%2011.023%2016.243%2011%2016%2011a13.95%2013.95%200%200%200-9.771%203.993l1.414%201.413a11.97%2011.97%200%200%201%207.037-3.328M16%207a18%2018%200%200%201%204.232.525l1.643-1.642A19.95%2019.95%200%200%200%202%2010.74v.023l1.404%201.404A17.92%2017.92%200%200%201%2016%207%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%2032%2032%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2225%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%203.414L28.586%202L2%2028.586L3.414%2030l10.682-10.682a5.94%205.94%200%200%201%206.01%201.32l1.414-1.414a7.97%207.97%200%200%200-5.125-2.204l3.388-3.388a12%2012%200%200%201%204.564%202.765l1.413-1.414a14%2014%200%200%200-4.426-2.903l2.997-2.997a18%2018%200%200%201%204.254%203.075L30%2010.743v-.002a20%2020%200%200%200-4.19-3.138Zm-15.32%209.664l2.042-2.042C16.48%2011.023%2016.243%2011%2016%2011a13.95%2013.95%200%200%200-9.771%203.993l1.414%201.413a11.97%2011.97%200%200%201%207.037-3.328M16%207a18%2018%200%200%201%204.232.525l1.643-1.642A19.95%2019.95%200%200%200%202%2010.74v.023l1.404%201.404A17.92%2017.92%200%200%201%2016%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/wifi-off.svg?color=%231a73e8&size=48