portable wifi off icon
portable-wifi-off from Material Symbols by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.
- Name
- portable-wifi-off
- Set
- Material Symbols
- Style
- Regular
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- portable-wifi-off-outline, portable-wifi-off-outline-sharp, portable-wifi-off-sharp
1 other variant in Material Symbols
The same icon in other sets
More android icons from Material Symbols
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbairplanemode-inactiveandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-bar
Use the portable 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="m19.775 22.625l-11.65-11.65q-.05.25-.088.5T8 12q0 .9.363 1.663T9.35 15l-1.425 1.425q-.875-.825-1.4-1.963T6 12q0-.7.15-1.35t.425-1.225L5.1 7.95q-.525.9-.812 1.913T4 12q0 1.725.675 3.225t1.85 2.6L5.1 19.25q-1.425-1.375-2.262-3.238T2 12q0-1.55.425-2.925T3.65 6.5L1.375 4.225L2.8 2.8l18.4 18.4zm.575-5.125l-1.45-1.45q.525-.875.813-1.9T20 12q0-3.35-2.325-5.675T12 4q-1.125 0-2.137.287T7.95 5.1L6.5 3.65q1.2-.8 2.588-1.225T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12q0 1.525-.425 2.913T20.35 17.5m-2.925-2.925l-1.55-1.55q.05-.25.088-.5T16 12q0-1.65-1.175-2.825T12 8q-.275 0-.525.038t-.5.087l-1.55-1.55Q10 6.3 10.65 6.15T12 6q2.5 0 4.25 1.75T18 12q0 .7-.15 1.35t-.425 1.225"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPortableWifiOff(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="m19.775 22.625l-11.65-11.65q-.05.25-.088.5T8 12q0 .9.363 1.663T9.35 15l-1.425 1.425q-.875-.825-1.4-1.963T6 12q0-.7.15-1.35t.425-1.225L5.1 7.95q-.525.9-.812 1.913T4 12q0 1.725.675 3.225t1.85 2.6L5.1 19.25q-1.425-1.375-2.262-3.238T2 12q0-1.55.425-2.925T3.65 6.5L1.375 4.225L2.8 2.8l18.4 18.4zm.575-5.125l-1.45-1.45q.525-.875.813-1.9T20 12q0-3.35-2.325-5.675T12 4q-1.125 0-2.137.287T7.95 5.1L6.5 3.65q1.2-.8 2.588-1.225T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12q0 1.525-.425 2.913T20.35 17.5m-2.925-2.925l-1.55-1.55q.05-.25.088-.5T16 12q0-1.65-1.175-2.825T12 8q-.275 0-.525.038t-.5.087l-1.55-1.55Q10 6.3 10.65 6.15T12 6q2.5 0 4.25 1.75T18 12q0 .7-.15 1.35t-.425 1.225"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.775 22.625l-11.65-11.65q-.05.25-.088.5T8 12q0 .9.363 1.663T9.35 15l-1.425 1.425q-.875-.825-1.4-1.963T6 12q0-.7.15-1.35t.425-1.225L5.1 7.95q-.525.9-.812 1.913T4 12q0 1.725.675 3.225t1.85 2.6L5.1 19.25q-1.425-1.375-2.262-3.238T2 12q0-1.55.425-2.925T3.65 6.5L1.375 4.225L2.8 2.8l18.4 18.4zm.575-5.125l-1.45-1.45q.525-.875.813-1.9T20 12q0-3.35-2.325-5.675T12 4q-1.125 0-2.137.287T7.95 5.1L6.5 3.65q1.2-.8 2.588-1.225T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12q0 1.525-.425 2.913T20.35 17.5m-2.925-2.925l-1.55-1.55q.05-.25.088-.5T16 12q0-1.65-1.175-2.825T12 8q-.275 0-.525.038t-.5.087l-1.55-1.55Q10 6.3 10.65 6.15T12 6q2.5 0 4.25 1.75T18 12q0 .7-.15 1.35t-.425 1.225"/></svg> </template>
CSS
.icon-portable-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%22m19.775%2022.625l-11.65-11.65q-.05.25-.088.5T8%2012q0%20.9.363%201.663T9.35%2015l-1.425%201.425q-.875-.825-1.4-1.963T6%2012q0-.7.15-1.35t.425-1.225L5.1%207.95q-.525.9-.812%201.913T4%2012q0%201.725.675%203.225t1.85%202.6L5.1%2019.25q-1.425-1.375-2.262-3.238T2%2012q0-1.55.425-2.925T3.65%206.5L1.375%204.225L2.8%202.8l18.4%2018.4zm.575-5.125l-1.45-1.45q.525-.875.813-1.9T20%2012q0-3.35-2.325-5.675T12%204q-1.125%200-2.137.287T7.95%205.1L6.5%203.65q1.2-.8%202.588-1.225T12%202q2.075%200%203.9.788t3.175%202.137T21.213%208.1T22%2012q0%201.525-.425%202.913T20.35%2017.5m-2.925-2.925l-1.55-1.55q.05-.25.088-.5T16%2012q0-1.65-1.175-2.825T12%208q-.275%200-.525.038t-.5.087l-1.55-1.55Q10%206.3%2010.65%206.15T12%206q2.5%200%204.25%201.75T18%2012q0%20.7-.15%201.35t-.425%201.225%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%22m19.775%2022.625l-11.65-11.65q-.05.25-.088.5T8%2012q0%20.9.363%201.663T9.35%2015l-1.425%201.425q-.875-.825-1.4-1.963T6%2012q0-.7.15-1.35t.425-1.225L5.1%207.95q-.525.9-.812%201.913T4%2012q0%201.725.675%203.225t1.85%202.6L5.1%2019.25q-1.425-1.375-2.262-3.238T2%2012q0-1.55.425-2.925T3.65%206.5L1.375%204.225L2.8%202.8l18.4%2018.4zm.575-5.125l-1.45-1.45q.525-.875.813-1.9T20%2012q0-3.35-2.325-5.675T12%204q-1.125%200-2.137.287T7.95%205.1L6.5%203.65q1.2-.8%202.588-1.225T12%202q2.075%200%203.9.788t3.175%202.137T21.213%208.1T22%2012q0%201.525-.425%202.913T20.35%2017.5m-2.925-2.925l-1.55-1.55q.05-.25.088-.5T16%2012q0-1.65-1.175-2.825T12%208q-.275%200-.525.038t-.5.087l-1.55-1.55Q10%206.3%2010.65%206.15T12%206q2.5%200%204.25%201.75T18%2012q0%20.7-.15%201.35t-.425%201.225%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/portable-wifi-off.svg?color=%231a73e8&size=48