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

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

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="M6.171 19.179q-.165.165-.379.146t-.373-.19q-1.125-1.23-1.772-2.783Q3 14.798 3 13q0-1.864.71-3.506q.711-1.642 1.927-2.857Q6.852 5.42 8.494 4.71T12 4t3.506.71q1.642.711 2.857 1.926q1.216 1.216 1.926 2.858Q21 11.137 21 13q0 1.779-.647 3.342t-1.772 2.793q-.16.17-.37.193q-.211.022-.376-.144q-.16-.159-.131-.382t.188-.394q.985-1.07 1.547-2.447T20 13q0-3.35-2.325-5.675T12 5T6.325 7.325T4 13q0 1.585.552 2.959t1.561 2.443q.16.171.192.391t-.134.386m2.825-2.825q-.165.165-.369.159t-.358-.184q-.594-.679-.931-1.517T7 13q0-2.077 1.462-3.538T12 8t3.539 1.462T17 13q0 .954-.337 1.805t-.932 1.524q-.154.171-.358.183q-.204.013-.37-.153q-.159-.159-.152-.353t.141-.372q.46-.538.734-1.206T16 13q0-1.65-1.175-2.825T12 9t-2.825 1.175T8 13q0 .766.274 1.43q.274.666.734 1.205q.134.176.141.368q.007.191-.153.35m2.303-2.652Q11 13.402 11 13t.299-.701T12 12t.701.299T13 13t-.299.701T12 14t-.701-.299"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWifiTetheringRounded(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="M6.171 19.179q-.165.165-.379.146t-.373-.19q-1.125-1.23-1.772-2.783Q3 14.798 3 13q0-1.864.71-3.506q.711-1.642 1.927-2.857Q6.852 5.42 8.494 4.71T12 4t3.506.71q1.642.711 2.857 1.926q1.216 1.216 1.926 2.858Q21 11.137 21 13q0 1.779-.647 3.342t-1.772 2.793q-.16.17-.37.193q-.211.022-.376-.144q-.16-.159-.131-.382t.188-.394q.985-1.07 1.547-2.447T20 13q0-3.35-2.325-5.675T12 5T6.325 7.325T4 13q0 1.585.552 2.959t1.561 2.443q.16.171.192.391t-.134.386m2.825-2.825q-.165.165-.369.159t-.358-.184q-.594-.679-.931-1.517T7 13q0-2.077 1.462-3.538T12 8t3.539 1.462T17 13q0 .954-.337 1.805t-.932 1.524q-.154.171-.358.183q-.204.013-.37-.153q-.159-.159-.152-.353t.141-.372q.46-.538.734-1.206T16 13q0-1.65-1.175-2.825T12 9t-2.825 1.175T8 13q0 .766.274 1.43q.274.666.734 1.205q.134.176.141.368q.007.191-.153.35m2.303-2.652Q11 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="M6.171 19.179q-.165.165-.379.146t-.373-.19q-1.125-1.23-1.772-2.783Q3 14.798 3 13q0-1.864.71-3.506q.711-1.642 1.927-2.857Q6.852 5.42 8.494 4.71T12 4t3.506.71q1.642.711 2.857 1.926q1.216 1.216 1.926 2.858Q21 11.137 21 13q0 1.779-.647 3.342t-1.772 2.793q-.16.17-.37.193q-.211.022-.376-.144q-.16-.159-.131-.382t.188-.394q.985-1.07 1.547-2.447T20 13q0-3.35-2.325-5.675T12 5T6.325 7.325T4 13q0 1.585.552 2.959t1.561 2.443q.16.171.192.391t-.134.386m2.825-2.825q-.165.165-.369.159t-.358-.184q-.594-.679-.931-1.517T7 13q0-2.077 1.462-3.538T12 8t3.539 1.462T17 13q0 .954-.337 1.805t-.932 1.524q-.154.171-.358.183q-.204.013-.37-.153q-.159-.159-.152-.353t.141-.372q.46-.538.734-1.206T16 13q0-1.65-1.175-2.825T12 9t-2.825 1.175T8 13q0 .766.274 1.43q.274.666.734 1.205q.134.176.141.368q.007.191-.153.35m2.303-2.652Q11 13.402 11 13t.299-.701T12 12t.701.299T13 13t-.299.701T12 14t-.701-.299"/></svg>
</template>

CSS

.icon-wifi-tethering-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%22M6.171%2019.179q-.165.165-.379.146t-.373-.19q-1.125-1.23-1.772-2.783Q3%2014.798%203%2013q0-1.864.71-3.506q.711-1.642%201.927-2.857Q6.852%205.42%208.494%204.71T12%204t3.506.71q1.642.711%202.857%201.926q1.216%201.216%201.926%202.858Q21%2011.137%2021%2013q0%201.779-.647%203.342t-1.772%202.793q-.16.17-.37.193q-.211.022-.376-.144q-.16-.159-.131-.382t.188-.394q.985-1.07%201.547-2.447T20%2013q0-3.35-2.325-5.675T12%205T6.325%207.325T4%2013q0%201.585.552%202.959t1.561%202.443q.16.171.192.391t-.134.386m2.825-2.825q-.165.165-.369.159t-.358-.184q-.594-.679-.931-1.517T7%2013q0-2.077%201.462-3.538T12%208t3.539%201.462T17%2013q0%20.954-.337%201.805t-.932%201.524q-.154.171-.358.183q-.204.013-.37-.153q-.159-.159-.152-.353t.141-.372q.46-.538.734-1.206T16%2013q0-1.65-1.175-2.825T12%209t-2.825%201.175T8%2013q0%20.766.274%201.43q.274.666.734%201.205q.134.176.141.368q.007.191-.153.35m2.303-2.652Q11%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%22M6.171%2019.179q-.165.165-.379.146t-.373-.19q-1.125-1.23-1.772-2.783Q3%2014.798%203%2013q0-1.864.71-3.506q.711-1.642%201.927-2.857Q6.852%205.42%208.494%204.71T12%204t3.506.71q1.642.711%202.857%201.926q1.216%201.216%201.926%202.858Q21%2011.137%2021%2013q0%201.779-.647%203.342t-1.772%202.793q-.16.17-.37.193q-.211.022-.376-.144q-.16-.159-.131-.382t.188-.394q.985-1.07%201.547-2.447T20%2013q0-3.35-2.325-5.675T12%205T6.325%207.325T4%2013q0%201.585.552%202.959t1.561%202.443q.16.171.192.391t-.134.386m2.825-2.825q-.165.165-.369.159t-.358-.184q-.594-.679-.931-1.517T7%2013q0-2.077%201.462-3.538T12%208t3.539%201.462T17%2013q0%20.954-.337%201.805t-.932%201.524q-.154.171-.358.183q-.204.013-.37-.153q-.159-.159-.152-.353t.141-.372q.46-.538.734-1.206T16%2013q0-1.65-1.175-2.825T12%209t-2.825%201.175T8%2013q0%20.766.274%201.43q.274.666.734%201.205q.134.176.141.368q.007.191-.153.35m2.303-2.652Q11%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-rounded.svg?color=%231a73e8&size=48