wifi tethering off icon
wifi-tethering-off-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- wifi-tethering-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- wifi-tethering-off-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More android icons from Material Symbols
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 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="M19.075 21.9L8.125 10.975q-.05.25-.088.5T8 12q0 .65.188 1.2t.512 1.05q.25.35.238.763t-.288.687q-.3.3-.725.313t-.675-.338q-.575-.775-.913-1.7T6 12q0-.7.15-1.35t.425-1.225L5.1 7.95q-.525.9-.812 1.913T4 12q0 1.45.475 2.738t1.35 2.337q.275.325.287.738t-.287.712t-.725.3t-.7-.325q-1.125-1.325-1.763-2.975T2 12q0-1.55.425-2.925T3.65 6.5L2.075 4.925q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3M20 12q0-1.6-.612-3.063T17.65 6.35t-2.587-1.737T12 4q-.95 0-1.888.2t-1.737.7q-.35.225-.775.113t-.65-.463t-.125-.75t.45-.6q1.1-.575 2.288-.888T12 2q2 0 3.825.75t3.25 2.175t2.175 3.25T22 12q0 1.225-.3 2.413t-.875 2.287q-.2.35-.587.438t-.738-.113t-.462-.6t.087-.775q.45-.85.663-1.775T20 12m-6.475-3.7Q12.8 8 12 8q-.275 0-.525.038t-.5.087q-.425.1-.763-.112t-.437-.638t.113-.763t.637-.437q.35-.1.725-.137T12 6q1.2 0 2.3.45t1.95 1.3t1.3 1.95T18 12q0 .375-.038.75t-.137.725q-.1.425-.437.638t-.763.112t-.638-.437t-.112-.763q.05-.25.088-.5T16 12q0-.8-.3-1.525t-.875-1.3t-1.3-.875"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWifiTetheringOffRounded(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.075 21.9L8.125 10.975q-.05.25-.088.5T8 12q0 .65.188 1.2t.512 1.05q.25.35.238.763t-.288.687q-.3.3-.725.313t-.675-.338q-.575-.775-.913-1.7T6 12q0-.7.15-1.35t.425-1.225L5.1 7.95q-.525.9-.812 1.913T4 12q0 1.45.475 2.738t1.35 2.337q.275.325.287.738t-.287.712t-.725.3t-.7-.325q-1.125-1.325-1.763-2.975T2 12q0-1.55.425-2.925T3.65 6.5L2.075 4.925q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3M20 12q0-1.6-.612-3.063T17.65 6.35t-2.587-1.737T12 4q-.95 0-1.888.2t-1.737.7q-.35.225-.775.113t-.65-.463t-.125-.75t.45-.6q1.1-.575 2.288-.888T12 2q2 0 3.825.75t3.25 2.175t2.175 3.25T22 12q0 1.225-.3 2.413t-.875 2.287q-.2.35-.587.438t-.738-.113t-.462-.6t.087-.775q.45-.85.663-1.775T20 12m-6.475-3.7Q12.8 8 12 8q-.275 0-.525.038t-.5.087q-.425.1-.763-.112t-.437-.638t.113-.763t.637-.437q.35-.1.725-.137T12 6q1.2 0 2.3.45t1.95 1.3t1.3 1.95T18 12q0 .375-.038.75t-.137.725q-.1.425-.437.638t-.763.112t-.638-.437t-.112-.763q.05-.25.088-.5T16 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.075 21.9L8.125 10.975q-.05.25-.088.5T8 12q0 .65.188 1.2t.512 1.05q.25.35.238.763t-.288.687q-.3.3-.725.313t-.675-.338q-.575-.775-.913-1.7T6 12q0-.7.15-1.35t.425-1.225L5.1 7.95q-.525.9-.812 1.913T4 12q0 1.45.475 2.738t1.35 2.337q.275.325.287.738t-.287.712t-.725.3t-.7-.325q-1.125-1.325-1.763-2.975T2 12q0-1.55.425-2.925T3.65 6.5L2.075 4.925q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3M20 12q0-1.6-.612-3.063T17.65 6.35t-2.587-1.737T12 4q-.95 0-1.888.2t-1.737.7q-.35.225-.775.113t-.65-.463t-.125-.75t.45-.6q1.1-.575 2.288-.888T12 2q2 0 3.825.75t3.25 2.175t2.175 3.25T22 12q0 1.225-.3 2.413t-.875 2.287q-.2.35-.587.438t-.738-.113t-.462-.6t.087-.775q.45-.85.663-1.775T20 12m-6.475-3.7Q12.8 8 12 8q-.275 0-.525.038t-.5.087q-.425.1-.763-.112t-.437-.638t.113-.763t.637-.437q.35-.1.725-.137T12 6q1.2 0 2.3.45t1.95 1.3t1.3 1.95T18 12q0 .375-.038.75t-.137.725q-.1.425-.437.638t-.763.112t-.638-.437t-.112-.763q.05-.25.088-.5T16 12q0-.8-.3-1.525t-.875-1.3t-1.3-.875"/></svg> </template>
CSS
.icon-wifi-tethering-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.075%2021.9L8.125%2010.975q-.05.25-.088.5T8%2012q0%20.65.188%201.2t.512%201.05q.25.35.238.763t-.288.687q-.3.3-.725.313t-.675-.338q-.575-.775-.913-1.7T6%2012q0-.7.15-1.35t.425-1.225L5.1%207.95q-.525.9-.812%201.913T4%2012q0%201.45.475%202.738t1.35%202.337q.275.325.287.738t-.287.712t-.725.3t-.7-.325q-1.125-1.325-1.763-2.975T2%2012q0-1.55.425-2.925T3.65%206.5L2.075%204.925q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3M20%2012q0-1.6-.612-3.063T17.65%206.35t-2.587-1.737T12%204q-.95%200-1.888.2t-1.737.7q-.35.225-.775.113t-.65-.463t-.125-.75t.45-.6q1.1-.575%202.288-.888T12%202q2%200%203.825.75t3.25%202.175t2.175%203.25T22%2012q0%201.225-.3%202.413t-.875%202.287q-.2.35-.587.438t-.738-.113t-.462-.6t.087-.775q.45-.85.663-1.775T20%2012m-6.475-3.7Q12.8%208%2012%208q-.275%200-.525.038t-.5.087q-.425.1-.763-.112t-.437-.638t.113-.763t.637-.437q.35-.1.725-.137T12%206q1.2%200%202.3.45t1.95%201.3t1.3%201.95T18%2012q0%20.375-.038.75t-.137.725q-.1.425-.437.638t-.763.112t-.638-.437t-.112-.763q.05-.25.088-.5T16%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.075%2021.9L8.125%2010.975q-.05.25-.088.5T8%2012q0%20.65.188%201.2t.512%201.05q.25.35.238.763t-.288.687q-.3.3-.725.313t-.675-.338q-.575-.775-.913-1.7T6%2012q0-.7.15-1.35t.425-1.225L5.1%207.95q-.525.9-.812%201.913T4%2012q0%201.45.475%202.738t1.35%202.337q.275.325.287.738t-.287.712t-.725.3t-.7-.325q-1.125-1.325-1.763-2.975T2%2012q0-1.55.425-2.925T3.65%206.5L2.075%204.925q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3M20%2012q0-1.6-.612-3.063T17.65%206.35t-2.587-1.737T12%204q-.95%200-1.888.2t-1.737.7q-.35.225-.775.113t-.65-.463t-.125-.75t.45-.6q1.1-.575%202.288-.888T12%202q2%200%203.825.75t3.25%202.175t2.175%203.25T22%2012q0%201.225-.3%202.413t-.875%202.287q-.2.35-.587.438t-.738-.113t-.462-.6t.087-.775q.45-.85.663-1.775T20%2012m-6.475-3.7Q12.8%208%2012%208q-.275%200-.525.038t-.5.087q-.425.1-.763-.112t-.437-.638t.113-.763t.637-.437q.35-.1.725-.137T12%206q1.2%200%202.3.45t1.95%201.3t1.3%201.95T18%2012q0%20.375-.038.75t-.137.725q-.1.425-.437.638t-.763.112t-.638-.437t-.112-.763q.05-.25.088-.5T16%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/wifi-tethering-off-rounded.svg?color=%231a73e8&size=48