Wifi Device icon

Wifi Device is a Google Material Symbol from the Hardware category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

wifi_device_outlined_fill0_wght400.svg

Wifi Device icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=wifi_device" />

<span class="material-symbols-outlined">wifi_device</span>

Wifi Device icon in React

// With the font from the HTML tab:
export function WifiDeviceIcon() {
  return (
    <span className="material-symbols-outlined">
      wifi_device
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import WifiDeviceIcon from "@material-symbols/svg-400/outlined/wifi_device.svg?react";

Wifi Device icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">wifi_device</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import WifiDeviceIcon from "@material-symbols/svg-400/outlined/wifi_device.svg?component"; -->

Wifi Device icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">wifi_device</mat-icon>

Wifi Device icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.wifi_device, fill: 0, weight: 400)

Wifi Device icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/wifi_device.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M6.85 19.5q-.975 0-1.662-.687T4.5 17.15v-10.325q0-.975 .688-1.65t1.662-.675h10.325q.95 0 1.638 .688T19.5 6.825v10.325q0 .975-.675 1.663T17.175 19.5H6.85Zm0 1.5h10.325q1.6 0 2.713-1.125T21 17.15v-10.325q0-1.575-1.125-2.7t-2.7-1.125H6.85q-1.6 0-2.725 1.113T3 6.825v10.325q0 1.6 1.125 2.725t2.725 1.125Zm.25-9.775-1.15-.95q1.125-1.325 2.725-1.987T12 7.625q1.75 0 3.35 .65t2.725 2l-1.15 .95q-.9-1.075-2.2-1.587T12 9.125q-1.425 0-2.712 .513T7.1 11.225Zm2.85 2.95-1.1-1.025q.625-.65 1.45-1.025t1.725-.375q.925 0 1.75 .375t1.45 1.025l-1.125 1.025q-.4-.425-.937-.675T12.025 13.25q-.6 0-1.137 .25T9.95 14.175Zm1.513 2.363Q11.25 16.325 11.25 16t.213-.537Q11.675 15.25 12 15.25t.538 .213Q12.75 15.675 12.75 16t-.212 .538Q12.325 16.75 12 16.75t-.537-.212ZM12 12Z" />
</vector>

Wifi Device icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/wifi_device.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/wifi_device.svg" width="24" height="24" alt="Wifi Device">

Wifi Device icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameWifi Device
Ligaturewifi_device
Code pointU+FFF34
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/wifi_device.svg, wifi_device-fill.svg
FlutterSymbols.wifi_device
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwarenetworkconnectioninternetsignaldigitalsystemwirelessserviceconnectivityelectronicequipment

Related icons