Captive Portal icon

Captive Portal is a Google Material Symbol from the UI actions 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

captive_portal_outlined_fill0_wght400.svg

Captive Portal 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=captive_portal" />

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

Captive Portal icon in React

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

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

Captive Portal icon in Vue

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

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

Captive Portal icon in Angular

With Angular Material and the font from the HTML tab:

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

Captive Portal 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.captive_portal, fill: 0, weight: 400)

Captive Portal icon in Android

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

<!-- res/drawable/captive_portal.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="M20.95 22.025 17.75 18.825v2.575h-1.5v-5.15h5.15v1.5H18.8l3.2 3.2-1.05 1.075Zm-8.95-.025q-2.075 0-3.9-.787T4.925 19.075q-1.35-1.35-2.137-3.159T2 12.05q0-2.087 .788-3.923Q3.575 6.291 4.925 4.933 6.275 3.575 8.1 2.788 9.925 2 12 2t3.9 .788q1.825 .787 3.175 2.145 1.35 1.358 2.138 3.194Q22 9.963 22 12.05q0 .575-.05 1.113t-.175 1.087h-1.575q.15-.542 .225-1.083 .075-.542 .075-1.112 0-.57-.074-1.14-.073-.57-.22-1.14H16.2q.05 .575 .1 1.138t.05 1.125q0 .562-.031 1.112T16.225 14.25h-1.525q.075-.55 .113-1.1t.037-1.1q0-.569-.037-1.137T14.7 9.775H9.336q-.086 .575-.123 1.138t-.038 1.125q0 .562 .038 1.112t.112 1.1h4.925v1.5H9.6q.35 1.325 .85 2.6t1.55 2.15q.575 0 1.125-.062t1.125-.188v1.5q-.575 .125-1.125 .188T12 22ZM3.795 14.25H7.8q-.062-.55-.094-1.1T7.675 12.05q0-.569 .025-1.137t.075-1.138H3.793q-.146 .57-.22 1.14-.073 .57-.073 1.14t.074 1.112q.073 .541 .221 1.083ZM4.3 8.275h3.74q.285-1.2 .723-2.337T9.875 3.75q-1.775 .6-3.237 1.738T4.3 8.275Zm5.55 11.95q-.65-1.025-1.087-2.15T8.075 15.75H4.3q.825 1.675 2.275 2.85t3.275 1.625Zm-.25-11.95h4.825q-.325-1.35-.9-2.6t-1.525-2.225q-.95 1-1.525 2.238T9.6 8.275Zm6.384 0H19.7q-.875-1.65-2.325-2.8t-3.225-1.7q.675 1.025 1.113 2.163t.721 2.337Z" />
</vector>

Captive Portal icon in SVG

npm install @material-symbols/svg-400

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

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

Captive Portal 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

NameCaptive Portal
Ligaturecaptive_portal
Code pointU+F728
CategoryUI actions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/captive_portal.svg, captive_portal-fill.svg
FlutterSymbols.captive_portal
LicenseApache License 2.0 (© Google LLC)

Keywords

ui actionsnetworkconnectioninternetaccessinputlinkpageconnectwifileftuploadlanguage

Related icons