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

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

1 other variant in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

Use the cell wifi icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 22L22 5.95V22zm12-2h2v-9.2l-2 2zm-6.95-6.9q-.6 0-1.05-.45t-.45-1.05t.45-1.05t1.05-.45t1.05.45t.45 1.05t-.45 1.05t-1.05.45m-3.2-3.3l-1.3-1.3q.95-.95 2.1-1.4t2.4-.45t2.4.45t2.1 1.4l-1.3 1.3q-.675-.675-1.5-1.012t-1.7-.338t-1.7.338T7.85 9.8M5.3 7.2L4 5.95q1.475-1.475 3.3-2.212T11.05 3t3.775.738T18.15 5.95l-1.3 1.25q-1.2-1.2-2.713-1.775T11.05 4.85t-3.062.575T5.3 7.2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCellWifi(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="M6 22L22 5.95V22zm12-2h2v-9.2l-2 2zm-6.95-6.9q-.6 0-1.05-.45t-.45-1.05t.45-1.05t1.05-.45t1.05.45t.45 1.05t-.45 1.05t-1.05.45m-3.2-3.3l-1.3-1.3q.95-.95 2.1-1.4t2.4-.45t2.4.45t2.1 1.4l-1.3 1.3q-.675-.675-1.5-1.012t-1.7-.338t-1.7.338T7.85 9.8M5.3 7.2L4 5.95q1.475-1.475 3.3-2.212T11.05 3t3.775.738T18.15 5.95l-1.3 1.25q-1.2-1.2-2.713-1.775T11.05 4.85t-3.062.575T5.3 7.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 22L22 5.95V22zm12-2h2v-9.2l-2 2zm-6.95-6.9q-.6 0-1.05-.45t-.45-1.05t.45-1.05t1.05-.45t1.05.45t.45 1.05t-.45 1.05t-1.05.45m-3.2-3.3l-1.3-1.3q.95-.95 2.1-1.4t2.4-.45t2.4.45t2.1 1.4l-1.3 1.3q-.675-.675-1.5-1.012t-1.7-.338t-1.7.338T7.85 9.8M5.3 7.2L4 5.95q1.475-1.475 3.3-2.212T11.05 3t3.775.738T18.15 5.95l-1.3 1.25q-1.2-1.2-2.713-1.775T11.05 4.85t-3.062.575T5.3 7.2"/></svg>
</template>

CSS

.icon-cell-wifi {
  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%22M6%2022L22%205.95V22zm12-2h2v-9.2l-2%202zm-6.95-6.9q-.6%200-1.05-.45t-.45-1.05t.45-1.05t1.05-.45t1.05.45t.45%201.05t-.45%201.05t-1.05.45m-3.2-3.3l-1.3-1.3q.95-.95%202.1-1.4t2.4-.45t2.4.45t2.1%201.4l-1.3%201.3q-.675-.675-1.5-1.012t-1.7-.338t-1.7.338T7.85%209.8M5.3%207.2L4%205.95q1.475-1.475%203.3-2.212T11.05%203t3.775.738T18.15%205.95l-1.3%201.25q-1.2-1.2-2.713-1.775T11.05%204.85t-3.062.575T5.3%207.2%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%22M6%2022L22%205.95V22zm12-2h2v-9.2l-2%202zm-6.95-6.9q-.6%200-1.05-.45t-.45-1.05t.45-1.05t1.05-.45t1.05.45t.45%201.05t-.45%201.05t-1.05.45m-3.2-3.3l-1.3-1.3q.95-.95%202.1-1.4t2.4-.45t2.4.45t2.1%201.4l-1.3%201.3q-.675-.675-1.5-1.012t-1.7-.338t-1.7.338T7.85%209.8M5.3%207.2L4%205.95q1.475-1.475%203.3-2.212T11.05%203t3.775.738T18.15%205.95l-1.3%201.25q-1.2-1.2-2.713-1.775T11.05%204.85t-3.062.575T5.3%207.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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