wifi-tethering from Material Symbols Light by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.

Name
wifi-tethering
Set
Material Symbols Light
Style
Regular
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
wifi-tethering-outline, wifi-tethering-outline-sharp, wifi-tethering-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the wifi tethering icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.812 19.539q-1.31-1.241-2.061-2.919T3 13.006q0-1.87.709-3.513q.708-1.643 1.922-2.859t2.857-1.925T11.997 4t3.51.709t2.859 1.924q1.216 1.216 1.925 2.859t.709 3.51q0 1.937-.751 3.62q-.751 1.682-2.06 2.917l-.689-.708q1.15-1.096 1.825-2.604T20 13q0-3.35-2.325-5.675T12 5T6.325 7.325T4 13q0 1.725.675 3.225t1.85 2.6zm2.825-2.826q-.76-.69-1.198-1.645Q7 14.113 7 13q0-2.083 1.457-3.542T11.995 8t3.544 1.46T17 13.008q0 1.107-.438 2.064q-.439.958-1.199 1.643L14.65 16q.625-.575.988-1.35T16 13q0-1.65-1.175-2.825T12 9t-2.825 1.175T8 13q0 .9.363 1.663T9.35 16zm2.662-3.012Q11 13.402 11 13t.299-.701T12 12t.701.299T13 13t-.299.701T12 14t-.701-.299"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWifiTethering(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="M5.812 19.539q-1.31-1.241-2.061-2.919T3 13.006q0-1.87.709-3.513q.708-1.643 1.922-2.859t2.857-1.925T11.997 4t3.51.709t2.859 1.924q1.216 1.216 1.925 2.859t.709 3.51q0 1.937-.751 3.62q-.751 1.682-2.06 2.917l-.689-.708q1.15-1.096 1.825-2.604T20 13q0-3.35-2.325-5.675T12 5T6.325 7.325T4 13q0 1.725.675 3.225t1.85 2.6zm2.825-2.826q-.76-.69-1.198-1.645Q7 14.113 7 13q0-2.083 1.457-3.542T11.995 8t3.544 1.46T17 13.008q0 1.107-.438 2.064q-.439.958-1.199 1.643L14.65 16q.625-.575.988-1.35T16 13q0-1.65-1.175-2.825T12 9t-2.825 1.175T8 13q0 .9.363 1.663T9.35 16zm2.662-3.012Q11 13.402 11 13t.299-.701T12 12t.701.299T13 13t-.299.701T12 14t-.701-.299"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.812 19.539q-1.31-1.241-2.061-2.919T3 13.006q0-1.87.709-3.513q.708-1.643 1.922-2.859t2.857-1.925T11.997 4t3.51.709t2.859 1.924q1.216 1.216 1.925 2.859t.709 3.51q0 1.937-.751 3.62q-.751 1.682-2.06 2.917l-.689-.708q1.15-1.096 1.825-2.604T20 13q0-3.35-2.325-5.675T12 5T6.325 7.325T4 13q0 1.725.675 3.225t1.85 2.6zm2.825-2.826q-.76-.69-1.198-1.645Q7 14.113 7 13q0-2.083 1.457-3.542T11.995 8t3.544 1.46T17 13.008q0 1.107-.438 2.064q-.439.958-1.199 1.643L14.65 16q.625-.575.988-1.35T16 13q0-1.65-1.175-2.825T12 9t-2.825 1.175T8 13q0 .9.363 1.663T9.35 16zm2.662-3.012Q11 13.402 11 13t.299-.701T12 12t.701.299T13 13t-.299.701T12 14t-.701-.299"/></svg>
</template>

CSS

.icon-wifi-tethering {
  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%22M5.812%2019.539q-1.31-1.241-2.061-2.919T3%2013.006q0-1.87.709-3.513q.708-1.643%201.922-2.859t2.857-1.925T11.997%204t3.51.709t2.859%201.924q1.216%201.216%201.925%202.859t.709%203.51q0%201.937-.751%203.62q-.751%201.682-2.06%202.917l-.689-.708q1.15-1.096%201.825-2.604T20%2013q0-3.35-2.325-5.675T12%205T6.325%207.325T4%2013q0%201.725.675%203.225t1.85%202.6zm2.825-2.826q-.76-.69-1.198-1.645Q7%2014.113%207%2013q0-2.083%201.457-3.542T11.995%208t3.544%201.46T17%2013.008q0%201.107-.438%202.064q-.439.958-1.199%201.643L14.65%2016q.625-.575.988-1.35T16%2013q0-1.65-1.175-2.825T12%209t-2.825%201.175T8%2013q0%20.9.363%201.663T9.35%2016zm2.662-3.012Q11%2013.402%2011%2013t.299-.701T12%2012t.701.299T13%2013t-.299.701T12%2014t-.701-.299%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%22M5.812%2019.539q-1.31-1.241-2.061-2.919T3%2013.006q0-1.87.709-3.513q.708-1.643%201.922-2.859t2.857-1.925T11.997%204t3.51.709t2.859%201.924q1.216%201.216%201.925%202.859t.709%203.51q0%201.937-.751%203.62q-.751%201.682-2.06%202.917l-.689-.708q1.15-1.096%201.825-2.604T20%2013q0-3.35-2.325-5.675T12%205T6.325%207.325T4%2013q0%201.725.675%203.225t1.85%202.6zm2.825-2.826q-.76-.69-1.198-1.645Q7%2014.113%207%2013q0-2.083%201.457-3.542T11.995%208t3.544%201.46T17%2013.008q0%201.107-.438%202.064q-.439.958-1.199%201.643L14.65%2016q.625-.575.988-1.35T16%2013q0-1.65-1.175-2.825T12%209t-2.825%201.175T8%2013q0%20.9.363%201.663T9.35%2016zm2.662-3.012Q11%2013.402%2011%2013t.299-.701T12%2012t.701.299T13%2013t-.299.701T12%2014t-.701-.299%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/wifi-tethering.svg?color=%231a73e8&size=48