Android Wifi 4 Bar Lock icon

Android Wifi 4 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_4_bar_lock_outlined_fill0_wght400.svg

Android Wifi 4 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_4_bar_lock" />

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

Android Wifi 4 Bar Lock icon in React

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

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

Android Wifi 4 Bar Lock icon in Vue

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

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

Android Wifi 4 Bar Lock icon in Angular

With Angular Material and the font from the HTML tab:

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

Android Wifi 4 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_4_bar_lock, fill: 0, weight: 400)

Android Wifi 4 Bar Lock icon in Android

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

<!-- res/drawable/android_wifi_4_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.725 19.475q-.525-.525-.525-1.262 0-.738 .538-1.275t1.275-.538q.737 0 1.262 .53 .525 .531 .525 1.275T13.27 19.475q-.53 .525-1.275 .525T10.725 19.475ZM1.425 10.15 0 8.725q2.439-2.301 5.545-3.513Q8.65 4 12 4q3.35 0 6.456 1.212Q21.561 6.424 24 8.725l-1.425 1.425q-2.167-2.021-4.896-3.085T12 6q-2.95 0-5.675 1.063T1.425 10.15Zm2.95 2.95-1.425-1.425q1.875-1.725 4.201-2.637T12.025 8.125q1.736 0 3.381 .438T18.55 9.825q-.6 .15-1.162 .463T16.375 11.025q-1.05-.425-2.142-.65-1.092-.225-2.208-.225-2.125 0-4.102 .763Q5.946 11.675 4.375 13.1Zm2.925 2.925-1.425-1.425q1.275-1.125 2.85-1.725t3.275-.6q.809 0 1.595 .142T15.125 12.825q-.2 .475-.337 .963T14.575 14.775q-.625-.225-1.275-.35t-1.3-.125q-1.3 0-2.507 .437Q8.286 15.175 7.3 16.025Z" />
</vector>

Android Wifi 4 Bar Lock icon in SVG

npm install @material-symbols/svg-400

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

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

Android Wifi 4 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 4 Bar Lock
Ligatureandroid_wifi_4_bar_lock
Code pointU+EF14
CategoryAndroid
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/android_wifi_4_bar_lock.svg, android_wifi_4_bar_lock-fill.svg
FlutterSymbols.android_wifi_4_bar_lock
LicenseApache License 2.0 (© Google LLC)

Keywords

androidmobilenetworkconnectioninternetsignalsecuritywirelessservicebarsconnectivitylinkprotection

Related icons