wifi-channel from Material Symbols by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.

Name
wifi-channel
Set
Material Symbols
Style
Regular
Category
Communicate
Viewbox
24×24
License
Apache 2.0
Aliases
wifi-channel-outline, wifi-channel-outline-sharp, wifi-channel-sharp

2 other variants in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

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="M3 21q.275-2.175.763-4.762T5 11.6q.65-1.725 1.4-2.662T8 8q.5 0 1 .35t.975 1.075t.888 1.75t.737 2.4q.325-2.575.75-4.537t.975-3.313t1.213-2.037T16 3q1.075 0 1.925 1.275T19.4 7.9q.775 2.9 1.125 6.5T21 21h-2q-.45-2.2-1.4-4.1T16 15t-1.612 1.9T13 21h-2q-.2-1.8-.537-3.537T9.7 14.224t-.85-2.587T8 10.125q-.425.425-.85 1.5T6.3 14.2t-.762 3.238T5 21zm10.5-6.5q.575-.725 1.2-1.112T16 13t1.3.388t1.2 1.112q-.225-1.9-.513-3.488t-.612-2.837t-.675-2.05T16 5.05q-.35.275-.7 1.075t-.675 2.05t-.612 2.838T13.5 14.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWifiChannel(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="M3 21q.275-2.175.763-4.762T5 11.6q.65-1.725 1.4-2.662T8 8q.5 0 1 .35t.975 1.075t.888 1.75t.737 2.4q.325-2.575.75-4.537t.975-3.313t1.213-2.037T16 3q1.075 0 1.925 1.275T19.4 7.9q.775 2.9 1.125 6.5T21 21h-2q-.45-2.2-1.4-4.1T16 15t-1.612 1.9T13 21h-2q-.2-1.8-.537-3.537T9.7 14.224t-.85-2.587T8 10.125q-.425.425-.85 1.5T6.3 14.2t-.762 3.238T5 21zm10.5-6.5q.575-.725 1.2-1.112T16 13t1.3.388t1.2 1.112q-.225-1.9-.513-3.488t-.612-2.837t-.675-2.05T16 5.05q-.35.275-.7 1.075t-.675 2.05t-.612 2.838T13.5 14.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="M3 21q.275-2.175.763-4.762T5 11.6q.65-1.725 1.4-2.662T8 8q.5 0 1 .35t.975 1.075t.888 1.75t.737 2.4q.325-2.575.75-4.537t.975-3.313t1.213-2.037T16 3q1.075 0 1.925 1.275T19.4 7.9q.775 2.9 1.125 6.5T21 21h-2q-.45-2.2-1.4-4.1T16 15t-1.612 1.9T13 21h-2q-.2-1.8-.537-3.537T9.7 14.224t-.85-2.587T8 10.125q-.425.425-.85 1.5T6.3 14.2t-.762 3.238T5 21zm10.5-6.5q.575-.725 1.2-1.112T16 13t1.3.388t1.2 1.112q-.225-1.9-.513-3.488t-.612-2.837t-.675-2.05T16 5.05q-.35.275-.7 1.075t-.675 2.05t-.612 2.838T13.5 14.5"/></svg>
</template>

CSS

.icon-wifi-channel {
  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%22M3%2021q.275-2.175.763-4.762T5%2011.6q.65-1.725%201.4-2.662T8%208q.5%200%201%20.35t.975%201.075t.888%201.75t.737%202.4q.325-2.575.75-4.537t.975-3.313t1.213-2.037T16%203q1.075%200%201.925%201.275T19.4%207.9q.775%202.9%201.125%206.5T21%2021h-2q-.45-2.2-1.4-4.1T16%2015t-1.612%201.9T13%2021h-2q-.2-1.8-.537-3.537T9.7%2014.224t-.85-2.587T8%2010.125q-.425.425-.85%201.5T6.3%2014.2t-.762%203.238T5%2021zm10.5-6.5q.575-.725%201.2-1.112T16%2013t1.3.388t1.2%201.112q-.225-1.9-.513-3.488t-.612-2.837t-.675-2.05T16%205.05q-.35.275-.7%201.075t-.675%202.05t-.612%202.838T13.5%2014.5%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%22M3%2021q.275-2.175.763-4.762T5%2011.6q.65-1.725%201.4-2.662T8%208q.5%200%201%20.35t.975%201.075t.888%201.75t.737%202.4q.325-2.575.75-4.537t.975-3.313t1.213-2.037T16%203q1.075%200%201.925%201.275T19.4%207.9q.775%202.9%201.125%206.5T21%2021h-2q-.45-2.2-1.4-4.1T16%2015t-1.612%201.9T13%2021h-2q-.2-1.8-.537-3.537T9.7%2014.224t-.85-2.587T8%2010.125q-.425.425-.85%201.5T6.3%2014.2t-.762%203.238T5%2021zm10.5-6.5q.575-.725%201.2-1.112T16%2013t1.3.388t1.2%201.112q-.225-1.9-.513-3.488t-.612-2.837t-.675-2.05T16%205.05q-.35.275-.7%201.075t-.675%202.05t-.612%202.838T13.5%2014.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/wifi-channel.svg?color=%231a73e8&size=48