round wifi tethering off icon
round-wifi-tethering-off from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.
- Name
- round-wifi-tethering-off
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Device
- Viewbox
- 24×24
- License
- Apache 2.0
More device icons from Google Material Icons
baseline-1x-mobiledatabaseline-30fpsbaseline-3g-mobiledatabaseline-4g-mobiledatabaseline-4g-plus-mobiledatabaseline-60fpsbaseline-access-alarmbaseline-access-alarmsbaseline-access-timebaseline-access-time-filledbaseline-ad-unitsbaseline-add-alarmbaseline-add-to-home-screenbaseline-airbaseline-airplane-ticketbaseline-airplanemode-activebaseline-airplanemode-inactivebaseline-aodbaseline-battery-0-barbaseline-battery-1-barbaseline-battery-2-barbaseline-battery-20baseline-battery-3-barbaseline-battery-30
Use the round wifi tethering off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.11 3.51c-.4.39-.4 1.03-.01 1.42l1.98 1.98A9.96 9.96 0 0 0 2 13c0 2.36.82 4.53 2.19 6.24c.37.47 1.07.5 1.5.08c.36-.36.39-.92.08-1.32A7.9 7.9 0 0 1 4 13c0-1.75.57-3.35 1.51-4.66l1.43 1.43A6 6 0 0 0 6 13c0 1.25.38 2.4 1.03 3.35c.34.5 1.08.54 1.51.11c.35-.35.37-.88.1-1.29C8.24 14.54 8 13.8 8 13c0-.63.15-1.23.41-1.76l1.61 1.61c0 .05-.02.1-.02.15c0 .55.23 1.05.59 1.41s.86.59 1.41.59c.05 0 .1-.01.16-.02l6.91 6.91a.996.996 0 1 0 1.41-1.41L3.51 3.51a.984.984 0 0 0-1.4 0M17.7 14.87c.19-.59.3-1.22.3-1.87c0-3.31-2.69-6-6-6c-.65 0-1.28.1-1.87.3l1.71 1.71C11.89 9 11.95 9 12 9c2.21 0 4 1.79 4 4c0 .05 0 .11-.01.16zM12 5c4.42 0 8 3.58 8 8c0 1.22-.27 2.37-.77 3.4l1.49 1.49A9.95 9.95 0 0 0 22 13c0-5.52-4.48-10-10-10c-1.78 0-3.44.46-4.89 1.28l1.48 1.48C9.63 5.27 10.78 5 12 5"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundWifiTetheringOff(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="M2.11 3.51c-.4.39-.4 1.03-.01 1.42l1.98 1.98A9.96 9.96 0 0 0 2 13c0 2.36.82 4.53 2.19 6.24c.37.47 1.07.5 1.5.08c.36-.36.39-.92.08-1.32A7.9 7.9 0 0 1 4 13c0-1.75.57-3.35 1.51-4.66l1.43 1.43A6 6 0 0 0 6 13c0 1.25.38 2.4 1.03 3.35c.34.5 1.08.54 1.51.11c.35-.35.37-.88.1-1.29C8.24 14.54 8 13.8 8 13c0-.63.15-1.23.41-1.76l1.61 1.61c0 .05-.02.1-.02.15c0 .55.23 1.05.59 1.41s.86.59 1.41.59c.05 0 .1-.01.16-.02l6.91 6.91a.996.996 0 1 0 1.41-1.41L3.51 3.51a.984.984 0 0 0-1.4 0M17.7 14.87c.19-.59.3-1.22.3-1.87c0-3.31-2.69-6-6-6c-.65 0-1.28.1-1.87.3l1.71 1.71C11.89 9 11.95 9 12 9c2.21 0 4 1.79 4 4c0 .05 0 .11-.01.16zM12 5c4.42 0 8 3.58 8 8c0 1.22-.27 2.37-.77 3.4l1.49 1.49A9.95 9.95 0 0 0 22 13c0-5.52-4.48-10-10-10c-1.78 0-3.44.46-4.89 1.28l1.48 1.48C9.63 5.27 10.78 5 12 5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.11 3.51c-.4.39-.4 1.03-.01 1.42l1.98 1.98A9.96 9.96 0 0 0 2 13c0 2.36.82 4.53 2.19 6.24c.37.47 1.07.5 1.5.08c.36-.36.39-.92.08-1.32A7.9 7.9 0 0 1 4 13c0-1.75.57-3.35 1.51-4.66l1.43 1.43A6 6 0 0 0 6 13c0 1.25.38 2.4 1.03 3.35c.34.5 1.08.54 1.51.11c.35-.35.37-.88.1-1.29C8.24 14.54 8 13.8 8 13c0-.63.15-1.23.41-1.76l1.61 1.61c0 .05-.02.1-.02.15c0 .55.23 1.05.59 1.41s.86.59 1.41.59c.05 0 .1-.01.16-.02l6.91 6.91a.996.996 0 1 0 1.41-1.41L3.51 3.51a.984.984 0 0 0-1.4 0M17.7 14.87c.19-.59.3-1.22.3-1.87c0-3.31-2.69-6-6-6c-.65 0-1.28.1-1.87.3l1.71 1.71C11.89 9 11.95 9 12 9c2.21 0 4 1.79 4 4c0 .05 0 .11-.01.16zM12 5c4.42 0 8 3.58 8 8c0 1.22-.27 2.37-.77 3.4l1.49 1.49A9.95 9.95 0 0 0 22 13c0-5.52-4.48-10-10-10c-1.78 0-3.44.46-4.89 1.28l1.48 1.48C9.63 5.27 10.78 5 12 5"/></svg> </template>
CSS
.icon-round-wifi-tethering-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%22M2.11%203.51c-.4.39-.4%201.03-.01%201.42l1.98%201.98A9.96%209.96%200%200%200%202%2013c0%202.36.82%204.53%202.19%206.24c.37.47%201.07.5%201.5.08c.36-.36.39-.92.08-1.32A7.9%207.9%200%200%201%204%2013c0-1.75.57-3.35%201.51-4.66l1.43%201.43A6%206%200%200%200%206%2013c0%201.25.38%202.4%201.03%203.35c.34.5%201.08.54%201.51.11c.35-.35.37-.88.1-1.29C8.24%2014.54%208%2013.8%208%2013c0-.63.15-1.23.41-1.76l1.61%201.61c0%20.05-.02.1-.02.15c0%20.55.23%201.05.59%201.41s.86.59%201.41.59c.05%200%20.1-.01.16-.02l6.91%206.91a.996.996%200%201%200%201.41-1.41L3.51%203.51a.984.984%200%200%200-1.4%200M17.7%2014.87c.19-.59.3-1.22.3-1.87c0-3.31-2.69-6-6-6c-.65%200-1.28.1-1.87.3l1.71%201.71C11.89%209%2011.95%209%2012%209c2.21%200%204%201.79%204%204c0%20.05%200%20.11-.01.16zM12%205c4.42%200%208%203.58%208%208c0%201.22-.27%202.37-.77%203.4l1.49%201.49A9.95%209.95%200%200%200%2022%2013c0-5.52-4.48-10-10-10c-1.78%200-3.44.46-4.89%201.28l1.48%201.48C9.63%205.27%2010.78%205%2012%205%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%22M2.11%203.51c-.4.39-.4%201.03-.01%201.42l1.98%201.98A9.96%209.96%200%200%200%202%2013c0%202.36.82%204.53%202.19%206.24c.37.47%201.07.5%201.5.08c.36-.36.39-.92.08-1.32A7.9%207.9%200%200%201%204%2013c0-1.75.57-3.35%201.51-4.66l1.43%201.43A6%206%200%200%200%206%2013c0%201.25.38%202.4%201.03%203.35c.34.5%201.08.54%201.51.11c.35-.35.37-.88.1-1.29C8.24%2014.54%208%2013.8%208%2013c0-.63.15-1.23.41-1.76l1.61%201.61c0%20.05-.02.1-.02.15c0%20.55.23%201.05.59%201.41s.86.59%201.41.59c.05%200%20.1-.01.16-.02l6.91%206.91a.996.996%200%201%200%201.41-1.41L3.51%203.51a.984.984%200%200%200-1.4%200M17.7%2014.87c.19-.59.3-1.22.3-1.87c0-3.31-2.69-6-6-6c-.65%200-1.28.1-1.87.3l1.71%201.71C11.89%209%2011.95%209%2012%209c2.21%200%204%201.79%204%204c0%20.05%200%20.11-.01.16zM12%205c4.42%200%208%203.58%208%208c0%201.22-.27%202.37-.77%203.4l1.49%201.49A9.95%209.95%200%200%200%2022%2013c0-5.52-4.48-10-10-10c-1.78%200-3.44.46-4.89%201.28l1.48%201.48C9.63%205.27%2010.78%205%2012%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-wifi-tethering-off.svg?color=%231a73e8&size=48