portable wifi off icon
portable-wifi-off from Material Symbols Light by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.
- Name
- portable-wifi-off
- Set
- Material Symbols Light
- 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 Light
The same icon in other sets
More android icons from Material Symbols Light
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.833 21.26L8.587 10.013q-.281.443-.434.933T8 12q0 .9.363 1.663T9.35 15l-.713.714q-.76-.691-1.199-1.646T7 12q0-.758.227-1.456t.617-1.273L5.696 7.123q-.794 1.015-1.245 2.24T4 12q0 1.725.675 3.225t1.85 2.6l-.713.714q-1.31-1.241-2.061-2.92T3 12q0-1.608.521-3.021t1.456-2.575L2.741 4.167l.713-.713l17.092 17.092zm-.233-4.472l-.72-.719q.545-.875.833-1.91T20 12q0-3.35-2.325-5.675T12 4q-1.125 0-2.147.287q-1.022.288-1.941.832l-.72-.738q1.066-.666 2.27-1.023T12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 1.333-.358 2.538t-1.042 2.25m-2.944-2.944l-.8-.8q.069-.25.107-.51Q16 12.276 16 12q0-1.65-1.175-2.825T12 8q-.275 0-.534.038q-.26.037-.51.106l-.8-.8q.421-.16.888-.252T12 7q2.077 0 3.539 1.462T17 12q0 .489-.092.946q-.093.458-.252.898"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPortableWifiOff(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.833 21.26L8.587 10.013q-.281.443-.434.933T8 12q0 .9.363 1.663T9.35 15l-.713.714q-.76-.691-1.199-1.646T7 12q0-.758.227-1.456t.617-1.273L5.696 7.123q-.794 1.015-1.245 2.24T4 12q0 1.725.675 3.225t1.85 2.6l-.713.714q-1.31-1.241-2.061-2.92T3 12q0-1.608.521-3.021t1.456-2.575L2.741 4.167l.713-.713l17.092 17.092zm-.233-4.472l-.72-.719q.545-.875.833-1.91T20 12q0-3.35-2.325-5.675T12 4q-1.125 0-2.147.287q-1.022.288-1.941.832l-.72-.738q1.066-.666 2.27-1.023T12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 1.333-.358 2.538t-1.042 2.25m-2.944-2.944l-.8-.8q.069-.25.107-.51Q16 12.276 16 12q0-1.65-1.175-2.825T12 8q-.275 0-.534.038q-.26.037-.51.106l-.8-.8q.421-.16.888-.252T12 7q2.077 0 3.539 1.462T17 12q0 .489-.092.946q-.093.458-.252.898"/></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.833 21.26L8.587 10.013q-.281.443-.434.933T8 12q0 .9.363 1.663T9.35 15l-.713.714q-.76-.691-1.199-1.646T7 12q0-.758.227-1.456t.617-1.273L5.696 7.123q-.794 1.015-1.245 2.24T4 12q0 1.725.675 3.225t1.85 2.6l-.713.714q-1.31-1.241-2.061-2.92T3 12q0-1.608.521-3.021t1.456-2.575L2.741 4.167l.713-.713l17.092 17.092zm-.233-4.472l-.72-.719q.545-.875.833-1.91T20 12q0-3.35-2.325-5.675T12 4q-1.125 0-2.147.287q-1.022.288-1.941.832l-.72-.738q1.066-.666 2.27-1.023T12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 1.333-.358 2.538t-1.042 2.25m-2.944-2.944l-.8-.8q.069-.25.107-.51Q16 12.276 16 12q0-1.65-1.175-2.825T12 8q-.275 0-.534.038q-.26.037-.51.106l-.8-.8q.421-.16.888-.252T12 7q2.077 0 3.539 1.462T17 12q0 .489-.092.946q-.093.458-.252.898"/></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.833%2021.26L8.587%2010.013q-.281.443-.434.933T8%2012q0%20.9.363%201.663T9.35%2015l-.713.714q-.76-.691-1.199-1.646T7%2012q0-.758.227-1.456t.617-1.273L5.696%207.123q-.794%201.015-1.245%202.24T4%2012q0%201.725.675%203.225t1.85%202.6l-.713.714q-1.31-1.241-2.061-2.92T3%2012q0-1.608.521-3.021t1.456-2.575L2.741%204.167l.713-.713l17.092%2017.092zm-.233-4.472l-.72-.719q.545-.875.833-1.91T20%2012q0-3.35-2.325-5.675T12%204q-1.125%200-2.147.287q-1.022.288-1.941.832l-.72-.738q1.066-.666%202.27-1.023T12%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012q0%201.333-.358%202.538t-1.042%202.25m-2.944-2.944l-.8-.8q.069-.25.107-.51Q16%2012.276%2016%2012q0-1.65-1.175-2.825T12%208q-.275%200-.534.038q-.26.037-.51.106l-.8-.8q.421-.16.888-.252T12%207q2.077%200%203.539%201.462T17%2012q0%20.489-.092.946q-.093.458-.252.898%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.833%2021.26L8.587%2010.013q-.281.443-.434.933T8%2012q0%20.9.363%201.663T9.35%2015l-.713.714q-.76-.691-1.199-1.646T7%2012q0-.758.227-1.456t.617-1.273L5.696%207.123q-.794%201.015-1.245%202.24T4%2012q0%201.725.675%203.225t1.85%202.6l-.713.714q-1.31-1.241-2.061-2.92T3%2012q0-1.608.521-3.021t1.456-2.575L2.741%204.167l.713-.713l17.092%2017.092zm-.233-4.472l-.72-.719q.545-.875.833-1.91T20%2012q0-3.35-2.325-5.675T12%204q-1.125%200-2.147.287q-1.022.288-1.941.832l-.72-.738q1.066-.666%202.27-1.023T12%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012q0%201.333-.358%202.538t-1.042%202.25m-2.944-2.944l-.8-.8q.069-.25.107-.51Q16%2012.276%2016%2012q0-1.65-1.175-2.825T12%208q-.275%200-.534.038q-.26.037-.51.106l-.8-.8q.421-.16.888-.252T12%207q2.077%200%203.539%201.462T17%2012q0%20.489-.092.946q-.093.458-.252.898%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/portable-wifi-off.svg?color=%231a73e8&size=48