wifi-channel-outline-rounded from Material Symbols Light by Google · Outline Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
wifi-channel-outline-rounded
Set
Material Symbols Light
Style
Outline 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.311-3.247.736-5.674q.425-2.426.956-4.098q.53-1.67 1.184-2.506Q15.263 3.5 16 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-.392 0-.86.52t-.88 1.194q-.44.727-.834 1.675t-.676 2.009q-.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.617-2.79T16 13.5t1.701 1t1.607 2.77q-.225-2.76-.58-5.062t-.795-3.995t-.935-2.665T16 4.512q-.504.063-.998 1.036t-.935 2.685t-.795 4.004t-.58 5.032"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWifiChannelOutlineRounded(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.311-3.247.736-5.674q.425-2.426.956-4.098q.53-1.67 1.184-2.506Q15.263 3.5 16 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-.392 0-.86.52t-.88 1.194q-.44.727-.834 1.675t-.676 2.009q-.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.617-2.79T16 13.5t1.701 1t1.607 2.77q-.225-2.76-.58-5.062t-.795-3.995t-.935-2.665T16 4.512q-.504.063-.998 1.036t-.935 2.685t-.795 4.004t-.58 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.311-3.247.736-5.674q.425-2.426.956-4.098q.53-1.67 1.184-2.506Q15.263 3.5 16 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-.392 0-.86.52t-.88 1.194q-.44.727-.834 1.675t-.676 2.009q-.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.617-2.79T16 13.5t1.701 1t1.607 2.77q-.225-2.76-.58-5.062t-.795-3.995t-.935-2.665T16 4.512q-.504.063-.998 1.036t-.935 2.685t-.795 4.004t-.58 5.032"/></svg>
</template>

CSS

.icon-wifi-channel-outline-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.311-3.247.736-5.674q.425-2.426.956-4.098q.53-1.67%201.184-2.506Q15.263%203.5%2016%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-.392%200-.86.52t-.88%201.194q-.44.727-.834%201.675t-.676%202.009q-.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.617-2.79T16%2013.5t1.701%201t1.607%202.77q-.225-2.76-.58-5.062t-.795-3.995t-.935-2.665T16%204.512q-.504.063-.998%201.036t-.935%202.685t-.795%204.004t-.58%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.311-3.247.736-5.674q.425-2.426.956-4.098q.53-1.67%201.184-2.506Q15.263%203.5%2016%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-.392%200-.86.52t-.88%201.194q-.44.727-.834%201.675t-.676%202.009q-.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.617-2.79T16%2013.5t1.701%201t1.607%202.77q-.225-2.76-.58-5.062t-.795-3.995t-.935-2.665T16%204.512q-.504.063-.998%201.036t-.935%202.685t-.795%204.004t-.58%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-outline-rounded.svg?color=%231a73e8&size=48

Wifi Channel outline rounded icon — Material Symbols Light · IconsDB