Android Wifi 3 Bar Lock icon

Android Wifi 3 Bar Lock is a Google Material Symbol from the Android 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

android_wifi_3_bar_lock_outlined_fill0_wght400.svg

Android Wifi 3 Bar Lock 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=android_wifi_3_bar_lock" />

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

Android Wifi 3 Bar Lock icon in React

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

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

Android Wifi 3 Bar Lock icon in Vue

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

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

Android Wifi 3 Bar Lock icon in Angular

With Angular Material and the font from the HTML tab:

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

Android Wifi 3 Bar Lock 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.android_wifi_3_bar_lock, fill: 0, weight: 400)

Android Wifi 3 Bar Lock icon in Android

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

<!-- res/drawable/android_wifi_3_bar_lock.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="M17.875 19.975q-.432 0-.741-.309Q16.825 19.357 16.825 18.925v-3.05q0-.432 .309-.741Q17.443 14.825 17.875 14.825v-1q0-.887 .588-1.518Q19.05 11.675 19.925 11.675t1.45 .632q.575 .631 .575 1.518v1h.025q.422 0 .724 .309Q23 15.443 23 15.875v3.05q0 .432-.301 .741Q22.397 19.975 21.975 19.975H17.875Zm1-5.15h2.1v-1q0-.475-.303-.812-.302-.338-.75-.338Q19.475 12.675 19.175 13.013T18.875 13.825v1ZM10.763 19.46q-.513-.514-.513-1.237t.515-1.235q.514-.513 1.237-.513t1.236 .515q.512 .515 .512 1.237t-.515 1.236q-.514 .512-1.237 .512t-1.235-.515ZM2.85 10.375l-1.95-1.975q2.275-2.125 5.125-3.25t5.975-1.125q3.125 0 5.975 1.125t5.125 3.25l-1.475 1.475q-.325-.1-.65-.15t-.675-.075q-1.8-1.4-3.91-2.125-2.11-.725-4.39-.725-2.556 0-4.915 .925Q4.725 8.65 2.85 10.375Zm4.25 4.3-1.775-1.8q1.4-1.225 3.108-1.875T12 10.35q1.032 0 2.004 .2Q14.975 10.75 15.9 11.15q-.5 .425-.912 .963T14.3 13.25q-.575-.2-1.147-.275-.572-.075-1.153-.075-1.35 0-2.6 .45t-2.3 1.325Z" />
</vector>

Android Wifi 3 Bar Lock icon in SVG

npm install @material-symbols/svg-400

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

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

Android Wifi 3 Bar Lock 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

NameAndroid Wifi 3 Bar Lock
Ligatureandroid_wifi_3_bar_lock
Code pointU+EF1A
CategoryAndroid
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/android_wifi_3_bar_lock.svg, android_wifi_3_bar_lock-fill.svg
FlutterSymbols.android_wifi_3_bar_lock
LicenseApache License 2.0 (© Google LLC)

Keywords

androidmobilenetworkconnectionlinesiconinternetsignalstatussecurityaccesswirelessservice

Related icons