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

Name
wifi-channel-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0

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="M4 21q-.4 0-.663-.3t-.212-.7q.275-2.05.738-4.325T5 11.6q.65-1.8 1.413-2.7T8 8q.525 0 1.038.388t.987 1.112t.875 1.763t.7 2.312q.35-2.65.775-4.625t.975-3.3t1.213-1.988T16 3q1.05 0 1.9 1.225T19.4 7.9q.7 2.65 1.05 5.925t.5 6.15q.025.425-.25.725t-.7.3t-.763-.275t-.462-.7q-.225-.825-.525-1.625t-.65-1.5q-.45-.9-.862-1.4T16 15q-.45 0-.937.75t-.688 1.175q-.325.65-.612 1.425t-.513 1.625q-.125.45-.475.738T12 21t-.75-.3t-.375-.75q-.25-1.7-.575-3.287t-.725-2.913t-.8-2.275T8 10.125q-.425.45-.85 1.513T6.3 14.2q-.35 1.275-.662 2.75T5.125 20q-.05.425-.375.713T4 21m9.5-6.5q.575-.75 1.213-1.125T16 13t1.288.375T18.5 14.5q-.225-1.875-.513-3.475t-.612-2.85t-.675-2.05T16 5.05q-.35.275-.7 1.075t-.675 2.05t-.612 2.85T13.5 14.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWifiChannelOutlineRounded(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 21q-.4 0-.663-.3t-.212-.7q.275-2.05.738-4.325T5 11.6q.65-1.8 1.413-2.7T8 8q.525 0 1.038.388t.987 1.112t.875 1.763t.7 2.312q.35-2.65.775-4.625t.975-3.3t1.213-1.988T16 3q1.05 0 1.9 1.225T19.4 7.9q.7 2.65 1.05 5.925t.5 6.15q.025.425-.25.725t-.7.3t-.763-.275t-.462-.7q-.225-.825-.525-1.625t-.65-1.5q-.45-.9-.862-1.4T16 15q-.45 0-.937.75t-.688 1.175q-.325.65-.612 1.425t-.513 1.625q-.125.45-.475.738T12 21t-.75-.3t-.375-.75q-.25-1.7-.575-3.287t-.725-2.913t-.8-2.275T8 10.125q-.425.45-.85 1.513T6.3 14.2q-.35 1.275-.662 2.75T5.125 20q-.05.425-.375.713T4 21m9.5-6.5q.575-.75 1.213-1.125T16 13t1.288.375T18.5 14.5q-.225-1.875-.513-3.475t-.612-2.85t-.675-2.05T16 5.05q-.35.275-.7 1.075t-.675 2.05t-.612 2.85T13.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="M4 21q-.4 0-.663-.3t-.212-.7q.275-2.05.738-4.325T5 11.6q.65-1.8 1.413-2.7T8 8q.525 0 1.038.388t.987 1.112t.875 1.763t.7 2.312q.35-2.65.775-4.625t.975-3.3t1.213-1.988T16 3q1.05 0 1.9 1.225T19.4 7.9q.7 2.65 1.05 5.925t.5 6.15q.025.425-.25.725t-.7.3t-.763-.275t-.462-.7q-.225-.825-.525-1.625t-.65-1.5q-.45-.9-.862-1.4T16 15q-.45 0-.937.75t-.688 1.175q-.325.65-.612 1.425t-.513 1.625q-.125.45-.475.738T12 21t-.75-.3t-.375-.75q-.25-1.7-.575-3.287t-.725-2.913t-.8-2.275T8 10.125q-.425.45-.85 1.513T6.3 14.2q-.35 1.275-.662 2.75T5.125 20q-.05.425-.375.713T4 21m9.5-6.5q.575-.75 1.213-1.125T16 13t1.288.375T18.5 14.5q-.225-1.875-.513-3.475t-.612-2.85t-.675-2.05T16 5.05q-.35.275-.7 1.075t-.675 2.05t-.612 2.85T13.5 14.5"/></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%2021q-.4%200-.663-.3t-.212-.7q.275-2.05.738-4.325T5%2011.6q.65-1.8%201.413-2.7T8%208q.525%200%201.038.388t.987%201.112t.875%201.763t.7%202.312q.35-2.65.775-4.625t.975-3.3t1.213-1.988T16%203q1.05%200%201.9%201.225T19.4%207.9q.7%202.65%201.05%205.925t.5%206.15q.025.425-.25.725t-.7.3t-.763-.275t-.462-.7q-.225-.825-.525-1.625t-.65-1.5q-.45-.9-.862-1.4T16%2015q-.45%200-.937.75t-.688%201.175q-.325.65-.612%201.425t-.513%201.625q-.125.45-.475.738T12%2021t-.75-.3t-.375-.75q-.25-1.7-.575-3.287t-.725-2.913t-.8-2.275T8%2010.125q-.425.45-.85%201.513T6.3%2014.2q-.35%201.275-.662%202.75T5.125%2020q-.05.425-.375.713T4%2021m9.5-6.5q.575-.75%201.213-1.125T16%2013t1.288.375T18.5%2014.5q-.225-1.875-.513-3.475t-.612-2.85t-.675-2.05T16%205.05q-.35.275-.7%201.075t-.675%202.05t-.612%202.85T13.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%22M4%2021q-.4%200-.663-.3t-.212-.7q.275-2.05.738-4.325T5%2011.6q.65-1.8%201.413-2.7T8%208q.525%200%201.038.388t.987%201.112t.875%201.763t.7%202.312q.35-2.65.775-4.625t.975-3.3t1.213-1.988T16%203q1.05%200%201.9%201.225T19.4%207.9q.7%202.65%201.05%205.925t.5%206.15q.025.425-.25.725t-.7.3t-.763-.275t-.462-.7q-.225-.825-.525-1.625t-.65-1.5q-.45-.9-.862-1.4T16%2015q-.45%200-.937.75t-.688%201.175q-.325.65-.612%201.425t-.513%201.625q-.125.45-.475.738T12%2021t-.75-.3t-.375-.75q-.25-1.7-.575-3.287t-.725-2.913t-.8-2.275T8%2010.125q-.425.45-.85%201.513T6.3%2014.2q-.35%201.275-.662%202.75T5.125%2020q-.05.425-.375.713T4%2021m9.5-6.5q.575-.75%201.213-1.125T16%2013t1.288.375T18.5%2014.5q-.225-1.875-.513-3.475t-.612-2.85t-.675-2.05T16%205.05q-.35.275-.7%201.075t-.675%202.05t-.612%202.85T13.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-outline-rounded.svg?color=%231a73e8&size=48