Plug Connect icon

Plug Connect 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

plug_connect_outlined_fill0_wght400.svg

Plug Connect 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=plug_connect" />

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

Plug Connect icon in React

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

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

Plug Connect icon in Vue

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

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

Plug Connect icon in Angular

With Angular Material and the font from the HTML tab:

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

Plug Connect 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.plug_connect, fill: 0, weight: 400)

Plug Connect icon in Android

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

<!-- res/drawable/plug_connect.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="M7 20v-1.025h-1.2q-1.167 0-1.983-.812Q3 17.35 3 16.15v-3.4H1v-1.5h2v-3.375q0-1.2 .817-2.012Q4.633 5.05 5.8 5.05h1.2v-1.05h1.5v16h-1.5Zm-1.21-2.525H7v-10.925h-1.21q-.515 0-.902 .388T4.5 7.875v8.275q0 .55 .388 .938t.902 .387ZM15.5 20v-4.125H11v-1.5h4.5v-4.725H11v-1.5h4.5v-4.15h1.5v1.05h1.2q1.167 0 1.983 .813Q21 6.675 21 7.875v3.375h2v1.5h-2v3.4q0 1.2-.817 2.013Q19.367 18.975 18.2 18.975h-1.2v1.025h-1.5Zm1.5-2.525h1.2q.553 0 .926-.387Q19.5 16.7 19.5 16.15v-8.275q0-.55-.374-.937T18.2 6.55h-1.2v10.925ZM7 12Zm10 0Z" />
</vector>

Plug Connect icon in SVG

npm install @material-symbols/svg-400

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

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

Plug Connect 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

NamePlug Connect
Ligatureplug_connect
Code pointU+F35A
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/plug_connect.svg, plug_connect-fill.svg
FlutterSymbols.plug_connect
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwareconnectioninputpowerlinkenergyelectricequipmentchargeelectronicssyncelectricityoutput

Related icons