portable wifi off icon

portable-wifi-off-rounded from Material Symbols Light by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
portable-wifi-off-rounded
Set
Material Symbols Light
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
portable-wifi-off-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

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.479 20.9L8.587 10.014q-.281.442-.434.932T8 12q0 .766.274 1.43q.274.666.734 1.205q.134.176.141.368q.007.191-.153.35q-.165.166-.369.16t-.358-.184q-.594-.679-.931-1.517T7 12q0-.758.227-1.456t.617-1.273L5.696 7.123q-.794 1.015-1.245 2.24T4 12q0 1.585.552 2.959t1.562 2.443q.159.171.19.391t-.133.386t-.379.146t-.373-.19q-1.125-1.23-1.772-2.783Q3 13.798 3 12q0-1.608.521-3.021t1.456-2.575L3.094 4.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.146.146.156.344t-.156.364t-.357.165q-.19 0-.356-.165M20 12q0-1.6-.612-3.062T17.65 6.35t-2.587-1.737T12 4q-1.008 0-1.974.239q-.966.238-1.843.738q-.177.11-.39.055T7.468 4.8t-.058-.375t.23-.302q1.003-.556 2.104-.84T12 3q1.789 0 3.44.683t2.924 1.954q1.27 1.27 1.953 2.923Q21 10.212 21 12q0 1.187-.3 2.316q-.3 1.13-.894 2.134q-.104.177-.29.216q-.185.04-.362-.064t-.232-.302t.05-.38q.526-.89.777-1.891Q20 13.027 20 12m-6.475-3.7Q12.8 8 12 8q-.275 0-.525.038t-.52.106q-.213.062-.387-.045t-.235-.32t.045-.378t.32-.226q.312-.08.639-.128Q11.664 7 12 7q1.008 0 1.925.383t1.614 1.078t1.078 1.614T17 12q0 .337-.047.664q-.047.326-.128.638q-.061.214-.236.32q-.173.107-.387.045t-.31-.235q-.098-.174-.036-.388q.069-.269.107-.519T16 12q0-.8-.3-1.525t-.875-1.3t-1.3-.875"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPortableWifiOffRounded(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.479 20.9L8.587 10.014q-.281.442-.434.932T8 12q0 .766.274 1.43q.274.666.734 1.205q.134.176.141.368q.007.191-.153.35q-.165.166-.369.16t-.358-.184q-.594-.679-.931-1.517T7 12q0-.758.227-1.456t.617-1.273L5.696 7.123q-.794 1.015-1.245 2.24T4 12q0 1.585.552 2.959t1.562 2.443q.159.171.19.391t-.133.386t-.379.146t-.373-.19q-1.125-1.23-1.772-2.783Q3 13.798 3 12q0-1.608.521-3.021t1.456-2.575L3.094 4.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.146.146.156.344t-.156.364t-.357.165q-.19 0-.356-.165M20 12q0-1.6-.612-3.062T17.65 6.35t-2.587-1.737T12 4q-1.008 0-1.974.239q-.966.238-1.843.738q-.177.11-.39.055T7.468 4.8t-.058-.375t.23-.302q1.003-.556 2.104-.84T12 3q1.789 0 3.44.683t2.924 1.954q1.27 1.27 1.953 2.923Q21 10.212 21 12q0 1.187-.3 2.316q-.3 1.13-.894 2.134q-.104.177-.29.216q-.185.04-.362-.064t-.232-.302t.05-.38q.526-.89.777-1.891Q20 13.027 20 12m-6.475-3.7Q12.8 8 12 8q-.275 0-.525.038t-.52.106q-.213.062-.387-.045t-.235-.32t.045-.378t.32-.226q.312-.08.639-.128Q11.664 7 12 7q1.008 0 1.925.383t1.614 1.078t1.078 1.614T17 12q0 .337-.047.664q-.047.326-.128.638q-.061.214-.236.32q-.173.107-.387.045t-.31-.235q-.098-.174-.036-.388q.069-.269.107-.519T16 12q0-.8-.3-1.525t-.875-1.3t-1.3-.875"/></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.479 20.9L8.587 10.014q-.281.442-.434.932T8 12q0 .766.274 1.43q.274.666.734 1.205q.134.176.141.368q.007.191-.153.35q-.165.166-.369.16t-.358-.184q-.594-.679-.931-1.517T7 12q0-.758.227-1.456t.617-1.273L5.696 7.123q-.794 1.015-1.245 2.24T4 12q0 1.585.552 2.959t1.562 2.443q.159.171.19.391t-.133.386t-.379.146t-.373-.19q-1.125-1.23-1.772-2.783Q3 13.798 3 12q0-1.608.521-3.021t1.456-2.575L3.094 4.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.146.146.156.344t-.156.364t-.357.165q-.19 0-.356-.165M20 12q0-1.6-.612-3.062T17.65 6.35t-2.587-1.737T12 4q-1.008 0-1.974.239q-.966.238-1.843.738q-.177.11-.39.055T7.468 4.8t-.058-.375t.23-.302q1.003-.556 2.104-.84T12 3q1.789 0 3.44.683t2.924 1.954q1.27 1.27 1.953 2.923Q21 10.212 21 12q0 1.187-.3 2.316q-.3 1.13-.894 2.134q-.104.177-.29.216q-.185.04-.362-.064t-.232-.302t.05-.38q.526-.89.777-1.891Q20 13.027 20 12m-6.475-3.7Q12.8 8 12 8q-.275 0-.525.038t-.52.106q-.213.062-.387-.045t-.235-.32t.045-.378t.32-.226q.312-.08.639-.128Q11.664 7 12 7q1.008 0 1.925.383t1.614 1.078t1.078 1.614T17 12q0 .337-.047.664q-.047.326-.128.638q-.061.214-.236.32q-.173.107-.387.045t-.31-.235q-.098-.174-.036-.388q.069-.269.107-.519T16 12q0-.8-.3-1.525t-.875-1.3t-1.3-.875"/></svg>
</template>

