wifi channel icon
wifi-channel-rounded from Material Symbols Light by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- wifi-channel-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
2 other variants in Material Symbols Light
The same icon in other sets
More communicate icons from Material Symbols Light
Use the wifi channel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.058 20.5q-.189 0-.326-.156T3.625 20q.294-1.954.776-4.19t1.138-4.018q.592-1.627 1.21-2.46T8 8.5q.506 0 .99.532q.483.532.977 1.564t.933 2.542t.835 3.476q.306-3.241.736-5.665t.962-4.101t1.18-2.512T16 3.5q.877 0 1.612 1.129q.734 1.129 1.327 3.387q.68 2.63 1.03 5.886t.481 6.054q.006.233-.134.388q-.141.156-.374.156t-.416-.15t-.251-.383q-.263-.96-.63-1.884t-.814-1.702q-.508-.881-.988-1.381T16 14.5q-.352 0-.794.439t-.894 1.176t-.86 1.713t-.702 2.07q-.067.258-.273.43t-.458.172t-.433-.184t-.23-.443q-.308-2.007-.729-3.826t-.898-3.24t-.925-2.303T8 9.529q-.387.104-.86 1.05q-.473.948-.956 2.487q-.446 1.428-.854 3.211q-.41 1.782-.705 3.723q-.03.214-.192.357t-.375.143m8.634-3.23q.749-1.809 1.614-2.79q.865-.98 1.694-.98q.823 0 1.701 1.003t1.607 2.766q-.225-2.76-.58-5.061t-.795-3.995t-.935-2.665T16 4.512q-.504.063-.995 1.036q-.492.973-.932 2.685q-.44 1.711-.798 4.004t-.583 5.032"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWifiChannelRounded(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="M4.058 20.5q-.189 0-.326-.156T3.625 20q.294-1.954.776-4.19t1.138-4.018q.592-1.627 1.21-2.46T8 8.5q.506 0 .99.532q.483.532.977 1.564t.933 2.542t.835 3.476q.306-3.241.736-5.665t.962-4.101t1.18-2.512T16 3.5q.877 0 1.612 1.129q.734 1.129 1.327 3.387q.68 2.63 1.03 5.886t.481 6.054q.006.233-.134.388q-.141.156-.374.156t-.416-.15t-.251-.383q-.263-.96-.63-1.884t-.814-1.702q-.508-.881-.988-1.381T16 14.5q-.352 0-.794.439t-.894 1.176t-.86 1.713t-.702 2.07q-.067.258-.273.43t-.458.172t-.433-.184t-.23-.443q-.308-2.007-.729-3.826t-.898-3.24t-.925-2.303T8 9.529q-.387.104-.86 1.05q-.473.948-.956 2.487q-.446 1.428-.854 3.211q-.41 1.782-.705 3.723q-.03.214-.192.357t-.375.143m8.634-3.23q.749-1.809 1.614-2.79q.865-.98 1.694-.98q.823 0 1.701 1.003t1.607 2.766q-.225-2.76-.58-5.061t-.795-3.995t-.935-2.665T16 4.512q-.504.063-.995 1.036q-.492.973-.932 2.685q-.44 1.711-.798 4.004t-.583 5.032"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.058 20.5q-.189 0-.326-.156T3.625 20q.294-1.954.776-4.19t1.138-4.018q.592-1.627 1.21-2.46T8 8.5q.506 0 .99.532q.483.532.977 1.564t.933 2.542t.835 3.476q.306-3.241.736-5.665t.962-4.101t1.18-2.512T16 3.5q.877 0 1.612 1.129q.734 1.129 1.327 3.387q.68 2.63 1.03 5.886t.481 6.054q.006.233-.134.388q-.141.156-.374.156t-.416-.15t-.251-.383q-.263-.96-.63-1.884t-.814-1.702q-.508-.881-.988-1.381T16 14.5q-.352 0-.794.439t-.894 1.176t-.86 1.713t-.702 2.07q-.067.258-.273.43t-.458.172t-.433-.184t-.23-.443q-.308-2.007-.729-3.826t-.898-3.24t-.925-2.303T8 9.529q-.387.104-.86 1.05q-.473.948-.956 2.487q-.446 1.428-.854 3.211q-.41 1.782-.705 3.723q-.03.214-.192.357t-.375.143m8.634-3.23q.749-1.809 1.614-2.79q.865-.98 1.694-.98q.823 0 1.701 1.003t1.607 2.766q-.225-2.76-.58-5.061t-.795-3.995t-.935-2.665T16 4.512q-.504.063-.995 1.036q-.492.973-.932 2.685q-.44 1.711-.798 4.004t-.583 5.032"/></svg> </template>
CSS
.icon-wifi-channel-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%22M4.058%2020.5q-.189%200-.326-.156T3.625%2020q.294-1.954.776-4.19t1.138-4.018q.592-1.627%201.21-2.46T8%208.5q.506%200%20.99.532q.483.532.977%201.564t.933%202.542t.835%203.476q.306-3.241.736-5.665t.962-4.101t1.18-2.512T16%203.5q.877%200%201.612%201.129q.734%201.129%201.327%203.387q.68%202.63%201.03%205.886t.481%206.054q.006.233-.134.388q-.141.156-.374.156t-.416-.15t-.251-.383q-.263-.96-.63-1.884t-.814-1.702q-.508-.881-.988-1.381T16%2014.5q-.352%200-.794.439t-.894%201.176t-.86%201.713t-.702%202.07q-.067.258-.273.43t-.458.172t-.433-.184t-.23-.443q-.308-2.007-.729-3.826t-.898-3.24t-.925-2.303T8%209.529q-.387.104-.86%201.05q-.473.948-.956%202.487q-.446%201.428-.854%203.211q-.41%201.782-.705%203.723q-.03.214-.192.357t-.375.143m8.634-3.23q.749-1.809%201.614-2.79q.865-.98%201.694-.98q.823%200%201.701%201.003t1.607%202.766q-.225-2.76-.58-5.061t-.795-3.995t-.935-2.665T16%204.512q-.504.063-.995%201.036q-.492.973-.932%202.685q-.44%201.711-.798%204.004t-.583%205.032%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%22M4.058%2020.5q-.189%200-.326-.156T3.625%2020q.294-1.954.776-4.19t1.138-4.018q.592-1.627%201.21-2.46T8%208.5q.506%200%20.99.532q.483.532.977%201.564t.933%202.542t.835%203.476q.306-3.241.736-5.665t.962-4.101t1.18-2.512T16%203.5q.877%200%201.612%201.129q.734%201.129%201.327%203.387q.68%202.63%201.03%205.886t.481%206.054q.006.233-.134.388q-.141.156-.374.156t-.416-.15t-.251-.383q-.263-.96-.63-1.884t-.814-1.702q-.508-.881-.988-1.381T16%2014.5q-.352%200-.794.439t-.894%201.176t-.86%201.713t-.702%202.07q-.067.258-.273.43t-.458.172t-.433-.184t-.23-.443q-.308-2.007-.729-3.826t-.898-3.24t-.925-2.303T8%209.529q-.387.104-.86%201.05q-.473.948-.956%202.487q-.446%201.428-.854%203.211q-.41%201.782-.705%203.723q-.03.214-.192.357t-.375.143m8.634-3.23q.749-1.809%201.614-2.79q.865-.98%201.694-.98q.823%200%201.701%201.003t1.607%202.766q-.225-2.76-.58-5.061t-.795-3.995t-.935-2.665T16%204.512q-.504.063-.995%201.036q-.492.973-.932%202.685q-.44%201.711-.798%204.004t-.583%205.032%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-channel-rounded.svg?color=%231a73e8&size=48