CSS

.icon-portable-wifi-off-rounded {
  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.479%2020.9L8.587%2010.014q-.281.442-.434.932T8%2012q0%20.766.274%201.43q.274.666.734%201.205q.134.176.141.368q.007.191-.153.35q-.165.166-.369.16t-.358-.184q-.594-.679-.931-1.517T7%2012q0-.758.227-1.456t.617-1.273L5.696%207.123q-.794%201.015-1.245%202.24T4%2012q0%201.585.552%202.959t1.562%202.443q.159.171.19.391t-.133.386t-.379.146t-.373-.19q-1.125-1.23-1.772-2.783Q3%2013.798%203%2012q0-1.608.521-3.021t1.456-2.575L3.094%204.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384%2016.384q.146.146.156.344t-.156.364t-.357.165q-.19%200-.356-.165M20%2012q0-1.6-.612-3.062T17.65%206.35t-2.587-1.737T12%204q-1.008%200-1.974.239q-.966.238-1.843.738q-.177.11-.39.055T7.468%204.8t-.058-.375t.23-.302q1.003-.556%202.104-.84T12%203q1.789%200%203.44.683t2.924%201.954q1.27%201.27%201.953%202.923Q21%2010.212%2021%2012q0%201.187-.3%202.316q-.3%201.13-.894%202.134q-.104.177-.29.216q-.185.04-.362-.064t-.232-.302t.05-.38q.526-.89.777-1.891Q20%2013.027%2020%2012m-6.475-3.7Q12.8%208%2012%208q-.275%200-.525.038t-.52.106q-.213.062-.387-.045t-.235-.32t.045-.378t.32-.226q.312-.08.639-.128Q11.664%207%2012%207q1.008%200%201.925.383t1.614%201.078t1.078%201.614T17%2012q0%20.337-.047.664q-.047.326-.128.638q-.061.214-.236.32q-.173.107-.387.045t-.31-.235q-.098-.174-.036-.388q.069-.269.107-.519T16%2012q0-.8-.3-1.525t-.875-1.3t-1.3-.875%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.479%2020.9L8.587%2010.014q-.281.442-.434.932T8%2012q0%20.766.274%201.43q.274.666.734%201.205q.134.176.141.368q.007.191-.153.35q-.165.166-.369.16t-.358-.184q-.594-.679-.931-1.517T7%2012q0-.758.227-1.456t.617-1.273L5.696%207.123q-.794%201.015-1.245%202.24T4%2012q0%201.585.552%202.959t1.562%202.443q.159.171.19.391t-.133.386t-.379.146t-.373-.19q-1.125-1.23-1.772-2.783Q3%2013.798%203%2012q0-1.608.521-3.021t1.456-2.575L3.094%204.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384%2016.384q.146.146.156.344t-.156.364t-.357.165q-.19%200-.356-.165M20%2012q0-1.6-.612-3.062T17.65%206.35t-2.587-1.737T12%204q-1.008%200-1.974.239q-.966.238-1.843.738q-.177.11-.39.055T7.468%204.8t-.058-.375t.23-.302q1.003-.556%202.104-.84T12%203q1.789%200%203.44.683t2.924%201.954q1.27%201.27%201.953%202.923Q21%2010.212%2021%2012q0%201.187-.3%202.316q-.3%201.13-.894%202.134q-.104.177-.29.216q-.185.04-.362-.064t-.232-.302t.05-.38q.526-.89.777-1.891Q20%2013.027%2020%2012m-6.475-3.7Q12.8%208%2012%208q-.275%200-.525.038t-.52.106q-.213.062-.387-.045t-.235-.32t.045-.378t.32-.226q.312-.08.639-.128Q11.664%207%2012%207q1.008%200%201.925.383t1.614%201.078t1.078%201.614T17%2012q0%20.337-.047.664q-.047.326-.128.638q-.061.214-.236.32q-.173.107-.387.045t-.31-.235q-.098-.174-.036-.388q.069-.269.107-.519T16%2012q0-.8-.3-1.525t-.875-1.3t-1.3-.875%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-rounded.svg?color=%231a73e8&size=48